The time now is Sun 19 May 2013, 19:41
All times are UTC - 4 |
|
Page 42 of 49 [730 Posts] |
Goto page: Previous 1, 2, 3, ..., 40, 41, 42, 43, 44, ..., 47, 48, 49 Next |
| Author |
Message |
Jim1911
Joined: 19 May 2008 Posts: 2353 Location: Texas, USA
|
Posted: Wed 21 Nov 2012, 15:51 Post subject:
Linux 3.4.17-PAE(i686 version) |
|
Testing the Linux 3.4.17-PAE(i686 version) and except for some minor problems everything appears to be working great. I did update the ppm before installing any programs.
1. Bibletime did not work because the ppm installation could not find libclucene.so.0. Bibletime worked fine after installing libclucene.so.0 and it’s link libclucene.so.0.0.0 to /usr/lib.
2. I’ve not been able to install the nvidia driver because I can’t find the kernel source file.
Kudos for your best Slacko to date,
Jim
|
|
Back to top
|
|
 |
Jades
Joined: 07 Aug 2010 Posts: 333 Location: Somewhere in Blighty.
|
Posted: Thu 22 Nov 2012, 14:36 Post subject:
|
|
Tested non-PAE Opera Slacko 5.3.7.7 on one of work's old Dell Optiplex GX270s. Pentium 4, 2.1GHz (IIRC) and 1GB of RAM. Tried to create a save file on the machine's NTFS-formatted hard drive, rebooted and encountered the same missing icons and config problem as I see on the Pentium D at home.
Speaking of the Pentium D, the Netgear WN111v2 is definitely having the same dropout problems as before. Nothing obvious in dmesg but I'll post the output later today. I've attached a screengrab of the desktop during attempting to download Firefox. It took around 10 minutes for the system to notice the connection had gone.
Tried installing Firefox from Updates Manager. It's claiming that it's already installed (it isn't) and once it's finished it doesn't create a menu item, although I can run it from the console.
| Description |
Screenshot of problem with WN111v2 on Pentium D.
|

Download |
| Filename |
5377wn111v2prob.png |
| Filesize |
122.37 KB |
| Downloaded |
137 Time(s) |
| Description |
"OH NO IT ISN'T!" |
| Filesize |
4.96 KB |
| Viewed |
950 Time(s) |

|
_________________ Zhaan - AMD K6 2 500, 512MB RAM, ATI Rage 128 VR. Full install Wary 5.5 HardInfo Report
Merlin - Pentium D 3.4GHz, 2GB RAM, Radeon X1650 Pro AGP. LiveCD of 5.25. HardInfo Report
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5241 Location: Valåmoen, Norway
|
Posted: Thu 22 Nov 2012, 16:07 Post subject:
|
|
Updated pFind and pFilesearch - Bugfixing only
_________________ Stardust resources
|
|
Back to top
|
|
 |
Jades
Joined: 07 Aug 2010 Posts: 333 Location: Somewhere in Blighty.
|
Posted: Thu 22 Nov 2012, 21:47 Post subject:
|
|
As promised, please find attached my dmesg report from a lengthy session of internet use of non-PAE Slacko 5.3.7.7 on the Pentium D machine, connecting using the Netgear WN111v2 wireless dongle. Activity consisted mainly of general surfing and downloading the Libre Office SFS. I had to go into Network Wizard and reload the wireless config and enter the Static IP addresses at regular intervals due to the connection stalling.
Other than the wireless and save problems I've encountered, 5.3.7.7 has been very promising and I hope that the issues can be resolved.
| Description |
G-Zipped text file of dmesg output during internet session where WN111v2 acted up.
|

Download |
| Filename |
wn111v2_5377.txt.gz |
| Filesize |
14.05 KB |
| Downloaded |
120 Time(s) |
_________________ Zhaan - AMD K6 2 500, 512MB RAM, ATI Rage 128 VR. Full install Wary 5.5 HardInfo Report
Merlin - Pentium D 3.4GHz, 2GB RAM, Radeon X1650 Pro AGP. LiveCD of 5.25. HardInfo Report
|
|
Back to top
|
|
 |
CatDude

Joined: 03 Jan 2007 Posts: 1355 Location: UK
|
Posted: Fri 23 Nov 2012, 08:14 Post subject:
|
|
Hello Mick
Thought i'd post a pic of Slacko-5377 in wobble mode.
It seems to be working OK mate, nice one.
CatDude
.
_________________

|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7017 Location: qld
|
Posted: Sat 24 Nov 2012, 08:14 Post subject:
|
|
----------------------------------------------------------------------------------------------
problem solved thanks to rcrsn51
See discussion further down page. This bug would likely affect many puppy versions.
----------------------------------------------------------------------------------------------
| Jades wrote: | | Tested non-PAE Opera Slacko 5.3.7.7 on one of work's old Dell Optiplex GX270s. Pentium 4, 2.1GHz (IIRC) and 1GB of RAM. Tried to create a save file on the machine's NTFS-formatted hard drive, rebooted and encountered the same missing icons and config problem as I see on the Pentium D at home. |
Bingo! Found the bug, but need to find an elegant fix...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Ok, some more on this situation and maybe some of our more knowledgable can lend a hand....
THIS line in /etc/rc.d/rc.shutdown is causing the issue..@line 225 | Code: | | umount -a -t cifs,smbfs,nfs,sshfs #120220 | Why on earth would that umount ntfs? IDK, but it does. Perhaps a bug in the ntfs-3g driver.
Now, if I had my network connected and some network filesystem mounted (didn't seem to matter which) then no bug, all good, save to ntfs is fine. Probably why I never saw the bug. So I got sick of connecting and didn't and could reproduce the bug on my old laptop. IDK if the speed of the machine made any difference. NOTE the date of the change (2012-Feb-20). Slacko-533 would have had the bug but previous versions not. Comment that line and no bug.
So, the question to you who are smarter coders is.. how do we ensure clean unmount of network type filesystems without compromising ntfs?
Here's the code with preceding comments.. | Code: | ##111107 ldolse: unmount network shares before taking down the network
##(see 111106, need to do it sooner, but 111106 will remount read-only if failed to umount here)
#for MOUNTPOINT in `mount | grep '^//' | cut -d ' ' -f 3 | tr '\n' ' '`
#do
# umount -f $MOUNTPOINT
#done
##120219 hmmm, zekebaby reports above does not work for him. i looked up an ex: mount -t nfs boffo.clowns.org:/home/bozo /mnt/bozo
##so this is zekebaby's patch: (see http://murga-linux.com/puppy/viewtopic.php?p=605451#605451)
#for MOUNTPOINT in `mount | grep ':' | cut -d ' ' -f 3 | tr '\n' ' '`
#do
# umount -f $MOUNTPOINT
#done
umount -a -t cifs,smbfs,nfs,sshfs #120220 | Is zekebaby's patch better? (probably what I'll go with if no better solution is brought forward).
I'd be interested to know if the same fails on other pups. TBH, I reckon saving to ntfs is a bad idea, but it's supported in woof so that's the way it is. Interestingly, it doesn't fail if you use noryb009's windows installer (there is one for 533).
NOTE: there seem to be a lot of potential bugs in rc.shutdown. We see it all the time ..."My pupppy won't shut down!" . There is one particular block of code that brings down the network interface before releasing the the IP lease. Well, that isn't the problem here but it could be affecting someone.
I'll attach, just for interest's sake, my crazy debugging routines added to the relevant files.. most commented with "Jades debug".
Guess I'm having fun eh?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Here's my crazy log.. | Code: | START DEBUG
/dev/sda2 /mnt/sda2 fuseblk rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 0
PUPMODE=128
SAVEPART='sda2'
SAVEFS='ntfs'
PUPSAVE='sda2,ntfs,/slackosave-yes.2fs'
SAVEFILE='/slackosave-yes.2fs'
NAMEONLY='slackosave-yes.2fs'
SAVEPATH='/'
MYPASSWORD=''
SFEXT='2fs'
xPDEV='sr0'
xDEVFS='iso9660'
SMNTPT='/mnt/sda2'
CRYPTO=''
expBOOTDRV=''
save path = /mnt/sda2
Executing /etc/rc.d/rc.shutdown...
PUPMODE is 5
Killing X and all X apps...
Check breakage 1
AH HA! There's the bastard
Check breakage 2
The 5 is pupmode
CHECKPOINT 1: Check if ntfs is mounted rw
/dev/sda2 /mnt/sda2 fuseblk rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 0
CHECKPOINT 2: Check if variables file exists
PUPMODE=128
SAVEPART='sda2'
SAVEFS='ntfs'
PUPSAVE='sda2,ntfs,/slackosave-yes.2fs'
SAVEFILE='/slackosave-yes.2fs'
NAMEONLY='slackosave-yes.2fs'
SAVEPATH='/'
MYPASSWORD=''
SFEXT='2fs'
xPDEV='sr0'
xDEVFS='iso9660'
SMNTPT='/mnt/sda2'
CRYPTO=''
expBOOTDRV=''
DEBUG log:
Saving session to /slackosave-yes.2fs file on sda2 partition...
/proc/mounts BEFORE mounting /slackosave-yes.2fs
rootfs / rootfs rw,relatime 0 0
tmpfs /initrd/pup_rw tmpfs rw,relatime,size=665840k 0 0
tmpfs /initrd/mnt/tmpfs tmpfs rw,relatime,size=154692k 0 0
/dev/loop0 /initrd/pup_ro2 squashfs ro,noatime 0 0
unionfs / aufs rw,relatime,si=54be455e 0 0
none /proc proc rw,relatime 0 0
none /dev/pts devpts rw,relatime,gid=2,mode=620 0 0
none /sys sysfs rw,relatime 0 0
shmfs /dev/shm tmpfs rw,relatime,size=86552k 0 0
none /proc/bus/usb usbfs rw,relatime 0 0
/dev/sda2 /mnt/sda2 fuseblk rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 0
PUPMODE=128
SAVEPART='sda2'
SAVEFS='ntfs'
PUPSAVE='sda2,ntfs,/slackosave-yes.2fs'
SAVEFILE='/slackosave-yes.2fs'
NAMEONLY='slackosave-yes.2fs'
SAVEPATH='/'
MYPASSWORD=''
SFEXT='2fs'
xPDEV='sr0'
xDEVFS='iso9660'
SMNTPT='/mnt/sda2'
CRYPTO=''
expBOOTDRV=''
Mounting /slackosave-yes.2fs...
added sleep 1 (clutching straws)
checking what got mounted, hopefully /mnt/sda2/slackosave-yes.2fs
/proc/mounts AFTER (attempting) mounting /slackosave-yes.2fs
rootfs / rootfs rw,relatime 0 0
tmpfs /initrd/pup_rw tmpfs rw,relatime,size=665840k 0 0
tmpfs /initrd/mnt/tmpfs tmpfs rw,relatime,size=154692k 0 0
/dev/loop0 /initrd/pup_ro2 squashfs ro,noatime 0 0
unionfs / aufs rw,relatime,si=54be455e 0 0
none /proc proc rw,relatime 0 0
none /dev/pts devpts rw,relatime,gid=2,mode=620 0 0
none /sys sysfs rw,relatime 0 0
shmfs /dev/shm tmpfs rw,relatime,size=86552k 0 0
none /proc/bus/usb usbfs rw,relatime 0 0
/dev/sda2 /mnt/sda2 fuseblk rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 0
/dev/loop1 /tmp/save1stpup ext2 rw,noatime,errors=continue,user_xattr,acl 0 0
RDIRS=/initrd/pup_rw/root /initrd/pup_rw/var /initrd/pup_rw/usr /initrd/pup_rw/initrd /initrd/pup_rw/etc /initrd/pup_rw/lib
END DEBUG
|
 |
| Description |
oops, attachment didn't take..
Note, adjusted are /usr/sbin/shutdownconfig and /etc/rc.d/rc.shutdown. Use at own risk. For perusal only.
|

Download |
| Filename |
my_crazy_debug.tar.bz2 |
| Filesize |
20.6 KB |
| Downloaded |
116 Time(s) |
_________________ keep the faith .. 
Last edited by 01micko on Sat 24 Nov 2012, 17:13; edited 3 times in total
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5241 Location: Valåmoen, Norway
|
Posted: Sat 24 Nov 2012, 09:01 Post subject:
|
|
pMusic 3.0.1
_________________ Stardust resources
|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7017 Location: qld
|
Posted: Sat 24 Nov 2012, 09:16 Post subject:
|
|
| zigbert wrote: | | pMusic 3.0.1 | Ah.. the pieces are coming together
Thank you!
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5167 Location: Finland
|
Posted: Sat 24 Nov 2012, 09:39 Post subject:
|
|
http://bkhome.org/blog/?viewDetailed=02697
Check shinobar`s solution, would it help:
| Code: | #120203 pemasu and shinobar: space in smb or cifs share causes hanging in shutdown
for T in cifs smbfs nfs sshfs; do
umount -a -t $T
done |
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7745 Location: Stratford, Ontario
|
Posted: Sat 24 Nov 2012, 16:50 Post subject:
|
|
| 01micko wrote: | THIS line in /etc/rc.d/rc.shutdown is causing the issue..@line 225 | Code: | | umount -a -t cifs,smbfs,nfs,sshfs #120220 |
|
Change this to "umount-FULL". In my tests with an NTFS-formatted flash drive, it solved the problem.
BTW, this problem with "umount -a -t cifs" conflicting with NTFS goes back at least as far as Quirky. It doesn't affect other filesystems.
|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7017 Location: qld
|
Posted: Sat 24 Nov 2012, 16:57 Post subject:
|
|
| pemasu wrote: | http://bkhome.org/blog/?viewDetailed=02697
Check shinobar`s solution, would it help:
| Code: | #120203 pemasu and shinobar: space in smb or cifs share causes hanging in shutdown
for T in cifs smbfs nfs sshfs; do
umount -a -t $T
done |
|
NO, failure again, thanks anyway. It did occur to me that it's only a problem in PUPMODE=5. A test of that condition seems to fix it, however I don't know if this could bork future saves if someone tricks the system into thinking it's PUPMODE=13 when it's actually PUPMODE=12
| rcrsn51 wrote: | Change this to "umount-FULL". In my tests with an NTFS-formatted flash drive, it solved the problem.
BTW, this problem with "umount -a -t cifs" conflicting with NTFS goes back at least as far as Quirky. It doesn't affect other filesystems. |
Yes, will try that right now. Report back in a few minutes.
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 2457 Location: Ontario
|
Posted: Sat 24 Nov 2012, 17:05 Post subject:
|
|
I noticed that you included the excellent Caps plugins for LADSPA effects
/usr/lib/ladspa/
...but you need a version of mhwaveedit that will load ladspa plugins
I made one here.
__________________________________________________
|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7017 Location: qld
|
Posted: Sat 24 Nov 2012, 17:10 Post subject:
|
|
| don570 wrote: | I noticed that you included the excellent Caps plugins for LADSPA effects
/usr/lib/ladspa/
...but you need a version of mhwaveedit that will load ladspa plugins
I made one here.
__________________________________________________ |
At this late stage I won't include your mhwaveedit but I will put it in the repo.
----------------------------------------------------------------------------
umount-FULL works and is a "proper" solution. I didn't give ntfs usb sticks a thought . Problem solved.
Thank you rcrsn51
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7745 Location: Stratford, Ontario
|
Posted: Sat 24 Nov 2012, 17:16 Post subject:
|
|
Excellent. The problem with the "umount" script is easy to demonstate.
1. Mount the NTFS partition sdxy.
2. Run "umount -a -t cifs"
3. Run "ls /mnt/sdxy"
The NTSF partition has gotten unmounted. However, the drive icon on the desktop still shows it as mounted!
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5167 Location: Finland
|
Posted: Sat 24 Nov 2012, 17:34 Post subject:
|
|
Bug fix to be carried to the woof ?
|
|
Back to top
|
|
 |
|
|
Page 42 of 49 [730 Posts] |
Goto page: Previous 1, 2, 3, ..., 40, 41, 42, 43, 44, ..., 47, 48, 49 Next |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|