[Bug 76304] Re: /etc/event.d/rcS does not set RUNLEVEL properly

2007-11-23 Thread LuisM
Ingo, why don't you just get the upstart-compat-sysv (upstart-* suite) package from Gutsy and do this (from a Terminal): #!/bin/sh # this is a script or you can do one command at a time: cd /tmp mkdir upstart # now get (all) packages from the Gutsy archive: wget

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2007-11-20 Thread LuisM
Well, it also happens that this bug goes away when you explicitly add libgcc_s to your binary: in src/Makefile.am of whatever package: LDADD = -lpthread -lgcc_s ... or packagenamehere_LDADD = -lpthread -lgcc_s ... After that the warning goes away and everything just works. -- libgcc_s.so.1

[Bug 158340] Cannot configure Evolution to get emails from /var/mail/My_User

2007-10-29 Thread LuisM
Public bug reported: Binary package hint: evolution I'm trying to add a Local Delivery account to Evolution so that emails from /var/mail/my_user get delivered to my On This Computer inbox. This was simple for earlier versions of Evolution, but for the version shipped with Gutsy, one has to do:

[Bug 118695] Re: [Gutsy] gnome hangs when trying to log out

2007-10-07 Thread LuisM
*** This bug is a duplicate of bug 118537 *** https://bugs.launchpad.net/bugs/118537 I have the same problem here, but it's funny because only 1 of the users has this problem. My user and the others work just fine. I removed all the .gconf* .gnome* etc... and no avail. What's the solution

[Bug 118819] Re: power button freezes ubuntu, missing hibernate and suspend buttons

2007-10-07 Thread LuisM
*** This bug is a duplicate of bug 118537 *** https://bugs.launchpad.net/bugs/118537 rm -fr ~/.config/autostart/ That fixed things for me (Gutsy with latest updates). You can go back to System-Preferences-Sessions and re-enabled (or add) whatever services you need. -- power button freezes

[Bug 118537] Re: logout dialog does not offer suspend/hibernate

2007-10-07 Thread LuisM
rm -fr ~/.config/autostart/ That fixed things for me. You can go back to System-Preferences-Sessions and re-enabled (or add) whatever services you need. -- logout dialog does not offer suspend/hibernate https://bugs.launchpad.net/bugs/118537 You received this bug notification because you are a

[Bug 67307] Re: EDGY RC, USB storage devices no longer mounted

2007-09-19 Thread LuisM
I was beaten by this same bug, the solution is USB needs more power. Now, I dunno if the new driver (or the version used by Ubuntu kernels have something to do) In my case, I just plugged the device in the USB ports behind my computer (not in front) and everything just worked. Good luck --

[Bug 119315] Re: [gutsy] udevd hogs the processor and spams /var/log/messages

2007-09-03 Thread LuisM
*** This bug is a duplicate of bug 115616 *** https://bugs.launchpad.net/bugs/115616 Just wanted to say that I had the same problem and removing evms* packages fixed it for me as well. Time for a real fix from Ubuntu developers -- [gutsy] udevd hogs the processor and spams

[Bug 70485] Re: :-[ SYNCHRONOUS FLUSH CACHE failed with SK=8h/ASC=00h/ACQ=00h]: Input/output error

2007-08-24 Thread LuisM
I forgot to add that after changing the motherboard of my system I have not seen this error anymore. -- :-[ SYNCHRONOUS FLUSH CACHE failed with SK=8h/ASC=00h/ACQ=00h]: Input/output error https://bugs.launchpad.net/bugs/70485 You received this bug notification because you are a member of Ubuntu

Re: [Bug 70485] Re: :-[ SYNCHRONOUS FLUSH CACHE failed with SK=8h/ASC=00h/ACQ=00h]: Input/output error

2007-08-24 Thread LuisM
That generally means that either a controller in your system is buggy or bad or your disks are dying. Try installing smartmontools and do extensive testing on the media in question. If it is a hard drive, of course. If you are talking about a CD burner or a DVD, or any removable drive, then you

[Bug 62020] Re: nscd ignores /etc/hosts

2007-07-26 Thread LuisM
Assuming that your nsswitch.conf is set correctly to cache /etc/hosts (hosts db), you need to reload NSCD for this to be cached: /etc/init.d/nscd reload or you can wait until it times out. I think this bug should be closed. -- nscd ignores /etc/hosts https://bugs.launchpad.net/bugs/62020 You

[Bug 102761] Re: nscd sometimes fails to find a user (causing lost mail)

2007-07-26 Thread LuisM
what does getent passwd says? those are the real users that your system knows about, and those are the ones being cached by nscd. reloading nscd forces them to be inserted into the cache: /etc/init.d/nscd reload hope that helps -- nscd sometimes fails to find a user (causing lost mail)

[Bug 113643] Re: screen problem on Intel 965 (i810) driver

2007-05-09 Thread LuisM
** Attachment added: xorg.conf http://librarian.launchpad.net/7591866/xorg.conf -- screen problem on Intel 965 (i810) driver https://bugs.launchpad.net/bugs/113643 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 113643] screen problem on Intel 965 (i810) driver

2007-05-09 Thread LuisM
Public bug reported: Switching screens in a 82q963/q965 Intel VGA card (integrated) causes the screen to become unusable afterwards. Xorg log file shows errors. Problem is similar to this bug report: https://bugs.freedesktop.org/show_bug.cgi?id=9325 Xorg log: ... *(II) I810(0): Not using mode

[Bug 113643] Re: screen problem on Intel 965 (i810) driver

2007-05-09 Thread LuisM
** Attachment added: Xorg.0.log http://librarian.launchpad.net/7591870/Xorg.0.log.old -- screen problem on Intel 965 (i810) driver https://bugs.launchpad.net/bugs/113643 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 24828] Re: IPv6 should be disabled by default

2007-03-30 Thread LuisM
This is the most BS solution that I have seen in a while. I understand that the technology is in its infancy, but disabling it is not the right solution either. In any case, I see your point. Now for those of you who DO use ipv6 and care, perhaps you have enough knowledge to simply enable the

[Bug 98684] Switching users (switch user) blank screen on fglrx (ATI driver)

2007-03-29 Thread LuisM
Public bug reported: Binary package hint: gdm On Feisty, when switching users on a system running an ATI (Radeon 9700pro) using the fglrx driver, the system goes into a blank screen and you can never return to a console. CTRL+F# does not work, so you cannot go to a text console either. The only

[Bug 74256] Re: Missing dependency for theme

2007-03-15 Thread LuisM
*** This bug is a duplicate of bug 54854 *** gtk2-engines-pixbuf is the culprit for Gnome 2.18.x which is in Feisty. -- Missing dependency for theme https://launchpad.net/bugs/74256 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 54854] Re: Gray theme is not displayed correctly

2007-03-15 Thread LuisM
actually, gtk2-engines-pixbuf since this runs on Gnome 2.18.x -- Gray theme is not displayed correctly https://launchpad.net/bugs/54854 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 54854] Re: Gray theme is not displayed correctly

2007-03-15 Thread LuisM
gtk-engines-pixmap needs to be set as a dependency for this theme. I just hit this same bug. -- Gray theme is not displayed correctly https://launchpad.net/bugs/54854 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 92342] synergy on Feisty fails to work correctly as a client

2007-03-14 Thread LuisM
Public bug reported: Binary package hint: synergy I had synergy setup on Edgy/Dapper with the following configuration: * PC in the middle acting as server (Feisty) * PC to the right client (Feisty) * PC on the left as client (Windows Vista) Everything worked fine for years. Upgraded to

[Bug 83446] Daylight Saving changes in the United States, Canada, and Bermuda

2007-02-05 Thread LuisM
Public bug reported: Binary package hint: tzdata Daylight Saving Time (DST) will be extended by four weeks, beginning in 2007, in the United States, Canada, and Bermuda. The new tzdata package from Debian includes the 2007a revision of this important files. Please re-sync tzdata with Debian

[Bug 76304] /etc/event.d/rcS does not set RUNLEVEL properly

2006-12-18 Thread LuisM
Public bug reported: Binary package hint: upstart-compat-sysv Steps to reproduce: 1. put a script in /etc/init.d/foo and symlink it to /etc/rcS.d/S99foo 2. in said script, execute runlevel /tmp/foo.log To fix this bug all you need is: --- /etc/event.d/rcS2006-09-13 18:47:27.0

[Bug 76304] Re: /etc/event.d/rcS does not set RUNLEVEL properly

2006-12-18 Thread LuisM
** Attachment added: patch to set and export RUNLEVEL during S runlevel http://librarian.launchpad.net/5444391/rcS.diff -- /etc/event.d/rcS does not set RUNLEVEL properly https://launchpad.net/bugs/76304 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 70485] :-[ SYNCHRONOUS FLUSH CACHE failed with SK=8h/ASC=00h/ACQ=00h]: Input/output error

2006-11-05 Thread LuisM
Public bug reported: Binary package hint: dvd+rw-tools Lately (Ubuntu Edgy), I have been getting these errors when burning DVDs to my Pioneer (8x8) DVD+RW drive. Note that the disks work on some players even after this happens (on an Apple iMac). However, if I insert the disk back in my system,

[Bug 17589] Re: System clock runs far too fast

2006-11-01 Thread LuisM
I was having this problem with a computer and I did the following to get it under control: $ cat /etc/ntp.conf | grep burst server ntp.ubuntu.com burst iburst server pool.ntp.org burst iburst That sends 8 packets instead of just 1 to the ntpserver. The real fix for this problem was

[Bug 66798] Re: man apt-proxy-import has wrong options in example

2006-10-28 Thread LuisM
Oh, I'm sorry. I remove (and purged) the package and used apt-cacher instead. Now everything just works. You can close this bug if the latest package has the right info in the man page. -- man apt-proxy-import has wrong options in example https://launchpad.net/bugs/66798 -- ubuntu-bugs

[Bug 66798] man apt-proxy-import has wrong options in example

2006-10-18 Thread LuisM
Public bug reported: Binary package hint: apt-proxy apt-proxy-import has no -i option. The man page talks about the -i switch in the example section: # apt-proxy-import -i WARNING: apt-proxy has not been tested under this version of twisted (2.2.0). WARNING: although it should work without

[Bug 47683] Re: ntpd not compiled with debugging support

2006-10-16 Thread LuisM
# /usr/sbin/ntpd -d -p /var/run/ntpd.pid -u 114 ntpd not compiled with -DDEBUG option - no DEBUG support usage: /usr/sbin/ntpd [ -abdgmnqx ] [ -c config_file ] [ -e e_delay ] [ -f freq_file ] [ -k key_file ] [ -l log_file ] [ -p pid_file ] [ -r broad_delay ] [ -s

[Bug 47683] Re: ntpd not compiled with debugging support

2006-10-16 Thread LuisM
This patch fixes that problem diff -burN ntp-4.2.0a+stable.orig/debian/rules ntp-4.2.0a+stable/debian/rules --- ntp-4.2.0a+stable.orig/debian/rules 2006-10-16 11:59:23.0 -0400 +++ ntp-4.2.0a+stable/debian/rules 2006-10-16 12:00:58.0 -0400 @@ -15,7 +15,7 @@ mkdir -p

[Bug 2575] Re: Import Project hangs on

2006-10-14 Thread LuisM
I believe this problem is related to (on Edgy) /usr/bin/anjuta_import.sh # Template file is in data dir, so: # TEMPLATE=$(dirname $0)/anjuta_project.template TEMPLATE=@PACKAGE_DATA_DIR@/anjuta_project.template @PACKAGE_DATA_DIR@ should've been expanded to: /usr/share/anjuta The filename is:

[Bug 2575] Re: Import Project hangs on

2006-10-14 Thread LuisM
I did this to fix it: cat /usr/bin/anjuta_import.sh | sed -e 's,@PACKAGE_DATA_DIR@,/usr/share/anjuta,' /tmp/anjuta_import.sh it worked -- Import Project hangs on https://launchpad.net/bugs/2575 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 62094] Re: synergy crash on startup

2006-09-28 Thread LuisM
I have exactly the same setup as Art Sherwood describes above and I also get the same crash. Also on Edgy. -- synergy crash on startup https://launchpad.net/bugs/62094 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 59232] Re: libhal1 0.5.7.1-0ubuntu8 with new dbus breaks vmware

2006-09-23 Thread LuisM
i'm glad there is at least a workaround for this. for the mean time i did: sudo vim /usr/local/bin/vmware ... # work around for bug: # https://launchpad.net/distros/ubuntu/+source/hal/+bug/59232 LD_PRELOAD=/usr/lib/libdbus-1.so.3 export LD_PRELOAD ... and saved the file. -- libhal1

[Bug 1489] Re: package fail on seting up stage

2006-09-21 Thread LuisM
ouch. i hit this bug today. the package doesn't provide this script. the script that calls this is: /usr/lib/gforge/bin/install-db.sh i'm not sure what enable_lang is supposed to have, but i made a symlink like: ln -s /bin/true /usr/lib/postgresql/bin/enable_lang -- package fail on seting up

[Bug 1489] Re: package fail on seting up stage

2006-09-21 Thread LuisM
ah, removing all instances of postgres (including -common) and re- installing gforge-db-postgres fixed it! -- package fail on seting up stage https://launchpad.net/bugs/1489 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 58508] Re: cant save under edgy

2006-09-10 Thread LuisM
same happens to me under the Spreadsheet portion of the program. Saving/Opening crashes the app and re-launches, which crashes again and re-launches... The documents that you are working on are just lost. -- cant save under edgy https://launchpad.net/bugs/58508 -- ubuntu-bugs mailing list

