pup-volume-monitor-0.1.15 and desktop-drive-icons-0.0.6

Core libraries and systems
Message
Author
sfs
Posts: 49
Joined: Sat 02 Nov 2013, 04:49
Location: Russia
Contact:

Re: p-v-m and tahrpup

#151 Post by sfs »

Need help
Porteus:

Code: Select all

# mount |grep sda1
/dev/sda1 on /mnt/sda1 type ext4 (rw,noatime,nodiratime,data=ordered)
/dev/sda1 on /mnt/live/memory/changes type ext4 (rw,noatime,nodiratime,data=ordered)
Label = sda1 mount in /mnt/live/memory/changes
http://forum.puppyrus.org/index.php?act ... 1998;image
[url=https://sourceforge.net/projects/puppyrusa/]PuppyRus-Arch[/url]

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#152 Post by mikeb »

Interesting... on slax 6 the changes mount does not appear in mount

Code: Select all

bash-3.1# mount
aufs on / type aufs (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/hda2 on /mnt/hda2 type ext3 (rw,noatime)
/dev/hda1 on /mnt/hda1 type fuseblk (rw,noatime,allow_other,blksize=512)
/dev/hda3 on /mnt/hda3 type ext3 (rw,noatime)
/dev/sda1 on /mnt/sda1 type vfat (rw,noatime,quiet,umask=0,check=s,shortname=mixed)
bash-3.1# cat /proc/cmdline 
ramdisk_size=7120 pty.legacy_count=10 root=/dev/ram0 rw vga=788 splash=silent quiet changes=/nimblex autoexec=startxfce4
bash-3.1# 
It only appears if you cat the initrd mtab.

Code: Select all

bash-3.1# cat /mnt/live/etc/mtab 
rootfs / rootfs rw 0 0
/dev/root /mnt/live ext2 rw 0 0
proc /mnt/live/proc proc rw 0 0
/dev/hda2 /mnt/live/mnt/hda2 ext3 rw,noatime,data=ordered 0 0
/dev/hda2 /mnt/live/memory ext3 rw,noatime,data=ordered 0 0
The problem will be similar to the puppy bind mount problem since the same thing is happening.
mike

User avatar
saintless
Posts: 3862
Joined: Sat 11 Jun 2011, 13:43
Location: Bulgaria

#153 Post by saintless »

I don't know if it helps and what is the problem exactly, but it is the same here booting with porteus initrd - sda3 is mounted twice in mount command output:
http://mail.murga-projects.com/puppy/vi ... b0e#759046

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#154 Post by mikeb »

Not really a problem... any distro using aufs in mysterious ways will give some odd mount information...its simply the nature of the mechanism. What is needed is for any software working with that info to be aware of it though in this case its up to us to modify the sources. I did test these icons on slax and they worked nicely apart from this..if it was a live boot than there is no problem. I use xfce4 so its drive icons do the job anyway without any quirks.

Mike

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

64bit p-v-m

#155 Post by peebee »

Version of p-v-m compiled in Slacko64 Alpha as used in LxPup64:

https://e-nautia.com/peebee/disk/share/ ... lacko6.pet
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

jlst

#156 Post by jlst »

What happened to this project? This is a very good program.

I think this project should be adopted by Woof CE

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

#157 Post by mavrothal »

I guess akash_rawal moved on.
woof-wise it could go to petbuilds if anyone wants to maintain it there :wink:
== [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
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

#158 Post by peebee »

jlst wrote:What happened to this project? This is a very good program.

I think this project should be adopted by Woof CE
It is used in every version of LxPup - I recently recompiled a version of pvm for SlackoCurrent with eudev.....

The first thing that needs to happen is that the source needs to be put into a repository - ibiblio or github??
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:

#159 Post by 01micko »

akash is active on github so maybe he just lost interest in puppy or had other itches to scratch.

Since google-code is closing I exported the project.

I also did the same with gtkdialog several months ago.
Puppy Linux Blog - contact me for access

jlst

#160 Post by jlst »

Has this issue been fixed?

I think peebee has the most patched pup-volume-monitor, upload it here or send it to micko...

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

#161 Post by peebee »

jlst wrote:Has this issue been fixed?

I think peebee has the most patched pup-volume-monitor, upload it here or send it to micko...
The only patch I know of is that identified by #gyro at:
http://murga-linux.com/puppy/viewtopic. ... 618#787618

- which is in the attached /libpupvm/pupvm-monitor.c with false .gz

As for the double display of mounts - that isn't a pvm issue - that needs a patched libgio as described at:
http://murga-linux.com/puppy/viewtopic. ... 680#793680

and doesn't occur with slackware versions of libgio.....

Cheers
peebee
Attachments
pupvm-monitor.c.gz
remove false .gz
(12.14 KiB) Downloaded 443 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:

#162 Post by 01micko »

I have also exported desktop-drive-icons from google-code to github.

The above patch from gyro is committed to PVM.
Puppy Linux Blog - contact me for access

User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#163 Post by fredx181 »

Hi, akash_rawal

A bit late, but I'd like to thank you very much for your great program!

We (Toni (saintless) and me) are using it already for some time on DebianDog, DebianDog64, Mintpup and XenialDog (see in Puppy Projects).
Never has let us down, great solution of mounting drives to keep it at very small size.
Used with pcmanfm, thunar, works well, also desktop-drive-icons with Xfce, Openbox or JWM-Rox pinbd.

Cheers,

Fred

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

#164 Post by peebee »

There is a version 0.1.17 of pvm available which didn't get announced due to "issues".....

see:
https://github.com/01micko/pup-volume-monitor
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

mistfire
Posts: 1411
Joined: Wed 05 Nov 2008, 00:35
Location: PH

#165 Post by mistfire »

I wonder that this puppy-volume-monitor supports disk image. What I mean is when I mount a disk image. A drive icon shown in pcmanfm or in thunar. When I select unmount. It will unmount and the drive icon disappears.

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

64-bit desktop-drive-icons ??

#166 Post by peebee »

Anybody know or have a 64-bit version of desktop-drive-icons ??
Thanks.
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

Re: 64-bit desktop-drive-icons ??

#167 Post by fredx181 »

peebee wrote:Anybody know or have a 64-bit version of desktop-drive-icons ??
Thanks.
Don't know if you need specific 0.0.6, anyway here's a 0.0.5 version
https://fredx181.github.io/StretchDog/a ... _amd64.deb

Fred

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

Re: 64-bit desktop-drive-icons ??

#168 Post by peebee »

fredx181 wrote:here's a 0.0.5 version
https://fredx181.github.io/StretchDog/a ... _amd64.deb
Fred
Many thanks Fred - that's great....
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

Post Reply