[Bug 233950] Re: No rule to make target 'asm-offsets.c' during make modules_prepare

2008-09-27 Thread Floris
Good day everyone,

I had the same problem as well.
The solution for me was to aptitude install linux-source.
This will copy ( in my case ) linux-source-2.6.24.tar.bz2 
Extract that file using tar jxvf linux-source-2.6.24.tar.bz2
Just a formality, but then I make a symbolic link to that directory
ln -s linux-source-2.6.24.tar.bz2 linux
Go into /usr/src/linux
Now you can compile away!

With kind regards,

Floris Groenendijk

-- 
No rule to make target 'asm-offsets.c' during make modules_prepare
https://bugs.launchpad.net/bugs/233950
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 233950] Re: No rule to make target 'asm-offsets.c' during make modules_prepare

2008-09-27 Thread Floris
Good day everyone,

I had the same problem as well.
The solution for me was to aptitude install linux-source.
This will copy ( in my case ) linux-source-2.6.24.tar.bz2 
Extract that file using tar jxvf linux-source-2.6.24.tar.bz2
Just a formality, but then I make a symbolic link to that directory
ln -s linux-source-2.6.24.tar.bz2 linux
Go into /usr/src/linux
Now you can compile away!

With kind regards,

Floris Groenendijk

-- 
No rule to make target 'asm-offsets.c' during make modules_prepare
https://bugs.launchpad.net/bugs/233950
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 233950] Re: No rule to make target 'asm-offsets.c' during make modules_prepare

2008-09-27 Thread Floris
Good day everyone,

I had the same problem as well.
The solution for me was to aptitude install linux-source.
This will copy ( in my case ) linux-source-2.6.24.tar.bz2 
Extract that file using tar jxvf linux-source-2.6.24.tar.bz2
Just a formality, but then I make a symbolic link to that directory
ln -s linux-source-2.6.24.tar.bz2 linux
Go into /usr/src/linux
Now you can compile away!

With kind regards,

Floris Groenendijk

-- 
No rule to make target 'asm-offsets.c' during make modules_prepare
https://bugs.launchpad.net/bugs/233950
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 233950] Re: No rule to make target 'asm-offsets.c' during make modules_prepare

2008-09-27 Thread Floris
Good day everyone,

I had the same problem as well.
The solution for me was to aptitude install linux-source.
This will copy ( in my case ) linux-source-2.6.24.tar.bz2 
Extract that file using tar jxvf linux-source-2.6.24.tar.bz2
Just a formality, but then I make a symbolic link to that directory
ln -s linux-source-2.6.24.tar.bz2 linux
Go into /usr/src/linux
Now you can compile away!

With kind regards,

Floris Groenendijk

-- 
No rule to make target 'asm-offsets.c' during make modules_prepare
https://bugs.launchpad.net/bugs/233950
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 233950] Re: No rule to make target 'asm-offsets.c' during make modules_prepare

2008-09-27 Thread Floris
Good day everyone,

I had the same problem as well.
The solution for me was to aptitude install linux-source.
This will copy ( in my case ) linux-source-2.6.24.tar.bz2 
Extract that file using tar jxvf linux-source-2.6.24.tar.bz2
Just a formality, but then I make a symbolic link to that directory
ln -s linux-source-2.6.24.tar.bz2 linux
Go into /usr/src/linux
Now you can compile away!

With kind regards,

Floris Groenendijk

-- 
No rule to make target 'asm-offsets.c' during make modules_prepare
https://bugs.launchpad.net/bugs/233950
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 233950] Re: No rule to make target 'asm-offsets.c' during make modules_prepare

2008-09-27 Thread Floris
Good day everyone,

I had the same problem as well.
The solution for me was to aptitude install linux-source.
This will copy ( in my case ) linux-source-2.6.24.tar.bz2 
Extract that file using tar jxvf linux-source-2.6.24.tar.bz2
Just a formality, but then I make a symbolic link to that directory
ln -s linux-source-2.6.24.tar.bz2 linux
Go into /usr/src/linux
Now you can compile away!

With kind regards,

Floris Groenendijk

-- 
No rule to make target 'asm-offsets.c' during make modules_prepare
https://bugs.launchpad.net/bugs/233950
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 57340] beagle-search uses bashism but invokes sh

2006-08-22 Thread Floris Bruynooghe
Public bug reported:

Binary package hint: beagle

/usr/bin/beagle-search starts with "#!/usr/bin/bash" but then on the
last line uses "exec -a foo".  The "-a" option is bash specific.  Or
more specifically in my experience it is not supported by dash (which is
supposed to be POSIX complient or so).

So either the shell should be changed or the -a option should be changed
IMHO.

Cheers
Floris

** Affects: beagle (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
beagle-search uses bashism but invokes sh
https://launchpad.net/bugs/57340

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


[Bug 62751] Re: Upstart doesn't activate luks volumes (also non luks) in cryptsetup

2007-08-19 Thread Floris Bruynooghe
Additional issue with crytroot setup in initramfs.

Usplash exits as it should, and the password gets read from console.
However the password prompt is never displayed.  To solve this I changed
line 210 (feisty) from:

$cryptcreate < /dev/console

to

$cryptcreate < /dev/console > /dev/console 2>&1

Hope this is useful

-- 
Upstart doesn't activate luks volumes (also non luks) in cryptsetup
https://bugs.launchpad.net/bugs/62751
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 240079] Re: Please build and amd64 version

2008-08-08 Thread Floris Bruynooghe
It seems to be built now so this bug can be closed.

** Changed in: toshset (Ubuntu)
   Status: New => Fix Released

-- 
Please build and amd64 version
https://bugs.launchpad.net/bugs/240079
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 240079] [NEW] Please build and amd64 version

2008-06-14 Thread Floris Bruynooghe
Public bug reported:

Binary package hint: toshset

Version 1.73 builds for amd64 too.  The Debian package does this, but
for some reason the package in intrepid doesn't.  Please ensure this
gets build for amd64 too.

Thanks

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

-- 
Please build and amd64 version
https://bugs.launchpad.net/bugs/240079
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 71858] Re: python backend not functioning

2007-04-25 Thread Floris Bruynooghe
This is fixed in feisty's version (2.6-3.3) thanks to the fixing of
debian's #410652.

-- 
python backend not functioning
https://bugs.launchpad.net/bugs/71858
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 109956] assertion error when using python2.5

2007-04-25 Thread Floris Bruynooghe
Public bug reported:

Binary package hint: python-omniorb2

Hi

Using the python-omniorb2 package from ubuntu to run our application
using python2.5 I get the following error:

omniORB: Assertion failed.  This indicates a bug in the application using
omniORB, or maybe in omniORB itself.
 file: ../../modules/pyExceptions.cc
 line: 421
 info: PyClass_Check(excclass)
terminate called after throwing an instance of 'omniORB::fatalException'
Aborted (core dumped)

This happens when doing a .bind_new_context() call
(regardles if the name is bound already or not, but if it is bound it
throws an exception with python2.4, not a core dump).

Rebuilding omniorb4 and python-omniorb2 (source packages) with "XS-
Python-Version: all" in debian/control (instead of "current") and
running the same using python2.4 works perfectly.

BTW, why isn't XS-P-V set to "all" by default?  The changelog entry of
python-omniorb2 suggest it is set to "current" because omniorb4 has it
set to "current".  But isn't the correct thing to change XS-P-V to "all"
in omniorb4 instead?

Regards
Floris

