Bug#348558: libtool: No such file or directory when linking 2 .la files with the same name but from different directories

2006-01-17 Thread Carlo Contavalli
Package: libtool Version: 1.5.22-2 Severity: normal With something like: libtool --mode=link gcc -g -O2 -std=c99 -Wall -pedantic -D_POSIX_C_SOURCE=200112L \ -Wall -export-dynamic -module -avoid-version -rpath /test -o test.la file.lo ../lib1/libtest.la ../lib2/libtest.la I get the error:

Bug#348558: libtool: No such file or directory when linking 2 .la files with the same name but from different directories

2006-01-18 Thread Carlo Contavalli
On Wed, Jan 18, 2006 at 09:26:26AM +0100, Ralf Wildenhues wrote: Thanks for the concise bug report. Two comments: your libtest.la libraries are convenience archives, so this usage should probably be accepted. ok, we both agree on this :) I believe in this case it should be fixed. A simple

Bug#348558: libtool: No such file or directory when linking 2 .la files with the same name but from different directories

2006-01-18 Thread Carlo Contavalli
On Wed, Jan 18, 2006 at 03:52:33PM +0100, Ralf Wildenhues wrote: [...] Ouch. This can get you in trouble, e.g. by a full disk after several tests with RM=': '. Or, worse, it won't work on systems where the selected shell does not know $RANDOM. makes sense :) it was just a quick hack to get

Bug#302079: dpkg: [PATCH] setting ulimit from start-stop-daemon

2005-03-29 Thread Carlo Contavalli
Package: dpkg Version: 1.10.27 Severity: wishlist Hello, with the attached patch, start-stop-daemon will look for a ``limit'' file before loading a daemon, and set the ulimits for the daemon accordingly. Just an example. Let's say we have an init script that launches: start-stop-daemon

Bug#324484: O: mozilla-locale-it

2005-08-22 Thread Carlo Contavalli
Package: wnpp Severity: normal Sorry, it's a shame, but it's already been too long I haven't been able to do any Debian related work. So, I'm just dropping one of them, mozilla-locale-it... it shouldn't be too hard to maintain, just keep it up to date with mozilla version, and modify the rules

Bug#371076: cfs: SIGSEGV on write

2006-06-13 Thread Carlo Contavalli
On Mon, Jun 12, 2006 at 08:18:28AM +, Gerrit Pape wrote: On Wed, Jun 07, 2006 at 09:39:41AM +0200, Carlo Contavalli wrote: Well, after a couple months, a couple days ago I just updated the whole system. Still trying to understand which is the cause, but when writing 'some files' cfsd

Bug#371076: cfs: SIGSEGV on write

2006-06-07 Thread Carlo Contavalli
Package: cfs Version: 1.4.1-16 Severity: important Well, after a couple months, a couple days ago I just updated the whole system. Still trying to understand which is the cause, but when writing 'some files' cfsd crashes with a SIGSEGV and leaves my directory unusable. I've been using cfsd

Bug#547598: [pkg-cryptsetup-devel] Bug#547598: output an error message if a module cannot be found

2009-09-24 Thread Carlo Contavalli
On Thu, Sep 24, 2009 at 12:39 PM, Jonas Meurer jo...@freesources.org wrote: thanks for your bugreport. Thank you for volunteering your time to provide this package to all of us :) i consider to change the default way to include crypto modules into the initramfs though: in future simply all

Bug#547594: segmentation fault when TLS enabled and connecting to a non-TLS server

2009-09-20 Thread Carlo Contavalli
Package: dma Version: 0.0.2009.07.17-2 Severity: normal Error is: Sep 20 13:15:25 joshua dma[382]: 70627.8587838: remote delivery deferred: STARTTLS not available: 503 Not Implement Sep 20 13:15:25 joshua dma[382]: 70627.8587838: SSL initialization successful Sep 20 13:15:25 joshua kernel:

Bug#546315: Missing dependency on gnome-icon-theme

