[Bug 203590] Re: cupsys changelog is unreadable (and nonexistant)

2009-04-27 Thread Ed Blackman
I have experienced this, too, and it's fixed with a "apt-get install
--reinstall cupsys-common libcupsys2", but the problem reoccurs
occasionally.  I have a monthly cron script that runs "debsums -cagp
/var/cache/apt/archives 2>&1 | grep -v '^/'" to find debsums problems
(because my monthly backup uses debsums to remove unmodified package-
installed files from the backup list), and the problem occurs a couple
of times per year.

Affected files:

/usr/share/doc/cupsys-common/changelog.gz
/usr/share/doc/cupsys-common/changelog.Debian.gz

/usr/share/doc/libcupsys2/CREDITS.txt
/usr/share/doc/libcupsys2/changelog.Debian.gz
/usr/share/doc/libcupsys2/changelog.gz
/usr/share/doc/libcupsys2/README.txt.gz

-- 
cupsys changelog is unreadable (and nonexistant)
https://bugs.launchpad.net/bugs/203590
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 112771] Re: pumount shell script doesn't handle labels with spaces

2008-10-09 Thread Ed Blackman
No, it is not.  Following the above steps under Ibex (with pmount)
results in the device being unmounted, whether using escaped or quoted
spaces.

I consider this bug closed.

-- 
pumount shell script doesn't handle labels with spaces
https://bugs.launchpad.net/bugs/112771
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 112771] pumount shell script doesn't handle labels with spaces

2007-05-06 Thread Ed Blackman
Public bug reported:

pumount shell script (frontend to pumount.real) doesn't handle labels
with spaces in them

Steps to reproduce:
- Mount a device with a label with a space: $ pmount /dev/scd1 'test label'
- Attempt to umount using escaped spaces: $ pumount /media/test\ label/
Usage:

/usr/bin/pumount.real [options] 
  Umount  from a directory below /media/ if policy requirements
  are met (see pumount(1) for details). The mount point directory is removed
  afterwards.

Options:
  -l, --lazy  : umount lazily, see umount(8)
  -d, --debug : enable debug output (very verbose)
  -h, --help  : print help message and exit successfuly
  --version   : print version number and exit successfully

- Attempt to umount using quoted spaces: $ pumount '/media/test label/'
Same result

- Call the real pumount: $ pumount.real '/media/test label/'
Works

Pumount shell script needs to quote the arguments it passes to
pumount.real

** Affects: pmount (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
pumount shell script doesn't handle labels with spaces
https://bugs.launchpad.net/bugs/112771
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs