[Bug 333481] Re: dhcp client can't receive an ip address

2009-02-23 Thread Guido

** Attachment added: "ifconfig.txt"
   http://launchpadlibrarian.net/23015966/ifconfig.txt

-- 
dhcp client can't receive an ip address
https://bugs.launchpad.net/bugs/333481
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

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


[Bug 333481] [NEW] dhcp client can't receive an ip address

2009-02-23 Thread Guido
Public bug reported:

Binary package hint: dhcp-client

After a clear new instalation of Ubuntu 8.10, system can't receive an ip
address from dhcp server throught the wired network card. Manual try
(sudo dhclient eth0) doesn't work as well. There is a dual boot on the
same machine and Win XP can receive ip address with no problem.
Different machine with the same Ubuntu distiribution works well too.

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

-- 
dhcp client can't receive an ip address
https://bugs.launchpad.net/bugs/333481
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

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


[Bug 333481] Re: dhcp client can't receive an ip address

2009-02-23 Thread Guido

** Attachment added: "interfaces.txt"
   http://launchpadlibrarian.net/23015992/interfaces.txt

-- 
dhcp client can't receive an ip address
https://bugs.launchpad.net/bugs/333481
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

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


[Bug 333481] Re: dhcp client can't receive an ip address

2009-02-23 Thread Guido

** Attachment added: "syslog.txt"
   http://launchpadlibrarian.net/23016060/syslog.txt

-- 
dhcp client can't receive an ip address
https://bugs.launchpad.net/bugs/333481
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

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


[Bug 333481] Re: dhcp client can't receive an ip address

2009-02-23 Thread Guido

** Attachment added: "lspci-vv.txt"
   http://launchpadlibrarian.net/23016015/lspci-vv.txt

-- 
dhcp client can't receive an ip address
https://bugs.launchpad.net/bugs/333481
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

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


[Bug 333481] Re: dhcp client can't receive an ip address

2009-02-25 Thread Guido
And I forgot this. Wired network card worked fine during the live
session and installation.

-- 
dhcp client can't receive an ip address
https://bugs.launchpad.net/bugs/333481
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

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


[Bug 333481] Re: dhcp client can't receive an ip address

2009-04-26 Thread Guido
I checked the BIOS and it's up to date.

But nevermind. I try clear installation of 9.04 now.

-- 
dhcp client can't receive an ip address
https://bugs.launchpad.net/bugs/333481
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

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


[Bug 333481] Re: dhcp client can't receive an ip address

2009-04-28 Thread Guido
It works perfectly on 9.04. No SW/HW change has been done except Jaunty
installation.

-- 
dhcp client can't receive an ip address
https://bugs.launchpad.net/bugs/333481
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

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


[Bug 1317812] [NEW] libgcc_s.so.1 must be installed for pthread_cancel to work

2014-05-09 Thread Guido Serra
Public bug reported:

the library is there, I guess the error reported is quite misleading

$ siege -f env.txt -i -l env.log
** SIEGE 3.0.5
** Preparing 15 concurrent users for battle.
The server is now under siege...[error] descriptor table full sock.c:119: Too 
many open files
[error] descriptor table full sock.c:119: Too many open files
[error] descriptor table full sock.c:119: Too many open files
[error] descriptor table full sock.c:119: Too many open files
[error] descriptor table full sock.c:119: Too many open files
[error] descriptor table full sock.c:119: Too many open files
[error] descriptor table full sock.c:119: Too many open files
[error] descriptor table full sock.c:119: Too many open files
[error] descriptor table full sock.c:119: Too many open files
libgcc_s.so.1 must be installed for pthread_cancel to work
Aborted (core dumped)

$ dpkg -L libgcc1
/.
/lib
/lib/x86_64-linux-gnu
/lib/x86_64-linux-gnu/libgcc_s.so.1
/usr
/usr/share
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/libgcc1
/usr/share/doc
/usr/share/doc/libgcc1

$ ldd /usr/bin/siege
linux-vdso.so.1 =>  (0x7fff7673b000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7f261a9d7000)
libssl.so.1.0.0 => /lib/x86_64-linux-gnu/libssl.so.1.0.0 
(0x7f261a779000)
libcrypto.so.1.0.0 => /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 
(0x7f261a39e000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7f2619fd8000)
/lib64/ld-linux-x86-64.so.2 (0x7f261ae3f000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7f2619dd4000)

Linux stmary 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC
2014 x86_64 x86_64 x86_64 GNU/Linux

(it's Ubuntu 14.04)

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to siege in Ubuntu.
https://bugs.launchpad.net/bugs/1317812

Title:
  libgcc_s.so.1 must be installed for pthread_cancel to work

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

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


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

2014-05-09 Thread Guido Serra
https://bugs.launchpad.net/ubuntu/+source/siege/+bug/1317812

** Also affects: siege (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to siege in Ubuntu.
https://bugs.launchpad.net/bugs/40285

Title:
  libgcc_s.so.1 must be installed for pthread_cancel to work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-3.3/+bug/40285/+subscriptions

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


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

2014-05-09 Thread Guido Serra
https://bugs.launchpad.net/ubuntu/+source/gcc-3.3/+bug/40285 seems
related

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to siege in Ubuntu.
https://bugs.launchpad.net/bugs/1317812

Title:
  libgcc_s.so.1 must be installed for pthread_cancel to work

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

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


[Bug 729335] [NEW] apache doesn't start on linux 2.6.38-5

2011-03-04 Thread Guiodic (Guido Iodice)
Public bug reported:

Binary package hint: apache2

I installed linux 2.6.38-5 on lucid from kernel ppa. After this, gnome-
user-share doesnt work. The issue is that apache doesn't start:

/usr/lib/gnome-user-share/gnome-user-share
(98)Address already in use: make_sock: unable to listen for connections on 
address 0.0.0.0:48478
no listening sockets available, shutting down
Unable to open logs
spawning httpd failed

With 2.6.37-12 apache starts.

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

** Package changed: apache2 (Ubuntu) => linux (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.
https://bugs.launchpad.net/bugs/729335

Title:
  apache doesn't start on linux 2.6.38-5

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