[Bug 1538547] [NEW] vagrant box fails with private network interface

2016-01-27 Thread Steven Van Acker
Public bug reported:

Hello,

I am attempting to use the Xenial vagrant box announced here:
https://lists.ubuntu.com/archives/ubuntu-devel/2016-January/039070.html

The default setup, as described in the announcement, works fine.
However, it fails if I add a private network interface in Vagrantfile:

config.vm.network "private_network", ip: "192.168.50.100"

Output of "vagrant up":

deepstar@perdix:/tmp/example$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 
'http://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-vagrant.box'...
==> default: Matching MAC address for NAT networking...
==> default: Setting the name of the VM: example_default_1453900316714_21930
==> default: Fixed port collision for 22 => . Now on port 2201.
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
default: Adapter 2: hostonly
==> default: Forwarding ports...
default: 22 (guest) => 2201 (host) (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2201
default: SSH username: ubuntu
default: SSH auth method: password
default: Warning: Remote connection disconnect. Retrying...
default: Warning: Authentication failure. Retrying...
default:
default: Inserting generated public key within guest...
default: Removing insecure key from the guest if it's present...
default: Key inserted! Disconnecting and reconnecting using new SSH key...
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
==> default: Configuring and enabling network interfaces...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

/sbin/ifdown eth1 2> /dev/null

Stdout from the command:


Stderr from the command:

sudo: unable to resolve host ubuntu-xenial
mesg: ttyname failed: Inappropriate ioctl for device

The version of the vagrant box is 20160126.1
I am using Vagrant 1.8.1 on OSX 10.11.2 if that matters.
Other vagrant boxes I've tested work fine with this extra network interface in 
the Vagrantfile.

kr,
-- Steven

** Affects: livecd-rootfs (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  vagrant box fails with private network interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1538547/+subscriptions

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


[Bug 1481723] [NEW] can not build kernel image from source package

2015-08-05 Thread Steven Van Acker
Public bug reported:

Hello,

on Ubuntu 15.04 I am trying to build a kernel from its sourcepackage
like this:

export DEBIAN_FRONTEND=noninteractive
apt-get update  apt-get -y install kernel-package build-essential
latest=linux-image-3.19.0-25-generic
apt-get -y build-dep $latest  apt-get source $latest
yes  | make-kpkg --initrd --append-to-version=test kernel_image 
kernel_headers kernel_source

After a while, the compilation process reports a missing header file:

  CC [M]  ubuntu/vbox/vboxguest/VBoxGuest-linux.o
In file included from command-line:0:0:
././include/linux/kconfig.h:46:1: fatal error: 
./ubuntu/vbox/vboxguest/include/VBox/VBoxGuestMangling.h: No such file or 
directory
 #endif /* __LINUX_KCONFIG_H */
 ^
compilation terminated.
scripts/Makefile.build:257: recipe for target 
'ubuntu/vbox/vboxguest/VBoxGuest-linux.o' failed
make[4]: *** [ubuntu/vbox/vboxguest/VBoxGuest-linux.o] Error 1
scripts/Makefile.build:402: recipe for target 'ubuntu/vbox/vboxguest' failed
make[3]: *** [ubuntu/vbox/vboxguest] Error 2
scripts/Makefile.build:402: recipe for target 'ubuntu/vbox' failed
make[2]: *** [ubuntu/vbox] Error 2
Makefile:949: recipe for target 'ubuntu' failed
make[1]: *** [ubuntu] Error 2

There is a VBoxGuestMangling.h somewhere else in the code-tree, and I've tried 
symlinking it, but then I just run into
another compile-error later on.
I was under the impression that Ubuntu used its own source packages to produce 
the kernel images, but now I am not so sure.

kr,
-- Steven

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

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

Title:
  can not build kernel image from source package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1481723/+subscriptions

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


[Bug 1481723] Re: can not build kernel image from source package

2015-08-05 Thread Steven Van Acker
And here is the output of said script

** Attachment added: logfile
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1481723/+attachment/4439836/+files/logfile

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

Title:
  can not build kernel image from source package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1481723/+subscriptions

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


[Bug 1481723] Re: can not build kernel image from source package

2015-08-05 Thread Steven Van Acker
Hi,

apport-collect is not present on this system and I could not install the 
apport package to which it belongs due to
errors with systemd:

Processing triggers for systemd (219-7ubuntu6) ...
Error getting authority: Error initializing authority: Error calling 
StartServiceByName for org.freedesktop.PolicyKit1: Timeout was reached 
(g-io-error-quark, 24)
Failed to execute operation: Connection timed out
dpkg: error processing package systemd (--unpack):
 subprocess installed post-installation script returned error exit status 1
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for dbus (1.8.12-1ubuntu5) ...
Errors were encountered while processing:
 systemd
E: Sub-process /usr/bin/dpkg returned an error code (1)

Anyway, that is a different issue I bet.
I am attaching the script I used to compile the kernel. In the next post I will 
also include the output of the compilation process, including the error.


** Attachment added: compilekernels.sh
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1481723/+attachment/4439835/+files/compilekernels.sh

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

Title:
  can not build kernel image from source package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1481723/+subscriptions

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


[Bug 1481723] Re: can not build kernel image from source package

2015-08-05 Thread Steven Van Acker
** Changed in: linux (Ubuntu)
   Status: Incomplete = New

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

Title:
  can not build kernel image from source package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1481723/+subscriptions

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


[Bug 1481723] Re: can not build kernel image from source package

2015-08-05 Thread Steven Van Acker
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  can not build kernel image from source package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1481723/+subscriptions

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


[Bug 787932] Re: Segmentation Fault in python program using visual-python module after update to Natty Narwhal

2012-09-12 Thread Steven Van Acker
still nothing? 
Also segfaults in 12.04 in VirtualBox, with the InnoTek Systemberatung GmbH 
VirtualBox Graphics Adapter.
glxgears runs fine

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

Title:
  Segmentation Fault in python program using visual-python module after
  update to Natty Narwhal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-visual/+bug/787932/+subscriptions

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


[Bug 787932] Re: Segmentation Fault in python program using visual-python module after update to Natty Narwhal

2012-09-12 Thread Steven Van Acker
In my case, it seems to have been more or less solved by installing
libgtkglextmm-x11-1.2-dev. Still showing artifacts though

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

Title:
  Segmentation Fault in python program using visual-python module after
  update to Natty Narwhal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-visual/+bug/787932/+subscriptions

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


[Bug 894739] [NEW] output formatting does not work decently for long user-selected passwords (=13 chars)

2011-11-25 Thread Steven Van Acker
Public bug reported:

Hi,

when I generate a password hash for a user-selected password (with --clearfrom) 
that is longer than 12 characters,
the original password and hashed version are concatenated.
This output messes up my other scripts, since they expect 2 fields to be 
present when parsing.

Example:

root@melissa:~# echo A | makepasswd --crypt --clearfrom /dev/stdin
AhtgSp/lr98hzo

root@melissa:~# echo A | makepasswd --crypt --clearfrom
/dev/stdin --verbose

makepasswd v1.10 (c) 1997-1999 by Rob Levin le...@openproject.net,
last modified Monday, 7 April 1999 at 22:56 (UCT)
All rights reserved by the author, licensed under GPL version 2.

Password=AEncrypted String=YJS/ZC1rz5hic


The problem can be fixed in the Clear() subrouting in /usr/bin/makepasswd, by 
adding the following line (patch included):

$CharFormat = length($Clear) + 3;


From what I can tell, this bug is present in natty, oneiric and precise

root@melissa:~# lsb_release -rd
Description:Ubuntu 11.04
Release:11.04

root@melissa:~# apt-cache policy makepasswd 
makepasswd:
  Installed: 1.10-5
  Candidate: 1.10-5
  Version table:
 *** 1.10-5 0
500 http://nl.archive.ubuntu.com/ubuntu/ natty/universe amd64 Packages
100 /var/lib/dpkg/status


kind regards,
-- Steven

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

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

Title:
  output formatting does not work decently for long user-selected
  passwords (=13 chars)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/makepasswd/+bug/894739/+subscriptions

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


[Bug 894739] Re: output formatting does not work decently for long user-selected passwords (=13 chars)

2011-11-25 Thread Steven Van Acker
** Patch added: makepasswd.patch
   
https://bugs.launchpad.net/bugs/894739/+attachment/2607989/+files/makepasswd.patch

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

Title:
  output formatting does not work decently for long user-selected
  passwords (=13 chars)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/makepasswd/+bug/894739/+subscriptions

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


[Bug 787932] Re: Segmentation Fault in python program using visual-python module after update to Natty Narwhal

2011-11-21 Thread Steven Van Acker
no news at all ?

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

Title:
  Segmentation Fault in python program using visual-python module after
  update to Natty Narwhal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-visual/+bug/787932/+subscriptions

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


[Bug 787932] Re: Segmentation Fault in python program using visual-python module after update to Natty Narwhal

2011-09-23 Thread Steven Van Acker
I run into the same problem...
Is there any news about this issue ?

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

Title:
  Segmentation Fault in python program using visual-python module after
  update to Natty Narwhal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-visual/+bug/787932/+subscriptions

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


[Bug 335608] [NEW] segfault in libebook when sending sms

2009-02-27 Thread Steven Van Acker
Public bug reported:

Binary package hint: gnome-phone-manager

Hi,

When I try to send an SMS, gnome-phone-manager dies and the SMS doesn't
get sent.

I try sending an SMS by selecting Send Message in the right-click
menu, then entering part of the recipient name in the Recipient field
and selecting the correct number from the dropdown menu. After typing
the message I press send and the programs exits with a Segmentation
fault.

I've started the program from commandline and got the following output:

deeps...@phoenix:/tmp$ gnome-phone-manager 
** Message: bdaddr 00:01:E3:43:46:EE
** Message: New connection device is /dev/rfcomm0 (changed)
** Message: New connection device is /dev/rfcomm0 (not changed)
** Message: Connecting...
** Message: Status 1
** Message: Making serial port connection
** Message: Model Gipsy Soft Protocolstack using default driver
** Message: Using driver 'AT'
** Message: Status 2
** Message: Serial port connected
** Message: Connected to device on /dev/rfcomm0
** Message: Exiting connect thread
** Message: Our own phone number is: 
** Message: driver and phone support sms notifications
** Message: emitting network info
** Message: emitting battery
Segmentation fault (core dumped)
deeps...@phoenix:/tmp$

This is the output I get when analyzing the core file in gdb:

deeps...@phoenix:/tmp$ gdb gnome-phone-manager core.6452 
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i486-linux-gnu...
(no debugging symbols found)

warning: core file may not match specified executable file.

warning: Can't read pathname for load map: Input/output error.
Reading symbols from /usr/lib/libgstreamer-0.10.so.0...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libgstreamer-0.10.so.0
Reading symbols from /usr/lib/libgnomebt.so.0...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libgnomebt.so.0
Reading symbols from /usr/lib/libbtctl.so.4...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libbtctl.so.4
Reading symbols from /usr/lib/libgnomeui-2.so.0...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libgnomeui-2.so.0
Reading symbols from /usr/lib/libSM.so.6...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libSM.so.6
Reading symbols from /usr/lib/libICE.so.6...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libICE.so.6
Reading symbols from /usr/lib/libbonoboui-2.so.0...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libbonoboui-2.so.0
Reading symbols from /usr/lib/libgnomevfs-2.so.0...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libgnomevfs-2.so.0
Reading symbols from /usr/lib/libgnomecanvas-2.so.0...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libgnomecanvas-2.so.0
Reading symbols from /usr/lib/libart_lgpl_2.so.2...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libart_lgpl_2.so.2
Reading symbols from /usr/lib/libglade-2.0.so.0...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libglade-2.0.so.0
Reading symbols from /usr/lib/libebook-1.2.so.9...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libebook-1.2.so.9
Reading symbols from /usr/lib/libgnome-2.so.0...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libgnome-2.so.0
Reading symbols from /lib/libpopt.so.0...(no debugging symbols found)...done.
Loaded symbols for /lib/libpopt.so.0
Reading symbols from /usr/lib/libedataserver-1.2.so.11...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libedataserver-1.2.so.11
Reading symbols from /usr/lib/libxml2.so.2...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libxml2.so.2
Reading symbols from /usr/lib/libgconf-2.so.4...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libgconf-2.so.4
Reading symbols from /usr/lib/libsoup-2.4.so.1...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libsoup-2.4.so.1
Reading symbols from /usr/lib/libbonobo-2.so.0...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libbonobo-2.so.0
Reading symbols from /usr/lib/libbonobo-activation.so.4...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libbonobo-activation.so.4
Reading symbols from /usr/lib/libORBit-2.so.0...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libORBit-2.so.0
Reading symbols from /usr/lib/libdbus-glib-1.so.2...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libdbus-glib-1.so.2
Reading symbols from /lib/libdbus-1.so.3...(no debugging symbols found)...done.
Loaded symbols for /lib/libdbus-1.so.3
Reading symbols from /usr/lib/libgtkspell.so.0...(no debugging symbols 

[Bug 331512] [NEW] crash on new blank project

2009-02-19 Thread Steven Van Acker
Public bug reported:

Binary package hint: taskjuggler

Hi,

it seems that taskjuggler crashes when I try to create a new project and
then click OK in the Select template for new project dialog. This
dialog has the blank template selected by default.

When I do the same thing but explicitely click on the blank template, it
doesn't crash.

This is on Ubuntu Intrepid, taskjuggler 2.4.1-1ubuntu3

kind regards,
-- Steven

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

-- 
crash on new blank project
https://bugs.launchpad.net/bugs/331512
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 313703] [NEW] Authentication error; not a valid OpenID.

2009-01-04 Thread Steven Van Acker
Public bug reported:

Binary package hint: php-openid

Hi,

I've installed php-openid on Ubuntu Server 8.10 and tried the examples/consumer 
files to see if I could authenticate.
I get the error Authentication error; not a valid OpenID., whatever I try. 
The OpenID URL I tried is known to work on other sites.

kind regards,
-- Steven


r...@guest-laptop:~# lsb_release -rd
Description:Ubuntu 8.10
Release:8.10

r...@guest-laptop:~# apt-cache policy php-openid
php-openid:
  Installed: 2.0.0-1
  Candidate: 2.0.0-1
  Version table:
 *** 2.0.0-1 0
500 http://us.archive.ubuntu.com intrepid/universe Packages
100 /var/lib/dpkg/status

** Affects: php-openid (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Authentication error; not a valid OpenID.
https://bugs.launchpad.net/bugs/313703
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 313820] [NEW] built source package crashes with buffer overflow

2009-01-04 Thread Steven Van Acker
Public bug reported:

Binary package hint: ircd-ratbox

Hi,

I'm trying to patch ircd-ratbox and use debuild to build the resulting
code into a package. When I do that, I get a buffer overflow for some
reason. So I tried just building the source package itself without any
patches, and the resulting binary also segfaults:

r...@guest-laptop:/usr/src# /etc/init.d/ircd-ratbox start
 * Starting ircd-ratbox ircd-ratbox 
  [ OK ] 
r...@guest-laptop:/usr/src# *** buffer overflow detected ***: 
/usr/sbin/ircd-ratbox terminated
=== Backtrace: =
/lib/tls/i686/cmov/libc.so.6(__fortify_fail+0x48)[0xb7fbd558]
/lib/tls/i686/cmov/libc.so.6[0xb7fbb680]
/lib/tls/i686/cmov/libc.so.6(__strcpy_chk+0x44)[0xb7fba944]
/usr/sbin/ircd-ratbox[0x8066be7]
/usr/sbin/ircd-ratbox(conf_call_set+0x31b)[0x8067bbb]
/usr/sbin/ircd-ratbox(yyparse+0x718)[0x807c9b8]
/usr/sbin/ircd-ratbox(read_conf_files+0x529)[0x806e439]
/usr/sbin/ircd-ratbox(main+0x453)[0x805f323]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5)[0xb7ed9685]
/usr/sbin/ircd-ratbox[0x8051a01]


This is on Ubuntu Server 8.10, ircd-ratbox 2.2.8.dfsg, built and installed like 
so:

cd /usr/src
apt-get source ircd-ratbox
cd ircd-ratbox-2.2.8.dfsg/
debuild -us -uc
cd ..
dpkg -i ./ircd-ratbox_2.2.8.dfsg-2_i386.deb

When I install ircd-ratbox with apt-get directly, it doesn't crash. Was
it built using a different process?

kind regards,
-- Steven

r...@guest-laptop:/usr/src# lsb_release -rd
Description:Ubuntu 8.10
Release:8.10

r...@guest-laptop:/usr/src# apt-cache policy ircd-ratbox
ircd-ratbox:
  Installed: 2.2.8.dfsg-2
  Candidate: 2.2.8.dfsg-2
  Version table:
 2.2.8.dfsg-2 0
500 http://us.archive.ubuntu.com intrepid/universe Packages
 *** 2.2.8.dfsg-2 0
100 /var/lib/dpkg/status

** Affects: ircd-ratbox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
built source package crashes with buffer overflow
https://bugs.launchpad.net/bugs/313820
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 281956] [NEW] evolution uses wrong date to switch to daylight saving timezone in timezone Europe/Brussels

2008-10-11 Thread Steven Van Acker
Public bug reported:

Binary package hint: evolution

Belgium switches to Winter time on October 26th this year, while
evolution thinks the switch happens on October 19th. The consequence of
this is that all times on the shown calendar, are wrong for a week.

I'm using evolution 2.22.3.1-0ubuntu1 on Ubuntu Hardy.
An example iCal file is attached. All events in this iCal file are in October 
2008. In this month, we are at UTC+0200.
The events are schedules on 0835Z every day and should appear to start on 1035 
untill October 25th. From then on, it should appear to start from 0935.

Instead, the daylight saving timezone switch happens on October 19th,
which is 1 week too early.

kind regards,
-- Steven

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

-- 
evolution uses wrong date to switch to daylight saving timezone in timezone 
Europe/Brussels
https://bugs.launchpad.net/bugs/281956
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 281956] Re: evolution uses wrong date to switch to daylight saving timezone in timezone Europe/Brussels

2008-10-11 Thread Steven Van Acker

** Attachment added: test.ics
   http://launchpadlibrarian.net/18450167/test.ics

-- 
evolution uses wrong date to switch to daylight saving timezone in timezone 
Europe/Brussels
https://bugs.launchpad.net/bugs/281956
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 206872] [NEW] python-gdata is still broken