** Affects: python-omniorb2 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
assertion error when using python2.5
https://bugs.launchpad.net/bugs/109956
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 109956] Re: assertion error when using python2.5

2007-04-25 Thread Floris Bruynooghe
Hi

Upstream says that omniORBpy 2.6 (i.e. python-omniorb2 2.6) won't work
with python2.5.  So the quick fix is to change XS-Python-Version to
"2.4".  The long term fix is to change the versions to omniORBpy 3.0
(and hence omniORB 4.1 for the omniorb4 package).

Regards
Floris

-- 
assertion error when using python2.5
https://bugs.launchpad.net/bugs/109956
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 109956] Re: assertion error when using python2.5

2008-10-08 Thread Floris Bruynooghe
Interprid has the unmodified 3.2-1 version from Debian which works
correctly with python 2.5.  This was already the case for hardy.  So
this is fixed now.

Cheers

-- 
assertion error when using python2.5
https://bugs.launchpad.net/bugs/109956
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 240079] Re: Please build and amd64 version

2008-08-08 Thread Floris Bruynooghe
It seems to be built now so this bug can be closed.

** Changed in: toshset (Ubuntu)
   Status: New => Fix Released

-- 
Please build and amd64 version
https://bugs.launchpad.net/bugs/240079
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 109956] Re: assertion error when using python2.5

2008-10-08 Thread Floris Bruynooghe
Interprid has the unmodified 3.2-1 version from Debian which works
correctly with python 2.5.  This was already the case for hardy.  So
this is fixed now.

Cheers

-- 
assertion error when using python2.5
https://bugs.launchpad.net/bugs/109956
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 57340] beagle-search uses bashism but invokes sh

2006-08-22 Thread Floris Bruynooghe
Public bug reported:

Binary package hint: beagle

/usr/bin/beagle-search starts with "#!/usr/bin/bash" but then on the
last line uses "exec -a foo".  The "-a" option is bash specific.  Or
more specifically in my experience it is not supported by dash (which is
supposed to be POSIX complient or so).

So either the shell should be changed or the -a option should be changed
IMHO.

Cheers
Floris

** Affects: beagle (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
beagle-search uses bashism but invokes sh
https://launchpad.net/bugs/57340

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


[Bug 62751] Re: Upstart doesn't activate luks volumes (also non luks) in cryptsetup

2007-08-19 Thread Floris Bruynooghe
Additional issue with crytroot setup in initramfs.

Usplash exits as it should, and the password gets read from console.
However the password prompt is never displayed.  To solve this I changed
line 210 (feisty) from:

$cryptcreate < /dev/console

to

$cryptcreate < /dev/console > /dev/console 2>&1

Hope this is useful

-- 
Upstart doesn't activate luks volumes (also non luks) in cryptsetup
https://bugs.launchpad.net/bugs/62751
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 71858] Re: python backend not functioning

2007-04-25 Thread Floris Bruynooghe
This is fixed in feisty's version (2.6-3.3) thanks to the fixing of
debian's #410652.

-- 
python backend not functioning
https://bugs.launchpad.net/bugs/71858
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 109956] assertion error when using python2.5

2007-04-25 Thread Floris Bruynooghe
Public bug reported:

Binary package hint: python-omniorb2

Hi

Using the python-omniorb2 package from ubuntu to run our application
using python2.5 I get the following error:

omniORB: Assertion failed.  This indicates a bug in the application using
omniORB, or maybe in omniORB itself.
 file: ../../modules/pyExceptions.cc
 line: 421
 info: PyClass_Check(excclass)
terminate called after throwing an instance of 'omniORB::fatalException'
Aborted (core dumped)

This happens when doing a .bind_new_context() call
(regardles if the name is bound already or not, but if it is bound it
throws an exception with python2.4, not a core dump).

Rebuilding omniorb4 and python-omniorb2 (source packages) with "XS-
Python-Version: all" in debian/control (instead of "current") and
running the same using python2.4 works perfectly.

BTW, why isn't XS-P-V set to "all" by default?  The changelog entry of
python-omniorb2 suggest it is set to "current" because omniorb4 has it
set to "current".  But isn't the correct thing to change XS-P-V to "all"
in omniorb4 instead?

Regards
Floris

** Affects: python-omniorb2 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
assertion error when using python2.5
https://bugs.launchpad.net/bugs/109956
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 109956] Re: assertion error when using python2.5

2007-04-25 Thread Floris Bruynooghe
Hi

Upstream says that omniORBpy 2.6 (i.e. python-omniorb2 2.6) won't work
with python2.5.  So the quick fix is to change XS-Python-Version to
"2.4".  The long term fix is to change the versions to omniORBpy 3.0
(and hence omniORB 4.1 for the omniorb4 package).

Regards
Floris

-- 
assertion error when using python2.5
https://bugs.launchpad.net/bugs/109956
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 240079] [NEW] Please build and amd64 version

2008-06-14 Thread Floris Bruynooghe
Public bug reported:

Binary package hint: toshset

Version 1.73 builds for amd64 too.  The Debian package does this, but
for some reason the package in intrepid doesn't.  Please ensure this
gets build for amd64 too.

Thanks

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

-- 
Please build and amd64 version
https://bugs.launchpad.net/bugs/240079
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 57340] beagle-search uses bashism but invokes sh

2006-08-22 Thread Floris Bruynooghe
Public bug reported:

Binary package hint: beagle

/usr/bin/beagle-search starts with "#!/usr/bin/bash" but then on the
last line uses "exec -a foo".  The "-a" option is bash specific.  Or
more specifically in my experience it is not supported by dash (which is
supposed to be POSIX complient or so).

So either the shell should be changed or the -a option should be changed
IMHO.

Cheers
Floris

** Affects: beagle (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
beagle-search uses bashism but invokes sh
https://launchpad.net/bugs/57340

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


[Bug 240079] Re: Please build and amd64 version

2008-08-08 Thread Floris Bruynooghe
It seems to be built now so this bug can be closed.

** Changed in: toshset (Ubuntu)
   Status: New => Fix Released

-- 
Please build and amd64 version
https://bugs.launchpad.net/bugs/240079
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 62751] Re: Upstart doesn't activate luks volumes (also non luks) in cryptsetup

2007-08-19 Thread Floris Bruynooghe
Additional issue with crytroot setup in initramfs.

Usplash exits as it should, and the password gets read from console.
However the password prompt is never displayed.  To solve this I changed
line 210 (feisty) from:

$cryptcreate < /dev/console

to

$cryptcreate < /dev/console > /dev/console 2>&1

Hope this is useful

-- 
Upstart doesn't activate luks volumes (also non luks) in cryptsetup
https://bugs.launchpad.net/bugs/62751
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 109956] Re: assertion error when using python2.5

2008-10-08 Thread Floris Bruynooghe
Interprid has the unmodified 3.2-1 version from Debian which works
correctly with python 2.5.  This was already the case for hardy.  So
this is fixed now.

Cheers

-- 
assertion error when using python2.5
https://bugs.launchpad.net/bugs/109956
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 71858] Re: python backend not functioning

2007-04-25 Thread Floris Bruynooghe
This is fixed in feisty's version (2.6-3.3) thanks to the fixing of
debian's #410652.

-- 
python backend not functioning
https://bugs.launchpad.net/bugs/71858
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 109956] assertion error when using python2.5

2007-04-25 Thread Floris Bruynooghe
Public bug reported:

Binary package hint: python-omniorb2

Hi

Using the python-omniorb2 package from ubuntu to run our application
using python2.5 I get the following error:

omniORB: Assertion failed.  This indicates a bug in the application using
omniORB, or maybe in omniORB itself.
 file: ../../modules/pyExceptions.cc
 line: 421
 info: PyClass_Check(excclass)
terminate called after throwing an instance of 'omniORB::fatalException'
Aborted (core dumped)

This happens when doing a .bind_new_context() call
(regardles if the name is bound already or not, but if it is bound it
throws an exception with python2.4, not a core dump).

Rebuilding omniorb4 and python-omniorb2 (source packages) with "XS-
Python-Version: all" in debian/control (instead of "current") and
running the same using python2.4 works perfectly.

BTW, why isn't XS-P-V set to "all" by default?  The changelog entry of
python-omniorb2 suggest it is set to "current" because omniorb4 has it
set to "current".  But isn't the correct thing to change XS-P-V to "all"
in omniorb4 instead?

Regards
Floris

** Affects: python-omniorb2 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
assertion error when using python2.5
https://bugs.launchpad.net/bugs/109956
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 109956] Re: assertion error when using python2.5

2007-04-25 Thread Floris Bruynooghe
Hi

Upstream says that omniORBpy 2.6 (i.e. python-omniorb2 2.6) won't work
with python2.5.  So the quick fix is to change XS-Python-Version to
"2.4".  The long term fix is to change the versions to omniORBpy 3.0
(and hence omniORB 4.1 for the omniorb4 package).

Regards
Floris

-- 
assertion error when using python2.5
https://bugs.launchpad.net/bugs/109956
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 240079] [NEW] Please build and amd64 version

2008-06-14 Thread Floris Bruynooghe
Public bug reported:

Binary package hint: toshset

Version 1.73 builds for amd64 too.  The Debian package does this, but
for some reason the package in intrepid doesn't.  Please ensure this
gets build for amd64 too.

Thanks

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

-- 
Please build and amd64 version
https://bugs.launchpad.net/bugs/240079
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 62751] Re: Upstart doesn't activate luks volumes (also non luks) in cryptsetup

2007-08-19 Thread Floris Bruynooghe
Additional issue with crytroot setup in initramfs.

Usplash exits as it should, and the password gets read from console.
However the password prompt is never displayed.  To solve this I changed
line 210 (feisty) from:

$cryptcreate < /dev/console

to

$cryptcreate < /dev/console > /dev/console 2>&1

Hope this is useful

-- 
Upstart doesn't activate luks volumes (also non luks) in cryptsetup
https://bugs.launchpad.net/bugs/62751
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 109956] Re: assertion error when using python2.5

2008-10-08 Thread Floris Bruynooghe
Interprid has the unmodified 3.2-1 version from Debian which works
correctly with python 2.5.  This was already the case for hardy.  So
this is fixed now.

Cheers

-- 
assertion error when using python2.5
https://bugs.launchpad.net/bugs/109956
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 109956] Re: assertion error when using python2.5

2008-10-08 Thread Floris Bruynooghe
Interprid has the unmodified 3.2-1 version from Debian which works
correctly with python 2.5.  This was already the case for hardy.  So
this is fixed now.

Cheers

-- 
assertion error when using python2.5
https://bugs.launchpad.net/bugs/109956
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 62751] Re: Upstart doesn't activate luks volumes (also non luks) in cryptsetup

2007-08-19 Thread Floris Bruynooghe
Additional issue with crytroot setup in initramfs.

Usplash exits as it should, and the password gets read from console.
However the password prompt is never displayed.  To solve this I changed
line 210 (feisty) from:

$cryptcreate < /dev/console

to

$cryptcreate < /dev/console > /dev/console 2>&1

Hope this is useful

-- 
Upstart doesn't activate luks volumes (also non luks) in cryptsetup
https://bugs.launchpad.net/bugs/62751
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 57340] beagle-search uses bashism but invokes sh

2006-08-22 Thread Floris Bruynooghe
Public bug reported:

Binary package hint: beagle

/usr/bin/beagle-search starts with "#!/usr/bin/bash" but then on the
last line uses "exec -a foo".  The "-a" option is bash specific.  Or
more specifically in my experience it is not supported by dash (which is
supposed to be POSIX complient or so).

So either the shell should be changed or the -a option should be changed
IMHO.

Cheers
Floris

** Affects: beagle (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
beagle-search uses bashism but invokes sh
https://launchpad.net/bugs/57340

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


[Bug 240079] Re: Please build and amd64 version

2008-08-08 Thread Floris Bruynooghe
It seems to be built now so this bug can be closed.

** Changed in: toshset (Ubuntu)
   Status: New => Fix Released

-- 
Please build and amd64 version
https://bugs.launchpad.net/bugs/240079
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 240079] [NEW] Please build and amd64 version

2008-06-14 Thread Floris Bruynooghe
Public bug reported:

Binary package hint: toshset

Version 1.73 builds for amd64 too.  The Debian package does this, but
for some reason the package in intrepid doesn't.  Please ensure this
gets build for amd64 too.

Thanks

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

-- 
Please build and amd64 version
https://bugs.launchpad.net/bugs/240079
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 71858] Re: python backend not functioning

2007-04-25 Thread Floris Bruynooghe
This is fixed in feisty's version (2.6-3.3) thanks to the fixing of
debian's #410652.

-- 
python backend not functioning
https://bugs.launchpad.net/bugs/71858
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 109956] assertion error when using python2.5

2007-04-25 Thread Floris Bruynooghe
Public bug reported:

Binary package hint: python-omniorb2

Hi

Using the python-omniorb2 package from ubuntu to run our application
using python2.5 I get the following error:

omniORB: Assertion failed.  This indicates a bug in the application using
omniORB, or maybe in omniORB itself.
 file: ../../modules/pyExceptions.cc
 line: 421
 info: PyClass_Check(excclass)
terminate called after throwing an instance of 'omniORB::fatalException'
Aborted (core dumped)

This happens when doing a .bind_new_context() call
(regardles if the name is bound already or not, but if it is bound it
throws an exception with python2.4, not a core dump).

Rebuilding omniorb4 and python-omniorb2 (source packages) with "XS-
Python-Version: all" in debian/control (instead of "current") and
running the same using python2.4 works perfectly.

BTW, why isn't XS-P-V set to "all" by default?  The changelog entry of
python-omniorb2 suggest it is set to "current" because omniorb4 has it
set to "current".  But isn't the correct thing to change XS-P-V to "all"
in omniorb4 instead?

Regards
Floris

** Affects: python-omniorb2 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
assertion error when using python2.5
https://bugs.launchpad.net/bugs/109956
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 109956] Re: assertion error when using python2.5

2007-04-25 Thread Floris Bruynooghe
Hi

Upstream says that omniORBpy 2.6 (i.e. python-omniorb2 2.6) won't work
with python2.5.  So the quick fix is to change XS-Python-Version to
"2.4".  The long term fix is to change the versions to omniORBpy 3.0
(and hence omniORB 4.1 for the omniorb4 package).

Regards
Floris

-- 
assertion error when using python2.5
https://bugs.launchpad.net/bugs/109956
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 240079] [NEW] Please build and amd64 version

2008-06-14 Thread Floris Bruynooghe
Public bug reported:

Binary package hint: toshset

Version 1.73 builds for amd64 too.  The Debian package does this, but
for some reason the package in intrepid doesn't.  Please ensure this
gets build for amd64 too.

Thanks

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

-- 
Please build and amd64 version
https://bugs.launchpad.net/bugs/240079
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 240079] Re: Please build and amd64 version

2008-08-08 Thread Floris Bruynooghe
It seems to be built now so this bug can be closed.

** Changed in: toshset (Ubuntu)
   Status: New => Fix Released

-- 
Please build and amd64 version
https://bugs.launchpad.net/bugs/240079
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 57340] beagle-search uses bashism but invokes sh

2006-08-22 Thread Floris Bruynooghe
Public bug reported:

Binary package hint: beagle

/usr/bin/beagle-search starts with "#!/usr/bin/bash" but then on the
last line uses "exec -a foo".  The "-a" option is bash specific.  Or
more specifically in my experience it is not supported by dash (which is
supposed to be POSIX complient or so).

So either the shell should be changed or the -a option should be changed
IMHO.

Cheers
Floris

** Affects: beagle (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
beagle-search uses bashism but invokes sh
https://launchpad.net/bugs/57340

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


[Bug 109956] Re: assertion error when using python2.5

2008-10-08 Thread Floris Bruynooghe
Interprid has the unmodified 3.2-1 version from Debian which works
correctly with python 2.5.  This was already the case for hardy.  So
this is fixed now.

Cheers

-- 
assertion error when using python2.5
https://bugs.launchpad.net/bugs/109956
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 57340] beagle-search uses bashism but invokes sh

2006-08-22 Thread Floris Bruynooghe
Public bug reported:

Binary package hint: beagle

/usr/bin/beagle-search starts with "#!/usr/bin/bash" but then on the
last line uses "exec -a foo".  The "-a" option is bash specific.  Or
more specifically in my experience it is not supported by dash (which is
supposed to be POSIX complient or so).

So either the shell should be changed or the -a option should be changed
IMHO.

Cheers
Floris

** Affects: beagle (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
beagle-search uses bashism but invokes sh
https://launchpad.net/bugs/57340

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


[Bug 62751] Re: Upstart doesn't activate luks volumes (also non luks) in cryptsetup

2007-08-19 Thread Floris Bruynooghe
Additional issue with crytroot setup in initramfs.

Usplash exits as it should, and the password gets read from console.
However the password prompt is never displayed.  To solve this I changed
line 210 (feisty) from:

$cryptcreate < /dev/console

to

$cryptcreate < /dev/console > /dev/console 2>&1

Hope this is useful

-- 
Upstart doesn't activate luks volumes (also non luks) in cryptsetup
https://bugs.launchpad.net/bugs/62751
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 240079] [NEW] Please build and amd64 version

2008-06-14 Thread Floris Bruynooghe
Public bug reported:

Binary package hint: toshset

Version 1.73 builds for amd64 too.  The Debian package does this, but
for some reason the package in intrepid doesn't.  Please ensure this
gets build for amd64 too.

Thanks

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

-- 
Please build and amd64 version
https://bugs.launchpad.net/bugs/240079
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 240079] Re: Please build and amd64 version

2008-08-08 Thread Floris Bruynooghe
It seems to be built now so this bug can be closed.

** Changed in: toshset (Ubuntu)
   Status: New => Fix Released

-- 
Please build and amd64 version
https://bugs.launchpad.net/bugs/240079
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 71858] Re: python backend not functioning

2007-04-25 Thread Floris Bruynooghe
This is fixed in feisty's version (2.6-3.3) thanks to the fixing of
debian's #410652.

-- 
python backend not functioning
https://bugs.launchpad.net/bugs/71858
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 109956] assertion error when using python2.5

2007-04-25 Thread Floris Bruynooghe
Public bug reported:

Binary package hint: python-omniorb2

Hi

Using the python-omniorb2 package from ubuntu to run our application
using python2.5 I get the following error:

omniORB: Assertion failed.  This indicates a bug in the application using
omniORB, or maybe in omniORB itself.
 file: ../../modules/pyExceptions.cc
 line: 421
 info: PyClass_Check(excclass)
terminate called after throwing an instance of 'omniORB::fatalException'
Aborted (core dumped)

This happens when doing a .bind_new_context() call
(regardles if the name is bound already or not, but if it is bound it
throws an exception with python2.4, not a core dump).

Rebuilding omniorb4 and python-omniorb2 (source packages) with "XS-
Python-Version: all" in debian/control (instead of "current") and
running the same using python2.4 works perfectly.

BTW, why isn't XS-P-V set to "all" by default?  The changelog entry of
python-omniorb2 suggest it is set to "current" because omniorb4 has it
set to "current".  But isn't the correct thing to change XS-P-V to "all"
in omniorb4 instead?

Regards
Floris

** Affects: python-omniorb2 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
assertion error when using python2.5
https://bugs.launchpad.net/bugs/109956
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 109956] Re: assertion error when using python2.5

2007-04-25 Thread Floris Bruynooghe
Hi

Upstream says that omniORBpy 2.6 (i.e. python-omniorb2 2.6) won't work
with python2.5.  So the quick fix is to change XS-Python-Version to
"2.4".  The long term fix is to change the versions to omniORBpy 3.0
(and hence omniORB 4.1 for the omniorb4 package).

Regards
Floris

-- 
assertion error when using python2.5
https://bugs.launchpad.net/bugs/109956
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 71858] Re: python backend not functioning

2007-04-25 Thread Floris Bruynooghe
This is fixed in feisty's version (2.6-3.3) thanks to the fixing of
debian's #410652.

-- 
python backend not functioning
https://bugs.launchpad.net/bugs/71858
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 109956] assertion error when using python2.5

2007-04-25 Thread Floris Bruynooghe
Public bug reported:

Binary package hint: python-omniorb2

Hi

Using the python-omniorb2 package from ubuntu to run our application
using python2.5 I get the following error:

omniORB: Assertion failed.  This indicates a bug in the application using
omniORB, or maybe in omniORB itself.
 file: ../../modules/pyExceptions.cc
 line: 421
 info: PyClass_Check(excclass)
terminate called after throwing an instance of 'omniORB::fatalException'
Aborted (core dumped)

This happens when doing a .bind_new_context() call
(regardles if the name is bound already or not, but if it is bound it
throws an exception with python2.4, not a core dump).

Rebuilding omniorb4 and python-omniorb2 (source packages) with "XS-
Python-Version: all" in debian/control (instead of "current") and
running the same using python2.4 works perfectly.

BTW, why isn't XS-P-V set to "all" by default?  The changelog entry of
python-omniorb2 suggest it is set to "current" because omniorb4 has it
set to "current".  But isn't the correct thing to change XS-P-V to "all"
in omniorb4 instead?

Regards
Floris

** Affects: python-omniorb2 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
assertion error when using python2.5
https://bugs.launchpad.net/bugs/109956
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 109956] Re: assertion error when using python2.5

2007-04-25 Thread Floris Bruynooghe
Hi

Upstream says that omniORBpy 2.6 (i.e. python-omniorb2 2.6) won't work
with python2.5.  So the quick fix is to change XS-Python-Version to
"2.4".  The long term fix is to change the versions to omniORBpy 3.0
(and hence omniORB 4.1 for the omniorb4 package).

Regards
Floris

-- 
assertion error when using python2.5
https://bugs.launchpad.net/bugs/109956
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 419453] Re: deluged crashed with KeyError in on_alert_tracker_error()

2009-08-26 Thread Floris Douw
** Visibility changed to: Public

-- 
deluged crashed with KeyError in on_alert_tracker_error()
https://bugs.launchpad.net/bugs/419453
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 372230] Re: After upgrading to Ubuntu 9.04, I cannot create any new calendar

2009-08-28 Thread Floris Douw
I just ran across this bug; actually, I have been using Ubuntu 9.04 for
a while now, but the bug is the same otherwise: no calendars are visible
in Lightning and I cannot create new calendars either.

I am using Thunderbird version 2.0.0.23 (build 20090817) with Lightning
0.9 (build 2009040813) from the repositories; I also have libstdc++5
installed.

When I first noticed this bug, I was using Lightning from the repos
without libstdc++5 installed; next, I tried Lighting from the Mozilla
website, first without, then with, libstdc++5; finally I tried Lightning
from the repos with libstdc++5.

I also noticed Provider for Google Calendar 0.5 was installed the last
time I installed Lightning from the repos, the bug still remains even if
I disable Provider for Google Calendar.

** Changed in: lightning-sunbird (Ubuntu)
   Status: Invalid => New

-- 
After upgrading to Ubuntu 9.04, I cannot create any new calendar
https://bugs.launchpad.net/bugs/372230
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 60020] Re: Crash while trying to set away message

2007-02-22 Thread Floris Kruisselbrink \(vloris\)
For me, it's not, never had it again at least not since I run 2.0.0beta6

-- 
Crash while trying to set away message
https://launchpad.net/bugs/60020

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


[Bug 60020] Re: Crash while trying to set away message

2006-10-31 Thread Floris Kruisselbrink \(vloris\)
I just had something like this:

Gaim was on status available (no message), and I switched to a
saved/custom state 'eating'. That status I had created earlier to
display 'out to lunch' for msn, and 'away' for all other networks with a
custom awaymessage 'Etenstijd' (time for a meal in dutch).

** Attachment added: "Crash Report"
   http://librarian.launchpad.net/4942148/_usr_bin_gaim.1000.crash

-- 
Crash while trying to set away message
https://launchpad.net/bugs/60020

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


[Bug 81170] Re: [feisty] etodo conduit times out when syncing with a palm device

2007-10-28 Thread Floris Kruisselbrink (vloris)
The bug is exactly the same in a clean Ubuntu gutsy install as it was with 
feisty:
gpilotd crashes on todo-conduit if the palm has any todo entries without a due 
date.

Same workaround still works: always set a due-date on your todo's and
the todo-conduit will work fine.

-- 
[feisty] etodo conduit times out when syncing with a palm device
https://bugs.launchpad.net/bugs/81170
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 59946] Re: Admin tools require admin group membership

2007-03-08 Thread Floris Kruisselbrink \(vloris\)
The gnome-system-tools have stopped working for me completely now in
Feisty Fawn. I'm not sure since when, when it doesn't work, my first
reaction is "I can do this faster on commandline, so lets do so".

Right now, all tools show start up nice, ask for a password, but then show an 
empty list (empty userlist, empty sharelist, empty services list, etc.)
When started from a terminal, it gives me this warning:

[EMAIL PROTECTED]:~$ gksu services-admin
(services-admin:17446): Liboobs-WARNING **: There was an unknown error 
communicating with the backends: Message did not receive a reply (timeout by 
message bus)

It starts up, but shows an empty services list

-- 
Admin tools require admin group membership
https://launchpad.net/bugs/59946

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


[Bug 87805] Re: "users and groups" empty since upgrade

2007-03-09 Thread Floris Kruisselbrink \(vloris\)
I have this too, not only with users-admin, but with services-admin too.
In shares-admin it is even more obvious there goes something wrong,
because it complains I don't have NFS and/or SAMBA installed, which I
both have functioning well.

When started from the commandline with 'gksu users-admin' I receive the
message below, followed by a perfectly looking users-admin screen, only
it's empty.

[EMAIL PROTECTED]:~$ gksu users-admin
(users-admin:1153): GnomeUI-WARNING **: While connecting to session manager:
Authentication Rejected, reason : None of the authentication protocols 
specified are supported and host-based authentication failed.

(users-admin:1153): Liboobs-WARNING **: There was an unknown error
communicating with the backends: Message did not receive a reply
(timeout by message bus)

(users-admin:1153): Liboobs-WARNING **: There was an unknown error
communicating with the backends: Message did not receive a reply
(timeout by message bus)

-- 
"users and groups" empty since upgrade
https://launchpad.net/bugs/87805

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


[Bug 81170] Re: [feisty] etodo conduit times out when syncing with a palm device

2007-04-03 Thread Floris Kruisselbrink \(vloris\)
I can confirm this too. Also using Feisty Fawn, and a Sony Clie T675C.
I can also confirm that the problem goes away when there are no todo items on 
my clie without a due date, it seems to be a problem related to undated todo 
items.

The last messages gpilotd shows before the error:

  etodoconduit-Message: add_record: adding [0 1177279200 1 0 'Censored' 
'[14-99:99 s000 ]' 3] to desktop
  etodoconduit-Message: add_record: adding [0 1179698400 1 0 'Censored' 
'[14-99:99 s000 ]' 3] to desktop
  etodoconduit-Message: add_record: adding [1 -1 1 0 'Censored' '' 2] to desktop
  *** stack smashing detected ***: /usr/bin/gpilotd terminated
  Aborted (core dumped)

The Cencored texts where different, but are not relevant I hope. They
all contain only normal alphabetical characters, I had an @ sign in the
last one but replaced that by 'at' for the last one, just to be sure
that wasn't the problem. I do have the coredump if that is of any use,
but there is no gpilot ubuntu package with debugging symbols as far as I
could see.

-- 
[feisty] etodo conduit times out when syncing with a palm device
https://bugs.launchpad.net/bugs/81170
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 81170] Re: [feisty] etodo conduit times out when syncing with a palm device

2007-04-09 Thread Floris Kruisselbrink \(vloris\)
> Interestingly, it seems to happen when the due date is empty.
> is there anyone to confirm this?
Yes, that's what I said in my reply, and also what RobotII said in the first 
reply

-- 
[feisty] etodo conduit times out when syncing with a palm device
https://bugs.launchpad.net/bugs/81170
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 94851] Mahjongg: pause button disappears after resume

2007-03-22 Thread Floris Kruisselbrink \(vloris\)
Public bug reported:

Binary package hint: gnome-games

When you click on the pause button during a game of Mahjongg, it is being 
replaced with a resume button in some fancy way.
After you click the resume button, the switch back does remove the resume 
button, but doesn't show the pause button again, instead there is a gap on the 
toolbar.

Workaround: use pause from the game menu

** Affects: gnome-games (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Mahjongg: pause button disappears after resume
https://launchpad.net/bugs/94851

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


[Bug 94851] Re: Mahjongg: pause button disappears after resume

2007-03-22 Thread Floris Kruisselbrink \(vloris\)
Hmm,, I thought by submitting the bug using the Help>Report a Bug menu
item some more information would be here automatically. Guess not.

I'm running feisty, and gnome-games is version 1:2.18.0-0ubuntu1 right
now.

-- 
Mahjongg: pause button disappears after resume
https://launchpad.net/bugs/94851

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


[Bug 117939] tutorial-basic.svg has wrong text

2007-05-31 Thread Floris Kruisselbrink \(vloris\)
Public bug reported:

Binary package hint: inkscape

In the basic tutorial (the one you open with Help->Tutorials->Inkscape: Basic), 
in the second paragraph the text is wrong.
The text about zooming in and out reads:
  "[..] Or, you can click in the zoom entry field (in the bottom left corner of 
the document window)"
In fact, the zoom entry field is in the bottom RIGHT corner, not the left.

** Affects: inkscape (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
tutorial-basic.svg has wrong text
https://bugs.launchpad.net/bugs/117939
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 230222] Re: Seahorse assumes current dir is $HOME when setting up ssh

2008-05-14 Thread Floris Kruisselbrink (vloris)
I think this oneline patch fixes the problem (haven't tested it yet)

** Attachment added: "seahorse-homedirbug.patch"
   http://launchpadlibrarian.net/14511775/seahorse-homedirbug.patch

-- 
Seahorse assumes current dir is $HOME when setting up ssh
https://bugs.launchpad.net/bugs/230222
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 230222] [NEW] Seahorse assumes current dir is $HOME when setting up ssh

2008-05-14 Thread Floris Kruisselbrink (vloris)
Public bug reported:

Binary package hint: seahorse

Seahorse has a very useful feature to automatically copy your public ssh-key to 
a remote machine so you can login using that key later on.
There is one assumption seahorse makes that is not always true though: when 
ssh'ing to the remote machine to place the public key there, it assumes the 
current directory is your home directory, and tries to do stuff with 
.ssh/authorized_keys there.

On one of the machines I frequently use, I'm not in my homedir after
ssh'ing there. Seahorse tries to access .ssh/authorized_keys and fails,
because the current directory is /data. I think Seahorse should not rely
on the current directory being $HOME, but explicitely make it so as the
first command to be run remotely.

I have attached a screenshot of the errormessage I received.

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

-- 
Seahorse assumes current dir is $HOME when setting up ssh
https://bugs.launchpad.net/bugs/230222
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 230222] Re: Seahorse assumes current dir is $HOME when setting up ssh

2008-05-14 Thread Floris Kruisselbrink (vloris)

** Attachment added: "Screenshot-seahorse.png"
   http://launchpadlibrarian.net/14511503/Screenshot-seahorse.png

-- 
Seahorse assumes current dir is $HOME when setting up ssh
https://bugs.launchpad.net/bugs/230222
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 81170] Re: [feisty] etodo conduit times out when syncing with a palm device

2007-10-28 Thread Floris Kruisselbrink (vloris)
The bug is exactly the same in a clean Ubuntu gutsy install as it was with 
feisty:
gpilotd crashes on todo-conduit if the palm has any todo entries without a due 
date.

Same workaround still works: always set a due-date on your todo's and
the todo-conduit will work fine.

-- 
[feisty] etodo conduit times out when syncing with a palm device
https://bugs.launchpad.net/bugs/81170
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 60020] Re: Crash while trying to set away message

2006-10-31 Thread Floris Kruisselbrink \(vloris\)
I just had something like this:

Gaim was on status available (no message), and I switched to a
saved/custom state 'eating'. That status I had created earlier to
display 'out to lunch' for msn, and 'away' for all other networks with a
custom awaymessage 'Etenstijd' (time for a meal in dutch).

** Attachment added: "Crash Report"
   http://librarian.launchpad.net/4942148/_usr_bin_gaim.1000.crash

-- 
Crash while trying to set away message
https://launchpad.net/bugs/60020

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


[Bug 59946] Re: Admin tools require admin group membership

2007-03-08 Thread Floris Kruisselbrink \(vloris\)
The gnome-system-tools have stopped working for me completely now in
Feisty Fawn. I'm not sure since when, when it doesn't work, my first
reaction is "I can do this faster on commandline, so lets do so".

Right now, all tools show start up nice, ask for a password, but then show an 
empty list (empty userlist, empty sharelist, empty services list, etc.)
When started from a terminal, it gives me this warning:

[EMAIL PROTECTED]:~$ gksu services-admin
(services-admin:17446): Liboobs-WARNING **: There was an unknown error 
communicating with the backends: Message did not receive a reply (timeout by 
message bus)

It starts up, but shows an empty services list

-- 
Admin tools require admin group membership
https://launchpad.net/bugs/59946

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


[Bug 117939] tutorial-basic.svg has wrong text

2007-05-31 Thread Floris Kruisselbrink \(vloris\)
Public bug reported:

Binary package hint: inkscape

In the basic tutorial (the one you open with Help->Tutorials->Inkscape: Basic), 
in the second paragraph the text is wrong.
The text about zooming in and out reads:
  "[..] Or, you can click in the zoom entry field (in the bottom left corner of 
the document window)"
In fact, the zoom entry field is in the bottom RIGHT corner, not the left.

** Affects: inkscape (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
tutorial-basic.svg has wrong text
https://bugs.launchpad.net/bugs/117939
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 87805] Re: "users and groups" empty since upgrade

2007-03-09 Thread Floris Kruisselbrink \(vloris\)
I have this too, not only with users-admin, but with services-admin too.
In shares-admin it is even more obvious there goes something wrong,
because it complains I don't have NFS and/or SAMBA installed, which I
both have functioning well.

When started from the commandline with 'gksu users-admin' I receive the
message below, followed by a perfectly looking users-admin screen, only
it's empty.

[EMAIL PROTECTED]:~$ gksu users-admin
(users-admin:1153): GnomeUI-WARNING **: While connecting to session manager:
Authentication Rejected, reason : None of the authentication protocols 
specified are supported and host-based authentication failed.

(users-admin:1153): Liboobs-WARNING **: There was an unknown error
communicating with the backends: Message did not receive a reply
(timeout by message bus)

(users-admin:1153): Liboobs-WARNING **: There was an unknown error
communicating with the backends: Message did not receive a reply
(timeout by message bus)

-- 
"users and groups" empty since upgrade
https://launchpad.net/bugs/87805

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


[Bug 60020] Re: Crash while trying to set away message

2007-02-22 Thread Floris Kruisselbrink \(vloris\)
For me, it's not, never had it again at least not since I run 2.0.0beta6

-- 
Crash while trying to set away message
https://launchpad.net/bugs/60020

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


[Bug 94851] Mahjongg: pause button disappears after resume

2007-03-22 Thread Floris Kruisselbrink \(vloris\)
Public bug reported:

Binary package hint: gnome-games

When you click on the pause button during a game of Mahjongg, it is being 
replaced with a resume button in some fancy way.
After you click the resume button, the switch back does remove the resume 
button, but doesn't show the pause button again, instead there is a gap on the 
toolbar.

Workaround: use pause from the game menu

** Affects: gnome-games (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Mahjongg: pause button disappears after resume
https://launchpad.net/bugs/94851

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


[Bug 94851] Re: Mahjongg: pause button disappears after resume

2007-03-22 Thread Floris Kruisselbrink \(vloris\)
Hmm,, I thought by submitting the bug using the Help>Report a Bug menu
item some more information would be here automatically. Guess not.

I'm running feisty, and gnome-games is version 1:2.18.0-0ubuntu1 right
now.

-- 
Mahjongg: pause button disappears after resume
https://launchpad.net/bugs/94851

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


[Bug 230222] Re: Seahorse assumes current dir is $HOME when setting up ssh

2008-05-14 Thread Floris Kruisselbrink (vloris)
I think this oneline patch fixes the problem (haven't tested it yet)

** Attachment added: "seahorse-homedirbug.patch"
   http://launchpadlibrarian.net/14511775/seahorse-homedirbug.patch

-- 
Seahorse assumes current dir is $HOME when setting up ssh
https://bugs.launchpad.net/bugs/230222
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 230222] [NEW] Seahorse assumes current dir is $HOME when setting up ssh

2008-05-14 Thread Floris Kruisselbrink (vloris)
Public bug reported:

Binary package hint: seahorse

Seahorse has a very useful feature to automatically copy your public ssh-key to 
a remote machine so you can login using that key later on.
There is one assumption seahorse makes that is not always true though: when 
ssh'ing to the remote machine to place the public key there, it assumes the 
current directory is your home directory, and tries to do stuff with 
.ssh/authorized_keys there.

On one of the machines I frequently use, I'm not in my homedir after
ssh'ing there. Seahorse tries to access .ssh/authorized_keys and fails,
because the current directory is /data. I think Seahorse should not rely
on the current directory being $HOME, but explicitely make it so as the
first command to be run remotely.

I have attached a screenshot of the errormessage I received.

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

-- 
Seahorse assumes current dir is $HOME when setting up ssh
https://bugs.launchpad.net/bugs/230222
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 230222] Re: Seahorse assumes current dir is $HOME when setting up ssh

2008-05-14 Thread Floris Kruisselbrink (vloris)

** Attachment added: "Screenshot-seahorse.png"
   http://launchpadlibrarian.net/14511503/Screenshot-seahorse.png

-- 
Seahorse assumes current dir is $HOME when setting up ssh
https://bugs.launchpad.net/bugs/230222
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 81170] Re: [feisty] etodo conduit times out when syncing with a palm device

2007-04-03 Thread Floris Kruisselbrink \(vloris\)
I can confirm this too. Also using Feisty Fawn, and a Sony Clie T675C.
I can also confirm that the problem goes away when there are no todo items on 
my clie without a due date, it seems to be a problem related to undated todo 
items.

The last messages gpilotd shows before the error:

  etodoconduit-Message: add_record: adding [0 1177279200 1 0 'Censored' 
'[14-99:99 s000 ]' 3] to desktop
  etodoconduit-Message: add_record: adding [0 1179698400 1 0 'Censored' 
'[14-99:99 s000 ]' 3] to desktop
  etodoconduit-Message: add_record: adding [1 -1 1 0 'Censored' '' 2] to desktop
  *** stack smashing detected ***: /usr/bin/gpilotd terminated
  Aborted (core dumped)

The Cencored texts where different, but are not relevant I hope. They
all contain only normal alphabetical characters, I had an @ sign in the
last one but replaced that by 'at' for the last one, just to be sure
that wasn't the problem. I do have the coredump if that is of any use,
but there is no gpilot ubuntu package with debugging symbols as far as I
could see.

-- 
[feisty] etodo conduit times out when syncing with a palm device
https://bugs.launchpad.net/bugs/81170
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 81170] Re: [feisty] etodo conduit times out when syncing with a palm device

2007-04-09 Thread Floris Kruisselbrink \(vloris\)
> Interestingly, it seems to happen when the due date is empty.
> is there anyone to confirm this?
Yes, that's what I said in my reply, and also what RobotII said in the first 
reply

-- 
[feisty] etodo conduit times out when syncing with a palm device
https://bugs.launchpad.net/bugs/81170
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 94851] Mahjongg: pause button disappears after resume

2007-03-22 Thread Floris Kruisselbrink \(vloris\)
Public bug reported:

Binary package hint: gnome-games

When you click on the pause button during a game of Mahjongg, it is being 
replaced with a resume button in some fancy way.
After you click the resume button, the switch back does remove the resume 
button, but doesn't show the pause button again, instead there is a gap on the 
toolbar.

Workaround: use pause from the game menu

** Affects: gnome-games (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Mahjongg: pause button disappears after resume
https://launchpad.net/bugs/94851

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


[Bug 94851] Re: Mahjongg: pause button disappears after resume

2007-03-22 Thread Floris Kruisselbrink \(vloris\)
Hmm,, I thought by submitting the bug using the Help>Report a Bug menu
item some more information would be here automatically. Guess not.

I'm running feisty, and gnome-games is version 1:2.18.0-0ubuntu1 right
now.

-- 
Mahjongg: pause button disappears after resume
https://launchpad.net/bugs/94851

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


[Bug 81170] Re: [feisty] etodo conduit times out when syncing with a palm device

2007-10-28 Thread Floris Kruisselbrink (vloris)
The bug is exactly the same in a clean Ubuntu gutsy install as it was with 
feisty:
gpilotd crashes on todo-conduit if the palm has any todo entries without a due 
date.

Same workaround still works: always set a due-date on your todo's and
the todo-conduit will work fine.

-- 
[feisty] etodo conduit times out when syncing with a palm device
https://bugs.launchpad.net/bugs/81170
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 117939] tutorial-basic.svg has wrong text

2007-05-31 Thread Floris Kruisselbrink \(vloris\)
Public bug reported:

Binary package hint: inkscape

In the basic tutorial (the one you open with Help->Tutorials->Inkscape: Basic), 
in the second paragraph the text is wrong.
The text about zooming in and out reads:
  "[..] Or, you can click in the zoom entry field (in the bottom left corner of 
the document window)"
In fact, the zoom entry field is in the bottom RIGHT corner, not the left.

** Affects: inkscape (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
tutorial-basic.svg has wrong text
https://bugs.launchpad.net/bugs/117939
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 81170] Re: [feisty] etodo conduit times out when syncing with a palm device

2007-04-09 Thread Floris Kruisselbrink \(vloris\)
> Interestingly, it seems to happen when the due date is empty.
> is there anyone to confirm this?
Yes, that's what I said in my reply, and also what RobotII said in the first 
reply

-- 
[feisty] etodo conduit times out when syncing with a palm device
https://bugs.launchpad.net/bugs/81170
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 60020] Re: Crash while trying to set away message

2007-02-22 Thread Floris Kruisselbrink \(vloris\)
For me, it's not, never had it again at least not since I run 2.0.0beta6

-- 
Crash while trying to set away message
https://launchpad.net/bugs/60020

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


[Bug 59946] Re: Admin tools require admin group membership

2007-03-08 Thread Floris Kruisselbrink \(vloris\)
The gnome-system-tools have stopped working for me completely now in
Feisty Fawn. I'm not sure since when, when it doesn't work, my first
reaction is "I can do this faster on commandline, so lets do so".

Right now, all tools show start up nice, ask for a password, but then show an 
empty list (empty userlist, empty sharelist, empty services list, etc.)
When started from a terminal, it gives me this warning:

[EMAIL PROTECTED]:~$ gksu services-admin
(services-admin:17446): Liboobs-WARNING **: There was an unknown error 
communicating with the backends: Message did not receive a reply (timeout by 
message bus)

It starts up, but shows an empty services list

-- 
Admin tools require admin group membership
https://launchpad.net/bugs/59946

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


[Bug 87805] Re: "users and groups" empty since upgrade

2007-03-09 Thread Floris Kruisselbrink \(vloris\)
I have this too, not only with users-admin, but with services-admin too.
In shares-admin it is even more obvious there goes something wrong,
because it complains I don't have NFS and/or SAMBA installed, which I
both have functioning well.

When started from the commandline with 'gksu users-admin' I receive the
message below, followed by a perfectly looking users-admin screen, only
it's empty.

[EMAIL PROTECTED]:~$ gksu users-admin
(users-admin:1153): GnomeUI-WARNING **: While connecting to session manager:
Authentication Rejected, reason : None of the authentication protocols 
specified are supported and host-based authentication failed.

(users-admin:1153): Liboobs-WARNING **: There was an unknown error
communicating with the backends: Message did not receive a reply
(timeout by message bus)

(users-admin:1153): Liboobs-WARNING **: There was an unknown error
communicating with the backends: Message did not receive a reply
(timeout by message bus)

-- 
"users and groups" empty since upgrade
https://launchpad.net/bugs/87805

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


[Bug 60020] Re: Crash while trying to set away message

2006-10-31 Thread Floris Kruisselbrink \(vloris\)
I just had something like this:

Gaim was on status available (no message), and I switched to a
saved/custom state 'eating'. That status I had created earlier to
display 'out to lunch' for msn, and 'away' for all other networks with a
custom awaymessage 'Etenstijd' (time for a meal in dutch).

** Attachment added: "Crash Report"
   http://librarian.launchpad.net/4942148/_usr_bin_gaim.1000.crash

-- 
Crash while trying to set away message
https://launchpad.net/bugs/60020

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


[Bug 230222] Re: Seahorse assumes current dir is $HOME when setting up ssh

2008-05-14 Thread Floris Kruisselbrink (vloris)
I think this oneline patch fixes the problem (haven't tested it yet)

** Attachment added: "seahorse-homedirbug.patch"
   http://launchpadlibrarian.net/14511775/seahorse-homedirbug.patch

-- 
Seahorse assumes current dir is $HOME when setting up ssh
https://bugs.launchpad.net/bugs/230222
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 230222] [NEW] Seahorse assumes current dir is $HOME when setting up ssh

2008-05-14 Thread Floris Kruisselbrink (vloris)
Public bug reported:

Binary package hint: seahorse

Seahorse has a very useful feature to automatically copy your public ssh-key to 
a remote machine so you can login using that key later on.
There is one assumption seahorse makes that is not always true though: when 
ssh'ing to the remote machine to place the public key there, it assumes the 
current directory is your home directory, and tries to do stuff with 
.ssh/authorized_keys there.

On one of the machines I frequently use, I'm not in my homedir after
ssh'ing there. Seahorse tries to access .ssh/authorized_keys and fails,
because the current directory is /data. I think Seahorse should not rely
on the current directory being $HOME, but explicitely make it so as the
first command to be run remotely.

I have attached a screenshot of the errormessage I received.

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

-- 
Seahorse assumes current dir is $HOME when setting up ssh
https://bugs.launchpad.net/bugs/230222
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 230222] Re: Seahorse assumes current dir is $HOME when setting up ssh

2008-05-14 Thread Floris Kruisselbrink (vloris)

** Attachment added: "Screenshot-seahorse.png"
   http://launchpadlibrarian.net/14511503/Screenshot-seahorse.png

-- 
Seahorse assumes current dir is $HOME when setting up ssh
https://bugs.launchpad.net/bugs/230222
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 81170] Re: [feisty] etodo conduit times out when syncing with a palm device

2007-04-03 Thread Floris Kruisselbrink \(vloris\)
I can confirm this too. Also using Feisty Fawn, and a Sony Clie T675C.
I can also confirm that the problem goes away when there are no todo items on 
my clie without a due date, it seems to be a problem related to undated todo 
items.

The last messages gpilotd shows before the error:

  etodoconduit-Message: add_record: adding [0 1177279200 1 0 'Censored' 
'[14-99:99 s000 ]' 3] to desktop
  etodoconduit-Message: add_record: adding [0 1179698400 1 0 'Censored' 
'[14-99:99 s000 ]' 3] to desktop
  etodoconduit-Message: add_record: adding [1 -1 1 0 'Censored' '' 2] to desktop
  *** stack smashing detected ***: /usr/bin/gpilotd terminated
  Aborted (core dumped)

The Cencored texts where different, but are not relevant I hope. They
all contain only normal alphabetical characters, I had an @ sign in the
last one but replaced that by 'at' for the last one, just to be sure
that wasn't the problem. I do have the coredump if that is of any use,
but there is no gpilot ubuntu package with debugging symbols as far as I
could see.

-- 
[feisty] etodo conduit times out when syncing with a palm device
https://bugs.launchpad.net/bugs/81170
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 60020] Re: Crash while trying to set away message

2007-02-22 Thread Floris Kruisselbrink \(vloris\)
For me, it's not, never had it again at least not since I run 2.0.0beta6

-- 
Crash while trying to set away message
https://launchpad.net/bugs/60020

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


[Bug 59946] Re: Admin tools require admin group membership

2007-03-08 Thread Floris Kruisselbrink \(vloris\)
The gnome-system-tools have stopped working for me completely now in
Feisty Fawn. I'm not sure since when, when it doesn't work, my first
reaction is "I can do this faster on commandline, so lets do so".

Right now, all tools show start up nice, ask for a password, but then show an 
empty list (empty userlist, empty sharelist, empty services list, etc.)
When started from a terminal, it gives me this warning:

[EMAIL PROTECTED]:~$ gksu services-admin
(services-admin:17446): Liboobs-WARNING **: There was an unknown error 
communicating with the backends: Message did not receive a reply (timeout by 
message bus)

It starts up, but shows an empty services list

-- 
Admin tools require admin group membership
https://launchpad.net/bugs/59946

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


[Bug 87805] Re: "users and groups" empty since upgrade

2007-03-09 Thread Floris Kruisselbrink \(vloris\)
I have this too, not only with users-admin, but with services-admin too.
In shares-admin it is even more obvious there goes something wrong,
because it complains I don't have NFS and/or SAMBA installed, which I
both have functioning well.

When started from the commandline with 'gksu users-admin' I receive the
message below, followed by a perfectly looking users-admin screen, only
it's empty.

[EMAIL PROTECTED]:~$ gksu users-admin
(users-admin:1153): GnomeUI-WARNING **: While connecting to session manager:
Authentication Rejected, reason : None of the authentication protocols 
specified are supported and host-based authentication failed.

(users-admin:1153): Liboobs-WARNING **: There was an unknown error
communicating with the backends: Message did not receive a reply
(timeout by message bus)

(users-admin:1153): Liboobs-WARNING **: There was an unknown error
communicating with the backends: Message did not receive a reply
(timeout by message bus)

-- 
"users and groups" empty since upgrade
https://launchpad.net/bugs/87805

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


[Bug 94851] Mahjongg: pause button disappears after resume

2007-03-22 Thread Floris Kruisselbrink \(vloris\)
Public bug reported:

Binary package hint: gnome-games

When you click on the pause button during a game of Mahjongg, it is being 
replaced with a resume button in some fancy way.
After you click the resume button, the switch back does remove the resume 
button, but doesn't show the pause button again, instead there is a gap on the 
toolbar.

Workaround: use pause from the game menu

** Affects: gnome-games (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Mahjongg: pause button disappears after resume
https://launchpad.net/bugs/94851

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


[Bug 94851] Re: Mahjongg: pause button disappears after resume

2007-03-22 Thread Floris Kruisselbrink \(vloris\)
Hmm,, I thought by submitting the bug using the Help>Report a Bug menu
item some more information would be here automatically. Guess not.

I'm running feisty, and gnome-games is version 1:2.18.0-0ubuntu1 right
now.

-- 
Mahjongg: pause button disappears after resume
https://launchpad.net/bugs/94851

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


  1   2   >