[Bug 881466] Re: Run PAM code inside session process

2012-02-23 Thread gdamjan
Also related to this, the way lightdm does PAM is problematic with
SystemD.

I'm starting lightdm as a service from SystemD but as soon as I login,
my session is killed.

>From auth.log I can see that I did successfully  login, but the session is 
>killed imidiatelly:
auth.log:Feb 23 23:43:04 localhost lightdm: pam_unix(lightdm:session): session 
closed for user lightdm
auth.log:Feb 23 23:43:04 localhost lightdm: pam_unix(lightdm:session): session 
opened for user damjan by (uid=0)
auth.log:Feb 23 23:43:04 localhost lightdm: pam_unix(lightdm:session): session 
closed for user damjan

also attached is lightdm.log

I've asked on the systemd irc channel, their suggestion is that "it
opens the pam session before forking, which is wrong, since systemd-
logind will think the greeter itself is the session's controlling
process, so it will kill the session when the greeter exits ...
pam_open_session should be called from the new process, not from the
daemon"

** Attachment added: "log file"
   
https://bugs.launchpad.net/lightdm/+bug/881466/+attachment/2776997/+files/lightdm.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/881466

Title:
  Run PAM code inside session process

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/881466/+subscriptions

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


[Bug 531331] Re: Remove plymouth destroying system

2010-04-26 Thread gdamjan
I can't understand how you can't remove:
libdrm-intel1
libdrm-nouveau1 
libdrm-radeon1
libdrm2
libplymouth2
plymouth
on a Ubuntu sever, that I run in a virtual machine. Doesn't make any sense.

-- 
Remove plymouth destroying system
https://bugs.launchpad.net/bugs/531331
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 486883] Re: virtio_net in karmic as guest doesn't work

2010-04-24 Thread gdamjan
Wow, this bug report is so old. 
Since then I've upgraded the KVM userspace and ubuntu uses the latest kernel
so I can't test with that configuration any more, and I don't think it matters 
any more.

But this is not the first or last breakege of Ubuntu running in KVM with
virtio-net and virtio-blk

-- 
virtio_net in karmic as guest doesn't work
https://bugs.launchpad.net/bugs/486883
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 418762] Re: CouchDB in Karmic should not have dependencies on X stuff

2009-12-08 Thread gdamjan
Isn't the sollution here for CouchDB to depend on "seamonkey" and both
xulrunner and libmozjs0d to provide "seamonkey" ?

-- 
CouchDB in Karmic should not have dependencies on X stuff
https://bugs.launchpad.net/bugs/418762
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 486883] Re: virtio_net in karmic as guest doesn't work

2009-11-24 Thread gdamjan
Upgrading to the 2.6.31-15-generic-pae kernel didn't change a thing.

But upgrading the qemu-kvm on the host to 0.11.0, solves this problem

-- 
virtio_net in karmic as guest doesn't work
https://bugs.launchpad.net/bugs/486883
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 486883] Re: virtio_net in karmic as guest doesn't work

2009-11-22 Thread gdamjan

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/35957157/BootDmesg.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/35957159/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/35957160/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/35957161/ProcModules.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/35957162/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/35957163/UdevLog.txt

-- 
virtio_net in karmic as guest doesn't work
https://bugs.launchpad.net/bugs/486883
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 486883] [NEW] virtio_net in karmic as guest doesn't work

2009-11-22 Thread gdamjan
Public bug reported:

I'm running an Ubuntu system as a guest OS in KVM virtualization.

My host is:
A Intel Q6600 system
32bit Slackware Linux 12.2
qemu-kvm-0.10.6 compiled from source

The guest is:
Ubuntu Karmic, updated from Jaunty
and running kernel linux-image-2.6.31-14-virtual 2.6.31-14.48

I'm running KVM with the following command line:
/usr/local/bin/qemu-system-x86_64 -m 384  \
  -kernel boot/vmlinuz-2.6.31-14-generic-pae \
  -initrd boot/initrd.img-2.6.31-14-generic-pae \
  -append "root=/dev/vda ro console=tty0 console=ttyS0" \
  -drive file=jeos.img,if=virtio,index=0,boot=on \
  -net nic,model=virtio,macaddr=$mac -net 
tap,ifname=$iface,script=no,downscript=no

When starte like this the virtio_net based eth0 in the guest will not be
able to communicate with the host or anywhere. Removing the
"model=virtio" option, the guest starts to work (by using the 8139cp
driver).

Most importantly, this all worked fine with the Ubuntu Jaunty default
kernel.

ProblemType: Bug
AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 2: 
ls: cannot access /dev/snd/: No such file or directory
AplayDevices: Error: [Errno 2] No such file or directory
Architecture: i386
ArecordDevices: Error: [Errno 2] No such file or directory
CurrentDmesg: [   20.312071] eth0: no IPv6 routers present
Date: Mon Nov 23 00:59:39 2009
DistroRelease: Ubuntu 9.10
Lspci: Error: [Errno 2] No such file or directory
Lsusb: Error: command ['lsusb'] failed with exit code 1:
Package: linux-image-2.6.31-14-generic-pae (not installed)
PciMultimedia:
 
ProcCmdLine: root=/dev/vda ro console=tty0 console=ttyS0
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic-pae
SourcePackage: linux
Uname: Linux 2.6.31-14-generic-pae i686
dmi.bios.date: 01/01/2007
dmi.bios.vendor: QEMU
dmi.bios.version: QEMU
dmi.chassis.type: 1
dmi.modalias: dmi:bvnQEMU:bvrQEMU:bd01/01/2007:svn:pn:pvr:cvn:ct1:cvr:

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


** Tags: apport-bug i386

-- 
virtio_net in karmic as guest doesn't work
https://bugs.launchpad.net/bugs/486883
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 476498] Re: nautilus crashed with SIGSEGV in g_utf8_validate()

2009-11-07 Thread gdamjan
Can anyone fom Ubuntu report when updated apckages for this would become
available?

-- 
nautilus crashed with SIGSEGV in g_utf8_validate()
https://bugs.launchpad.net/bugs/476498
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 475923] Re: Please remove GNOME lang mk (Macedonian) packages from future Ubuntu releases

2009-11-07 Thread gdamjan
*** This bug is a duplicate of bug 476498 ***
https://bugs.launchpad.net/bugs/476498

> * Macedonian translations maintenance: I would like to ask 
> you to file a support request with your decision for us to 
> consider and help you move forward (would you like the 
> translations to be removed from the list of available languages
> in the Ubuntu installer? Or that language packs are no longer 
> available in Macedonian?

at this time, it's probably best to remove the option from the
installer..

people wanting to test and perhaps improve the macedonian localization
in the future should have the option to install the packages and play
with them

-- 
Please remove GNOME lang mk (Macedonian) packages from future Ubuntu releases
https://bugs.launchpad.net/bugs/475923
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu (via bug 476498).

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


[Bug 233920] Re: Sleep on lid close work only 1 time

2009-06-11 Thread gdamjan
> First time i close the LID, notebook go to sleep and wake up on open lid.
> After that, nothing happen if i close again the LID.

This looks to me as a [the] problem  with the kernels "button" ACPI
driver. If not reloaded on suspend/resume it will stop emiting events.

I always "rmmod button" on suspend, and then "modprobe button" after
resume.

If this is really the issue can be confirmed by:
 - booting in single user mode
 - cat /proc/acpi/event
 - close/open the lid, event's should show up
 - suspend (echo mem > /sys/power/state)
 - resume (press the power button)
 - cat /proc/acpi/event is still running, if not, run it again.
 - close/open the lid, event's will not show up

-- 
Sleep on lid close work only 1 time
https://bugs.launchpad.net/bugs/233920
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