2008-03-25 Thread Steven Van Acker
Public bug reported:

Binary package hint: python-gdata

I would like to raise the severity of one of the previously reported bugs in 
this package at:
https://bugs.launchpad.net/ubuntu/+source/python-gdata/+bug/138349

The python-gdata package is still broken and is unusable. The examples
provided with the package do not work when installing the package on a
fresh gutsy.

The previous bugreport supplied a number of fixes, but they don't seem
to work in my case.

Please fix the bugs inn this package or remove it from ubuntu. Noone is
served with a broken package.

python-gdata version 1.0-1 on Ubuntu Gutsy 7.10, python version
2.5.1-1ubuntu2

** Affects: python-gdata (Ubuntu)
 Importance: Undecided
 Status: New

-- 
python-gdata is still broken
https://bugs.launchpad.net/bugs/206872
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 99932] libgtk2's library libgtk-x11-2.0.so.0 calls undefined symbol gdk_font_from_description_for_display

2007-04-02 Thread Steven Van Acker
Public bug reported:

Binary package hint: libgtk2.0-0

libgtk-x11-2.0.so.0 calls a function called
gdk_font_from_description_for_display() which is supposed to be in
libgdk-x11-2.0.so.0, but that function is deprecated according to GDK
documentation (http://developer.gnome.org/doc/API/2.0/gdk/gdk-
Fonts.html#id2638107)

Instead,  libgdk-x11-2.0.so.0 defines a function
Gdk_font_from_description_for_display() which is in essence the same,
but with an uppercase first character.

I stumbled across this problem when trying to run a python program with
GTK bindings, and I think this is the easiest way to reproduce it too:


#!/usr/bin/env python
import egg.trayicon

if __name__ == __main__:
print hello world


Running this:
[EMAIL PROTECTED]:/tmp$ ./test.py 
Traceback (most recent call last):
  File ./test.py, line 2, in ?
import egg.trayicon
ImportError: /usr/lib/libgtk-x11-2.0.so.0: undefined symbol: 
gdk_font_from_description_for_display
[EMAIL PROTECTED]:/tmp$ 

I solved the problem by using LD_PRELOAD and just mapping the function
called in libgtk-x11 to the one defined in libgdk-x11. It would probably
be best to fix the package permanently though...

I run Ubuntu Edgy and upgraded all packages.
ii  libgtk2.0-02.10.6-0ubuntu3.1  The GTK+ graphical user interface 
library

kind regards,
-- Steven

** Affects: gtk+2.0 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
libgtk2's library libgtk-x11-2.0.so.0 calls undefined symbol 
gdk_font_from_description_for_display
https://launchpad.net/bugs/99932

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


Re: [Bug 99932] Re: libgtk2's library libgtk-x11-2.0.so.0 calls undefined symbol gdk_font_from_description_for_display

2007-04-02 Thread Steven Van Acker
On Mon, Apr 02, 2007 at 08:04:30AM -, Sebastien Bacher wrote:
 Thank you for your bug, it's not likely due to GTK. Do you have anything
 to /usr/local that could take over the Ubuntu version? Where did you get
 that trayicon code? Could you run ldd on the corresponding .so and copy
 that to a comment?
 
 ** Changed in: gtk+2.0 (Ubuntu)
Importance: Undecided = Low
  Assignee: (unassigned) = Ubuntu Desktop Bugs
Status: Unconfirmed = Needs Info
 

Hi,

I'm a bit puzzles. I tried to recreate the bug on a freshly installed
ubuntu edgy in vmware, but this time I got no error.
I'm not sure what could take over libs from ubuntu in /usr/local, maybe
vmware server ? 

In any case, sorry for wasting your time and thanks for replying so
quickly !

kind regards,
-- Steven

-- 
libgtk2's library libgtk-x11-2.0.so.0 calls undefined symbol 
gdk_font_from_description_for_display
https://bugs.launchpad.net/bugs/99932
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