[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-24 Thread LuisM
It turns out that this bug was related to a corrupted DOS table for the partition of the /dev/hda3 (3rd partition on the disk). I removed the partition using fdisk (after backing up the content in a kernel that did not have sd_mod/libdata loaded from initramfs). Then re- did the initramfs using

[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-18 Thread LuisM
How does the scsi layer driver gets turned off? is this compiled in the kernel? I want my drives to go back to /dev/hda* and not /dev/sda* but can't seem to find where to turn this off. -- Can't mount XFS drive after upgrading to Edgy (from dapper) https://launchpad.net/bugs/56384 --

[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-18 Thread LuisM
According to kernel-parameters.txt: combined_mode=ide where both is the default. This tells the kernel to use libata or ide for the ide bus? I'm assuming this has to do with getting libata turned off, and use the legacy ide driver only. however, after rebooting, sda* was still used? wtf? --

[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-18 Thread LuisM
Ok, just to make some closure here, I went to: /lib/modules/2.6.17-6-686 And removed sd_mod.ko and libata.ko from drivers/.../scsi/ Then I removed /boot/initrd.img-2.6.17-6-686 and re-create it using update-initramfs -u Now my drivers are seen using /dev/hda* and /home is mounted correctly.

[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-18 Thread LuisM
Ben, If you look at the actual bug and chech all the files attached to it, you will see that what you are saying has nothing to do with this problem. All the drives in /etc/fstab are already converted to be mounted from UUID strings. The problem is that the scsi driver used to drive the IDE bus

[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-15 Thread LuisM
dmesg here -- Can't mount XFS drive after upgrading to Edgy (from dapper) https://launchpad.net/bugs/56384 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-15 Thread LuisM
lspci -- Can't mount XFS drive after upgrading to Edgy (from dapper) https://launchpad.net/bugs/56384 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-15 Thread LuisM
lspci-n -- Can't mount XFS drive after upgrading to Edgy (from dapper) https://launchpad.net/bugs/56384 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-15 Thread LuisM
I'll need to reboot with the offending kernel to get a lsmod (meaning i'd need to backup my stuff first. i don't want to loose data ;-)) This is the lsmod that I get with the dapper kernel. The difference was the other one had sg driver as well as other scsi-related stuff... I'll post this other

[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-15 Thread LuisM
lsmod for the 2.6.17 kernel on edgy -- Can't mount XFS drive after upgrading to Edgy (from dapper) https://launchpad.net/bugs/56384 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

[Bug 54858] Re: 3d acceleration broken in Edgy Knot 1

2006-08-15 Thread LuisM
after installing the mesa libgl1 packages from above I got these errors: (II) LoadModule: dri (II) Loading /usr/lib/xorg/modules/extensions/libdri.so (II) Module dri: vendor=X.Org Foundation compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3

[Bug 54858] Re: 3d acceleration broken in Edgy Knot 1

2006-08-15 Thread LuisM
same error even after ensuring that there is only one drm.ko file. $ dpkg -S /usr/lib/xorg/modules/linux/libdrm.so xserver-xorg-core: /usr/lib/xorg/modules/linux/libdrm.so perhaps xserver-xorg-core needs to be updated. -- 3d acceleration broken in Edgy Knot 1 https://launchpad.net/bugs/54858

[Bug 54858] Re: 3d acceleration broken in Edgy Knot 1

2006-08-15 Thread LuisM
Now everything works fine. The combination turned out to be: ii xserver-xorg-c 1.1.1-0ubuntu7 X.Org X server -- core server ii linux-image-2. 2.6.15-26.46 Linux kernel image for version 2.6.15 on PPr removing: linux-dri-* (modules, common, everything not provided by official ubuntu repos)

[Bug 56381] Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-14 Thread LuisM
Public bug reported: After rebooting the /home partition wasn't mounted. / is ext3 and swap partitions are on the same drive. This is not a hardware problem because the drive works fine with the kernel from dapper (after rebooting) The UUID partitions were mounted fine. This is not a problem

[Bug 56381] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-14 Thread LuisM
*** This bug is a duplicate of bug 56384 *** ** This bug has been marked a duplicate of bug 56384 Can't mount XFS drive after upgrading to Edgy (from dapper) -- Can't mount XFS drive after upgrading to Edgy (from dapper) https://launchpad.net/bugs/56381 -- kubuntu-bugs mailing list

[Bug 56384] Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-14 Thread LuisM
Public bug reported: Binary package hint: linux-image-2.6.17-6-686 After rebooting the /home partition wasn't mounted. / is ext3 and swap partitions are on the same drive. This is not a hardware problem because the drive works fine with the kernel from dapper (after rebooting) The UUID