hi
thanks for your help
i ran etc/profile by accdent may have made toast out of system? was trying to print it for u.
if i am posting wrong let me know
1st problem was my file path needed sbin in it i know how to add it in dos but not in linux falco showed me a link on how to add so i vi the file but could not make it work so as long as i use /sbin things were going ok. i'm sending what i'm doing so you can see what i'm getting. sorry for the long letter.
so as i move on i got this
root@laeagle testme3]# /sbin/quotacheck -avugm
quotacheck: Can't find filesystem to check or filesystem not mounted with quota option.
[root@laeagle testme3]#
/sbin/quotacheck -a
[root@laeagle testme3]# /sbin/quotacheck -av
quotacheck: Can't find filesystem to check or filesystem not mounted with quota option.
[root@laeagle testme3]# /sbin/quotacheck -augm
[root@laeagle testme3]# /sbin/quotacheck -v
Bad number of arguments.
Utility for checking and repairing quota files.
quotacheck [-gucfinvdmMR] [-F <quota-format>] filesystem|-a
Bugs to
mvw@planets.elm.net,
jack@suse.cz
[root@laeagle testme3]# /sbin/chkconfig --levels 235 named on
[root@laeagle testme3]# /etc/init.d/named start
Starting named: [ OK ]
as long as i leave out the v it looks like it goes thru can't find what v is for
can this be causing the problem? or
[root@laeagle testme3]# /sbin/chkconfig --levels 235 mysqld on
[root@laeagle testme3]# /etc/init.d/mysqld start
Initializing MySQL database: Neither host 'laeagle.org.kidco1' nor 'localhost' could be looked up with
/usr/bin/resolveip
Please configure the 'hostname' command to return a correct hostname.
If you want to solve this at a later stage, restart this script with
the --force option
[FAILED]
************************************************** *******
root@laeagle testme3]# hostname -f
hostname: Unknown host
[root@laeagle testme3]# hostname
laeagle.org.kidco1
[root@laeagle testme3]# vi /etc/hosts
----------------------------------------------------------------
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
192.168.3.100 kidco1.laeagle.org kidco1
::1 kidco1.laeagle.org kidco1 localhost.localdomain localhost
-----------------------------------------------------------------
im useing dns for my isp so i can work on internet eth0:0 is 192.168.3.101
---------------------------------------------------------------------
[root@laeagle testme3]# /etc/init.d/network restart
Shutting down interface eth0: [ OK ]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: [ OK ]
[root@laeagle testme3]# hostname
laeagle.org.kidco1
[root@laeagle testme3]# hostname -f
hostname: Unknown host
[root@laeagle testme3]# /usr/bin/resolveip
/usr/bin/resolveip Ver 2.3, for redhat-linux-gnu (i686)
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL license
Get hostname based on IP-address or IP-address based on hostname.
Usage: /usr/bin/resolveip [OPTIONS] hostname or IP-address
-?, --help Displays this help and exits.
-I, --info Synonym for --help.
-s, --silent Be more silent.
-V, --version Displays version information and exits.
Variables (--variable-name=value)
and boolean options {FALSE|TRUE} Value (after reading options)
--------------------------------- -----------------------------
silent FALSE
[root@laeagle testme3]# /usr/bin/resolveip -i
/usr/bin/resolveip: unknown option '-i'
[root@laeagle testme3]# /usr/bin/resolveip -I
/usr/bin/resolveip Ver 2.3, for redhat-linux-gnu (i686)
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL license
Get hostname based on IP-address or IP-address based on hostname.
Usage: /usr/bin/resolveip [OPTIONS] hostname or IP-address
-?, --help Displays this help and exits.
-I, --info Synonym for --help.
-s, --silent Be more silent.
-V, --version Displays version information and exits.
Variables (--variable-name=value)
and boolean options {FALSE|TRUE} Value (after reading options)
--------------------------------- -----------------------------
silent FALSE
[root@laeagle testme3]# /usr/bin/resolveip 192.168.3.100
/usr/bin/resolveip: Unable to find hostname for '192.168.3.100'
[root@laeagle testme3]# /usr/bin/resolveip 192.168.3.101
/usr/bin/resolveip: Unable to find hostname for '192.168.3.101'
[root@laeagle testme3]# vi /etc/sysconfig/network-scripts/ifcfg-eth0:0
[root@laeagle testme3]# /etc/init.d/network restart
Shutting down interface eth0: [ OK ]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: [ OK ]
[root@laeagle testme3]# iptables -L
bash: iptables: command not found
[root@laeagle testme3]# //sbin/iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
[root@laeagle testme3]# /etc/init.d/mysqld start
Initializing MySQL database: Neither host 'laeagle.org.kidco1' nor 'localhost' could be looked up with
/usr/bin/resolveip
Please configure the 'hostname' command to return a correct hostname.
If you want to solve this at a later stage, restart this script with
the --force option
[FAILED]
[root@laeagle testme3]# /etc/init.d/mysqld start --force
Initializing MySQL database: Neither host 'laeagle.org.kidco1' nor 'localhost' could be looked up with
/usr/bin/resolveip
Please configure the 'hostname' command to return a correct hostname.
If you want to solve this at a later stage, restart this script with
the --force option
[FAILED]
[root@laeagle testme3]# /etc/init.d/mysqld
Usage: /etc/init.d/mysqld {start|stop|status|condrestart|restart}
[root@laeagle testme3]# /etc/init.d/mysqld status
mysqld is stopped
[root@laeagle testme3]# /etc/init.d/mysqld restart
Stopping MySQL: [FAILED]
Initializing MySQL database: Neither host 'laeagle.org.kidco1' nor 'localhost' could be looked up with
/usr/bin/resolveip
Please configure the 'hostname' command to return a correct hostname.
If you want to solve this at a later stage, restart this script with
the --force option
[FAILED]
[root@
thanks for looking at this long stuff
Recent comments
15 hours 4 min ago
16 hours 3 min ago
19 hours 50 min ago
21 hours 5 min ago
1 day 41 min ago
1 day 7 hours ago
1 day 16 hours ago
1 day 18 hours ago
2 days 9 hours ago
2 days 11 hours ago