Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
"command not found"?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
FIR3
n00b
n00b


Joined: 02 Feb 2006
Posts: 13
Location: in my chair

PostPosted: Tue Feb 07, 2006 10:38 pm    Post subject: "command not found"? Reply with quote

I've done a few installs on my laptop to see if I could get different results, but every single time I install gentoo, during the startup after certain commands, it says:
Code:
: command not found 3:
: command not found 7:
: command not found 9:
: command not found 12:
: command not found 14:
: command not found 16:
: command not found 19:
: command not found 26:
: command not found 28:
: command not found 32:
: command not found 34:
: command not found 38:
: command not found 40:
: command not found 42:
: command not found 46:
: command not found 64:
: command not found 67:
: command not found 70:


For example, during Gentoo startup
Code:
* Starting vixie-cron ...   [ok]
: command not found 3:
: command not found 7:
: command not found 9:
: command not found 12:
: command not found 14:
: command not found 16:
: command not found 19:
: command not found 26:
: command not found 28:
: command not found 32:
: command not found 34:
: command not found 38:
: command not found 40:
: command not found 42:
: command not found 46:
: command not found 64:
: command not found 67:
: command not found 70:
* Starting inetd ...   [ok]
* Starting local ...   [ok]
: command not found 3:
: command not found 7:
: command not found 9:
: command not found 12:
: command not found 14:
: command not found 16:
: command not found 19:
: command not found 26:
: command not found 28:
: command not found 32:
: command not found 34:
: command not found 38:
: command not found 40:
: command not found 42:
: command not found 46:
: command not found 64:
: command not found 67:
: command not found 70:

From using the Gentoo installation, it appears to be working fine, but this looks very stupid during it's startup. And i'm not sure if i'll encounter errors at a later time using this.
Back to top
View user's profile Send private message
k-root
Guru
Guru


Joined: 08 Jan 2005
Posts: 428

PostPosted: Wed Feb 08, 2006 3:05 am    Post subject: Re: "command not found"? Reply with quote

what is your laptop and what medium are you using ?

edit : seems to be a hardware/module related probleme
_________________
boozo wrote:
Gentoo, ça mange des ours et baffe des buffles par 37°C avec un bob et des tongs
Back to top
View user's profile Send private message
Tamsco
Guru
Guru


Joined: 04 Aug 2004
Posts: 313
Location: dmse.mit.edu

PostPosted: Wed Feb 08, 2006 3:51 am    Post subject: Reply with quote

Post the putput of the following:

Code:
 lspci

Code:
 lsmod

Code:
 rc-update show

_________________
If you get your problem solved put a [SOLVED] in the title!
Is OpenOffice still compiling?!
Back to top
View user's profile Send private message
FIR3
n00b
n00b


Joined: 02 Feb 2006
Posts: 13
Location: in my chair

PostPosted: Wed Feb 08, 2006 6:16 am    Post subject: Reply with quote

I have an ibm r52, celeron m processor
lspci:
Code:
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 3 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)
00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 03)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03)
00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)
02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751M Gigabit Ethernet PCI Express (rev 11)
04:00.0 CardBus bridge: Texas Instruments PCI1510 PC card Cardbus Controller
04:02.0 Network controller: Intel Corporation PRO/Wireless 2200BG (rev 05)


lsmod:
Code:
Module                  Size  Used by
ip_conntrack_netbios_ns     2848  0
ip_conntrack           48844  1 ip_conntrack_netbios_ns
hdaps                   9776  0
ipw2200               164940  0
ipw2100               141316  0
ieee80211              45224  2 ipw2200,ipw2100
ieee80211_crypt_wep     4800  0
ieee80211_crypt         5984  2 ieee80211,ieee80211_crypt_wep
smbfs                  64920  0
ntfs                  224268  0
joydev                  9600  0


rc-update show:
Code:
               acpid |      default
                apmd |
            bootmisc | boot
             checkfs | boot
           checkroot | boot
               clock | boot
            coldplug |      default
         consolefont | boot
         crypto-loop |
               cupsd |
         dante-sockd |
                dbus |
          domainname | boot
              esound |
                famd |
                 gpm |
                hald |
              hdparm |
            hostname | boot
             hotplug |      default
             keymaps | boot
              kismet |
               local |      default nonetwork
          localmount | boot
       mDNSResponder |
     mit-krb5kadmind |
         mit-krb5kdc |
             modules | boot
               mysql |
            net.eth0 |      default
              net.lo | boot
            netmount |      default
                nifd |
                nscd |
          ntp-client |      default
                ntpd |
             numlock |
             portmap |
           rmnologin | boot
              rsyncd |
               samba |
                slpd |
               spamd |
              splash |      default
                sshd |      default
           syslog-ng |      default
             urandom | boot
          vixie-cron |      default
                 xdm |
              xinetd |      default
              xprint |
Back to top
View user's profile Send private message
cyrillic
Watchman
Watchman


Joined: 19 Feb 2003
Posts: 7313
Location: Groton, Massachusetts USA

PostPosted: Wed Feb 08, 2006 9:43 pm    Post subject: Reply with quote

Maybe the problem is similar to this :
SA7: What is "/sbin/runscript.sh: 1:: command not found
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum