[Bug 41427] Re: slow keys can turn on surreptitiously cause confusion.

2010-07-29 Thread LuisMondesi
reboot and the same thing happened. this time I removed 1 peripheral file at a time and the problem (for me) is when you set the mouse to be left handed -- I don't recall changing the cursor size. Removing this file fixed it so my input (from keyboard) works. Here are the details:

[Bug 41427] Re: slow keys can turn on surreptitiously cause confusion.

2010-07-29 Thread LuisMondesi
Umm... never mind my last comment about the left_handed mouse... I logged out and back and input worked with left-handed set (but not cursor_size) $ cat .gconf/desktop/gnome/peripherals/mouse/%gconf.xml ?xml version=1.0? gconf entry name=left_handed mtime=1280437857 type=bool value=true/

[Bug 41427] Re: slow keys can turn on surreptitiously cause confusion.

2010-07-27 Thread LuisMondesi
I have hit this bug before many times on previous versions of Ubuntu and now on Lucid (10.04). Usually, I go to tty1 (CTRL+ALT+F1 works) and then I kill compiz, which magically restores my keyboard and mouse input. This time that didn't work so I left the window open and went to another computer

[Bug 591909] Re: preseed Lucid with RAID and LVM fails to boot

2010-07-23 Thread LuisMondesi
Attached is a working configuration for LVM + RAID partitioning. Note that extended partitions must be used for the LVM physical device (changing this to primary and using sd[ab]2 failed miserably). And also note that you need to use LBA alignment either from a boot param (preferred) or from the

[Bug 591909] Re: preseed Lucid with RAID and LVM fails to boot

2010-07-23 Thread LuisMondesi
OMG posted an older version... sorry about this. ** Attachment added: working lvm + raid preseed config http://launchpadlibrarian.net/52373584/ubuntu-lvm-raid.seed ** Also affects: mdadm Importance: Undecided Status: New -- preseed Lucid with RAID and LVM fails to boot

[Bug 591909] Re: preseed Lucid with RAID and LVM fails to boot

2010-07-22 Thread LuisMondesi
I believe this bug boils down to the disk being partition in the wrong way by d-i. Take a look at this: r...@zod[~]# cfdisk /dev/sdb FATAL ERROR: Bad primary partition 1: Partition ends in the final partial cylind Press any key to exit cfdisk r...@zod[~]# fdisk -l

[Bug 591909] Re: preseed Lucid with RAID and LVM fails to boot

2010-07-22 Thread LuisMondesi
And sure enough, this bug report has the right solution in comment #3 : https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/574232/comments/3 Probably related to Bug #561573 and Bug #551965 Appending partman/alignment=cylinder as kernel boot parameter solved the problem for me. --

[Bug 591909] Re: preseed Lucid with RAID and LVM fails to boot

2010-07-22 Thread LuisMondesi
Finally! The solution for #2 is to do: partman/alignment=cylinder After this bootparam (in pxelinux.cfg/default), mdadm did the right thing and the system booted just fine. Note that this is done on 2 different x86_64 systems: 1. Sun workstation Ultra20 m2 2. HP xw4600 Both have 2 SATA disks

[Bug 574232] Re: partman-auto creates faulty partition table on netboot with preseed

2010-07-22 Thread LuisMondesi
It took me some time to realize that this was the solution for my RAID preseed problem as well: Bug #591909 -- partman-auto creates faulty partition table on netboot with preseed https://bugs.launchpad.net/bugs/574232 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 561573] Re: Partition not end on cylinder boundary Lucid

2010-07-22 Thread LuisMondesi
Please do fix this, as this affects Lucid (10.04) systems being preseeded using LVM+RAID as noted on: Bug #591909 -- Partition not end on cylinder boundary Lucid https://bugs.launchpad.net/bugs/561573 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 591909] Re: preseed Lucid with RAID and LVM fails to boot

2010-07-20 Thread LuisMondesi
Pasi, Thanks. I'm sure I had this option before. I tried that and it indeed allowed the preseed to continue. When done, I still see the /dev/md1p1 weird partitions and I get dropped to initramfs shell to fix it manually. This sucks. -- preseed Lucid with RAID and LVM fails to boot

[Bug 538917] Re: xen-tools is not available in lucid

2010-06-10 Thread LuisMondesi
@Axel Beckert I've taken the source package from unstable and compile this on Lucid (only changes was s/unstable/lucid/ in debian/changelog and debian/NEWS. Not that this is absolutely needed, but for my local repo ;-)) I'm about to get a kernel and test this. Thanks for all the nice work you

