View previous topic :: View next topic |
Author |
Message |
ProT-0-TypE Veteran
Joined: 20 Dec 2003 Posts: 1624 Location: Cagliari
|
Posted: Thu Jan 06, 2005 4:46 pm Post subject: Problema emerge lighttpd [Bug ebuild, FIXED] |
|
|
Non riesco ad emergere LIGHTTPD! L'errore che mi da è:
Code: | * Adding user 'lighttpd' to your system ...
/usr/lib/portage/bin/ebuild.sh: line 650: [: /bin/false: integer expression expected
* Userid given but is not greater than 0 ! |
Help!
Last edited by ProT-0-TypE on Fri Jan 07, 2005 10:58 am; edited 2 times in total |
|
Back to top |
|
|
lavish Bodhisattva
Joined: 13 Sep 2004 Posts: 4296
|
|
Back to top |
|
|
ProT-0-TypE Veteran
Joined: 20 Dec 2003 Posts: 1624 Location: Cagliari
|
Posted: Thu Jan 06, 2005 5:30 pm Post subject: |
|
|
certo!
Secondo me è un bug dell'ebuild!
Sono riuscito ad aggirare il problema, ho iniziato ad emergere una versione vecchia, ho stoppato, ho ripreso con l'ultima ed è andato tutto liscio |
|
Back to top |
|
|
lavish Bodhisattva
Joined: 13 Sep 2004 Posts: 4296
|
|
Back to top |
|
|
ProT-0-TypE Veteran
Joined: 20 Dec 2003 Posts: 1624 Location: Cagliari
|
Posted: Thu Jan 06, 2005 6:27 pm Post subject: |
|
|
proprio all'inizio dell'emerge |
|
Back to top |
|
|
lavish Bodhisattva
Joined: 13 Sep 2004 Posts: 4296
|
|
Back to top |
|
|
ProT-0-TypE Veteran
Joined: 20 Dec 2003 Posts: 1624 Location: Cagliari
|
Posted: Fri Jan 07, 2005 12:40 am Post subject: |
|
|
si! Da quello che ho capito ha problemi creando l'utente "lighttpd" |
|
Back to top |
|
|
-anusaya- n00b
Joined: 14 Dec 2004 Posts: 28 Location: New Zealand
|
Posted: Fri Jan 07, 2005 6:34 am Post subject: |
|
|
C'e un errore in lighttpd-1.3.5.ebuild:
Code: |
pkg_setup() {
enewuser lighttpd /bin/false "${LIGHTTPD_DIR}" nofiles
}
|
Dovrebb'essere:
Code: |
pkg_setup() {
enewuser lighttpd -1 /bin/false "${LIGHTTPD_DIR}" nofiles
}
|
|
|
Back to top |
|
|
ProT-0-TypE Veteran
Joined: 20 Dec 2003 Posts: 1624 Location: Cagliari
|
Posted: Fri Jan 07, 2005 10:20 am Post subject: |
|
|
il bello è che è marchiato stabile... |
|
Back to top |
|
|
-anusaya- n00b
Joined: 14 Dec 2004 Posts: 28 Location: New Zealand
|
Posted: Fri Jan 07, 2005 10:29 am Post subject: |
|
|
ProT-0-TypE wrote: | il bello è che è marchiato stabile... |
Ho aperto un bug; il bello è che è gia risolto in cvs. |
|
Back to top |
|
|
ProT-0-TypE Veteran
Joined: 20 Dec 2003 Posts: 1624 Location: Cagliari
|
Posted: Fri Jan 07, 2005 10:55 am Post subject: |
|
|
velocissimi |
|
Back to top |
|
|
|