Sponsored Content
Full Discussion: Boot Problems
Top Forums UNIX for Dummies Questions & Answers Boot Problems Post 38680 by davidg on Wednesday 23rd of July 2003 09:13:48 AM
Old 07-23-2003
Hi,

Please boot into single usermode (boot -s)
Then check your netconf for any unexpexted entries.

All ip-adresses should be available and of course all systemnames should be resolveable from the hosts-file.
It happens now and than that people remove entries from the hosts-file that shouldn't have been done. You will find this during a reboot when DNS is not yet running.

Please check you /etc/resolv.conf, /etc/hosts, /sbin/init.d/netconf for any possible problems. your /etc/rc.log ( I beleive sun has it too) should give you the exact cause of the error.

@yourservice
David
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

boot problems

i have windows 2000 on hda. when i was running freebsd on hdb, i installed their boot manager and it worked fine. today i installed suse linux on hdb in place of freebsd, but the freebsd boot manager is still there. it will boot windows but has some problems trying to boot linux. the boot... (1 Reply)
Discussion started by: nydel
1 Replies

2. UNIX for Dummies Questions & Answers

Cdrom boot problems

Hi Everyone, I have a problem. I'm trying too reinstall sun solaris 8.0 on may Sunfire 280r but solaris 9.0 is all ready installed. I tried to boot from cd rom it keeps telling me that File does not seem executable. I need to get Solaris 8.0 on this system. I have boot all ready in single mode... (4 Replies)
Discussion started by: Peterh
4 Replies

3. UNIX for Dummies Questions & Answers

Serious GRUB/boot problems

Hi! I got some serious problems with booting the computer. When started it prints GRUB GRUB GRUB all over the screen. tchan on #grub tried to help me but with no result. Here is the log. Mabey there is something that we have missed?:confused: (3 Replies)
Discussion started by: Barfly.se
3 Replies

4. Debian

Problems with boot

Hello, I recently installed Knoppix 4.0.2 on my PC there is dual boot with W2K, the installation runs without a problem, but everytime that I boot appears this message: Kernel panic-not syncing:VFS:unable to munt root fs on unknow block (3,6) Can anybody help me to know, waht is happenning?... (6 Replies)
Discussion started by: GEIER
6 Replies

5. Filesystems, Disks and Memory

boot problems

i have 2 server es40 and ds20 with with unix truevector , the es40 is down cause of hard problem i have traied to take hard disksfrom ES40 and put then in DS20 but there is problem -------------------------------------------------------------------------------------------------------------... (1 Reply)
Discussion started by: lastfreemen
1 Replies

6. Solaris

Solaris 8 boot problems

I'm new to Unix so please bear with me. We had a Ultra 10 running solaris 8 and the motherboard went. So we bought a replacement Ultra 10 on ebay. Exact same hardware. Swapped out the drives with our drives and booted. The new system was set up to boot off disk1 and ours were set to boot off... (1 Reply)
Discussion started by: jbestor
1 Replies

7. AIX

IBM 44p-170 boot problems

I am trying to install AIX 4.3 on a 44P-170 and am having problems. I have the 44P connected to a laptop through the serial port and am trying to boot from the IBM AIX 4.3 CD and I can only get as far as the SMS (I believe) screen. The current Processor Firmware is sh040616 and the system... (3 Replies)
Discussion started by: SeanU
3 Replies

8. Solaris

Boot problems with SunBlade 2000

Can't seem to get it to boot from cd boot cd rebooting with command: boot cd boot device: /pci@8600000/sunw,qlc@4/fp@0,0/disk@1,0 file and args: cd boot: cannot open cd enter filename : trying to install solaris 9 9/04 just to use it as a simple workstation on home network quite new... (25 Replies)
Discussion started by: solnewbie
25 Replies

9. Solaris

PXE boot problems in Solaris 10

Hi folks, I was trying to setup Network based NFS installation with PXE. I'm using virtual box for this purpose. I have one redhat (DHCP) server and Solaris 10 (Install server - Source) and on the other one am trying to install solaris using PXE. As in, dhcp address and boot file can be fetched... (2 Replies)
Discussion started by: vijaytrendz
2 Replies

10. Solaris

Sun Ultra 30 boot problems

Hi all, I've just replaced the eprom battery on my Sun Ultra-30 and having boot issues. For some reason its trying to boot off the network instead of the DISK1. Howe can I change it so the open boot does not default to the boot device: NET Thanks, Rob (3 Replies)
Discussion started by: robbo007
3 Replies
tttview(1)								net								tttview(1)

NAME
tttview - Tele Traffic Tapper viewer- a viewer program for remote, real-time, graphical traffic-monitoring. SYNTAX
tttview [-addr recv_addr] [-mcastifaddr addr] [-multicast] [-port recv_port] [-probe addr] [-yscale (K|M|n)] DESCRIPTION
tttview is the viewer program in the ttt program suite. tttview displays traffic-data collected on a remote host by tttprobe. To run tttview, it is not necessary to be "root". The ttt program suite is yet another descendant of tcpdump but it is capable of real-time, graphical, local and remote traffic-monitoring. It won't replace tcpdump, rather, it helps you find out what to look into with tcpdump. OPTIONS
-addr recv_addr Specifies the local address. Only useful for multicast addresses. If omitted, "224.8.8.0 is used as default. -mcastifaddr addr Specifies the multicast interface address. Only useful when an interface is selected to join a multicast group. -multicast Shorthand for the default multicast destination "224.8.8.0". -port recv_port Specifies the udp port number to receive traffic-data from a remote tttprobe. If omitted, port 7288 is used as default. -probe addr Specifies the address of a probe. Only useful to select one among multiple probes. -yscale ('K'|'M'|n) change the scale of y-axis. 'K' and 'M' represent 1000 and 1000000 respectively. EXAMPLES
Remark: "hostA" is allways the host where traffic-data is collected with tttprobe and "hostB" is allways the host where the traffic-data is displayed with tttview. point-to-point monitoring: hostA: tttprobe hostB hostB: tttview or: hostA: tttprobe ip_of_hostB hostB: tttview multicast: when using the default multicast address: hostA: tttprobe -multicast hostB: tttview -multicast this is equivalent to: hostA: tttprobe 224.8.8.0 hostB: tttview -addr 224.8.8.0 AUTHORS
tttview was written by Kenjiro Cho < kjc@csl.sony.co.jp>. This manual page was written by Thomas Scheffczyk <thomas.scheffczyk@verwaltung.uni-mainz.de>, for the Debian GNU/Linux system (but may be used by others). SEE ALSO
ttt(1), tttprobe(1) Kenjiro Cho 1.7 tttview(1)
All times are GMT -4. The time now is 10:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy