Pmount stopped working in Puppy 4.1

Using applications, configuring, problems
Message
Author
User avatar
CatDude
Posts: 1563
Joined: Wed 03 Jan 2007, 17:49
Location: UK

#21 Post by CatDude »

Hello again Barry
BarryK wrote: Good question.
Um, I think if you untick everything that has to do with hotplug support, then delete that icon, hopefully it won't come back next time X is started.
I tried that, it doesn't work, the icon re-appears again.
I guess i will have to wait for 4.2, although i mainly use version 400 so it is not urgent.

CatDude
.
[img]http://www.smokey01.com/CatDude/.temp/sigs/acer-futile.gif[/img]

3wsparky
Posts: 25
Joined: Mon 19 May 2008, 07:47

same as that

#22 Post by 3wsparky »

I am experiencing the same issue

anyone sust this one out yet ?

i renamed pmount to tmount to see if it was that creating the link but it wasn't some other script is placing that icon there.

very anoying

SmartCyber
Posts: 18
Joined: Sun 01 Feb 2009, 20:57
Location: Kenya

#23 Post by SmartCyber »

I have the same issue pmount won't load
pmounterr has this
/usr/sbin/pmount: line 293: /tmp/gtkdialog_pmount: cannot execute binary file
It is only a matterof time before you realize that am smarter than you....
Running on SmartCyber OS 4.1.2 - Full Install

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#24 Post by MU »

try Muppyquickmount,
download see first message here:
http://www.murga-linux.com/puppy/viewtopic.php?t=32575
Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

SmartCyber
Posts: 18
Joined: Sun 01 Feb 2009, 20:57
Location: Kenya

#25 Post by SmartCyber »

SmartCyber wrote:I have the same issue pmount won't load
pmounterr has this
/usr/sbin/pmount: line 293: /tmp/gtkdialog_pmount: cannot execute binary file
I have made a new full install of puppy in the same machine and it worked OK then I decided to repeat what I did last....

Press and hold poweroff while drive is mounted

I got the same error

It seems power failures or bad shutdown is the cause of this

Let me try try what's suggested above.

SmartCyber
-------------------------
It is only a matterof time before you realize that am smarter than you....
Running on SmartCyber OS 4.1.2 - Full Install

SmartCyber
Posts: 18
Joined: Sun 01 Feb 2009, 20:57
Location: Kenya

System Halted - Shutdown through CCLFox

#26 Post by SmartCyber »

Damn.... what a morning to wake up only to realize 6 of my cybercafe computers PMount is not working...

CCLFox does not shutdown client instead it makes the system halts and the computers would hang there till I manually powerofff...

Now am faced with a very big problem... How will my clients mount their flash drives.... 1 day of running Puppy everyone was impressed by the speed, slickness and performance...

HELP HELP

Regards

SmartCyber
It is only a matterof time before you realize that am smarter than you....
Running on SmartCyber OS 4.1.2 - Full Install

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#27 Post by MU »

Not certain, but this might be related:
http://www.murga-linux.com/puppy/viewtopic.php?t=36944

I would do this:
exit to prompt.
type:

Code: Select all

rm -rf /tmp
reboot
Instead of "reboot" you also can hit CTRL-ALT-Del.

Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

SmartCyber
Posts: 18
Joined: Sun 01 Feb 2009, 20:57
Location: Kenya

Clean Installs

#28 Post by SmartCyber »

Well I tried your method and I solved a million probs now here is how I am handling the problems

Did a clean install to all PCs then...

add this to rc.sysinit just after

Code: Select all

ln -s /proc/mounts /etc/mtab

Code: Select all

##############SHUTDOWN RECOVERY################
#If system was not shutdown cleanly, try and recover 
if [ -f /RUNNING ];then 
 echo -n "(System was not SHUTDOWN Cleanly)" >/dev/console 
 rm -f /var/log/X* 
 rm -f /RUNNING
 rm -rf /tmp/* 
 rm -f /var/lock/LCK* 
 rm -f /var/run/*.pid 
 rm -rf /root/tmp 2>/dev/null 
 rm -rf /root/.thumbnails/* 2>/dev/null 
fi 


##############Detect Bad Shut###################
#create a file in / that should be deleted on a clean shutdown
if [ ! -f /RUNNING ];then
 echo 'this file is deleted during a clean shutdown' > /RUNNING
fi


add this to rc.shutdown just below the first

Code: Select all

clear
command

Code: Select all

################Delete RUNNING to avoid Clean#################
rm -f /RUNNING
echo "Puppy is deleting RUNNING..." > /dev/console
I'd have used /tmp but something funny I cannot see the file there if I use it anyway thought of doing it outside.... now I can poweroff like 5000 times without worry....

SmartCyber
It is only a matterof time before you realize that am smarter than you....
Running on SmartCyber OS 4.1.2 - Full Install

Post Reply