[Bug 591909] [NEW] preseed Lucid with RAID and LVM fails to boot

2010-06-09 Thread LuisMondesi
Public bug reported: Binary package hint: partman-auto-raid System fails to boot after preseed Lucid (10.04) to create RAID1 + LVM partitions: 1. I can never preseed away the question to confirm that the partition should be committed (d-i partman-md/confirm boolean true) 2. after reboot,

[Bug 591909] Re: preseed Lucid with RAID and LVM fails to boot

2010-06-09 Thread LuisMondesi
** Attachment added: preseed recipe for lvm, raid installation http://launchpadlibrarian.net/50032963/partman-auto-raid.seed ** Changed in: partman-auto-raid (Ubuntu) Assignee: (unassigned) = Colin Watson (cjwatson) -- preseed Lucid with RAID and LVM fails to boot

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2010-05-07 Thread LuisMondesi
Ok. So I switched to using apt-cacher-ng for my caching and started to see this bug again. To fix this, just remove all the Sources, Packages and Translation files from /var/cache/apt-cacher-ng (apt-cacher has the same issues) directory. Example: DIR=/var/cache/apt-cacher-ng cd $DIR || exit 1

[Bug 522509] Re: [FFE] tftpd-hpa doesn't start on boot

2010-04-27 Thread LuisMondesi
What happened here? there is no /etc/init/*.conf and/or init.d. And the /etc/default/tftp-hpa is missing... $ apt-cache policy tftp-hpa tftp-hpa: Installed: 5.0-11ubuntu2 Candidate: 5.0-11ubuntu2 Version table: *** 5.0-11ubuntu2 0 500 http://archive.ubuntu.com/ubuntu/ lucid/main

[Bug 522509] Re: [FFE] tftpd-hpa doesn't start on boot

2010-04-27 Thread LuisMondesi
oh my, nevermind my previous comment... i just realized this is the client not the server. sorry :-) -- [FFE] tftpd-hpa doesn't start on boot https://bugs.launchpad.net/bugs/522509 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to tftp-hpa

[Bug 522509] Re: [FFE] tftpd-hpa doesn't start on boot

2010-04-27 Thread LuisMondesi
What happened here? there is no /etc/init/*.conf and/or init.d. And the /etc/default/tftp-hpa is missing... $ apt-cache policy tftp-hpa tftp-hpa: Installed: 5.0-11ubuntu2 Candidate: 5.0-11ubuntu2 Version table: *** 5.0-11ubuntu2 0 500 http://archive.ubuntu.com/ubuntu/ lucid/main

[Bug 522509] Re: [FFE] tftpd-hpa doesn't start on boot

2010-04-27 Thread LuisMondesi
oh my, nevermind my previous comment... i just realized this is the client not the server. sorry :-) -- [FFE] tftpd-hpa doesn't start on boot https://bugs.launchpad.net/bugs/522509 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 554412] Re: invalid unicode in description

2010-04-26 Thread LuisMondesi
the latest version fixes this issue. please close it -- invalid unicode in description https://bugs.launchpad.net/bugs/554412 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

[Bug 554412] Re: invalid unicode in description

2010-04-26 Thread LuisMondesi
for the record: $ apt-cache policy software-center software-center: Installed: 2.0.2 Candidate: 2.0.2 Version table: *** 2.0.2 0 500 http://apt/archive.ubuntu.com/ubuntu/ lucid/main Packages 100 /var/lib/dpkg/status $ ls /var/lib/apt/lists/*Translation* ls: cannot access

[Bug 554412] Re: invalid unicode in description

2010-04-26 Thread LuisMondesi
@#$ http://apt is my local apt-cacher-ng instance -- invalid unicode in description https://bugs.launchpad.net/bugs/554412 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

[Bug 563825] [NEW] ipad icon missing on afc mount

2010-04-15 Thread LuisMondesi
Public bug reported: Binary package hint: gvfs When plugging the 3GS iPhone to Ubuntu Lucid, the icon for the iphone and the volume is mounted. When doing the same with the iPad, it does not get recognized. This is a patch that fixes that:

[Bug 563825] Re: ipad icon missing on afc mount

2010-04-15 Thread LuisMondesi
** Patch added: gvfs ipad patch http://launchpadlibrarian.net/44266031/gvfs-ipad-patch.diff -- ipad icon missing on afc mount https://bugs.launchpad.net/bugs/563825 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 365153] Re: OpenLDAP Server sudo auth-client-config -a -p lac_ldap

2010-04-15 Thread LuisMondesi
I hit this same bug /etc/auth-client-config/profile.d/ldap-auth-config only defines : [lac_ldap] nss_passwd=passwd: files ldap nss_group=group: files ldap nss_shadow=shadow: files ldap nss_netgroup=netgroup: nis Which is parsed like: +

[Bug 554412] Re: invalid unicode in description

2010-04-07 Thread LuisMondesi
Installed languages are: $ locale -a C en_AG en_AU.utf8 en_BW.utf8 en_CA.utf8 en_DK.utf8 en_GB.utf8 en_HK.utf8 en_IE.utf8 en_IN en_NG en_NZ.utf8 en_PH.utf8 en_SG.utf8 en_US en_US.utf8 en_ZA.utf8 en_ZW.utf8 POSIX I'm setup to use en_US.utf8 $ locale LANG=en_US.utf8 LANGUAGE=en

[Bug 554412] Re: invalid unicode in description

2010-04-07 Thread LuisMondesi
This is a link to the screenshot http://www.fotolog.com/predicante/64809993 -- invalid unicode in description https://bugs.launchpad.net/bugs/554412 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 554079] Re: Lucid boot failed to complete after fsck

2010-04-05 Thread LuisMondesi
My main desktop just hit this very problem today. at 70% it stops and nothing else happens. this has raid-1 disks so I'm afraid of booing from another source and having to do all that manually. -- Lucid boot failed to complete after fsck https://bugs.launchpad.net/bugs/554079 You received this

[Bug 217159] Re: slapd + gnutls fails

2010-03-02 Thread LuisMondesi
this bug should be closed. I had the same problem today and I simply commented out the TLS suite portion. That allowed things to work just fine. (see comment # 19 https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/217159/comments/19 ) The documentation should be updated not to say to use

[Bug 217159] Re: slapd + gnutls fails

2010-03-02 Thread LuisMondesi
this bug should be closed. I had the same problem today and I simply commented out the TLS suite portion. That allowed things to work just fine. (see comment # 19 https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/217159/comments/19 ) The documentation should be updated not to say to use

[Bug 328089] Re: [Jaunty] splashy 0.3.13-3ubuntu1 fresh install conflicts with lsb-base

2009-12-14 Thread LuisMondesi
here is a few things about this bug (once again): 1. this is an Ubuntu only bug. I know Ubuntu does not really support universe and this should be done upstream (i.e. through debian). However, this bug was introduced by lsb-base package which is managed by Ubuntu. 2. the fix for this bug would

[Bug 328089] Re: [Jaunty] splashy 0.3.13-3ubuntu1 fresh install conflicts with lsb-base

2009-11-02 Thread LuisMondesi
now, I was thinking this was something that debian changed and Ubuntu followed suit, but this is not the case. /etc/lsb-base-logging.sh is sourced from LSB functions so users are allowed to change the way init scripts call the init scripts. To allow things like, presenting a progressbar during

[Bug 328089] Re: [Jaunty] splashy 0.3.13-3ubuntu1 fresh install conflicts with lsb-base

2009-11-02 Thread LuisMondesi
@John Dong very well said! Granted, I should've acted on this quicker since I also use Ubuntu as my main desktop... but we are here and the problem still exist, so let's work around it for now. -- [Jaunty] splashy 0.3.13-3ubuntu1 fresh install conflicts with lsb-base

[Bug 432400] Re: Karmic hangs on boot

2009-11-02 Thread LuisMondesi
i just hit this bug on a new karmic installation on a Toshiba Satellite A105-2101. I tried everything I could: - booting from cdrom - booting from USB - booting from netboot until I removed quiet and then saw the infamous clocksource tsc unstable (delta = . ns ) I tried

[Bug 328089] Re: [Jaunty] splashy 0.3.13-3ubuntu1 fresh install conflicts with lsb-base

2009-10-19 Thread LuisMondesi
Ummm... it looks like this bug keeps popping back. Can we work on this together? I have missed notifications for a few of the comments made here and now somebody pointed to this again. I thought this was resolved somehow... -- [Jaunty] splashy 0.3.13-3ubuntu1 fresh install conflicts with

[Bug 347970] Re: deluser --remove-home leaves /var/lib/ecryptfs/username behind

2009-10-09 Thread LuisMondesi
remember that on karmic the ecryptfs directory is now ~user/../.ecryptfs/user/.ecryptfs luvly uh? It's a better location for this, but your patch will not fix this -- deluser --remove-home leaves /var/lib/ecryptfs/username behind https://bugs.launchpad.net/bugs/347970 You received this bug

[Bug 447344] [NEW] nm-connection-editor crashed with SIGSEGV in nm_connection_get_setting()

2009-10-09 Thread LuisMondesi
Public bug reported: Description:Ubuntu karmic (development branch) Release:9.10 network-manager-gnome: Installed: 0.8~a~git.20091002t194214.8515a07-0ubuntu1 Candidate: 0.8~a~git.20091002t194214.8515a07-0ubuntu1 Version table: *** 0.8~a~git.20091002t194214.8515a07-0ubuntu1 0

[Bug 447344] Re: nm-connection-editor crashed with SIGSEGV in nm_connection_get_setting()

2009-10-09 Thread LuisMondesi
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/33364328/Dependencies.txt ** Attachment added: Disassembly.txt http://launchpadlibrarian.net/33364329/Disassembly.txt ** Attachment added: IfupdownConfig.txt http://launchpadlibrarian.net/33364334/IfupdownConfig.txt

[Bug 445301] [NEW] ecryptfs-utils creates dir with wrong permissions

2009-10-07 Thread LuisMondesi
Public bug reported: when adding a user with an encrypted home directory passing the group ID from the CLI, the utility fail to set the permissions to the .ecryptfs and .Private directory. Here is an example: adduser --uid 1030 --gid 115 --encrypt-home lmondesi ... chown: invalid group:

[Bug 367774] Re: EDAC spam in dmesg, edac-utils shows no erros

2009-10-07 Thread LuisMondesi
my systems hit this bug during Jaunty and now on Karmic it still shows the same crap. there should be a verbose option on edac to throw this errors if one wants them. and keep quiet by default. i also rmmod this from my system... i have no idea what this is used for but obviously is not working.

[Bug 434827] Re: karmic alpha6 alternate: Failure to detect Via VT6420 SATA controller

2009-10-03 Thread LuisMondesi
I hit this bug while installing on a ASRock 4coredual-vsta motherboard (http://www.asrock.com/MB/overview.asp?Model=4CoreDual-VSTA). I was using the Karmic beta CD currently on Ubuntu.com. Since sata_via is so widely used, please add this to the known issues so it's easier for others to know what

[Bug 328089] Re: [Jaunty] splashy 0.3.13-3ubuntu1 fresh install conflicts with lsb-base

2009-08-26 Thread LuisMondesi
Hello all, I'm one of the splashy developers. This should be a bug against lsb-base as it shouldn't provide the file /etc/lsb-base-logging.sh. This file is provided by packages that want to tap into the hooks from running the init scripts (/etc/init.d/*). Splashy needs to do something as init

[Bug 417862] [NEW] overwrite `/usr/share/kde4/services/kcm_keyboard.desktop', which is also in package kdebase-workspace-data

2009-08-23 Thread LuisMondesi
Public bug reported: After installing from Karmic Alpha-4 ISO I got the following error: Unpacking kdebase-workspace-bin (from .../kdebase-workspace-bin_4%3a4.3.0-0ubuntu13_i386.deb) ... dpkg: error processing /var/cache/apt/archives/kdebase-workspace-bin_4%3a4.3.0-0ubuntu13_i386.deb

[Bug 317026] Re: netbook-launcher extremely slow

2009-07-19 Thread LuisMondesi
I hit this same bug on an IBM (Lenovo) X60s laptop. The workaround (https://bugs.launchpad.net/ubuntu/+source/netbook- launcher/+bug/317026/comments/12) work fine but still not a proper solution as the system still feel sluggish (response time for the animations are horrible). I also have this

[Bug 291760] Re: network-manager roams to (none) ((none))

2009-04-29 Thread LuisMondesi
I got this same issue on an OQO model 02 with Jaunty 03:04.0 Ethernet controller [0200]: Atheros Communications Inc. AR5413 802.11abg NIC [168c:001b] (rev 01) Subsystem: Atheros Communications Inc. Device [168c:1602] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-

[Bug 351053] Re: Alternate install hangs requesting jaunty CD

2009-04-19 Thread LuisMondesi
I got the same issue with alternate CD for RC1. I posted first here: http://ubuntuforums.org/showthread.php?t=1083783 My workaround was simple (and after rebooting I was able to install ubuntu-desktop). Going to tty2 (CTRL+Alt+F2) shows that /cdrom has the right stuff. /target/cdrom points to

[Bug 317895] Re: netboot newuser and ecryptfs fails to login

2009-03-20 Thread LuisMondesi
Hello Dustin, If you see my original post (the first one) it does mention the preseed file is attached to this bug report. http://launchpadlibrarian.net/21266763/ubuntu-desktop-experimental.seed -- netboot newuser and ecryptfs fails to login https://bugs.launchpad.net/bugs/317895 You received

Re: [Bug 317895] Re: netboot newuser and ecryptfs fails to login

2009-03-18 Thread LuisMondesi
I guess you are not using a fully automated install. Try using a preseed file with all the questions you need for a basic installation. On Wed, Mar 18, 2009 at 6:49 PM, Dustin Kirkland dustin.kirkl...@gmail.comwrote: Hi Mackenzie- I still haven't been able to reproduce this issue. I just

[Bug 302870] Re: add support for setting up encrypted home directory on user creation

2009-01-16 Thread LuisMondesi
@Michael Rooney U... I'll fill out a propper bug and link to this then. @Dustin Kirkland I used the desktop (alternate) installer and grab the netboot folder from it. -- add support for setting up encrypted home directory on user creation https://bugs.launchpad.net/bugs/302870 You

[Bug 302870] Re: add support for setting up encrypted home directory on user creation

2009-01-16 Thread LuisMondesi
I filed a new bug: https://bugs.launchpad.net/ecryptfs/+bug/317895 -- add support for setting up encrypted home directory on user creation https://bugs.launchpad.net/bugs/302870 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 302870] Re: add support for setting up encrypted home directory on user creation

2009-01-15 Thread LuisMondesi
fresh install of Ubuntu Jaunty (downloaded today from daily) using amd64 and netboot to install the system. Once the system came up everything was normal except that I could not login. I tried everything I could think of to allow the user to write to its $HOME but it seems that .ecryptfsrc wasn't

[Bug 302870] Re: add support for setting up encrypted home directory on user creation

2009-01-15 Thread LuisMondesi
partitions map for preseed ** Attachment added: partitions.txt http://launchpadlibrarian.net/21250808/partitions.txt -- add support for setting up encrypted home directory on user creation https://bugs.launchpad.net/bugs/302870 You received this bug notification because you are a member of

[Bug 234484] Re: heavy network activity stalls network (on both ends)

2009-01-11 Thread LuisMondesi
We got bitten by this very bug! I spent a long time making sure it wasn't anything on our network but what clear things up for me was this: copying from Hardy to Hardy works copying from Hardy to Solaris does not copying from Solaris to Solaris works So, obviously it's not the network devices

[Bug 248684] Re: pidgin resolver process crashes with ldap accounts

2009-01-08 Thread LuisMondesi
I was bitten by this today and moving pidgin-otr worked for me. what a bug... -- pidgin resolver process crashes with ldap accounts https://bugs.launchpad.net/bugs/248684 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 300750] [NEW] Can't use an undefined value as a HASH reference at /usr/share/perl5/XML/Stream.pm line 1165.

2008-11-21 Thread LuisMondesi
Public bug reported: Binary package hint: libxml-stream-perl I have a notification script for Nagios that uses XMPP to send alerts to a buddy. This uses libnet-xmpp-perl. When it runs it generates this alert on Ubuntu Hardy 8.04.1: ./custom_plugins/notify_via_xmpp [EMAIL PROTECTED] 'test'

[Bug 300750] Re: Can't use an undefined value as a HASH reference at /usr/share/perl5/XML/Stream.pm line 1165.

2008-11-21 Thread LuisMondesi
Script use to talk to an XMPP server directly and send messages to users ** Attachment added: Useful for Nagios http://launchpadlibrarian.net/19838335/notify_via_xmpp -- Can't use an undefined value as a HASH reference at /usr/share/perl5/XML/Stream.pm line 1165.

[Bug 300750] Re: Can't use an undefined value as a HASH reference at /usr/share/perl5/XML/Stream.pm line 1165.

2008-11-21 Thread LuisMondesi
** Attachment added: workaround to fix this issue http://launchpadlibrarian.net/19838329/Stream.pm.diff -- Can't use an undefined value as a HASH reference at /usr/share/perl5/XML/Stream.pm line 1165. https://bugs.launchpad.net/bugs/300750 You received this bug notification because you are

[Bug 294935] [NEW] apparmor error when logging to /var/log/named/

2008-11-06 Thread LuisMondesi
Public bug reported: Binary package hint: bind9 Intro: Change your logging options to log to /var/log/named (as permitted by default apparmor profile). When the logs reach the limit and named attempts to rotate the file, apparmor denies reading from the directory (listing) so it cannot create

[Bug 294935] [NEW] apparmor error when logging to /var/log/named/

2008-11-06 Thread LuisMondesi
Public bug reported: Binary package hint: bind9 Intro: Change your logging options to log to /var/log/named (as permitted by default apparmor profile). When the logs reach the limit and named attempts to rotate the file, apparmor denies reading from the directory (listing) so it cannot create

[Bug 92276] Re: [apport] splashy crashed with SIGSEGV

2008-11-02 Thread LuisMondesi
Splashy 0.3.12 was released and there is an Ubuntu Hardy package at the Alioth server: http://alioth.debian.org/frs/?group_id=30657 This should work fine on Intrepid as well. -- [apport] splashy crashed with SIGSEGV https://bugs.launchpad.net/bugs/92276 You received this bug notification

[Bug 290145] [NEW] send: No buffer space available for ppp interface

2008-10-27 Thread LuisMondesi
Public bug reported: Binary package hint: traceroute when trying to traceroute using a ppp interface, the tx_queue_len buffer fills up and causes this weird alert. this is a known issue that has been fixed on Fedora: http://webui.sourcelabs.com/fedora/issues/245438 this works: sudo traceroute

[Bug 255515] Re: could not find compatible GRE

2008-10-26 Thread LuisMondesi
same here using ubuntustudio-desktop on an OQO. what does this mean? -- could not find compatible GRE https://bugs.launchpad.net/bugs/255515 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 123076] Re: /usr/share/cacti/site/poller.php failed

2008-09-25 Thread LuisMondesi
ok, poller.php segfaulted because the database did not get initialized properly by dbconfig. once i ran the table creation by hand it worked. now everything works fine. -- /usr/share/cacti/site/poller.php failed https://bugs.launchpad.net/bugs/123076 You received this bug notification because

[Bug 123076] Re: /usr/share/cacti/site/poller.php failed

2008-09-24 Thread LuisMondesi
I can confirm that on Hardy 8.04.1 the ending php tag is missing ?. Perhaps this bug is unrelated... I did a new installation of cacti on a 64bit system with apache2 and I'm getting segfaults. This is the third installation I do in 2 weeks and the previous two worked fine. This server is a clean

[Bug 123076] Re: /usr/share/cacti/site/poller.php failed

2008-09-16 Thread LuisMondesi
dbconfig-common also forgot to close the PHP tag on my Hardy 8.04.1 cacti installation. After placing ? at the end of the file, everything worked. -- /usr/share/cacti/site/poller.php failed https://bugs.launchpad.net/bugs/123076 You received this bug notification because you are a member of

[Bug 268816] [NEW] logrotate uses outdated sarg script

2008-09-10 Thread LuisMondesi
Public bug reported: Binary package hint: squid Because of the way that logrotate, cron and sarg are setup, squid's logrotate configuration must be changed to call sarg-reports on a daily basis as: test ! -x /usr/sbin/sarg-reports || /usr/sbin/sarg- reports today This is a

[Bug 268816] Re: logrotate uses outdated sarg script

2008-09-10 Thread LuisMondesi
** Attachment added: simple patch to illustrate the solution better http://launchpadlibrarian.net/17527602/squid-logrotate.patch -- logrotate uses outdated sarg script https://bugs.launchpad.net/bugs/268816 You received this bug notification because you are a member of Ubuntu Bugs, which is

Re: [Bug 184869] Re: ALT Super keys swapped after upgrade

2008-08-24 Thread LuisMondesi
On Aug 24, 2008, at 9:37, Connor Imes [EMAIL PROTECTED] wrote: Thank you for taking the time to report this bug and helping to make Ubuntu better. You reported this bug a while ago and there hasn't been any activity in it recently. We were wondering is this still an issue for you? Can you try

[Bug 254670] [NEW] workrave's dbus service typo

2008-08-04 Thread LuisMondesi
Public bug reported: Binary package hint: workrave $ cat /usr/share/dbus-1/services/org.workrave.Workrave.service [Workrave D-BUS Service] Name=org.workrave.Workrave [EMAIL PROTECTED]@/workrave I believe that @bindir@ was supposed to be parsed/replaced but this doesn't happen on Hardy. **

[Bug 124979] Re: Clicking on date/time applet crashes gnome-pannel

2008-07-29 Thread LuisMondesi
Same here on Hardy 8.04.1. After I added Google Calendar as my default calendar for Evolution, I cannot click on the calendar applet anymore -- without crashing gnome- panel. killall gnome-panel fixes it. I was hoping that a fix will be available by the time this bothered me, but... Here I am

[Bug 92276] Re: [apport] splashy crashed with SIGSEGV

2008-07-22 Thread LuisMondesi
I'm the main developer of Splashy and I use it with Hardy. Can somebody please confirm this bug for me? I never realized there were bugs here for Splashy, as well as the Debian Bugs Tracking System. -- [apport] splashy crashed with SIGSEGV https://bugs.launchpad.net/bugs/92276 You received this

[Bug 94689] Re: Splashy doesn

2008-07-22 Thread LuisMondesi
do: sudo dpkg -P usplash usplash-themes usplash needs to be removed from initramfs -- Splashy doesn https://bugs.launchpad.net/bugs/94689 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

Re: [Bug 92276] Re: [apport] splashy crashed with SIGSEGV

2008-07-22 Thread LuisMondesi
On Tue, Jul 22, 2008 at 10:40 AM, Noam Lewis [EMAIL PROTECTED] wrote: I'm using Hardy 8.04. Splashy fails with: $ splashy test Splashy ERROR: Couldn't splashy_start_splashy(). Error -2 but doesn't crash. This just means that you have not setup the framebuffer properly. See our README file

[Bug 231246] Re: 'Unlock' button in admin utilities greyed out

2008-07-09 Thread LuisMondesi
This bug hit me with a fresh installation of Ubuntu Hardy and 2 things were noticeable: 1. USB volumes did not automount (that includes iPods and stuff) 2. all the *-admin utilities would not allow me to authenticate. The button was just gray-out. To fix this I did: 1. start in

[Bug 226854] Re: gnome-open burn:/// fails with The default action does not support this protocol

2008-07-06 Thread LuisMondesi
boy, i installed Ubuntu Hardy 64bit from scratch and this is the first thing that hit me. Awful bug. No workarounds? -- gnome-open burn:/// fails with The default action does not support this protocol https://bugs.launchpad.net/bugs/226854 You received this bug notification because you are a

[Bug 226854] Re: gnome-open burn:/// fails with The default action does not support this protocol

2008-07-06 Thread LuisMondesi
it looks like gnome-open is trying to open $HOME/burn:/// and it fails: strace gnome-open burn:/// ... access(/Users/user/burn:///, F_OK) = -1 ENOENT (No such file or directory) ... Is this how this is supposed to happen? I'm about to dig into the source code for libgnome2-0 -- gnome-open

[Bug 226854] Re: gnome-open burn:/// fails with The default action does not support this protocol

2008-07-06 Thread LuisMondesi
Fixed: The problem seems to be because of Nautilus. I did the following and this fixed it for me: gconftool-2 --recursive-unset /apps/nautilus gconftool-2 --recursive-unset /apps/nautilus-cd-burner pkill nautilus Note that on Debian/Ubuntu Nautilus is supposed to handle the automounts of things

[Bug 121203] Re: Ubuntu has stopped recognizing my ipod

2008-06-22 Thread LuisMondesi
I spent my best part of today trying to figure out why this happens... I took my ipod to a friends system and he's using Hardy (32bit). The system works fine and the ipod launches Amarok (System-Preferences-Preferred Appliactions changed to launch Amarok when the ipod is plugged in. I'm using

[Bug 121203] Re: Ubuntu has stopped recognizing my ipod

2008-06-22 Thread LuisMondesi
Well, I think this is a good hint: ** (gnome-mount:3710): WARNING **: Caught exception 'Another client is already authenticating. Please try again later.' I got this after I logged out, switched to a console. pkill -U all processes under my user name (from another user). Then went into /tmp

[Bug 232450] Re: Test for installed packages in cfengine is broken

2008-06-05 Thread LuisMondesi
I was bitten by this same bug. I'm working to see why this happens. -- Test for installed packages in cfengine is broken https://bugs.launchpad.net/bugs/232450 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 232450] Re: Test for installed packages in cfengine is broken

2008-06-05 Thread LuisMondesi
From those emails it looks like the debian package requires the version portion... Ouch. -- Test for installed packages in cfengine is broken https://bugs.launchpad.net/bugs/232450 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 232450] Re: Test for installed packages in cfengine is broken

2008-06-05 Thread LuisMondesi
Well, not true: debian:: # if version is less than 4.2.4, then upgrade ntp pkgmgr=${pkg_mgr} version=4.2.4 cmp=lt elsedefine=needs_ntp ... cfagent -qv Package: ntp Something impossible happened... ('grep' exited abnormally). And the C code is correct: while (!feof (pp)) {

[Bug 137981] Re: Cheese : If two v4l devices exist there is no way to choose the correct one

2008-05-23 Thread LuisMondesi
I only have one camera and it works fine with other programs. $ v4l-info ### video4linux device info [/dev/video0] ### general info VIDIOCGCAP name: CPiA Camera type: 0x201 [CAPTURE,SUBCAPTURE] channels: 1

[Bug 195993] Re: Install CD dumps to busybox after toggling floppy

2008-05-11 Thread LuisMondesi
I have the same issue. The mobo supports floppy but the drive is disconnected (not being used). This fixed my problem: all_generic_ide floppy=off irqpoll As suggested by this post: http://ubuntuforums.org/showthread.php?t=767154 Background info: The box was running Gutsy and upgraded from

[Bug 173503] Re: sudo, su, and /lib/dhcp3-client/call-dhclient-script spontaneously lost owners, permissions

2008-04-26 Thread LuisMondesi
I am doing a series of installations of Hardy using FAI and everytime the dhcp file gets the wrong permissions. I added the following rules to cfengine to fix this for me on boot: control: AddInstallable = ( needs_networking_restarted ) files: # hardy has the wrong permissions for this

[Bug 190212] [NEW] postinstall fails to run

2008-02-08 Thread LuisMondesi
Public bug reported: Binary package hint: firefox $ sudo apt-get install firefox Reading package lists... Done Building dependency tree Reading state information... Done firefox is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully

[Bug 190212] Re: postinstall fails to run

2008-02-08 Thread LuisMondesi
disabling selinux fixed this issue sudo setenforce 0 ... install went smooth ... This log will help you on Hardy selinux's config: Feb 8 09:56:52 zod kernel: [317258.631910] audit(1202482612.579:1616): avc: denied { execmod } for pid=10812 comm=firefox-bin name=nppdf.so dev=loop0

[Bug 97105] Re: samba causes nfsv4 kernel module bug

2008-01-26 Thread LuisMondesi
This happened to me on Gutsy on 2 different systems on 2 different networks and the NFSv4 server is Solaris on one and Debian Etch on the other. I don't think this has anything to do with Samba. NFSv3 works. $ uname -a Linux tuxy 2.6.22-14-generic #1 SMP Tue Dec 18 08:02:57 UTC 2007 i686

[Bug 184869] Re: ALT Super keys swapped after upgrade

2008-01-26 Thread LuisMondesi
Nope. I reverted back and it didn't help. I noticed that when I go to the console and press Super+F1 I get switched to TTY1 just the same as if I pressed ALT+F1. I'm not sure whether this is how things should work. I upgraded another box of mine to ...12ubuntu8.3 and the keys didn't swap. Talk

[Bug 184869] Re: ALT Super keys swapped after upgrade

2008-01-21 Thread LuisMondesi
Here is my xorg.conf $ lspci |grep -i vga 01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1) $ selinuxenabled $ echo $? 0 $ cat /proc/mounts |grep selin none /selinux selinuxfs rw 0 0 $ uname -a Linux tuxy 2.6.22-14-generic #1 SMP Tue Dec 18 08:02:57 UTC

[Bug 184869] ALT Super keys swapped after upgrade

2008-01-21 Thread LuisMondesi
Public bug reported: After upgrading my Gutsy system to xorg-xserver-core version 2:1.3.0.0 .dfsg-12ubuntu8.3 my left-hand Super and ALT keys swapped behavior. Pressing Super acts like ALT now. I didn't change anything else in the system. My keyboard is still set to Microsoft Natural (as it

[Bug 41209] Re: kernel oops after 2 hours

2008-01-21 Thread LuisMondesi
Please close this bug... -- kernel oops after 2 hours https://bugs.launchpad.net/bugs/41209 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com