Re: [Bug 363060] Re: package dhcp3-server 3.1.1-1ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 127

2009-04-20 Thread eswar
Hi,
thanx for the reply,,

when i try to install dhcp3-server the following error occurs:
 sudo apt-get install dhcp3-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  dhcp3-common
The following NEW packages will be installed
  dhcp3-common dhcp3-server
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/686kB of archives.
After this operation, 1499kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Preconfiguring packages ...
Selecting previously deselected package dhcp3-common.
(Reading database ... 148139 files and directories currently installed.)
Unpacking dhcp3-common (from .../dhcp3-common_3.1.1-1ubuntu2_i386.deb) ...
Selecting previously deselected package dhcp3-server.
Unpacking dhcp3-server (from .../dhcp3-server_3.1.1-1ubuntu2_i386.deb) ...
Processing triggers for man-db ...
Setting up dhcp3-common (3.1.1-1ubuntu2) ...
Setting up dhcp3-server (3.1.1-1ubuntu2) ...
 * Starting DHCP server
dhcpd3   * check syslog for
diagnostics.

[fail]
invoke-rc.d: initscript dhcp3-server, action start failed.
# Defaults for dhcp initscript
# sourced by /etc/init.d/dhcp
# installed at /etc/default/dhcp3-server by the maintainer scripts

#
# This is a POSIX shell fragment
#

# On what interfaces should the DHCP server (dhcpd) serve DHCP requests?
#Separate multiple interfaces with spaces, e.g. eth0 eth1.
INTERFACES=

My purpose of this package : i would like my ubuntu machine to act like a
router to other computers. i tought of achieving this by creating a network
(wireless network using my wireless usb-lan adaptor).
so added few more interfaces to the above file eth0 and wlan0.. and tried to
configure through the dhcp but it comes out saying my wlan0 is not ready!!
very puzzed

i have also tried with avahi - not able to achieve the goal - so unistalled
the whole thing!

i have tried few other things i could not establish the local area network
using my wireless card! is ther any thing i should be doing ..

any help wil be of great use.. my networking knowledge is very
limitted..

thank you very much

cheers
eswar

On Mon, Apr 20, 2009 at 10:24 AM, Thierry Carrez
thierry.car...@ubuntu.comwrote:

 There apparently were some leftovers from a previous dhcp3-server
 installation. The error in the logs is:
 /etc/default/dhcp3-server: 1: auto: not found


 Apparently something was set in the old /etc/default/dhcp3-server that
 prevents successful install/startup. Could you attach your
 /etc/default/dhcp3-server file ?

 Purging existing config files and reinstalling should fix the issue:
 $ sudo apt-get purge dhcp3-server
 $ sudo apt-get install dhcp3-server


 ** Changed in: dhcp3 (Ubuntu)
   Status: New = Incomplete

 --
 package dhcp3-server 3.1.1-1ubuntu2 failed to install/upgrade: subprocess
 post-installation script returned error exit status 127
 https://bugs.launchpad.net/bugs/363060
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
package dhcp3-server 3.1.1-1ubuntu2 failed to install/upgrade: subprocess 
post-installation script returned error exit status 127
https://bugs.launchpad.net/bugs/363060
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


Re: [Bug 363060] Re: package dhcp3-server 3.1.1-1ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 127

2009-04-20 Thread eswar
Hi,
thanx for the reply,,

when i try to install dhcp3-server the following error occurs:
 sudo apt-get install dhcp3-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  dhcp3-common
The following NEW packages will be installed
  dhcp3-common dhcp3-server
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/686kB of archives.
After this operation, 1499kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Preconfiguring packages ...
Selecting previously deselected package dhcp3-common.
(Reading database ... 148139 files and directories currently installed.)
Unpacking dhcp3-common (from .../dhcp3-common_3.1.1-1ubuntu2_i386.deb) ...
Selecting previously deselected package dhcp3-server.
Unpacking dhcp3-server (from .../dhcp3-server_3.1.1-1ubuntu2_i386.deb) ...
Processing triggers for man-db ...
Setting up dhcp3-common (3.1.1-1ubuntu2) ...
Setting up dhcp3-server (3.1.1-1ubuntu2) ...
 * Starting DHCP server
dhcpd3   * check syslog for
diagnostics.

[fail]
invoke-rc.d: initscript dhcp3-server, action start failed.
# Defaults for dhcp initscript
# sourced by /etc/init.d/dhcp
# installed at /etc/default/dhcp3-server by the maintainer scripts

#
# This is a POSIX shell fragment
#

# On what interfaces should the DHCP server (dhcpd) serve DHCP requests?
#Separate multiple interfaces with spaces, e.g. eth0 eth1.
INTERFACES=

My purpose of this package : i would like my ubuntu machine to act like a
router to other computers. i tought of achieving this by creating a network
(wireless network using my wireless usb-lan adaptor).
so added few more interfaces to the above file eth0 and wlan0.. and tried to
configure through the dhcp but it comes out saying my wlan0 is not ready!!
very puzzed

i have also tried with avahi - not able to achieve the goal - so unistalled
the whole thing!

i have tried few other things i could not establish the local area network
using my wireless card! is ther any thing i should be doing ..

any help wil be of great use.. my networking knowledge is very
limitted..

thank you very much

cheers
eswar

On Mon, Apr 20, 2009 at 10:24 AM, Thierry Carrez
thierry.car...@ubuntu.comwrote:

 There apparently were some leftovers from a previous dhcp3-server
 installation. The error in the logs is:
 /etc/default/dhcp3-server: 1: auto: not found


 Apparently something was set in the old /etc/default/dhcp3-server that
 prevents successful install/startup. Could you attach your
 /etc/default/dhcp3-server file ?

 Purging existing config files and reinstalling should fix the issue:
 $ sudo apt-get purge dhcp3-server
 $ sudo apt-get install dhcp3-server


 ** Changed in: dhcp3 (Ubuntu)
   Status: New = Incomplete

 --
 package dhcp3-server 3.1.1-1ubuntu2 failed to install/upgrade: subprocess
 post-installation script returned error exit status 127
 https://bugs.launchpad.net/bugs/363060
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
package dhcp3-server 3.1.1-1ubuntu2 failed to install/upgrade: subprocess 
post-installation script returned error exit status 127
https://bugs.launchpad.net/bugs/363060
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 363060] [NEW] package dhcp3-server 3.1.1-1ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 127

2009-04-17 Thread eswar
Public bug reported:

package dhcp3-server 3.1.1-1ubuntu2 failed to install/upgrade:
subprocess post-installation script returned error exit status 127

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage: subprocess post-installation script returned error exit status 127
Package: dhcp3-server 3.1.1-1ubuntu2
SourcePackage: dhcp3
Title: package dhcp3-server 3.1.1-1ubuntu2 failed to install/upgrade: 
subprocess post-installation script returned error exit status 127
Uname: Linux 2.6.27-14-generic i686

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


** Tags: apport-package

-- 
package dhcp3-server 3.1.1-1ubuntu2 failed to install/upgrade: subprocess 
post-installation script returned error exit status 127
https://bugs.launchpad.net/bugs/363060
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 363060] Re: package dhcp3-server 3.1.1-1ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 127

2009-04-17 Thread eswar

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/25665868/Dependencies.txt

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/25665869/DpkgTerminalLog.gz

-- 
package dhcp3-server 3.1.1-1ubuntu2 failed to install/upgrade: subprocess 
post-installation script returned error exit status 127
https://bugs.launchpad.net/bugs/363060
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 363060] Re: package dhcp3-server 3.1.1-1ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 127

2009-04-17 Thread eswar

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/25665868/Dependencies.txt

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/25665869/DpkgTerminalLog.gz

-- 
package dhcp3-server 3.1.1-1ubuntu2 failed to install/upgrade: subprocess 
post-installation script returned error exit status 127
https://bugs.launchpad.net/bugs/363060
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 363060] [NEW] package dhcp3-server 3.1.1-1ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 127

2009-04-17 Thread eswar
Public bug reported:

package dhcp3-server 3.1.1-1ubuntu2 failed to install/upgrade:
subprocess post-installation script returned error exit status 127

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage: subprocess post-installation script returned error exit status 127
Package: dhcp3-server 3.1.1-1ubuntu2
SourcePackage: dhcp3
Title: package dhcp3-server 3.1.1-1ubuntu2 failed to install/upgrade: 
subprocess post-installation script returned error exit status 127
Uname: Linux 2.6.27-14-generic i686

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


** Tags: apport-package

-- 
package dhcp3-server 3.1.1-1ubuntu2 failed to install/upgrade: subprocess 
post-installation script returned error exit status 127
https://bugs.launchpad.net/bugs/363060
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 54911] Re: Network connection failed after booting (Dapper 6.0.6)

2006-08-14 Thread eswar
This happens with my Toshiba Satellite A80-154 laptop too.  It has
Marvell Yukon 88e8086 Fast ethernet controller.  Moreover, i connect my
system in office lan, so it has a static IP.   And in many posts people
mostly complain about DHCP and the network problems occur because of the
DHCP.  But this happens with static IP too.  I actually upgraded from
Breezy to Dapper, thru update manager.  I never had this problem with
Breezy.   Since, I suspected that anything wrong might have happened
during the upgradation,  I checked with LIVE CDs, still the problem
persists.  And I tried installing XUbuntu on another partition just to
check.. The network has the same problem!!

-- 
Network connection failed after booting (Dapper 6.0.6)
https://launchpad.net/bugs/54911

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