slacko-6.0 beta 2

A home for all kinds of Puppy related projects
Message
Author
User avatar
ally
Posts: 1957
Joined: Sat 19 May 2012, 19:29
Location: lincoln, uk
Contact:

#61 Post by ally »

still on the frugal install without savefile

one usb hdd not does not show on desktop, mounted in pmount but drive icon still not displayed on desktop

another usb hdd icons loaded ok, have cleared and reformatted in gparted but drive icons did not refresh (originally 2 partitions and now only one)

uploading and transferring files so unable to refresh or reboot to see if issues resolve, more to follow

:)

@sfr - thanks!

\/ \/ \/
Last edited by ally on Wed 18 Jun 2014, 23:40, edited 1 time in total.

User avatar
SFR
Posts: 1800
Joined: Wed 26 Oct 2011, 21:52

#62 Post by SFR »

Ally, you can try manual refreshing, without the need to restart X:

Code: Select all

/usr/local/pup_event/frontend_change cha:sda
Greetings!
[color=red][size=75][O]bdurate [R]ules [D]estroy [E]nthusiastic [R]ebels => [C]reative [H]umans [A]lways [O]pen [S]ource[/size][/color]
[b][color=green]Omnia mea mecum porto.[/color][/b]

User avatar
Geoffrey
Posts: 2355
Joined: Sun 30 May 2010, 08:42
Location: Queensland

#63 Post by Geoffrey »