2009-09-20 Thread Carlo Contavalli
Package: pavucontrol Version: 0.9.8-1 Severity: normal Exactly same problem here: terminate called after throwing an instance of 'Gtk::IconThemeError' Aborted Running: apt-get install gnome-icon-theme solves the problem. I believe pavucontrol should depend on gnome-icon-theme. Carlo --

Bug#547595: poorly choosen random seed in macchanger

2009-09-20 Thread Carlo Contavalli
Package: macchanger Version: 1.5.0-3 Severity: normal In main.c:177 I can see: srandom(time(NULL)); I have a script that calls macchanger on multiple interfaces with the -A option. Whenever macchanger is called more than once in the same second, the interfaces will have the same mac

Bug#547596: always exits with status 0, even on errors.

2009-09-20 Thread Carlo Contavalli
Package: macchanger Version: 1.5.0-3 Severity: wishlist It would be much cooler if macchanger returned an exit code != 0 in case of errors: # macchanger wlan0 Current MAC: 00:16:eb:11:dc:64 (unknown) ERROR: Can't change MAC: interface up or not permission: Operation not permitted # echo $? 0

Bug#547597: initrd does not load modules needed for essiv calculation

2009-09-20 Thread Carlo Contavalli
Package: cryptsetup Version: 2:1.0.7-2 Severity: important Note the: aes-xts-essiv:wp256 essiv:wp256 requires the kernel module wp512. mkinitramfs (and the cryptsetup scripts) do not seem to include it in the initrd. The end result is that the initrd script fails, and the root is unusable.

Bug#547598: output an error message if a module cannot be found

2009-09-20 Thread Carlo Contavalli
Package: cryptsetup Version: 2:1.0.7-2 Severity: normal I've been bitten by initramfs not including the right modules for cryptroot support a few times now. By peeking in: /usr/share/initramfs-tools/hooks/cryptroot I believe the script does not output any warning if it fails to find a module.

Bug#552139: /sbin/umount.hal outputs error if relative path is specified

2009-10-23 Thread Carlo Contavalli
Package: hal Version: 0.5.13-3 Severity: normal [ u...@joshua::/media ] $ umount ./disk /sbin/umount.hal: ./disk is not recognized by hal [ u...@joshua::/media ] $ umount /media/disk [ u...@joshua::/media ] $ As you can see, relative path causes error, absolute path works. This behavior

Bug#550546: sleep.sh does not lock screen correctly

2009-10-10 Thread Carlo Contavalli
Package: acpid Version: 1.0.10-2 Severity: normal Short story: - I press the sleep button on my laptop - it goes to sleep (suspend to ram) - when it resumes, the screen is unlocked - despite me setting LOCK_SCREEN to true in /etc/default/acpi I believe the bug to be in sleep.sh,

Bug#637685: creates database accessible to anyone from localhost

2011-08-13 Thread Carlo Contavalli
Package: zoneminder Version: 1.24.4-1 Severity: minor Tags: security The debian package creates a database for zoneminder accessible by anyone with ssh/console access to the machine (or, well, by anyone that can use the server as vpn / tunnel endpoint), given that user and pass is always zmuser

Bug#714480: Unable to start xfce if home in different locations

2013-06-29 Thread Carlo Contavalli
Package: xfce4-session Version: 4.10.1-1 Severity: normal Tags: upstream In ~/.config/xfce4* and ~/.cache/sessions, xfce4-session hard codes many path pointing to your home directory, for example /home/ccontavalli. If you: - move your home directory somewhere else (eg, space full or similar) -

Bug#714480: [Pkg-xfce-devel] Bug#714480: Unable to start xfce if home in different locations

2013-07-01 Thread Carlo Contavalli
On Sun, Jun 30, 2013 at 1:25 PM, Yves-Alexis Perez cor...@debian.org wrote: On sam., 2013-06-29 at 12:35 -0700, Carlo Contavalli wrote: This bug to track two things: 1) it'd be nice to log those messages somewhere, so one can find them in the logs. Aren't they in .xsession-errors? argh

Bug#714480: [Pkg-xfce-devel] Bug#714480: Unable to start xfce if home in different locations

2013-07-02 Thread Carlo Contavalli
On Mon, Jul 1, 2013 at 10:32 PM, Yves-Alexis Perez cor...@debian.org wrote: On lun., 2013-07-01 at 22:06 -0700, Carlo Contavalli wrote: On Sun, Jun 30, 2013 at 1:25 PM, Yves-Alexis Perez cor...@debian.org wrote: On sam., 2013-06-29 at 12:35 -0700, Carlo Contavalli wrote: This bug to track

Bug#706658: nikola install_theme -l causes a stack trace

2013-05-02 Thread Carlo Contavalli
Package: nikola Version: 5.4.2-1 Severity: important If I run: $ nikola init blog --demo $ cd blog $ nikola install_theme -l I get a stack trace: Traceback (most recent call last): File /usr/lib/python2.7/dist-packages/doit/doit_cmd.py, line 102, in run return

Bug#706658: nikola install_theme -l causes a stack trace

2013-05-03 Thread Carlo Contavalli
Yes, there is a missing dependency. To fix the problem, I just had to: apt-get install python-requests You probably need to add it in the Depends: for nikola. Thanks, Carlo -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#706712: nikola strace fails with an assertion

2013-05-03 Thread Carlo Contavalli
Package: nikola Version: 5.4.2-1 Severity: normal According to the help: nikola strace use strace to list file_deps and targets nikola strace should not need any parameter. However, when run: $ nikola strace Traceback (most recent call last): File

Bug#724045: please include support for --delaymount

2013-09-22 Thread Carlo Contavalli
Package: encfs Version: 1.7.4-2.4+b2 Severity: normal Tags: patch Even when --ondemand is passed on the command line, encfs still tries to mount the file system immediately, asking for a passphrase and exposing the encrypted files. It would be greate to have support for --delaymount in the

Bug#724053: does not detect tmpfs already mounted unless path attribute provided

2013-09-22 Thread Carlo Contavalli
Package: libpam-mount Version: 2.14-1 Severity: important Using tmpfs to avoid an SSD being written to continuously, and to discard files at reboot. I started off with a line like: volume group=users fstype=tmpfs mountpoint=/home/%(USER)/mycache/ options=size=1G,uid=%(USER),mode=0700 / If I

Bug#724056: invalid attributes are silently ignored

2013-09-22 Thread Carlo Contavalli
Package: libpam-mount Version: 2.14-1 Severity: minor I had the line: volume group=users fstype=tmpfs path=mycache mountpoint=/home/%(USER)/mycache options=size=1G,uid=%(USER),mode=0700 / in the pam_mount.conf.xml file. According to the man page, the attribute group does not exist, I should

Bug#724463: cryptsetup: cryptroot does not understand UUID=... syntax for decrypt_derived swap partition

2013-09-23 Thread Carlo Contavalli
Package: cryptsetup Version: 2:1.6.1-1 Severity: important I have swap setup using decrypt_derived, as you can see below. The initramfs generated by the '/usr/share/initramfs-tools/hooks/cryptroot' script in 'cryptsetup' is unable to resume from this partition. I don't use uswsusp, the

Bug#756169: minidlna: listening_ip option does not exist

2014-07-26 Thread Carlo Contavalli
Package: minidlna Version: 1.1.2+dfsg-1.1 Severity: normal Dear Maintainer, the man page for minidlna documents the existance of the -a option, to specify a listening address. It also describe a listening_address in the default config file, and corresponding man page. However: - the daemon

Bug#773138: grub upgrade makes booting require a password

2014-12-14 Thread Carlo Contavalli
Package: grub2 Version: 2.02~beta2-17 Severity: normal The intended behavior of the /etc/grub.d/10_linux script is to add menu entries (menuentry) to boot the linux partitions. Before a certain version of grub, having a password set inhibited the ability to edit entries, and enter in advanced