[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:

~/.gconf/desktop/gnome/peripherals/mouse/%gconf.xml

?xml version=1.0?
gconf
entry name=cursor_size mtime=1280245614 type=int value=18/
entry name=left_handed mtime=1280245195 type=bool value=true/
/gconf

-- 
slow keys can turn on surreptitiously  cause confusion.
https://bugs.launchpad.net/bugs/41427
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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/
/gconf


The only other change I made was to synchronize my password (login) with my 
keyring. It could be related to the keyring dialog asking for your new password 
to unlock the session...

-- 
slow keys can turn on surreptitiously  cause confusion.
https://bugs.launchpad.net/bugs/41427
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 to research this. Then I found bug 59616 which is marked as a
duplicate of this one.

On one of the comment (Lars) it's mentioned to remove 
.gconf/desktop/gnome/peripherals/keyboard/host-hostname/0/%gconf.xml and 
retry.
Well, since I had a problem with the mouse too, I moved the whole peripherals 
directory to /tmp and lo and behold, that did the trick.

This is the diff between those 2 directories:

$ diff /tmp/peripherals peripherals
diff -burN /tmp/peripherals/keyboard/host-zod/0/%gconf.xml 
peripherals/keyboard/host-zod/0/%gconf.xml
--- /tmp/peripherals/keyboard/host-zod/0/%gconf.xml 2010-07-27 
11:27:40.192314387 -0400
+++ peripherals/keyboard/host-zod/0/%gconf.xml  1969-12-31 19:00:00.0 
-0500
@@ -1,4 +0,0 @@
-?xml version=1.0?
-gconf
-   entry name=numlock_on mtime=1280244399 type=bool value=true/
-/gconf
diff -burN /tmp/peripherals/keyboard/kbd/%gconf.xml 
peripherals/keyboard/kbd/%gconf.xml
--- /tmp/peripherals/keyboard/kbd/%gconf.xml2009-10-09 11:06:20.0 
-0400
+++ peripherals/keyboard/kbd/%gconf.xml 1969-12-31 19:00:00.0 -0500
@@ -1,16 +0,0 @@
-?xml version=1.0?
-gconf
-   entry name=layouts mtime=1255100776 type=list ltype=string
-   li type=string
-   stringvalueus/stringvalue
-   /li
-   /entry
-   entry name=options mtime=1247088056 type=list ltype=string
-   li type=string
-   stringvaluectrl   ctrl:nocaps/stringvalue
-   /li
-   li type=string
-   stringvalueCompose key
compose:menu/stringvalue
-   /li
-   /entry
-/gconf
diff -burN /tmp/peripherals/mouse/%gconf.xml peripherals/mouse/%gconf.xml
--- /tmp/peripherals/mouse/%gconf.xml   2010-07-23 15:30:08.244407232 -0400
+++ peripherals/mouse/%gconf.xml1969-12-31 19:00:00.0 -0500
@@ -1,5 +0,0 @@
-?xml version=1.0?
-gconf
-   entry name=cursor_size mtime=1279913347 type=int value=18/
-   entry name=left_handed mtime=1279899048 type=bool value=true/
-/gconf
diff -burN /tmp/peripherals/touchpad/%gconf.xml peripherals/touchpad/%gconf.xml
--- /tmp/peripherals/touchpad/%gconf.xml2009-10-09 11:06:20.0 
-0400
+++ peripherals/touchpad/%gconf.xml 2010-07-27 11:30:29.092314722 -0400
@@ -1,4 +1,4 @@
 ?xml version=1.0?
 gconf
-   entry name=config_migration_needed mtime=1255100776 type=bool 
value=false/
+   entry name=config_migration_needed mtime=1280244568 type=bool 
value=false/
 /gconf


In short, I changed the behavior of the Menu key to act as Compose and IIRC I 
set CapsLock to act as CTRL. My visual effects are set to Extra in the 
Appearance dialog -- which might or might not be related but...

-- 
slow keys can turn on surreptitiously  cause confusion.
https://bugs.launchpad.net/bugs/41427
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 preseed file (not tested by me but it should
work).

Enjoy

p.s. this bug should be closed after you (ubuntu devs) decide whether to
enable LBA alignment by default in the d-i (doubt it) or fix mdadm so it
doesn't get confused by partitions whose cylinder appear to be
overlapping (likely). This also means that this bug should affect mdadm
as well.

** Attachment added: working lvm + raid preseed config
   http://launchpadlibrarian.net/52373383/ubuntu-lvm-raid.seed

-- 
preseed Lucid with RAID and LVM fails to boot
https://bugs.launchpad.net/bugs/591909
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 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
https://bugs.launchpad.net/bugs/591909
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 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 /dev/sdb

Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000aba37

   Device Boot  Start End  Blocks   Id  System
/dev/sdb1   *   1  32  248832   fd  Linux raid autodetect
Partition 1 does not end on cylinder boundary.
/dev/sdb2  32   60802   488136704   fd  Linux raid autodetect

As you can see here, sdb1 would take the full drive since it starts at
cylinder 1 and ends in 32, but sdb2 starts at 32 and ends in 60802.

This confuses mdadm when re-assembling the RAID1 array as the first
partition (sda1), the second partition (sda2) and the full disk (sda)
will have the same superblock!

If you preseed a system without RAID, it will boot normal and the system
will somehow manage to work, even though the partitions will have the
same problem mentioned above.

Example:
r...@zod[~]# fdisk -l /dev/sda

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x4c34

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *   1  32  248832   83  Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2  32   60802   4881356815  Extended
/dev/sda5  32   59328   476296192   83  Linux
/dev/sda6   59328   6080211838464   82  Linux swap / Solaris

r...@zod[~]# cfdisk /dev/sda
FATAL ERROR: Bad primary partition 1: Partition ends in the final partial cylind

If I partition the disk using cfdisk (fdisk /dev/sdb and use o to
remove the partition table so I get a clean mbr), then the partitions
have the right start-end cylinders:

r...@zod[~]# fdisk -l /dev/sdb

Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xd276e505

   Device Boot  Start End  Blocks   Id  System
/dev/sdb1   1  31  248976   83  Linux
/dev/sdb2  32   60801   488135025   fd  Linux raid autodetect

This is a very serious bug and it's amazing to see that nobody has
reported this before. Perhaps because I've been trying to find a
solution for raid+lvm preseed and didn't look for debian installer
wrong partition cylinder instead.

-- 
preseed Lucid with RAID and LVM fails to boot
https://bugs.launchpad.net/bugs/591909
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 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.

-- 
preseed Lucid with RAID and LVM fails to boot
https://bugs.launchpad.net/bugs/591909
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 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 of the same size and same manufacturer.

I'm glad that this is finally resolved!

-- 
preseed Lucid with RAID and LVM fails to boot
https://bugs.launchpad.net/bugs/591909
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 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, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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 subscribed to Ubuntu.

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


[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
https://bugs.launchpad.net/bugs/591909
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 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 did to get this package re-instated
into Debian! You rock.

Now if somebody could include this in Lucid repo (or at the very least
into backports). Baby steps...

-- 
xen-tools is not available in lucid
https://bugs.launchpad.net/bugs/538917
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 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, /dev/md1p1 is assigned to /dev/sda and /dev/sdb, even though I 
explicitly had /dev/sda1+/dev/sdb1 as /dev/md0 and /dev/sda2+/dev/sdb2 as 
/dev/md1

Note: I manually remove all the partitions from the disks (fdisk
/dev/sda ... o ... w), including using mdadm --zero-superblock to remove
all the information for the arrays.

After rebooting, the system dumps me to a shell where I can manually
fix things. fdisk -l /dev/sda and /dev/sdb show the right

Attached is a copy of the preseed file I'm using.

Here is the debian instructions
http://svn.debian.org/wsvn/d-i/trunk/installer/doc/devel/partman-auto-
raid-recipe.txt

I opened this Forum post looking for answers, but at this point, after
much testing, this looks more like a bug:

http://ubuntuforums.org/showthread.php?t=1504045highlight=lvm+raid+preseed

Hopefully this is a trivial thing to fix.

Hardware:
- Sun Workstation Ultra20 m2
- 2 Seagate 500G disks

** Affects: partman-auto-raid (Ubuntu)
 Importance: Undecided
 Assignee: Colin Watson (cjwatson)
 Status: New


** Tags: lvm preseed raid1

-- 
preseed Lucid with RAID and LVM fails to boot
https://bugs.launchpad.net/bugs/591909
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 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
https://bugs.launchpad.net/bugs/591909
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 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
for file in Release Packages Sources Translation; do
find . -type f -name *$file* -exec rm {} \;
done

After that I would be able to run apt-get update and everything would be
fine.

Perhaps this bug should include apt-cacher and apt-cacher-ng as they are
both part of this problem and they need new logic to update those
control files mentioned above.

-- 
GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 
40976EAF437D05B5)
https://bugs.launchpad.net/bugs/24061
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Packages
100 /var/lib/dpkg/status

$ dpkg -L tftp-hpa
/.
/usr
/usr/bin
/usr/bin/tftp
/usr/share
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/tftp.1.gz
/usr/share/doc
/usr/share/doc/tftp-hpa
/usr/share/doc/tftp-hpa/README
/usr/share/doc/tftp-hpa/copyright
/usr/share/doc/tftp-hpa/changelog.gz
/usr/share/doc/tftp-hpa/changelog.Debian.gz

-- 
[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 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 Packages
100 /var/lib/dpkg/status

$ dpkg -L tftp-hpa
/.
/usr
/usr/bin
/usr/bin/tftp
/usr/share
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/tftp.1.gz
/usr/share/doc
/usr/share/doc/tftp-hpa
/usr/share/doc/tftp-hpa/README
/usr/share/doc/tftp-hpa/copyright
/usr/share/doc/tftp-hpa/changelog.gz
/usr/share/doc/tftp-hpa/changelog.Debian.gz

-- 
[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.

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


[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.

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


[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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 /var/lib/apt/lists/*Translation*: No such file or directory

(same with root user)

-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:

http://git.gnome.org/browse/gvfs/commit/?id=1cb5861795d375719b196ecf93fb0a10397414d3

** Affects: gvfs (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: ipad

-- 
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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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:

+

acc_TYPE.setProfile profile lac_ldap: 
ldap_example=nss_passwd=passwd: files ldap
ldap_example=nss_shadow=shadow: files ldap
ldap_example=nss_netgroup=netgroup: nis
ldap_example=pam_session=sessionrequired pam_limits.so
sessionrequired pam_unix.so
sessionoptional pam_ldap.so
ldap_example=pam_auth=auth   required pam_env.so
auth   sufficient   pam_unix.so likeauth nullok
auth   sufficient   pam_ldap.so use_first_pass
auth   required pam_deny.so
ldap_example=nss_group=group: files ldap
ldap_example=pam_password=password   required pam_cracklib.so difok=2 
minlen=8 dcredit=2 ocredit=2 retry=3
password   sufficient   pam_unix.so nullok md5 shadow use_authtok
password   sufficient   pam_ldap.so use_first_pass
password   required pam_deny.so
ldap_example=pam_account=accountsufficient   pam_unix.so
accountsufficient   pam_ldap.so
accountrequired pam_deny.so
lac_ldap=nss_passwd=passwd: files ldap
lac_ldap=nss_shadow=shadow: files ldap
lac_ldap=nss_group=group: files ldap
lac_ldap=nss_netgroup=netgroup: nis
kerberos_example=nss_passwd=passwd: files db
kerberos_example=nss_shadow=shadow: files
kerberos_example=nss_netgroup=netgroup: nis
kerberos_example=pam_session=session requiredpam_mkhomedir.so 
umask=0022 skel=/etc/skel
session optionalpam_foreground.so
session optionalpam_krb5.so debug
session requiredpam_unix.so debug
kerberos_example=pam_auth=auth[authinfo_unavail=ignore success=1 
default=2] pam_krb5.so use_first_pass ignore_root debug
auth[success=done default=ignore]   pam_unix.so nullok_secure debug
auth[default=done]  pam_ccreds.so action=validate use_first_pass
auth[default=done]  pam_ccreds.so action=store
auth[default=bad]   pam_ccreds.so action=update
kerberos_example=nss_group=group: files db
kerberos_example=pam_password=password sufficient pam_unix.so nullok 
obscure min=4 max=8 md5 debug
password sufficient pam_krb5.so debug try_first_pass
password required   pam_deny.so
kerberos_example=pam_account=account sufficient  pam_krb5.so debug
account sufficient  pam_unix.so debug
account requiredpam_permit.so
cracklib=pam_password=password required   pam_cracklib.so retry=3 
minlen=8 difok=3
password requisite  pam_unix.so use_authtok nullok md5
password optional   pam_smbpass.so nullok use_authtok use_first_pass 
missingok

+

iacc-default's profile defines ldap_example with all services:

[ldap_example]
nss_passwd=passwd: files ldap
nss_group=group: files ldap
nss_shadow=shadow: files ldap
nss_netgroup=netgroup: nis
pam_auth=auth   required pam_env.so
auth   sufficient   pam_unix.so likeauth nullok
auth   sufficient   pam_ldap.so use_first_pass
auth   required pam_deny.so
pam_account=accountsufficient   pam_unix.so
accountsufficient   pam_ldap.so
accountrequired pam_deny.so
pam_password=password   required pam_cracklib.so difok=2 minlen=8 dcredit=2 
ocredit=2 retry=3
password   sufficient   pam_unix.so nullok md5 shadow use_authtok
password   sufficient   pam_ldap.so use_first_pass
password   required pam_deny.so
pam_session=sessionrequired pam_limits.so
sessionrequired pam_unix.so
sessionoptional pam_ldap.so

/etc/auth-client-config/profile.d/ldap-auth-config should be changed to
has similar values, or the /usr/sbin/auth-client-config should be
updated so it ignores looking for pam_* services in Ubuntu and do only
the nss_* ones, after calling pam-auth-update --package --force # or
something like that

-- 
OpenLDAP Server sudo auth-client-config -a -p lac_ldap
https://bugs.launchpad.net/bugs/365153
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 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
LC_CTYPE=en_US.utf8
LC_NUMERIC=en_US.utf8
LC_TIME=en_US.utf8
LC_COLLATE=en_US.utf8
LC_MONETARY=en_US.utf8
LC_MESSAGES=en_US.utf8
LC_PAPER=en_US.utf8
LC_NAME=en_US.utf8
LC_ADDRESS=en_US.utf8
LC_TELEPHONE=en_US.utf8
LC_MEASUREMENT=en_US.utf8
LC_IDENTIFICATION=en_US.utf8
LC_ALL=en_US.utf8

-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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 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 TLSCipherSuite
HIGH:MEDIUM:+SSLv2 -- especially the wiki.

-- 
slapd + gnutls fails 
https://bugs.launchpad.net/bugs/217159
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 TLSCipherSuite
HIGH:MEDIUM:+SSLv2 -- especially the wiki.

-- 
slapd + gnutls fails 
https://bugs.launchpad.net/bugs/217159
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 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 be to either: 
  a. stop providing /etc/lsb-base-logging.sh in lsb-base
  b. merge splashy code from /etc/lsb-base-logging.sh into lsb-base and remove 
this file from the Ubuntu splashy package

3. the fact that plymouth will be used by Ubuntu Lucid does not mean
anything for splashy. people who use splashy will keep using splashy,
especially those who do other projects based on debian/ubuntu and need a
small (i.e. non-bloated) splash screen to boot

full disclosure: i'm the lead developer for Splashy

-- 
[Jaunty] splashy 0.3.13-3ubuntu1 fresh install conflicts with lsb-base
https://bugs.launchpad.net/bugs/328089
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 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 boot, or whatever the user
see fit.

lsb-base on Ubuntu should NOT try to provide this file. lsb-base should
do what the debian version does: http://packages.debian.org/sid/all/lsb-
base/filelist

if Ubuntu needs new functions, it should just patch the Debian lsb-base
/lib/lsb/init-functions file with their own version. This would be a
much better fix to this problem than anything else.

I want to get this bug resolve before more are reported on this manner
(4 new bugs so far; please make them dups of this by the way.); I'm on
#splashy and #ubuntu-devel on irc, just in case somebody has time today.

-- 
[Jaunty] splashy 0.3.13-3ubuntu1 fresh install conflicts with lsb-base
https://bugs.launchpad.net/bugs/328089
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 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
https://bugs.launchpad.net/bugs/328089
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 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 clocksource=acpi_pm also =hpet and other suggestion from different 
posts online.

None helped! bummer, I had to finish this by tomorrow morning :-(

-- 
Karmic hangs on boot
https://bugs.launchpad.net/bugs/432400
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 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 lsb-base
https://bugs.launchpad.net/bugs/328089
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 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 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 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
500 http://apt karmic/main Packages
100 /var/lib/dpkg/status

This crash probably happened before I run apt-get upgrade today, so
I'm not sure...

ProblemType: Crash
Architecture: amd64
CRDA: Error: [Errno 2] No such file or directory
Date: Tue Oct  6 18:33:15 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/nm-connection-editor
Gconf: Failure listing entries in `/system/networking': Failed to contact 
configuration server; some possible causes are that you need to enable TCP/IP 
networking for ORBit, or you have stale NFS locks due to a system crash. See 
http://projects.gnome.org/gconf/ for information. (Details -  1: Failed to get 
connection to session: Did not receive a reply. Possible causes include: the 
remote application did not send a reply, the message bus security policy 
blocked the reply, the reply timeout expired, or the network connection was 
broken.)
IpRoute:
 192.168.24.0/22 dev eth0  proto kernel  scope link  src 192.168.25.1 
 169.254.0.0/16 dev eth0  scope link  metric 1000 
 default via 192.168.24.2 dev eth0  metric 100
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
NonfreeKernelModules: nvidia
Package: network-manager-gnome 0.8~a~git.20091002t194214.8515a07-0ubuntu1
ProcCmdline: /usr/bin/nm-connection-editor
ProcEnviron:
 LANG=en_US
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-13.42-generic
RfKill:
 
SegvAnalysis:
 Segfault happened at: 0x7f3a23bb90c6 nm_connection_get_setting+22:   mov
(%rbx),%rdx
 PC (0x7f3a23bb90c6) ok
 source (%rbx) (0x190032) not located in a known VMA region (needed 
readable region)!
 destination %rdx ok
SegvReason: reading unknown VMA
Signal: 11
SourcePackage: network-manager-applet
Stacktrace:
 #0  0x7f3a23bb90c6 in nm_connection_get_setting ()
from /usr/lib/libnm-util.so.1
 No symbol table info available.
 #1  0x00416fdd in _start ()
 No symbol table info available.
StacktraceTop:
 nm_connection_get_setting ()
 _start ()
Title: nm-connection-editor crashed with SIGSEGV in nm_connection_get_setting()
Uname: Linux 2.6.31-13-generic x86_64
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

** Affects: network-manager-applet (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash

-- 
nm-connection-editor crashed with SIGSEGV in nm_connection_get_setting()
https://bugs.launchpad.net/bugs/447344
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 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

** Attachment added: IpAddr.txt
   http://launchpadlibrarian.net/33364335/IpAddr.txt

** Attachment added: NetDevice.eth0.txt
   http://launchpadlibrarian.net/33364336/NetDevice.eth0.txt

** Attachment added: NetDevice.lo.txt
   http://launchpadlibrarian.net/33364337/NetDevice.lo.txt

** Attachment added: PciNetwork.txt
   http://launchpadlibrarian.net/33364338/PciNetwork.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/33364339/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/33364340/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/33364341/Registers.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/33364343/ThreadStacktrace.txt

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/33364344/WifiSyslog.txt

** Attachment added: nm-system-settings.conf.txt
   http://launchpadlibrarian.net/33364345/nm-system-settings.conf.txt

-- 
nm-connection-editor crashed with SIGSEGV in nm_connection_get_setting()
https://bugs.launchpad.net/bugs/447344
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 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: `lmondesi:lmondesi'
chown: invalid group: `lmondesi:lmondesi'
chown: invalid group: `lmondesi:lmondesi'
chown: invalid group: `lmondesi:lmondesi'
chown: invalid group: `lmondesi:lmondesi'

This causes the permissions for the
/home/.ecryptfs/lmondesi/.{ecryptfs,Private} which obviously prevents it
from being mounted

lmond...@zod:/home/.ecryptfs/lmondesi$ ls -la
total 16
drwxr-xr-x 4 root root 4096 2009-10-07 05:30 .
drwxr-xr-x 3 root root 4096 2009-10-07 05:30 ..
drwx-- 2 root root 4096 2009-10-07 05:30 .ecryptfs
drwx-- 2 root root 4096 2009-10-07 05:30 .Private

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
ecryptfs-utils creates dir with wrong permissions
https://bugs.launchpad.net/bugs/445301
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 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.

-- 
EDAC spam in dmesg, edac-utils shows no erros
https://bugs.launchpad.net/bugs/367774
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 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 to do.

In my case, I used the same ISO to install Karmic on a virtual machine
(using virtual box), then copied the sata_via.ko module to the proper
place on the installer (as suggested above in the comments for this bug
report).

-- 
karmic alpha6 alternate: Failure to detect Via VT6420 SATA controller
https://bugs.launchpad.net/bugs/434827
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 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 scripts are starting or ending.

On post #26 Thomas Ohms posted a patch that breaks Debian policies. What
should be done in case lsb-base cannot be changed, is to use dpkg-divert
and move lsb-base-logging.sh out of the way so Splashy can replace it
with it's own copy.

Thomas, please join us on #splashy at irc.freenode.net so we can work on
a solution together and add this to Debian the proper way. From there it
will go to Ubuntu when the repositories are sync'd.

-- 
[Jaunty] splashy 0.3.13-3ubuntu1 fresh install conflicts with lsb-base
https://bugs.launchpad.net/bugs/328089
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 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 
(--unpack):
 trying to overwrite `/usr/share/kde4/services/kcm_keyboard.desktop', which is 
also in package kdebase-workspace-data

I was trying to install amarok and k3b on Gnome.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
overwrite `/usr/share/kde4/services/kcm_keyboard.desktop', which is also in 
package kdebase-workspace-data
https://bugs.launchpad.net/bugs/417862
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 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 problem on an OQO Model 2. Those devices use the
openchrome (sp?) drivers. If anybody knows how to apply a work around
for those devices I'll be alway grateful.

-- 
netbook-launcher extremely slow
https://bugs.launchpad.net/bugs/317026
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 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- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 168 (2500ns min, 7000ns max), Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 17
Region 0: Memory at c210 (32-bit, non-prefetchable) [size=64K]
Capabilities: [44] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=2 PME-
Kernel driver in use: ath5k_pci
Kernel modules: ath_pci, ath5k


module:

$ modinfo ath5k
filename:   
/lib/modules/2.6.28-11-generic/kernel/drivers/net/wireless/ath5k/ath5k.ko
version:0.6.0 (EXPERIMENTAL)
license:Dual BSD/GPL
description:Support for 5xxx series of Atheros 802.11 wireless LAN cards.
author: Nick Kossifidis
author: Jiri Slaby
srcversion: A29DFCA2F56F1FD810F5FA0
alias:  pci:v168Cd001Dsv*sd*bc*sc*i*
alias:  pci:v168Cd001Csv*sd*bc*sc*i*
alias:  pci:v168Cd001Bsv*sd*bc*sc*i*
alias:  pci:v168Cd001Asv*sd*bc*sc*i*
alias:  pci:v168Cd0019sv*sd*bc*sc*i*
alias:  pci:v168Cd0018sv*sd*bc*sc*i*
alias:  pci:v168Cd0017sv*sd*bc*sc*i*
alias:  pci:v168Cd0016sv*sd*bc*sc*i*
alias:  pci:v168Cd0015sv*sd*bc*sc*i*
alias:  pci:v168Cd0014sv*sd*bc*sc*i*
alias:  pci:v168Cd1014sv*sd*bc*sc*i*
alias:  pci:v10B7d0013sv*sd*bc*sc*i*
alias:  pci:vA727d0013sv*sd*bc*sc*i*
alias:  pci:v168Cd0013sv*sd*bc*sc*i*
alias:  pci:v168Cd0012sv*sd*bc*sc*i*
alias:  pci:v168Cd0011sv*sd*bc*sc*i*
alias:  pci:v168Cd0007sv*sd*bc*sc*i*
alias:  pci:v168Cd0207sv*sd*bc*sc*i*
depends:led-class,cfg80211,mac80211
vermagic:   2.6.28-11-generic SMP mod_unload modversions 586

dmesg:

[ 2480.397847] wlan0: associated
[ 2554.103743] wlan0: disassociating by local choice (reason=3)
[ 2573.459979] wlan0: authenticate with AP 00:14:6c:9b:76:9e
[ 2573.462175] wlan0: authenticated
[ 2573.462205] wlan0: associate with AP 00:14:6c:9b:76:9e
[ 2573.471623] wlan0: RX AssocResp from 00:14:6c:9b:76:9e (capab=0x411 status=0 
aid=4)
[ 2573.471650] wlan0: associated

-- 
network-manager roams to (none) ((none))  
https://bugs.launchpad.net/bugs/291760
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 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 media/cdrom which in turn points to cdrom0 (yes,
all relative to /target).

I set the /target/cdrom symlink to /target/media/cdrom0 like:
cd /target
rm cdrom
ln -s /target/media/cdrom0 cdrom

Then go back to tty1 (CTRL+Alt+F1) and click continue. I get an error
saying that the Install base system step failed and I go back to tty2
(CTRL+Alt+F2), put the symlink back for /target/cdrom:

cd /target
rm cdrom
ln -s media/cdrom cdrom

And after this the Install Base System worked and the processed
continued.

This is not good -- at least it worked.

-- 
Alternate install hangs requesting jaunty CD
https://bugs.launchpad.net/bugs/351053
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 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 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


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 installed from the mini.iso in a KVM, and tasksel'd Kubuntu onto
 it.

 Encrypted home dir mounts like a champ, and is readable on reboot.

 :-Dustin

 --
 netboot newuser and ecryptfs fails to login
 https://bugs.launchpad.net/bugs/317895
 You received this bug notification because you are a direct subscriber
 of the bug.



-- 
)(-
Luis Mondesi
Maestro Debiano

- START ENCRYPTED BLOCK (Triple-ROT13) --
Gur Hohagh [Yvahk] qvfgevohgvba oevatf gur fcvevg bs Hohagh gb gur fbsgjner
jbeyq.
- END ENCRYPTED BLOCK (Triple-ROT13) --

-- 
netboot newuser and ecryptfs fails to login
https://bugs.launchpad.net/bugs/317895
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 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 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 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.

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


[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 created (on purpose?) or
there is a race condition between the keyring and ecryptfs (if keyring
wasn't created for some reason, the script that unwraps the password
can't put it on the keyring and the keyring cannot be created because
when you login you can't write to home as it has 0500 permissions).

Please advice

this is a test system with the following hardware:

IBM leonovo R61 (amd64)

I installed from the Alternate ISO using tftp and the system was
partitioned like the following (preseed):


d-i partman-auto/expert_recipe string \
  boot-root ::\
  100 1 256 ext4  \
  $primary{ } $bootable{ }\
  method{ format } format{ }  \
  use_filesystem{ } filesystem{ ext3 }\
  mountpoint{ /boot } \
  .   \
  5000  1 ext4\
  $lvmok{ }   \
  method{ format } format{ }  \
  options/relatime{ relatime }\
  use_filesystem{ } filesystem{ ext4 } \
  mountpoint{ / } \
  .   \
  256 3000 300% linux-swap\
  $lvmok{ }   \
  method{ swap } format{ }\
  .   \
  500 3000 4 ext4 \
  $lvmok{ }   \
  method{ format } format{ }  \
  options/relatime{ relatime }\
  use_filesystem{ } filesystem{ ext4 } \
  mountpoint{ /home } \
  .   \
  500 1000 1024 ext4  \
  $lvmok{ }   \
  method{ format } format{ }  \
  options/relatime{ relatime }\
  use_filesystem{ } filesystem{ ext4 } \
  mountpoint{ /tmp }  \
  .   \
  500 1000 1024 ext4  \
  $lvmok{ }   \
  method{ format } format{ }  \
  options/relatime{ relatime }\
  use_filesystem{ } filesystem{ ext4 } \
  mountpoint{ /var/tmp }  \
  .   \
  5000 999   10 ext4  \
  $lvmok{ }   \
  method{ format } format{ }  \
  options/relatime{ relatime }\
  use_filesystem{ } filesystem{ ext4 } \
  mountpoint{ /var }  \
  .   \

-- 
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.

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


[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 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 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 that are wrong. So, I started
digging and found a lot of information about stalling issues for scp and
large files and the use of scp -vvv to hint at the problem.

scp -l works fine if the limit is relatively small. (100Kb/s or so).
very annoying.

-- 
heavy network activity stalls network (on both ends)
https://bugs.launchpad.net/bugs/234484
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 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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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'
Can't use an undefined value as a HASH reference at 
/usr/share/perl5/XML/Stream.pm line 1165.

A workaround is to comment out line 1163 on
/usr/share/perl5/XML/Stream.pm

#delete($self-{SIDS}-{$currsid});

Version:
ii  libxml-stream- 1.22-3 Perl module for accessing XML Streams

** Affects: libxml-stream-perl (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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 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 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. 
https://bugs.launchpad.net/bugs/300750
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 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 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 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 the new file and move the old file to a
new name: queries.log becomes queries.log.0

Error:

Nov  6 19:14:06 nibbler1 kernel: [3745271.955029]
audit(1226016846.695:70886): type=1503 operation=inode_permission
requested_mask=r:: denied_mask=r:: name=/var/log/named/ pid=19055
profile=/usr/sbin/named namespace=default


Solution:

Allow named to read /var/log/named:

/etc/apparmor.d/usr.sbin.named
...
# some people like to put logs in /var/log/named/
  /var/log/named/** rw,
  /var/log/named/ rw,
...

cat /etc/apparmor.d/usr.sbin.named | sudo apparmor_parser -r
sudo /etc/init.d/apparmor reload

That fixes the issue.

** Affects: bind9 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
apparmor error when logging to /var/log/named/
https://bugs.launchpad.net/bugs/294935
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 the new file and move the old file to a
new name: queries.log becomes queries.log.0

Error:

Nov  6 19:14:06 nibbler1 kernel: [3745271.955029]
audit(1226016846.695:70886): type=1503 operation=inode_permission
requested_mask=r:: denied_mask=r:: name=/var/log/named/ pid=19055
profile=/usr/sbin/named namespace=default


Solution:

Allow named to read /var/log/named:

/etc/apparmor.d/usr.sbin.named
...
# some people like to put logs in /var/log/named/
  /var/log/named/** rw,
  /var/log/named/ rw,
...

cat /etc/apparmor.d/usr.sbin.named | sudo apparmor_parser -r
sudo /etc/init.d/apparmor reload

That fixes the issue.

** Affects: bind9 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
apparmor error when logging to /var/log/named/
https://bugs.launchpad.net/bugs/294935
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 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 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 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 -N 7 foo.bar

but this does not:

sudo traceroute foo.bar
traceroute to foo.bar ...
send: No buffer space available

Please use the fedora patch and fix this puppy

dpkg --list traceroute
ii traceroute 2.0.9-3 ...

Hardy 8.04.1

** Affects: traceroute (Ubuntu)
 Importance: Undecided
 Status: New

-- 
send: No buffer space available for ppp interface
https://bugs.launchpad.net/bugs/290145
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 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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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 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 install from the
8.04.1 ISO.

poller.php also segfaults. as well as apache2 (error.log).

-- 
/usr/share/cacti/site/poller.php failed
https://bugs.launchpad.net/bugs/123076
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 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 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 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 known bug:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=462932

** Affects: squid (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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 subscribed to Ubuntu.

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


[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 subscribed to Ubuntu.

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


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 with latest Ubuntu release? Thanks in advance.

 -- 
 ALT Super keys swapped after upgrade
 https://bugs.launchpad.net/bugs/184869
 You received this bug notification because you are a direct subscriber
 of the bug.

This was caused by a USB-to-ps/2 adapter that I own.

Please close this bug.

-- 
ALT Super keys swapped after upgrade
https://bugs.launchpad.net/bugs/184869
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 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.

** Affects: workrave (Ubuntu)
 Importance: Undecided
 Status: New

-- 
workrave's dbus service typo
https://bugs.launchpad.net/bugs/254670
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 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 looking for a solution for this problem.

-- 
Clicking on date/time applet crashes gnome-pannel
https://bugs.launchpad.net/bugs/124979
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 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 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 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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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 and the FAQ on the wiki:

http://splashy.alioth.debian.org/wiki/faq#i_don_t_see_any_image_at_boot_time


-- 
)(-
Luis Mondesi
Maestro Debiano

- START ENCRYPTED BLOCK (Triple-ROT13) --
Gur Hohagh [Yvahk] qvfgevohgvba oevatf gur fcvevg bs Hohagh gb gur
fbsgjner jbeyq.
- END ENCRYPTED BLOCK (Triple-ROT13) --

-- 
[apport] splashy crashed with SIGSEGV
https://bugs.launchpad.net/bugs/92276
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 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 single-user-mode
2. dpkg --force-all -P policykit-gnome
3. mv /var/lib/PolicyKit/user-haldaemon.auths /root
4. rm -fr /var/lib/PolicyKit/
5. apt-get --reinstall install policykit-gnome consolekit
6. mv /root/user-haldaemon.auths /var/lib/PolicyKit/
7. make sure /etc/hosts matches my hostname correctly for 127.0.x.x IP
8. make sure that the content of /etc/PolicyKit/PolicyKit.conf was:
?xml version=1.0 encoding=UTF-8? !-- -*- XML -*- --

!DOCTYPE pkconfig PUBLIC -//freedesktop//DTD PolicyKit Configuration 1.0//EN
http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd;

!-- See the manual page PolicyKit.conf(5) for file format --

config version=0.1
match user=root
return result=yes/
/match
define_admin_auth group=admin/
/config

After this everything worked fine.

Hopefully this will help somebody out there. And please make sure this
does not happen as this is very annoying and hard to troubleshoot.

-- 
'Unlock' button in admin utilities greyed out
https://bugs.launchpad.net/bugs/231246
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 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 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 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 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 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 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 and this was also failing for me as gnome-volume-manager does
not even run. I read the source code for those daemons and the patches
applied by Debian/Ubuntu until I found the culprit.

-- 
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 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 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 Ubuntu and not Kubuntu by the
way...)

I brought the ipod back home (fresh install 64bit Hardy) and the ipod
doesn't mount automatically. Right-clicking on the icon under Computer
does not mount it either. However, if I install pmount and do:

pmount /dev/sdf3

The device mounts properly and Amarok recognizes it. So, I'm almost
certain this has something to do with gvfs*.

Ah, under the Sessions control panel there is a session that's supposed
to launch gnome-volume-manager like:

/usr/lib/gnome-volume-manager/gnome-volume-manager --sm-disable

However, this does not seem to be running, and running this by hand does
nothing. I'm not sure if or how gvfs works with gnome-volume-manager.
What I do know is that this is all getting to be too damn complicated.
Usually complex systems break more often (and harder) than simpler ones!

-- 
Ubuntu has stopped recognizing my ipod
https://bugs.launchpad.net/bugs/121203
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 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 and rm -fr * files 
as the user that's having the problems.

Once I logged in, I got the error mentioned above from ~/.xsession-
errors.

Hope this helps somebody fix this problem.

-- 
Ubuntu has stopped recognizing my ipod
https://bugs.launchpad.net/bugs/121203
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 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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.

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


[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))
   {
   *VBUFF = '\0';
   ReadLine (VBUFF, CF_BUFSIZE, pp);
   if (*VBUFF != '\0')
  {
  if (sscanf (VBUFF,   Installed: %s, tmpBUFF)  0)
 {
 AppendItem (evrlist, tmpBUFF, );
 }
  }
   }

if (cfpclose (pp) != 0)
   {
   Verbose (Something impossible happened... ('grep' exited abnormally).\n);
   DeleteItemList (evrlist);
   return 0;
   }

That's on Hardy... Perhaps I'm not doing something correctly, but it
works fine for other OSes (CentOS).

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
audios  : 0
maxwidth: 352
maxheight   : 288
minwidth: 48
minheight   : 48

channels
VIDIOCGCHAN(0)
channel : 0
name: Camera
tuners  : 0
flags   : 0x0 []
type: CAMERA
norm: 0

tuner
ioctl VIDIOCGTUNER: Invalid argument

audio
ioctl VIDIOCGAUDIO: Invalid argument

picture
VIDIOCGPICT
brightness  : 33792
hue : 32768
colour  : 32768
contrast: 32768
whiteness   : 0
depth   : 16
palette : YUV422

buffer
ioctl VIDIOCGFBUF: Invalid argument

window
VIDIOCGWIN
x   : 0
y   : 0
width   : 48
height  : 48
chromakey   : 0
flags   : 0

cheese -v does not work either... it simply does not output anything

This is on Hardy.

-- 
Cheese : If two v4l devices exist there is no way to choose the correct one
https://bugs.launchpad.net/bugs/137981
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 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 the update-manager GUI to
Hardy. The Hardy kernel didn't work so we had to use the old kernel.
That booted the system and we started digging to see why this happend,
until we stumbled upon that forum post and then this bug.

-- 
Install CD dumps to busybox after toggling floppy
https://bugs.launchpad.net/bugs/195993
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 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 and causes 
# dhcp interfaces to not be properly brought up
/lib/dhcp3-client/call-dhclient-script
mode=4754
owner=root
group=dhcp
action=fixall
define=needs_networking_restarted

shellcommands:
needs_networking_restarted::
/etc/init.d/networking restart

-- 
sudo, su, and /lib/dhcp3-client/call-dhclient-script spontaneously lost owners, 
permissions
https://bugs.launchpad.net/bugs/173503
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 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 installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up firefox (2.0.0.12+2nobinonly+2-0ubuntu0.7.10) ...
dpkg: error processing firefox (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 firefox
E: Sub-process /usr/bin/dpkg returned an error code (1)


also, the postinstall script calls for update-desktop-database from the wrong 
path:

if [ -x /usr/sbin/update-desktop-database ]; then
/usr/sbin/update-desktop-database
fi

It should read:

if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database
fi

$ dpkg -S /usr/bin/update-desktop-database 
desktop-file-utils: /usr/bin/update-desktop-database

$ uname -a
Linux zod 2.6.22-14-generic #1 SMP Fri Feb 1 04:59:50 UTC 2008 i686 GNU/Linux

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 7.10
Release:7.10
Codename:   gutsy

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
postinstall fails to run
https://bugs.launchpad.net/bugs/190212
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


[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 
ino=55288867 scontext=user_u:system_r:unconfined_t:s0 
tcontext=user_u:object_r:user_home_t:s0 tclass=file
Feb  8 09:56:52 zod kernel: [317258.636884] audit(1202482612.579:1617): avc:  
denied  { execmod } for  pid=10812 comm=firefox-bin name=nppdf.so dev=loop0 
ino=55288867 scontext=user_u:system_r:unconfined_t:s0 
tcontext=user_u:object_r:user_home_t:s0 tclass=file
Feb  8 09:56:52 zod kernel: [317258.655675] audit(1202482612.579:1618): avc:  
denied  { execmod } for  pid=10812 comm=firefox-bin name=nppdf.so dev=loop0 
ino=55288867 scontext=user_u:system_r:unconfined_t:s0 
tcontext=user_u:object_r:user_home_t:s0 tclass=file
Feb  8 09:56:52 zod kernel: [317258.659054] audit(1202482612.579:1619): avc:  
denied  { execmod } for  pid=10812 comm=firefox-bin name=nppdf.so dev=loop0 
ino=55288867 scontext=user_u:system_r:unconfined_t:s0 
tcontext=user_u:object_r:user_home_t:s0 tclass=file
Feb  8 10:24:19 zod kernel: [318902.923318] audit(1202484259.603:1620): avc:  
denied  { search } for  pid=22724 comm=ldconfig name=sbin dev=dm-0 
ino=2424833 scontext=user_u:system_r:ldconfig_t:s0 
tcontext=system_u:object_r:bin_t:s0 tclass=dir
Feb  8 10:24:28 zod kernel: [318911.507020] audit(1202484268.103:1621): avc:  
denied  { search } for  pid=22741 comm=ldconfig name=Users dev=dm-0 
ino=10600482 scontext=user_u:system_r:ldconfig_t:s0 
tcontext=system_u:object_r:home_root_t:s0 tclass=dir
Feb  8 10:24:28 zod kernel: [318911.507081] audit(1202484268.103:1622): avc:  
denied  { search } for  pid=22741 comm=ldconfig name=sbin dev=dm-0 
ino=2424833 scontext=user_u:system_r:ldconfig_t:s0 
tcontext=system_u:object_r:bin_t:s0 tclass=dir
Feb  8 10:24:52 zod kernel: [318935.488190] audit(1202484292.104:1623): avc:  
denied  { search } for  pid=22757 comm=ldconfig name=sbin dev=dm-0 
ino=2424833 scontext=user_u:system_r:ldconfig_t:s0 
tcontext=system_u:object_r:bin_t:s0 tclass=dir
Feb  8 10:25:05 zod kernel: [318948.739396] audit(1202484305.104:1624): avc:  
denied  { search } for  pid=22776 comm=ldconfig name=sbin dev=dm-0 
ino=2424833 scontext=user_u:system_r:ldconfig_t:s0 
tcontext=system_u:object_r:bin_t:s0 tclass=dir
Feb  8 10:25:28 zod kernel: [318971.675991] audit(1202484328.104:1625): avc:  
denied  { search } for  pid=22801 comm=ldconfig name=sbin dev=dm-0 
ino=2424833 scontext=user_u:system_r:ldconfig_t:s0 
tcontext=system_u:object_r:bin_t:s0 tclass=dir
Feb  8 10:25:43 zod kernel: [318987.003013] audit(1202484343.604:1626): avc:  
denied  { search } for  pid=22826 comm=ldconfig name=Users dev=dm-0 
ino=10600482 scontext=user_u:system_r:ldconfig_t:s0 
tcontext=system_u:object_r:home_root_t:s0 tclass=dir
Feb  8 10:25:43 zod kernel: [318987.004054] audit(1202484343.604:1627): avc:  
denied  { search } for  pid=22826 comm=ldconfig name=sbin dev=dm-0 
ino=2424833 scontext=user_u:system_r:ldconfig_t:s0 
tcontext=system_u:object_r:bin_t:s0 tclass=dir
Feb  8 10:27:09 zod kernel: [319072.023437] audit(1202484428.606:1628): avc:  
denied  { search } for  pid=22900 comm=ldconfig name=sbin dev=dm-0 
ino=2424833 scontext=user_u:system_r:ldconfig_t:s0 
tcontext=system_u:object_r:bin_t:s0 tclass=dir
Feb  8 10:32:47 zod kernel: [319409.851133] audit(1202484767.111:1629): avc:  
denied  { search } for  pid=23050 comm=ldconfig name=sbin dev=dm-0 
ino=2424833 scontext=user_u:system_r:ldconfig_t:s0 
tcontext=system_u:object_r:bin_t:s0 tclass=dir
Feb  8 10:35:29 zod kernel: [319571.704461] audit(1202484929.113:1630): avc:  
denied  { search } for  pid=26552 comm=ldconfig name=sbin dev=dm-0 
ino=2424833 scontext=user_u:system_r:ldconfig_t:s0 
tcontext=system_u:object_r:bin_t:s0 tclass=dir
Feb  8 10:35:29 zod kernel: [319571.711232] audit(1202484929.113:1631): avc:  
denied  { search } for  pid=26554 comm=ldconfig name=sbin dev=dm-0 
ino=2424833 scontext=user_u:system_r:ldconfig_t:s0 
tcontext=system_u:object_r:bin_t:s0 tclass=dir
Feb  8 10:36:09 zod kernel: [319611.827299] audit(1202484969.614:1632): avc:  
denied  { search } for  pid=30103 comm=ldconfig name=sbin dev=dm-0 
ino=2424833 scontext=user_u:system_r:ldconfig_t:s0 
tcontext=system_u:object_r:bin_t:s0 tclass=dir
Feb  8 10:36:22 zod kernel: [319624.593481] audit(1202484982.114:1633): 
enforcing=0 old_enforcing=1 auid=4294967295
Feb  8 10:36:27 zod kernel: [319629.893138] audit(1202484987.614:1634): avc:  
denied  { search } for  pid=30131 comm=ldconfig name=sbin dev=dm-0 
ino=2424833 scontext=user_u:system_r:ldconfig_t:s0 
tcontext=system_u:object_r:bin_t:s0 tclass=dir
Feb  8 10:36:27 zod kernel: [319629.893573] audit(1202484987.614:1635): avc:  
denied  { getattr } for  pid=30131 comm=ldconfig name=dpkg-trigger dev=dm-0 
ino=3900123 scontext=user_u:system_r:ldconfig_t:s0 

[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 GNU/Linux

From syslog:

Jan 26 13:06:41 tuxy kernel: [46339.248764] BUG: unable to handle kernel paging 
request at virtual address 0007004a
Jan 26 13:06:41 tuxy kernel: [46339.248769]  printing eip:
Jan 26 13:06:41 tuxy kernel: [46339.248770] f918e043
Jan 26 13:06:41 tuxy kernel: [46339.248772] *pde = 
Jan 26 13:06:41 tuxy kernel: [46339.248775] Oops:  [#1]
Jan 26 13:06:41 tuxy kernel: [46339.248777] SMP 
Jan 26 13:06:41 tuxy kernel: [46339.248780] Modules linked in: nls_cp437 isofs 
aes cbc blkcipher vmnet(P) vmblock(P) vmmon(P) binfmt_misc rfcomm l2cap 
bluetooth nfsd exportfs ppdev autofs4 video sbs button dock container ac 
battery cpufreq_userspace cpufreq_stats cpufreq_powersave cpufreq_ondemand 
freq_table cpufreq_conservative nfs lockd sunrpc iptable_raw xt_comment 
xt_policy xt_multiport ipt_ULOG ipt_TTL ipt_ttl ipt_TOS ipt_tos ipt_SAME 
ipt_REJECT ipt_REDIRECT ipt_recent ipt_owner ipt_NETMAP ipt_MASQUERADE ipt_LOG 
ipt_iprange ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah ipt_addrtype nf_nat_tftp 
nf_nat_snmp_basic nf_nat_sip nf_nat_pptp nf_nat_proto_gre nf_nat_irc 
nf_nat_h323 nf_nat_ftp nf_nat_amanda ts_kmp nf_conntrack_amanda 
nf_conntrack_tftp nf_conntrack_sip nf_conntrack_proto_sctp nf_conntrack_pptp 
nf_conntrack_proto_gre nf_conntrack_netlink nf_conntrack_netbios_ns 
nf_conntrack_irc nf_conntrack_h323 nf_conntrack_ftp xt_tcpmss xt_pkttype 
xt_physdev xt_NFQUEUE xt_NFLOG xt_MARK xt_mark xt_mac xt_limit xt_length xt_
Jan 26 13:06:41 tuxy kernel: elper xt_hashlimit ip6_tables xt_dccp xt_conntrack 
xt_CONNMARK xt_connmark xt_CLASSIFY xt_tcpudp xt_state iptable_nat nf_nat 
nf_conntrack_ipv4 nf_conntrack iptable_mangle nfnetlink iptable_filter 
ip_tables x_tables af_packet xfs sd_mod sg w83627hf hwmon_vid serpent 
cryptoloop loop lp snd_mpu401 snd_mpu401_uart snd_hda_intel snd_pcm_oss snd_pcm 
snd_mixer_oss snd_seq_dummy snd_seq_oss snd_seq_midi snd_rawmidi 
snd_seq_midi_event snd_seq usb_storage snd_timer cpia_usb libusual xpad 
nvidia(P) snd_seq_device irtty_sir cpia compat_ioctl32 videodev v4l2_common 
v4l1_compat i2c_viapro ipv6 sir_dev psmouse snd parport_pc parport irda pcspkr 
i2c_core via_agp shpchp pci_hotplug serio_raw evdev agpgart soundcore 
snd_page_alloc crc_ccitt ext3 jbd mbcache ide_cd cdrom ide_disk sata_via usbhid 
hid ata_generic floppy ehci_hcd via_rhine mii via82cxxx ide_core libata 
scsi_mod uhci_hcd ohci_hcd usbcore dm_mirror dm_snapshot dm_mod thermal 
processor fan capability commoncap fuse fbcon tileblit font bit
Jan 26 13:06:41 tuxy kernel:  softcursor
Jan 26 13:06:41 tuxy kernel: [46339.248921] CPU:0
Jan 26 13:06:41 tuxy kernel: [46339.248922] EIP:0060:[f918e043]
Tainted: P   VLI
Jan 26 13:06:41 tuxy kernel: [46339.248923] EFLAGS: 00010206   
(2.6.22-14-generic #1)
Jan 26 13:06:41 tuxy kernel: [46339.248940] EIP is at nfs_fhget+0xd3/0x3e0 [nfs]
Jan 26 13:06:41 tuxy kernel: [46339.248942] eax: 0007003e   ebx:    
ecx: f0fd7874   edx: 4180
Jan 26 13:06:41 tuxy kernel: [46339.248945] esi: f0fd7800   edi: cecedbd4   
ebp: ea1cc128   esp: cecedb88
Jan 26 13:06:41 tuxy kernel: [46339.248948] ds: 007b   es: 007b   fs: 00d8  gs: 
0033  ss: 0068
Jan 26 13:06:41 tuxy kernel: [46339.248951] Process mount.nfs4 (pid: 13914, 
ti=cecec000 task=cf2b6530 task.ti=cecec000)
Jan 26 13:06:41 tuxy kernel: [46339.248953] Stack: f918df10 cecedbac 0020 
c0133462 cb398780 ea1cc000 00afc7a9 c02bd89d 
Jan 26 13:06:41 tuxy kernel: [46339.248960]0282 cecedc66 cecedbd4 
cecedbd4 f0fd7800 cecedc64 cecedd1e f918c8d7 
Jan 26 13:06:41 tuxy kernel: [46339.248967]cf2b66f0 c200a000 f0fd7a00 
0002     
Jan 26 13:06:41 tuxy kernel: [46339.248973] Call Trace:
Jan 26 13:06:41 tuxy kernel: [46339.248977]  [f918df10] 
nfs_init_locked+0x0/0x60 [nfs]
Jan 26 13:06:41 tuxy kernel: [46339.249025]  [group_send_sig_info+114/128] 
group_send_sig_info+0x72/0x80
Jan 26 13:06:41 tuxy kernel: [46339.249085]  [tcp_send_fin+125/320] 
tcp_send_fin+0x7d/0x140
Jan 26 13:06:41 tuxy kernel: [46339.249213]  [f918c8d7] 
nfs4_get_root+0x177/0x260 [nfs]
Jan 26 13:06:41 tuxy kernel: [46339.250526]  [f918fe71] 
nfs4_get_sb+0x291/0x370 [nfs]
Jan 26 13:06:42 tuxy kernel: [46339.251460]  [vfs_kern_mount+182/304] 
vfs_kern_mount+0xb6/0x130
Jan 26 13:06:42 tuxy kernel: [46339.251633]  [do_kern_mount+63/240] 
do_kern_mount+0x3f/0xf0
Jan 26 13:06:42 tuxy kernel: [46339.251741]  [do_mount+1643/1856] 
do_mount+0x66b/0x740
Jan 26 13:06:42 tuxy kernel: [46339.251901]  [tcp_v4_send_check+68/240] 
tcp_v4_send_check+0x44/0xf0
Jan 26 13:06:42 tuxy kernel: [46339.252007]  [tcp_transmit_skb+1017/2048] 
tcp_transmit_skb+0x3f9/0x800
Jan 26 13:06:42 tuxy kernel: [46339.252029]  

[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 about strange behavior.

There are 2 things that I can think of:

1. xorg keyboard rules being screwed somehow. or,
2. the kernel set the wrong keymap at boot

The question is why did it happen now all of a sudden?

I force remove all the files from /usr/share/X11/xkb/rules with:

sudo dpkg -P --force-all xkb-data libx11-data libx11-6

Then put them back with:

apt-get -f install

That didn't fix anything.

-- 
ALT Super keys swapped after upgrade
https://bugs.launchpad.net/bugs/184869
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


[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 2007 i686 GNU/Linux


** Attachment added: xserver configuration file
   http://launchpadlibrarian.net/11461666/xorg.conf

-- 
ALT Super keys swapped after upgrade
https://bugs.launchpad.net/bugs/184869
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


[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 was). When I go to Keyboard Shortcuts to try to
set my Lock Screen shortcut to CTRL+ALT+L, pressing CTRL+ALT+L marks
CTRL-Super L. And if I do CTRL+Super+L, the screen shows CTRL-ALT-L.

Yet more, if I do CTRL+ALT+F1 nothing happens. If I press CTRL+Super+F1
I'm sent to the first console! Once I'm in the console, ALT goes back to
being ALT; so, pressing CTRL+ALT+F2 switches to the second console and
so on...

This told me that the swap happened in X.

I'll attach my xorg.conf config shortly. I have no ~/.*modmap* files in
my $HOME and Compiz is turned off (as it doesn't work with multi-users,
and this is a family desktop).

** Affects: xorg-server (Ubuntu)
 Importance: Undecided
 Status: New

-- 
ALT Super keys swapped after upgrade
https://bugs.launchpad.net/bugs/184869
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


[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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs