Re: /etc/init.d/rcS: line1: ca_ES: command not found

2004-08-22 Conversa Lluís Gras
> On Sun, Aug 22, 2004 at 11:07:04AM +0200, Ernest Adrogué wrote:
>> > #! /bin/sh
>> Entre el ! i la / hi ha un espai que no hi hauria de ser.
>
> Nah, això és perfectament correcte també.
>
> grep "! /bin" /etc/init.d/*
>
> Què tens al /etc/environment?
>
> Jordi
> --
> Jordi Mallach Pérez  --  Debian developer http://www.debian.org/
> [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.sindominio.net/
> GnuPG public key information available at http://oskuro.net/~jordi/
>

Doncs si senyor !!! ... es veu que el debconf del localeconf li fot una
linia en blanc i potser alguna cosa mes al inici del /etc/environment

En fi ... moltes gracies i tema solventat ;-)



Re: /etc/init.d/rcS: line1: ca_ES: command not found

2004-08-22 Conversa Jordi Mallach
On Sun, Aug 22, 2004 at 11:07:04AM +0200, Ernest Adrogué wrote:
> > #! /bin/sh
> Entre el ! i la / hi ha un espai que no hi hauria de ser.

Nah, això és perfectament correcte també.

grep "! /bin" /etc/init.d/*

Què tens al /etc/environment?

Jordi
-- 
Jordi Mallach Pérez  --  Debian developer http://www.debian.org/
[EMAIL PROTECTED] [EMAIL PROTECTED] http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/~jordi/


signature.asc
Description: Digital signature


Re: /etc/init.d/rcS: line1: ca_ES: command not found

2004-08-22 Conversa Lluís Gras
> * Lluís Gras [20/08/04 11:34]:
>
> 
>
>> Doncs rés de l'altre mon ...
>>
>> #! /bin/sh
>
> Entre el ! i la / hi ha un espai que no hi hauria de ser.
>
> --
> ernest
>
> That's all you need tae dae in life. Just be yourself, he'd tell me.
> It was the most difficult, challenging thing anybody ever asked of me.
> --Irvine Welsh, Glue.
>
>
>

Eps !!!

Em podria haver passat uns quants eons mirant-m'ho i no ho hagues vist ...

Moltes gracies !!!

Vaig a provar-ho !!!



Re: /etc/init.d/rcS: line1: ca_ES: command not found

2004-08-20 Conversa Lluís Gras
> On Wed, Aug 18, 2004 at 05:03:26PM +0200, Lluís Gras wrote:
>> Doncs el del subject ... ja se que es un tema mes aviat "cosmetic" pero
>> m'agradaria que no em sortis aquest missatge durant l'arrencada.
>
> I què tens a la línia 1 d'eixe fitxer?
>
> --
> Jordi Mallach Pérez  --  Debian developer http://www.debian.org/
> [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.sindominio.net/
> GnuPG public key information available at http://oskuro.net/~jordi/
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
>
>
>
Hola Jordi !!!

Doncs rés de l'altre mon ...

#! /bin/sh
#
# rcS   Call all S??* scripts in /etc/rcS.d in
#   numerical/alphabetical order.
#
# Version:  @(#)/etc/init.d/rcS  2.76  19-Apr-1999  [EMAIL PROTECTED]
#

PATH=/sbin:/bin:/usr/sbin:/usr/bin
runlevel=S
prevlevel=N
umask 022
export PATH runlevel prevlevel

#
#   See if system needs to be setup. This is ONLY meant to
#   be used for the initial setup after a fresh installation!
#
if [ -x /sbin/unconfigured.sh ]
then
  /sbin/unconfigured.sh
fi

#
#   Source defaults.
#
. /etc/default/rcS
export VERBOSE

#

i la sortida del bootlog

xarbox7:~# cat /var/log/boot
Fri Aug 20 13:24:13 2004: bootlogd.
Fri Aug 20 13:24:13 2004: /etc/init.d/rcS: line 1: ca_ES: command not found
Fri Aug 20 13:24:13 2004: Activating swap.
Fri Aug 20 13:24:13 2004: Checking root file system...
Fri Aug 20 13:24:13 2004: fsck 1.35 (28-Feb-2004)
Fri Aug 20 13:24:13 2004: /dev/hda7: clean, 185898/768544 files,
1136066/1536207 blocks (check in 4 mounts)
Fri Aug 20 11:24:15 2004: System time was Fri Aug 20 09:24:15 UTC 2004.
Fri Aug 20 11:24:15 2004: Setting the System Clock using the Hardware
Clock as reference...
Fri Aug 20 11:24:17 2004: System Clock set. System local time is now Fri
Aug 20 11:24:17 CEST 2004.
Fri Aug 20 11:24:17 2004: Calculating module dependencies... done.


Per si serveix també em passa amb es_ES ... ;-)



Re: /etc/init.d/rcS: line1: ca_ES: command not found

2004-08-19 Conversa Jordi Mallach
On Wed, Aug 18, 2004 at 05:03:26PM +0200, Lluís Gras wrote:
> Doncs el del subject ... ja se que es un tema mes aviat "cosmetic" pero
> m'agradaria que no em sortis aquest missatge durant l'arrencada.

I què tens a la línia 1 d'eixe fitxer?

-- 
Jordi Mallach Pérez  --  Debian developer http://www.debian.org/
[EMAIL PROTECTED] [EMAIL PROTECTED] http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/~jordi/



/etc/init.d/rcS: line1: ca_ES: command not found

2004-08-18 Conversa Lluís Gras
Bones !!!

Doncs el del subject ... ja se que es un tema mes aviat "cosmetic" pero
m'agradaria que no em sortis aquest missatge durant l'arrencada.