I found that the Multiple-Sound-Card-Wizard opens with no devices selected,
if nothing is selected and the "OK" is pressed the sound card is lost, rebooting doesn't detect the card,
line 24 of the Multiple-Sound-Card-Wizard, if changed to <list selected-row=\"0\"> will have the first device selected on opening.
[b]Carolina:[/b] [url=http://smokey01.com/carolina/pages/recent-repo.html]Recent Repository Additions[/url]
[img]https://dl.dropboxusercontent.com/s/ahfade8q4def1lq/signbot.gif[/img]

gcmartin

#64 Post by gcmartin »

This thread from Shinobar might be useful.

User avatar
jrb
Posts: 1536
Joined: Tue 11 Dec 2007, 19:56
Location: Smithers, BC, Canada

#65 Post by jrb »

Nice work as usual Micko. :D

Running well on:

Code: Select all

-Computer-
Processor		: 2x Intel(R) Core(TM)2 Duo CPU     E6750  @ 2.66GHz
Memory		: 3616MB (189MB used)
Machine Type		: Physical machine
Operating System		: Slacko Puppy - 5.9.1
User Name		: root (root)
Date/Time		: Wed 18 Jun 2014 11:28:52 AM PDT
-Display-
Resolution		: 1920x1080 pixels
OpenGL Renderer		: Mesa DRI Intel(R) Q35 x86/MMX/SSE2
X11 Vendor		: The X.Org Foundation
-Audio Devices-
Audio Adapter		: HDA-Intel - HDA Intel
i915		: Intel Graphics
Booted from manually installed frugal. Noticed the problem with /usr/sbin/mksquashfs symlink to mksquashfs3 instead of 4. Also /usr/sbin/unsquashfs points to unsquashfs3.

I opened initrd.gz and added the adrv and ydrv lines to DISTROSPECS:

Code: Select all

DISTRO_PUPPYSFS='puppy_slacko_5.9.1.sfs'
DISTRO_ZDRVSFS='zdrv_slacko_5.9.1.sfs'
DISTRO_ADRVSFS='adrv_slacko_5.9.1.sfs'
DISTRO_YDRVSFS='ydrv_slacko_5.9.1.sfs'
adrv_slacko_5.9.1.sfs loads and runs fine but ydrv_slacko_5.9.1.sfs loads and causes:

Code: Select all

cannot create '/lib/modules/3.4.93/kernel/drivers/scsi'; No such file or directory
This is followed by a 60 sec pause and then a full kernel panic. I presume this means zdrv_slacko_5.9.1.sfs is not loading. Tried adding /mnt/tmpfs4 to the initrd.gz but made no difference. Something in the init file perhaps?

Anyway, very impressed. Made my day when I saw that a new uptodate Slacko was happening. Thanks much, J

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

Feedback = slacko5.9.1 testing

#66 Post by peebee »

Manual frugal installs on both my HP550 laptop and newly acquired Asus eee (both with Intel graphics) work well.

LxPup-by-SFS works, but there is a difference in behaviour with pcmanfm which I think is worth reporting - sda1 no longer accesses the disk/partition but instead seems to lead to the save file. Screenies from 5.9.1 and 5.7 attached for comparison.

Also note that /etc/DISTROSPECS still shows the 5.7 kernel

Cheers
peebee
Attachments
Screenshot.png
New, strange Slacko5.9.1 behaviour wrt sda1 accesses savefile rather than partition
(43.02 KiB) Downloaded 643 times
Screenshot_2014-06-18_230139.png
Previous Slacko5.7 behaviour
(60.86 KiB) Downloaded 606 times
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#67 Post by 01micko »

jrb wrote: I opened initrd.gz and added the adrv and ydrv lines to DISTROSPECS:

Code: Select all

DISTRO_PUPPYSFS='puppy_slacko_5.9.1.sfs'
DISTRO_ZDRVSFS='zdrv_slacko_5.9.1.sfs'
DISTRO_ADRVSFS='adrv_slacko_5.9.1.sfs'
DISTRO_YDRVSFS='ydrv_slacko_5.9.1.sfs'
adrv_slacko_5.9.1.sfs loads and runs fine but ydrv_slacko_5.9.1.sfs loads and causes:

Code: Select all

cannot create '/lib/modules/3.4.93/kernel/drivers/scsi'; No such file or directory
This is followed by a 60 sec pause and then a full kernel panic. I presume this means zdrv_slacko_5.9.1.sfs is not loading. Tried adding /mnt/tmpfs4 to the initrd.gz but made no difference. Something in the init file perhaps?
Bingo! I'll tidy that up and that will hopefully fix James C's bug too.
Puppy Linux Blog - contact me for access

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

Re: Feedback = slacko5.9.1 testing

#68 Post by 01micko »

peebee wrote:Manual frugal installs on both my HP550 laptop and newly acquired Asus eee (both with Intel graphics) work well.

LxPup-by-SFS works, but there is a difference in behaviour with pcmanfm which I think is worth reporting - sda1 no longer accesses the disk/partition but instead seems to lead to the save file. Screenies from 5.9.1 and 5.7 attached for comparison.

Also note that /etc/DISTROSPECS still shows the 5.7 kernel

Cheers
peebee
That is because glib2 has not been patched with Jemimah's media/mount + help/browser patch.
Puppy Linux Blog - contact me for access

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

Take 2: CUPS on Slacko-6.0 alpha

#69 Post by shinobar »

Applied the patch against the rc.sysinit and rebooted PC.
But the result is the same :cry:

Code: Select all

@@ -372,6 +372,9 @@ if [ $DEVTMPFSFLG -ne 0 ];then
  chgrp disk /dev/fuse
  chgrp disk /dev/mmcblk*
  chgrp cdrom /dev/sr[0-9]
+ chmod 666 /dev/usb/* #rcrsn51 finally added 140618
+ chmod -R 1777 /dev/shm #SFR .. ditto
+ chmod 666 /dev/urandom #and again, one more time for the dummies
 fi

 #my intention is for puppy to work with either of these...
Installed epson_inkjet_printer_escpr-1.4.0.pet (my printer is Epson EP-704A)
Ran CUPS. Under Add Printer, select AppSocket/JetDirect.
On the next screen, delete "socket" and type "parallel:/dev/usb/lp0"
Tried printing test page from the web interface. Nothing the printer do.
The Web interface says "Unable to open device file "/dev/usb/lp0": Permission denied"

The result is exactly the same on the Tahr Pup 5.9.1.5, 666philb's new build.

I suspect the permission of the /dev/usb/lp0 does not matter when i am root.
Because the permissio on the 571JP is 660 and no problem with root.
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

Jades
Posts: 466
Joined: Sat 07 Aug 2010, 22:07
Location: Somewhere in Blighty.
Contact:

#70 Post by Jades »

Testing on the slightly poorly Pentium D (running on mainboard's Intel graphics due to cooling problem on usual graphics card).

Successfully created a save in sub-directory on NTFS-formatted hard drive. Working after reboot. Chose not to copy SFS files from CD, will do this manually later.

Latest stable Sylpheed is v3.4.2 - http://sylpheed.sraoss.jp/en/

More in-depth testing later.
Zhaan - AMD K6 2 500, 512MB RAM, ATI Rage 128 VR. Full install Wary 5.5 [url=http://tinyurl.com/dy66kh8]HardInfo Report[/url]
Merlin - Core i5-4590, 8GB RAM, Radeon R9 270X. Slacko 5.7.0

Jades
Posts: 466
Joined: Sat 07 Aug 2010, 22:07
Location: Somewhere in Blighty.
Contact:

#71 Post by Jades »

Latest stable HomeBank is v4.5.6 - http://homebank.free.fr

Any chance of a pet for the latest Gnumeric (1.12.17)? I know that you prefer the 1.10.xx branch as it's smaller but it'd be nice to have the option to get the latest version. The Salix repo on PPM has 1.12.9 but there isn't the option to examine dependencies (it does list them though).
Zhaan - AMD K6 2 500, 512MB RAM, ATI Rage 128 VR. Full install Wary 5.5 [url=http://tinyurl.com/dy66kh8]HardInfo Report[/url]
Merlin - Core i5-4590, 8GB RAM, Radeon R9 270X. Slacko 5.7.0

User avatar
davids45
Posts: 1326
Joined: Sun 26 Nov 2006, 23:33
Location: Chatswood, NSW

#72 Post by davids45 »

G'dayo 01micko,

Posting from a manual installation of a 5.9.1 Frugal - downloaded iso was mounted using an older Full Slacko and four files copied to a new 'slacko591' subdirectory on my Frugals partition (sda7). This partition has about 30+ Frugal Pups for playing with. Needs its own grub menu.lst so I have at least a vague idea of what's there.

Did not try the 'folder' "save-file" option - did the usual of a save-file to the subfolder; if I tried the 'folder' option, I assume such a 5.9.1 would be like a Full Pup and really want its own dedicated partition?

Tried to run pwidgets (.pet used) but found conky was missing libiw.so.29. OK once I copied this from another Pup so pwidgets is now running and I don't have to look out the window to check the weather.

Of my usual sfs files I like to run via the boot manager, LibreOffice-4.2, a collection of file managers, Gimp, and games sfss are good. My wine+programs sfs hasn't loaded (e.g. can't find a .wine folder in /root but the boot manager says the wine_programs.sfs is loaded?) so I'll check that next.

Digital TV is good via mplayer (sound and picture).
CUPS remembered my colour laser printer details too.

Nice work, all in all.

David S.

User avatar
mavrothal
Posts: 3096
Joined: Mon 24 Aug 2009, 18:23

#73 Post by mavrothal »

jrb wrote: This is followed by a 60 sec pause and then a full kernel panic. I presume this means zdrv_slacko_5.9.1.sfs is not loading. Tried adding /mnt/tmpfs4 to the initrd.gz but made no difference. Something in the init file perhaps?
This should fix this (notice that you also need the /mnt/tmpfs4 folder in initrd)
Pls check if possible
== [url=http://www.catb.org/esr/faqs/smart-questions.html]Here is how to solve your[/url] [url=https://www.chiark.greenend.org.uk/~sgtatham/bugs.html]Linux problems fast[/url] ==

User avatar
mavrothal
Posts: 3096
Joined: Mon 24 Aug 2009, 18:23

Re: Take 2: CUPS on Slacko-6.0 alpha

#74 Post by mavrothal »

shinobar wrote:Applied the patch against the rc.sysinit and rebooted PC.
But the result is the same :cry:
Is /dev/usb/ populated when chmod is run
Does /dev/usb/lpX has the right permissions when it is actually called by CUPS?
== [url=http://www.catb.org/esr/faqs/smart-questions.html]Here is how to solve your[/url] [url=https://www.chiark.greenend.org.uk/~sgtatham/bugs.html]Linux problems fast[/url] ==

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#75 Post by James C »

davids45 wrote: Did not try the 'folder' "save-file" option - did the usual of a save-file to the subfolder; if I tried the 'folder' option, I assume such a 5.9.1 would be like a Full Pup and really want its own dedicated partition.
Believe the save folder should be able to be placed the same as the traditional savefile. I have my save folder on a partition with about 15 other Puppy frugals and things appear to be working normally.

I'm actually beginning to prefer the save folder over the traditional savefile....more flexible.

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#76 Post by 01micko »

mavrothal wrote:
jrb wrote: This is followed by a 60 sec pause and then a full kernel panic. I presume this means zdrv_slacko_5.9.1.sfs is not loading. Tried adding /mnt/tmpfs4 to the initrd.gz but made no difference. Something in the init file perhaps?
This should fix this (notice that you also need the /mnt/tmpfs4 folder in initrd)
Pls check if possible
Mav, don't forget I'm doing a switheroo of init script in 3builddistro-Z to maintain compat with a standard build puppy. :)

See woof-code/huge_extras/init.
Puppy Linux Blog - contact me for access

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#77 Post by James C »

Just for informational purpose, the latest Tahr release (released today) also has the minor kernel panic/frugal install bug.

User avatar
mavrothal
Posts: 3096
Joined: Mon 24 Aug 2009, 18:23

#78 Post by mavrothal »

01micko wrote:[

Mav, don't forget I'm doing a switheroo of init script in 3builddistro-Z to maintain compat with a standard build puppy. :)

See woof-code/huge_extras/init.
:roll:
OK... I'll push the same change there.
But why not patch or sed the changes instead?
== [url=http://www.catb.org/esr/faqs/smart-questions.html]Here is how to solve your[/url] [url=https://www.chiark.greenend.org.uk/~sgtatham/bugs.html]Linux problems fast[/url] ==

User avatar
jrb
Posts: 1536
Joined: Tue 11 Dec 2007, 19:56
Location: Smithers, BC, Canada

#79 Post by jrb »

mavrothal wrote:
jrb wrote: This is followed by a 60 sec pause and then a full kernel panic. I presume this means zdrv_slacko_5.9.1.sfs is not loading. Tried adding /mnt/tmpfs4 to the initrd.gz but made no difference. Something in the init file perhaps?
This should fix this (notice that you also need the /mnt/tmpfs4 folder in initrd)
Pls check if possible
Well done mavrothal. Changes made in init and ydrv now loads and functions, excellent.

jamesbond
Posts: 3433
Joined: Mon 26 Feb 2007, 05:02
Location: The Blue Marble

#80 Post by jamesbond »

Jades wrote:Any chance of a pet for the latest Gnumeric (1.12.17)? I know that you prefer the 1.10.xx branch as it's smaller but it'd be nice to have the option to get the latest version. The Salix repo on PPM has 1.12.9 but there isn't the option to examine dependencies (it does list them though).
That's because anything newer than 1.10.xx uses GTK3.
Latest stable Sylpheed is v3.4.2 - http://sylpheed.sraoss.jp/en/
3.4.2! I thought I just compiled 3.4.1 a few days ago ...
shinobar wrote:I suspect the permission of the /dev/usb/lp0 does not matter when i am root.
Because the permissio on the 571JP is 660 and no problem with root.
You're right, it shouldn't matter. Check permissions on /usr/lib/cups/backend (the directory) and /usr/lib/cups/backnd/* (the files)?
Fatdog64 forum links: [url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Latest version[/url] | [url=https://cutt.ly/ke8sn5H]Contributed packages[/url] | [url=https://cutt.ly/se8scrb]ISO builder[/url]

Post Reply