From florea at mrc.tm.cit.alcatel.fr Mon Jul 1 00:19:19 2002 From: florea at mrc.tm.cit.alcatel.fr (Adrian Florea) Date: Mon, 1 Jul 2002 08:19:19 +0300 (EEST) Subject: [SunHELP] solaris 8 NFS - hard/soft mount definintions In-Reply-To: <3D1C848D.987312F7@siemens.co.ae> Message-ID: Hi, Thank you very much for your advices. My real problem is that I must take some actions when NFS server is down (let say that a network problem appears, such as a unplugged cable), and for taking those actions I need a working machine. Now, in case of my NFS clients (fs are mounted for read and write purposes, so 'soft' is not a good option) I need to kill some processes on them when NFS server is down, but when server is down my clients are blocked and I cannot even execute 'ps' to see processes. Adrian FLOREA. On Fri, 28 Jun 2002, Ahmed Afrose wrote: > HARD MOUNTS are permanent mounts designed to look just like any normal, local > file system. If a partition > that is hard mounted becomes unavailable, client programs will keep trying to > access it forever. This will > cause local processes to lock when a hard mounted disk goes away. Hard mounts > are the default type of mount. > > SOFT MOUNTS will fail after a few retries if a remote partition becomes > unavailable. This is a problem if > you are writing to the partition, because you can never be sure that a write > will actually get processed > on the other hand, your local processes will not lock up if that partition > does go away. In general, soft > mounts should only be used if you are solely reading from a disk and even > then it should be understood that > the mount is an unreliable one. If you soft mount a partition that will be > written to, you are nearly > guaranteeing that you will have problems. > > > Ahmed Afrose wrote: > > > This might help, in NFS there are hard mounts and soft mounts do a man > > mount and check the definitions, by default i beleive its a hard mount > > wchich makes the client wait/hang till the NFS is responding/ok so try > > soft mounting but keep in mind "soft" mounts may cause inconsistancies. > > // > > > > NFS SERVER NOT RESPONDING means that many things could be at fault: > > 1. The server is down or unable to respond (e.g. too busy) > > 2. The network is not reliable > > 3. Software or firmware problems on any component in the network, > > possibly > > including the NFS client and/or NFS server. > > > > For case 1, lighten the load of the server, or migrate files to a less > > busy > > server. > > > > For case 2 and 3, we recommend the following workaround of > > changing mount options, as in the following examples: > > > > /usr/etc/mount -orsize=1024,wsize=1024,timeo=15 server:/disk /mnt > > (SunOS) > > > > /usr/sbin/mount -F nfs -o rsize=1024,wsize=1024,timeo=15 server:/disk > > /mnt > > (Solaris) > > > > The 1024 read and write packet size allows NFS requests/responses to > > squeeze > > inside a single network (e.g. ethernet) packet instead of the default 8k > > size. > > The helps eliminate fragmentation across a bridge or router, as well as > > UDP packet reassembly, although the actual NFS performance is somewhat > > slower. > > > > Increasing the initial request timeout from 7 to 15 (units are tenths of > > > > seconds) often helps in congested networks. > > > > Please note that we also recommended installation of any NFS and Kernel > > jumbo patches. > > > > Adrian Florea wrote: > > > > > Hello, > > > > > > Please, knows somebody how to prevent NFS client in Solaris 8 from > > > hanging when NFS server down ? > > > > > > When NFS server is down the clients are allmost dead. > > > > > > Thank you very much, > > > best regards, > > > > > > Adrian Florea. > > > _______________________________________________ > > > SunHELP maillist - SunHELP at sunhelp.org > > > http://www.sunhelp.org/mailman/listinfo/sunhelp > > > > -- > > This email and any attached files are confidential and may also be > > privileged. > > > > If you are not the addressee or intended recipient of this transmission, > > please notify the sender and delete this email immediately. Any > > unauthorised review, reproduction, disclosure, copying or other > > distribution of this email or its attachments is prohibited. > > ------------------------------------------------------------------------- > > -- > This email and any attached files are confidential and may also be > privileged. > > If you are not the addressee or intended recipient of this transmission, > please notify the sender and delete this email immediately. Any unauthorised > review, reproduction, disclosure, copying or other distribution of this email > or its attachments is prohibited. > ------------------------------------------------------------------------- From istvan.takacs at hungax.com Mon Jul 1 00:34:02 2002 From: istvan.takacs at hungax.com (Takacs Istvan) Date: Mon, 1 Jul 2002 07:34:02 +0200 Subject: [SunHELP] Solaris 8 - Disksuite Problem In-Reply-To: Message-ID: <002901c220c0$e9117400$cb02a8c0@wstakacsi> Hi, I installed DiskSuite ( 4.2.) tool form Solaris 8, 2 of 2 CD (SPARC version). I am able to create MetaDB, and a RAID 5 set. But " File System Manager" and " Disk Manager " is not working and the error is " Selected tool not available . Please install the following package: Solstice AdminSuite "SUNWadm" " Where can I download/find this packages " SUNWadm" which is not avail on our cds. Any doc's / web site on this regard in highly appreciated Thanks in advance! Regards; Istvan From istvan.takacs at hungax.com Mon Jul 1 00:40:48 2002 From: istvan.takacs at hungax.com (Takacs Istvan) Date: Mon, 1 Jul 2002 07:40:48 +0200 Subject: [SunHELP] Solaris 8 - Disksuite Problem In-Reply-To: <002901c220c0$e9117400$cb02a8c0@wstakacsi> Message-ID: <002a01c220c1$dad081f0$cb02a8c0@wstakacsi> > Where can I download/find this packages " SUNWadm" which is not > avail on our cds. Or, is there another way (eg. from command line) to create a filesystem on our newly created RAID set? Thanks in advance! Regards; Istvan From daleg at elemental.org Mon Jul 1 08:25:40 2002 From: daleg at elemental.org (Dale Ghent) Date: Mon, 1 Jul 2002 09:25:40 -0400 (EDT) Subject: [SunHELP] Solaris 8 - Disksuite Problem In-Reply-To: <002a01c220c1$dad081f0$cb02a8c0@wstakacsi> Message-ID: On Mon, 1 Jul 2002, Takacs Istvan wrote: | > Where can I download/find this packages " SUNWadm" which is not | > avail on our cds. | | Or, is there another way (eg. from command line) to create a filesystem | on our newly created RAID set? of course. newfs /dev/md/rdsk/dxxx /dale From cayala at paleo.ija.csic.es Mon Jul 1 09:05:18 2002 From: cayala at paleo.ija.csic.es (Conxi Ayala) Date: Mon, 1 Jul 2002 16:05:18 +0200 (MET DST) Subject: [SunHELP] I can't boot my ws Message-ID: Hi! I have a Sun Ultra UPA/Sbus (2X UltraSPARC 200 Mhz) with SunOS 5.5.1 whose host name is magma I have several disks from remote machines mounted in that one. One of these machines is down, so I tried to umount the corresponding disk in magma (logged as root). I couldn't, and I had a message that said "device is busy". When I tried to log in as an user, magma hanged, I switched it off and on again, and now I can not boot it: the machine hangs every time I switch it off and on again (I tried twice). Here is a copy of the screen I have: Sun Ultra 2 UPA/SBus (2 X UltraSPARC 200 MHz), keyboard Present OpenBoot 3.1.5, 256 MB memory installed, Serial #8787988. Ethernet address 8:0:20:86:18:14, Host ID: 80861814 Boot device: disk. File and args: SunOS Release 5.5.1 Version Generic [UNIX (R) System V Release 4.0] Copyright (c) ... Configuring network interfaces: hme0. Host name: magma The / file system (/dev/rdsk/c0t0d0s0) is being checked. /dev/rdsk/c0t0d0s0: 28659 files, 707574 used, 96169 free /dev/rdsk/c0t0d0s0: (2241 frags, 11741 blocks, 0.2% fragmentation) The system is coming up. Please wait. Checking ufs filesystems /dev/rdsk/c0t0d0s6: is stable. Flushing routing table: add net default: gateway 193.144.102. 254 starting rpc services: rpcbind keyserv kerbd done. Setting default interface for multicast: add net 224.0.0.0: gateway magma.ija.csic.es Thanks, Conxi Ayala ______________________________________________ Dr. Conxi Ayala Dep. Geophysics Institute of Earth Sciences Jaume Almera-CSCIC Lluis Sole i Sabaris s/n 08028 Barcelona Tl: 00 34 934095410 Fax: 00 34 934110012 From florea at mrc.tm.cit.alcatel.fr Mon Jul 1 09:11:36 2002 From: florea at mrc.tm.cit.alcatel.fr (Adrian Florea) Date: Mon, 1 Jul 2002 17:11:36 +0300 (EET DST) Subject: [SunHELP] I can't boot my ws In-Reply-To: Message-ID: Hi, Try to get into firmware (OpenBoot, Stop-A), and boot to single user. then try to remove the nfs related lines from /etc/vfstab. Best regards, ------------------------------------ Adrian FLOREA, ALCATEL NSR Timisoara Departament MRC, OSM ------------------------------------ On Mon, 1 Jul 2002, Conxi Ayala wrote: > Hi! > > I have a Sun Ultra UPA/Sbus (2X UltraSPARC 200 Mhz) with SunOS 5.5.1 whose > host name is magma > > I have several disks from remote machines mounted in that one. One of > these machines is down, so I tried to umount the corresponding disk in > magma (logged as root). I couldn't, and I had a message that said "device > is busy". When I tried to log in as an user, magma hanged, I switched it > off and on again, and now I can not boot it: the machine hangs every time > I switch it off and on again (I tried twice). > > Here is a copy of the screen I have: > > Sun Ultra 2 UPA/SBus (2 X UltraSPARC 200 MHz), keyboard Present > OpenBoot 3.1.5, 256 MB memory installed, Serial #8787988. > Ethernet address 8:0:20:86:18:14, Host ID: 80861814 > > Boot device: disk. File and args: > SunOS Release 5.5.1 Version Generic [UNIX (R) System V Release 4.0] > Copyright (c) ... > Configuring network interfaces: hme0. > Host name: magma > The / file system (/dev/rdsk/c0t0d0s0) is being checked. > /dev/rdsk/c0t0d0s0: 28659 files, 707574 used, 96169 free > /dev/rdsk/c0t0d0s0: (2241 frags, 11741 blocks, 0.2% fragmentation) > The system is coming up. Please wait. > Checking ufs filesystems > /dev/rdsk/c0t0d0s6: is stable. > Flushing routing table: > add net default: gateway 193.144.102. 254 > starting rpc services: rpcbind keyserv kerbd done. > Setting default interface for multicast: add net 224.0.0.0: gateway > magma.ija.csic.es > > Thanks, > > Conxi Ayala > > > ______________________________________________ > Dr. Conxi Ayala > Dep. Geophysics > Institute of Earth Sciences Jaume Almera-CSCIC > Lluis Sole i Sabaris s/n > 08028 Barcelona > Tl: 00 34 934095410 > Fax: 00 34 934110012 > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp From cayala at paleo.ija.csic.es Mon Jul 1 09:55:17 2002 From: cayala at paleo.ija.csic.es (Conxi Ayala) Date: Mon, 1 Jul 2002 16:55:17 +0200 (MET DST) Subject: [SunHELP] I can't boot my ws In-Reply-To: Message-ID: Hi again! > Try to get into firmware (OpenBoot, Stop-A), and boot to single user I did the "OpenBoot, Stop-A", and on the screen appeared Type 'go' to resume {1} ok I typed go, and the machine didn't do anything what shall I do next? Best regards, conxi _______________________________________________________ Dr. Conxi Ayala Dep. Geophysics Institute of Earth Sciences Jaume Almera-CSCIC Lluis Sole i Sabaris s/n 08028 Barcelona Tl: 00 34 934095410 Fax: 00 34 934110012 From u-235-sentinel at eudoramail.com Mon Jul 1 09:49:16 2002 From: u-235-sentinel at eudoramail.com (Sentinel Sentinel) Date: Mon, 01 Jul 2002 08:49:16 -0600 Subject: [SunHELP] setting ttya to 2400 baud Message-ID: I'm trying to setup an APC ups on Solaris 8 (E-450). APC support mentioned I need to make sure ttya is set to 2400 baud. Thought I could do this with ndd but I'm unsure which driver controls ttya. Help :D Join 18 million Eudora users by signing up for a free Eudora Web-Mail account at http://www.eudoramail.com From cayala at paleo.ija.csic.es Mon Jul 1 10:05:47 2002 From: cayala at paleo.ija.csic.es (Conxi Ayala) Date: Mon, 1 Jul 2002 17:05:47 +0200 (MET DST) Subject: [SunHELP] I can't boot my ws (3) In-Reply-To: Message-ID: > Type the command sync and hit return. I am afraid, it did not work > cayala at paleo.ija.csic.es > Sent by: sunhelp-admin at sunhelp.org > 01/07/02 15:55 > > > To: florea at mrc.tm.cit.alcatel.fr > cc: sunhelp at sunhelp.org > Subject: Re: [SunHELP] I can't boot my ws > > Hi again! > > > Try to get into firmware (OpenBoot, Stop-A), and boot to single user > > I did the "OpenBoot, Stop-A", and on the screen appeared > > Type 'go' to resume > {1} ok > > I typed go, and the machine didn't do anything > > what shall I do next? > > Best regards, > > conxi > > _______________________________________________________ > Dr. Conxi Ayala > Dep. Geophysics > Institute of Earth Sciences Jaume Almera-CSCIC > Lluis Sole i Sabaris s/n > 08028 Barcelona > Tl: 00 34 934095410 > Fax: 00 34 934110012 > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp From Stuart.McMartin at churchill.com Mon Jul 1 10:16:10 2002 From: Stuart.McMartin at churchill.com (McMartin Stuart) Date: Mon, 1 Jul 2002 16:16:10 +0100 Subject: [SunHELP] E250 Disposal Message-ID: Hi, Can anyone provide me with details of a uk company/individual who would like to purchase my E250 which is now surplus to requirements. The machine is available immediately (West London) and has the following specification: Sun E250 UltrasparcII 2 x 400 Mhz processors 6 x 18Gb ultra scsi disks 512Mb Ram 4mm DD3 tape drive 10/100 network card cd-rom drive floppy drive Redundant power supply Solaris 2.6 installed Many thanks, Stuart ____________________________________________________________________________ ________________________ This email and any attached to it are confidential and intended only for the individual or entity to which it is addressed. If you are not the intended recipient, please let us know by telephoning or emailing the sender. You should also delete the email and any attachment from your systems and should not copy the email or any attachment or disclose their content to any other person or entity. The views expressed here are not necessarily those of Churchill Insurance Group plc or its affiliates or subsidiaries. Thank you. Churchill Insurance Group plc. Company Registration Number - 2280426. England. Registered Office: Churchill Court, Westmoreland Road, Bromley, Kent BR1 1DP. From cayala at paleo.ija.csic.es Mon Jul 1 10:57:59 2002 From: cayala at paleo.ija.csic.es (Conxi Ayala) Date: Mon, 1 Jul 2002 17:57:59 +0200 (MET DST) Subject: [SunHELP] I can't boot my ws-> I can now! In-Reply-To: <3D206F58.9000103@yahoo.co.uk> Message-ID: Finally, my ws is up and running again, thanks very much to all! Conxi On Mon, 1 Jul 2002, Jeremy RJ Towers wrote: > stop and A > OK> > > then > > boot -s (for single user) etc... From murali at epiphany.com Mon Jul 1 19:29:55 2002 From: murali at epiphany.com (murali at epiphany.com) Date: Mon, 1 Jul 2002 17:29:55 -0700 Subject: [SunHELP] Sun V880 running Solaris 8 Message-ID: <94550C70F91B8C43B6A1323774A8A737017FFC6D@smto-mail-07> Hi Gurus, I am getting this error, after a reboot on a new Sun V880. Thanks, -Murali Jul 1 17:16:30 radar picld[996]: [ID 710302 daemon.error] I/O error Jul 1 17:16:32 radar picld[996]: [ID 478985 daemon.error] ERROR running psvc_fan_fault_check_policy_0 on IO_BRIDGE_PRIM_FAN (2500320) Jul 1 17:16:32 radar picld[996]: [ID 710302 daemon.error] I/O error The prtdiag shows the following: ================================= Fan Bank : ---------- Bank Speed Status Fan State ( RPMS ) ---- -------- --------- --------- CPU0_PRIM_FAN 1298089537 [ENABLED] OK CPU1_PRIM_FAN 1298089537 [ENABLED] OK CPU0_SEC_FAN 0 [DISABLED] OK CPU1_SEC_FAN 0 [DISABLED] OK IO0_PRIM_FAN 3896 [ENABLED] OK IO1_PRIM_FAN 3896 [ENABLED] OK IO0_SEC_FAN 0 [DISABLED] OK IO1_SEC_FAN 0 [DISABLED] OK IO_BRIDGE_PRIM_FANfailed in picl_get_propval_by_name for fan speed General system failure Power Supplies: --------------- From florea at mrc.tm.cit.alcatel.fr Tue Jul 2 00:36:30 2002 From: florea at mrc.tm.cit.alcatel.fr (Adrian Florea) Date: Tue, 2 Jul 2002 08:36:30 +0300 (EET DST) Subject: [SunHELP] I can't boot my ws In-Reply-To: Message-ID: At ok prompt type 'boot -s' and this will get you into single user mode where you can edit and modify /etc/vfstab . ------------------------------------ Adrian FLOREA, ALCATEL NSR Timisoara Departament MRC, OSM ------------------------------------ On Mon, 1 Jul 2002, Conxi Ayala wrote: > Hi again! > > > Try to get into firmware (OpenBoot, Stop-A), and boot to single user > > I did the "OpenBoot, Stop-A", and on the screen appeared > > Type 'go' to resume > {1} ok > > I typed go, and the machine didn't do anything > > what shall I do next? > > Best regards, > > conxi > > _______________________________________________________ > Dr. Conxi Ayala > Dep. Geophysics > Institute of Earth Sciences Jaume Almera-CSCIC > Lluis Sole i Sabaris s/n > 08028 Barcelona > Tl: 00 34 934095410 > Fax: 00 34 934110012 > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp From florea at mrc.tm.cit.alcatel.fr Tue Jul 2 01:27:08 2002 From: florea at mrc.tm.cit.alcatel.fr (Adrian Florea) Date: Tue, 2 Jul 2002 09:27:08 +0300 (EET DST) Subject: [SunHELP] Solaris 8 / NFS ... again Message-ID: Hi all people, Thanks again for your understanding ... and I'm happy that this list is a good place to share our ideas (and problems too ;-( ...). Regarding the last problem I have posted here, I want to add that the situation is now weird then ever (that's because me ....): 1. if I have a NFS client in Solaris 8 with 512 MB RAM, the problem is present 2. if I have the same as above but with 1 GB RAM, oops !, the problem is gone ! So, I think is a problem of memory tuning ... that affects NFS ?? ... somebody have a clue on that ? thanks very much, ------------------------------------ Adrian FLOREA, Departament MRC/OSM ALCATEL NSR Timisoara, ROMANIA ------------------------------------ From florea at mrc.tm.cit.alcatel.fr Tue Jul 2 09:00:31 2002 From: florea at mrc.tm.cit.alcatel.fr (Adrian Florea) Date: Tue, 2 Jul 2002 17:00:31 +0300 (EET DST) Subject: [SunHELP] correction: Solaris 8 / NFS ... again (fwd) Message-ID: it works on Sun Blade 100 / Solaris 2.8. but what is with Sun Ultra 10 / Solaris 2.8 ?????? thanks very much, ------------------------------------ Adrian FLOREA, Departament MRC/OSM ALCATEL NSR Timisoara, ROMANIA ------------------------------------ _______________________________________________ SunHELP maillist - SunHELP at sunhelp.org http://www.sunhelp.org/mailman/listinfo/sunhelp From kumarav50 at hotmail.com Tue Jul 2 22:05:36 2002 From: kumarav50 at hotmail.com (kumar appan) Date: Tue, 2 Jul 2002 20:05:36 -0700 Subject: [SunHELP] SSH Message-ID: Hi, I Would like to know how to capture log file of ssh logins .What are the security option avilable. Regards Kumar From william.x.ng at verizon.com Tue Jul 2 10:24:13 2002 From: william.x.ng at verizon.com (william.x.ng at verizon.com) Date: Tue, 2 Jul 2002 11:24:13 -0400 Subject: [SunHELP] ctrl+ C doesn't work Message-ID: All, I have 880 machine and for some reason, the ctrl+C doesn't work. Do I need to set something up? Please help.. Thanks Will From william.x.ng at verizon.com Tue Jul 2 10:24:13 2002 From: william.x.ng at verizon.com (william.x.ng at verizon.com) Date: Tue, 2 Jul 2002 11:24:13 -0400 Subject: [SunHELP] ctrl+ C doesn't work Message-ID: All, I have 880 machine and for some reason, the ctrl+C doesn't work. Do I need to set something up? Please help.. Thanks Will From carsten.karkola at mailbox.tu-dresden.de Wed Jul 3 01:48:53 2002 From: carsten.karkola at mailbox.tu-dresden.de (Carsten Karkola) Date: Wed, 3 Jul 2002 08:48:53 +0200 Subject: [SunHELP] Output of last Message-ID: <3D22BA75.15453.9CF9E@localhost> Hello, I've used the last command and I was wondering, if it could be, that there are not all logins recorded. I have this entry: oracle dtremote x.x.x.x:0 Mon Jul 1 12:41 - 14:10 (01:28) But I was connected till 18:30, installing some oracle software. So I get proper entries in /var/log/authlog like this: Jul 1 15:42:26 portiko su: [ID 366847 auth.notice] 'su root' succeeded for oracle on /dev/pts/6 After that I checked /var/adm/wtmpx with the check_wtmpx tool without errors. Thanks for any help Carsten ================================================== == == Dipl.-Ing. Carsten Karkola == == TU Dresden - Fak.Bauingenieurwesen - FRZ == == Tel.: +49 351 463 33659 == Fax: +49 351 463 37766 == e-mail: carsten.karkola at mailbox.tu-dresden.de == ================================================== From shel at cmhcsys.com Wed Jul 3 12:41:55 2002 From: shel at cmhcsys.com (Sheldon T. Hall) Date: Wed, 3 Jul 2002 13:41:55 -0400 Subject: [SunHELP] Output of last [logins not recorded] Message-ID: <004301c222b8$ecf1ed80$6500a8c0@cmhcsys.com> "Carsten Karkola" said on Wed, 3 Jul 2002 08:48:53 +0200 ... > I've used the last command and I was wondering, if it could be, that > there are not all logins recorded. I've found that logging in through an X-terminal emulator, starting the session with rexec with a userID and password, results in _no_entry_at_all_ in any of the usual places under Solaris 7. I imagine that some other access methods might also be ignored, though I don't know which ones. -Shel -- Sheldon T. Hall shel at cmhc.com 206-842-2858 (Home) 206-780-7971 (Office) From bogus@does.not.exist.com Wed Jul 3 21:54:51 2002 From: bogus@does.not.exist.com () Date: Thu, 4 Jul 2002 09:54:51 +0700 Subject: [SunHELP] previous directory Message-ID: <8B0101D32365D4119D3900508BD8A61F018F102A@thcwtx01> Dear listers, Normally when I want to go back to previus directory [ dir before curent dir] I use 'cd -' but why some machine can do while some can't # cd - -: does not exist Someone know please enlighten to me, or point me the resource mention about this Thanks in advance Pat. From bogus@does.not.exist.com Thu Jul 4 03:30:26 2002 From: bogus@does.not.exist.com () Date: Thu, 4 Jul 2002 18:30:26 +1000 Subject: [SunHELP] What is this "sh -c true" used for? Message-ID: <057701CA3225D3119E290008C75B9E53051DC96B@ntmsg0039.corpmail.telstra.com.au> Hello all, I had a peep into a shell script and I did not understand it!. Hope you guys can shed some light on what it is doing. The shell script installs some perl modules. but, I am not understanding what those "/bin/sh -c true" lines do? Please enlighten me!! Attached below are the first few lines from the shell script. ----------------------------------------- /bin/sh -c true /bin/sh -c true /bin/sh -c true /usr/bin/perl -I/usr/perl5/5.00503/sun4-solaris -I/usr/perl5/5.00503 \ -MExtUtils::MakeMaker=Version_check \ -e "Version_check('5.4302')" /bin/sh -c true /bin/sh -c true /bin/sh -c true /bin/sh -c true /bin/sh -c true /bin/sh -c true /usr/bin/perl -we '%m=@ARGV;for (keys %m){' -e 'next if -e $m{$_} && -M $m{$_} < -M $_ && -M $m{$_} < -M "Makefile";' -e 'print "Manifying $m{$_}\n";' -e 'system(qq[$^X ].q["-I/usr/perl5/5.00503/sun4-solaris" "-I/usr/perl5/5.00503" /usr/local/bin/pod2man ].qq[$_>$m{$_}])==0 or warn "Couldn\047t install $m{$_}\n";' -e 'chmod(oct(644)), $m{$_} or warn "chmod 644 $m{$_}: $!\n";}' \ Parser.pm \ blib/man3/HTML::Parser.3 \ lib/HTML/Entities.pm \ blib/man3/HTML::Entities.3 \ lib/HTML/Filter.pm \ blib/man3/HTML::Filter.3 \ lib/HTML/HeadParser.pm \ blib/man3/HTML::HeadParser.3 \ lib/HTML/TokeParser.pm \ blib/man3/HTML::TokeParser.3 \ lib/HTML/LinkExtor.pm \ blib/man3/HTML::LinkExtor.3 /bin/sh -c true vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv From SDaubigne at bordeaux-bersol.sema.slb.com Thu Jul 4 06:26:34 2002 From: SDaubigne at bordeaux-bersol.sema.slb.com (DAUBIGNE Sebastien - BOR ( SDaubigne@bordeaux-bersol.sema.slb.com )) Date: Thu, 4 Jul 2002 12:26:34 +0100 Subject: [SunHELP] What is this "sh -c true" used for? Message-ID: <21813A39DCB1D511B25B00B0D01762DE2572DA@BORMES02> "True" is a bourne-shell script that does nothing (see /usr/bin/true). Its purpose is to return a no-error code (0). I don't understand what is "sh -c true" made for. --- Sebastien DAUBIGNE sdaubigne at bordeaux-bersol.sema.slb.com - (+33)5.57.26.56.36 SchlumbergerSema - SGS/DWH/Pessac -----Message d'origine----- De: Foong, Tzeweng [SMTP:Tzeweng.Foong at team.telstra.com] Date: jeudi 4 juillet 2002 10:30 : Sun Help Objet: [SunHELP] What is this "sh -c true" used for? Hello all, I had a peep into a shell script and I did not understand it!. Hope you guys can shed some light on what it is doing. The shell script installs some perl modules. but, I am not understanding what those "/bin/sh -c true" lines do? Please enlighten me!! Attached below are the first few lines from the shell script. ----------------------------------------- /bin/sh -c true /bin/sh -c true /bin/sh -c true /usr/bin/perl -I/usr/perl5/5.00503/sun4-solaris -I/usr/perl5/5.00503 \ -MExtUtils::MakeMaker=Version_check \ -e "Version_check('5.4302')" /bin/sh -c true /bin/sh -c true /bin/sh -c true /bin/sh -c true /bin/sh -c true /bin/sh -c true /usr/bin/perl -we '%m=@ARGV;for (keys %m){' -e 'next if -e $m{$_} && -M $m{$_} < -M $_ && -M $m{$_} < -M "Makefile";' -e 'print "Manifying $m{$_}\n";' -e 'system(qq[$^X ].q["-I/usr/perl5/5.00503/sun4-solaris" "-I/usr/perl5/5.00503" /usr/local/bin/pod2man ].qq[$_>$m{$_}])==0 or warn "Couldn\047t install $m{$_}\n";' -e 'chmod(oct(644)), $m{$_} or warn "chmod 644 $m{$_}: $!\n";}' \ Parser.pm \ blib/man3/HTML::Parser.3 \ lib/HTML/Entities.pm \ blib/man3/HTML::Entities.3 \ lib/HTML/Filter.pm \ blib/man3/HTML::Filter.3 \ lib/HTML/HeadParser.pm \ blib/man3/HTML::HeadParser.3 \ lib/HTML/TokeParser.pm \ blib/man3/HTML::TokeParser.3 \ lib/HTML/LinkExtor.pm \ blib/man3/HTML::LinkExtor.3 /bin/sh -c true vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv _______________________________________________ SunHELP maillist - SunHELP at sunhelp.org http://www.sunhelp.org/mailman/listinfo/sunhelp From SDaubigne at bordeaux-bersol.sema.slb.com Thu Jul 4 06:28:13 2002 From: SDaubigne at bordeaux-bersol.sema.slb.com (DAUBIGNE Sebastien - BOR ( SDaubigne@bordeaux-bersol.sema.slb.com )) Date: Thu, 4 Jul 2002 12:28:13 +0100 Subject: [SunHELP] previous directory Message-ID: <21813A39DCB1D511B25B00B0D01762DE2572DD@BORMES02> 'cd -' is korne-shell, not bourne-shell. I guess you are under bourne-shell when you get this error. --- Sebastien DAUBIGNE sdaubigne at bordeaux-bersol.sema.slb.com - (+33)5.57.26.56.36 SchlumbergerSema - SGS/DWH/Pessac -----Message d'origine----- De: Sangbutsarakum, Patai [SMTP:patais at reach.com] Date: jeudi 4 juillet 2002 04:55 : 'sunhelp at sunhelp.org' Objet: [SunHELP] previous directory Dear listers, Normally when I want to go back to previus directory [ dir before curent dir] I use 'cd -' but why some machine can do while some can't # cd - -: does not exist Someone know please enlighten to me, or point me the resource mention about this Thanks in advance Pat. _______________________________________________ SunHELP maillist - SunHELP at sunhelp.org http://www.sunhelp.org/mailman/listinfo/sunhelp From shj at pine.dk Thu Jul 4 07:58:34 2002 From: shj at pine.dk (Simon Jespersen) Date: Thu, 4 Jul 2002 14:58:34 +0200 Subject: [SunHELP] priority of pid Message-ID: Hi list! I have heard that it is possible to set priority on process(programs and daemons) how much memory and cpu usage it is allow to use. How can this be done ? Is it possible for my devolper to set a compile option for those issues. Kind regards Simon Jespersen Project engineer Pine Tree Systems A/S Damhaven 5d DK-7100 Vejle Email: shj at pine.dk Phone: +4575724477 From bogus@does.not.exist.com Thu Jul 4 10:35:15 2002 From: bogus@does.not.exist.com () Date: Thu, 4 Jul 2002 10:35:15 -0500 Subject: [SunHELP] ide-cdrom conflicts Message-ID: Hello, I had an overload of proccess in a solaris server, I had to reboot it, but in the startup messages appears the following: Jul 4 08:55:15 atmb1 genunix: [ID 723599 kern.warning] WARNING: Driver alias "ide-cdrom" conflicts with an existing driver name or alias. how can I fix it? do i have to erase all ide-cdrom entries in /etc/drivers_aliases ? Harware inf : Solaris sparc 5.8. Ultra 250. regards, Mery From brigance at us.ibm.com Thu Jul 4 12:07:01 2002 From: brigance at us.ibm.com (Leslie V Brigance) Date: Thu, 4 Jul 2002 12:07:01 -0500 Subject: [SunHELP] Help - brain dead lost /var - need networking in boot -s mode Message-ID: TIA for the help. I have this documented somewhere, but can't find it quickly it seems. Have an E10K which blew a board and wiped the /var filesystem. I can boot the box into single user but can't restore /var without the network running. No local tape drive, etc and certainly don't want to try to put anything on the machine by booting from CD. Can someone give me the pieces I need to start (inetd, etc) in the order I need to start them, from single user mode, so I can see the box from the network backup server to put back /var ? We use Veritas Netbackup which I can mount /usr without problem. Real tired and not thinking so good right now. Has to be a holiday weekend too ! Figures, right? Les From bogus@does.not.exist.com Thu Jul 4 20:03:07 2002 From: bogus@does.not.exist.com () Date: Fri, 5 Jul 2002 09:03:07 +0800 Subject: [SunHELP] Backup to Tape Message-ID: <90A1E80C656FD5119E1600508B650056FCBF89@MAILHOST> Dear All , How do i backup all the file from harddisk to "TAPE DRIVE" in Solaris 8 . Can i know the commands and procedure involve . Pls advice me . Thanks . regards seelan ************************************************************************ Maximise your productivity and prepare your network for future demands with the latest cabling solutions. For details, contact 03 - 79560023 or email cheahkm at scs.com.my ************************************************************************ From oeyvind at mac.com Thu Jul 4 20:27:40 2002 From: oeyvind at mac.com (Tim Chong) Date: Fri, 5 Jul 2002 09:27:40 +0800 Subject: [SunHELP] OT: External RAID for Mac OS X? Message-ID: <65CB8034-8FB6-11D6-8221-0003939243E4@mac.com> Hi there, A bit off-topic but can some one kindly suggest to me an external RAID solution that can allow me to share the RAID storage between 2 Mac OS X server machines, something like: ------------ ------------ | Server 1 | | Server 2 | ------------ ------------ | | ------------------------------- | RAID 5 Storage | ------------------------------- or ------------ ------------ | Server 1 | | Server 2 | ------------ ------------ | gigabit enet | ------------------------------- | Server 3 | ------------------------------- | ------------------------------- | RAID 5 Storage | ------------------------------- Does any solution exist? I know Apple will come out with XServe RAID storage later in the year, but what about now? Thanks in advance, Tim From wmcdonald at ntlworld.com Fri Jul 5 02:13:20 2002 From: wmcdonald at ntlworld.com (Will Mc Donald) Date: Fri, 5 Jul 2002 08:13:20 +0100 Subject: [SunHELP] Backup to Tape References: <90A1E80C656FD5119E1600508B650056FCBF89@MAILHOST> Message-ID: <00d501c223f4$044f6660$cb3ca8c0@orctel.internal> You have a few options, ufsdump, tar or cpio. For entire filesystems use ufsdump, if you just want specific files or directories use tar. Have a read of the ufsdump section of... http://tariqnazir.tripod.com/backup.htm ... and... http://www.uwsg.iu.edu/usail/backups/backup/solaris/ ... for starters. Will. ----- Original Message ----- From: "Sathiyaseelan, Sr.SystEng, SCSM/NCB" To: Sent: Friday, July 05, 2002 2:03 AM Subject: [SunHELP] Backup to Tape > Dear All , > > How do i backup all the file from harddisk to "TAPE DRIVE" in Solaris 8 . > Can i know the commands and procedure involve . Pls advice me . Thanks . From kjanakir at in.ibm.com Thu Jul 4 22:58:53 2002 From: kjanakir at in.ibm.com (JANAKIRAMAN KRISHNAMOORTHY) Date: Fri, 5 Jul 2002 09:28:53 +0530 Subject: [SunHELP] need help on calculating throughput in a upgraded environment Message-ID: Hi All, This is regarding the SUN E6500 server upgradation for our web based application We have some query and require your help. We are going to upgrade the SUN E6500 server from 8 nos of 336 Mhz cpus to 22 nos of 464 Mhz cpus as recommended by SUN and 8 GB or RAM to 40 GB of RAM as recommended by SUN Also we are going to discard all our SSA112 and SSA114 arrays and replace everyhting with 6 numbers of A5200 array each having 7 nos of 36.4 GB harddisks Now I would like to know that by increasing the cpus to 22 nos of 464 Mhz and connecting 6 nos of A5200 arrays what will be the throughput?? Will there be any i/o bottlenecks or excessive i/o queueing. How we calculate the throughput in the upgraded environment ..... Can you help us in giving some feedback.... In our present configuration we ran some sar commands for about 4 hours giving a load of 25000 transactions and we calculated the throughput as in the file enclosed below... Is this right ?? and how do now calculate keeping the upgraded configuration in mind. (See attached file: analysis.doc.doc)(See attached file: sard.xls)(See attached file: saru.xls) Thanks and Regards K.JANAKIRAMAN [demime 0.99c.1 removed an attachment of type application/octet-stream which had a name of analysis.doc.doc] [demime 0.99c.1 removed an attachment of type application/X-MS-Excel which had a name of sard.xls] [demime 0.99c.1 removed an attachment of type application/X-MS-Excel which had a name of saru.xls] From daleg at elemental.org Fri Jul 5 13:39:17 2002 From: daleg at elemental.org (Dale Ghent) Date: Fri, 5 Jul 2002 14:39:17 -0400 (EDT) Subject: [SunHELP] priority of pid In-Reply-To: Message-ID: On Thu, 4 Jul 2002, Simon Jespersen wrote: | Hi list! | | I have heard that it is possible to set priority on process(programs and | daemons) how much memory and cpu usage it is allow to use. | | How can this be done ? | | Is it possible for my devolper to set a compile option for those issues. Admin utilities related to this: man priocntl man renice man ulimit Programming interfaces: man -s 2 priocntl man -s 2 nice man -s 2 getrlimit man -s 2 setrlimit /dale From pmitcheson at iee.org Fri Jul 5 13:59:14 2002 From: pmitcheson at iee.org (pmitcheson at iee.org) Date: Fri, 05 Jul 2002 19:59:14 +0100 Subject: [SunHELP] information share - 1394 camera Message-ID: <3D25EC82.FC290320@iee.org> Dear All, In case anyone is interested (I have asked this on this list before and nobody knew, but I can now supply my own answer...) the Sun 1394 visual collaboration kit (aka camera and microphone) works absolutely fine on an ultra 10 with a third party firewire card installed. Quality is good. It's a nice piece of kit (and should be for the price) If anyone want more info feel free to mail me about it. Paul -- -------------------------------------------------------- .---. / \ \. at -@./ Paul Mitcheson /`\_/`\ Control and Power Research Group // _ \\ Imperial College London | \ )|_ mailto:paul at mitcheson.org /`\_`> <_/ \ http://www.mitcheson.org/paul \__/'---'\__/ -------------------------------------------------------- From mk at lexcom-net.de Sun Jul 7 02:32:03 2002 From: mk at lexcom-net.de (Michael Karl) Date: Sun, 07 Jul 2002 09:32:03 +0200 Subject: [SunHELP] WARNING: IP: Hardware address ... Message-ID: Hi, in my Home-Office with an UE5/10 and a SS20 (both Solaris 8 with latest Recommended Patch-Cluster) I got following WARNING-errors. **************** * /var/adm/messages # UE5/10 with Gigabit-EtherNet-Network-Adapter Jul 7 07:25:33 UE10 ip: [ID 903730 kern.warning] WARNING: IP: Hardware address '00:a0:d2:39:8a:08' trying to be our address 192.168.111.001! * ifconfig -a lo0: flags=1000849 mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 atnic0: flags=1000843 mtu 1500 index 2 inet 192.168.111.1 netmask ffffff00 broadcast 192.168.111.255 ether 0:a0:d2:39:8a:8 <<<<<<<< !?!?!?!?!?!?!? hme0: flags=1000843 mtu 1500 index 3 inet 192.168.122.1 netmask ffffff00 broadcast 192.168.122.255 ether 8:0:20:b5:4a:24 **************** * /var/adm/messages # SS20 with FastEtherNet-Network-Adapter Jul 6 18:14:02 ss20 ip: [ID 903730 kern.warning] WARNING: IP: Hardware address '08:00:20:80:87:7a' trying to be our address 192.168.111.002! * ifconfig -a lo0: flags=1000849 mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 hme0: flags=1000843 mtu 1500 index 2 inet 192.168.111.2 netmask ffffff00 broadcast 192.168.111.255 ether 8:0:20:80:87:7a <<<<<<<< !?!?!?!?!?!?!? **************** The "Hardware address" in the "WARNING" is there own address ! What's going wrong ? Michael From kumarav50 at hotmail.com Mon Jul 8 11:53:48 2002 From: kumarav50 at hotmail.com (kumar appan) Date: Mon, 8 Jul 2002 09:53:48 -0700 Subject: [SunHELP] Dns problem Message-ID: Hi, Installed bind version 8.1.2 in solaris 7.After installation,unable to resolve names or Ip address.Please let me know how do we go about to troubeshoot this problem. Regards Kumar From subhasisg at yahoo.com Sun Jul 7 23:16:58 2002 From: subhasisg at yahoo.com (Subhasis Gupta) Date: Sun, 7 Jul 2002 21:16:58 -0700 (PDT) Subject: [SunHELP] Common Desktop Environment not starting Message-ID: <20020708041658.94010.qmail@web13901.mail.yahoo.com> Hi All, I am having a typical problem. The common desktop (GUI) is not starting up in my Sun Server. I can only see the mouse pointer. Nothing else is coming visible on the screen. I am doing everything using telnet. Can someone please help? Subhasis Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com From subhasisg at yahoo.com Sun Jul 7 23:17:24 2002 From: subhasisg at yahoo.com (Subhasis Gupta) Date: Sun, 7 Jul 2002 21:17:24 -0700 (PDT) Subject: [SunHELP] Common Desktop Environment not starting Message-ID: <20020708041724.70565.qmail@web13902.mail.yahoo.com> Hi All, I am having a typical problem. The common desktop (GUI) is not starting up in my Sun Server. I can only see the mouse pointer. Nothing else is coming visible on the screen. I am doing everything using telnet. Can someone please help? Subhasis Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com From subhasisg at yahoo.com Sun Jul 7 23:45:06 2002 From: subhasisg at yahoo.com (Subhasis Gupta) Date: Sun, 7 Jul 2002 21:45:06 -0700 (PDT) Subject: [SunHELP] Common Desktop Env -- List of files. Message-ID: <20020708044506.89893.qmail@web13908.mail.yahoo.com> Hi All, Apropos to my earlier mail, fine below a listing of the files in my / directory. I am seeing there is a distinct difference between this list with the files in the home directory of other users who were using the GUI. I am having a typical problem. The common desktop (GUI) is not starting up in my Sun Server. I can only see the mouse pointer. Nothing else is coming visible on the screen. I am doing everything using telnet. Can someone please help? Subhasis # ls -al / -rw------- 1 root other 432 Jul 7 16:14 .TTauthority -rw------- 1 root other 147 Jul 7 16:14 .Xauthority -rw------- 1 root root 1032 Jun 7 2000 .cpr_config -rw------- 1 root other 1040 Jul 6 18:54 .cpr_default drwxr-xr-x 16 root other 512 Jul 7 16:17 .dt -rwxr-xr-x 1 root other 5111 Jun 7 2000 .dtprofile drwx------ 2 root other 512 Mar 26 15:20 .fm drwxr-xr-x 2 root other 512 Jun 8 2000 .hotjava drwx------ 5 root other 512 Feb 6 17:19 .netscape -rw------- 1 root other 0 Jul 30 2000 .newsrc-news drwxr-xr-x 2 root other 512 Aug 4 2000 .sdtspell_dict -rw------- 1 root other 78 Jun 9 2000 .sh_history drwxr-x--x 2 root other 512 Jun 7 2000 .vmsa drwx------ 2 root other 512 Mar 26 15:20 .wastebasket drwx------ 2 root other 512 Oct 5 2000 DeadLetters drwx------ 2 root other 512 Jun 7 2000 Mail drwxr-xr-x 2 root root 512 Jun 7 2000 TT_DB ...... (truncated the files below this as they are user files and file systems) While the home directory of other users using the CDE is: -rw-r--r-- 1 oracle8i oinstall 230 Jan 6 2002 .OWdefaults -rw------- 1 oracle8i oinstall 144 Jul 6 03:44 .TTauthority -rw------- 1 oracle8i oinstall 98 Jul 6 03:44 .Xauthority -rw-r--r-- 1 oracle8i oinstall 968 Jun 26 23:42 .desksetdefaults drwxr-xr-x 14 oracle8i oinstall 512 Jul 8 07:08 .dt -rwxr-xr-x 1 oracle8i oinstall 5111 Jul 31 2001 .dtprofile drwx------ 4 oracle8i oinstall 512 Jan 6 2002 .fm drwxr-xr-x 2 oracle8i oinstall 512 Aug 1 2001 .hotjava drwx------ 5 oracle8i oinstall 512 May 27 09:37 .netscape -rw-r--r-- 1 oracle8i oinstall 1018 Oct 18 2001 .profile -rw------- 1 oracle8i oinstall 4820 Jul 8 10:00 .sh_history drwx------ 2 oracle8i oinstall 512 Jul 8 07:08 .solregis drwx------ 2 oracle8i oinstall 512 Sep 5 2001 .wastebasket The distinct difference is in the root's home directory the files: .OWdefaults, .desksetdefaults. Will copying these files from another directory and then changing the owner/rights of the files help in any way? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com From mk at lexcom-net.de Mon Jul 8 02:34:13 2002 From: mk at lexcom-net.de (Michael Karl) Date: Mon, 08 Jul 2002 09:34:13 +0200 Subject: FW: [SunHELP] WARNING: IP: Hardware address ... In-Reply-To: Message-ID: Hallo, it can't be a duplicate address because ... my complete home-office-network. (****** my coments) # arp -a Net to Media Table: IPv4 Device IP Address Mask Flags Phys Addr ------ -------------------- --------------- ----- --------------- atnic0 RumiMac 255.255.255.255 00:30:65:be:29:2c ****** Apple G4 ****** 192.168.111.3 atnic0 RumiWin 255.255.255.255 00:30:65:be:29:2c ****** Apple G4 with VirtualPC 4.0 ****** 192.168.111.9 atnic0 SS20 255.255.255.255 08:00:20:80:87:7a ****** old SS20 ****** 192.168.111.2 atnic0 TDSL 255.255.255.255 00:30:42:02:11:f0 ****** Telekom-DSL-Router ****** 192.168.111.8 ??????????????????????????????????????????????????????????????????? hme0 239.255.255.253 255.255.255.255 01:00:5e:7f:ff:fd atnic0 239.255.255.253 255.255.255.255 01:00:5e:7f:ff:fd ??????????????????????????????????????????????????????????????????? atnic0 UE10 255.255.255.255 SP 00:a0:d2:39:8a:08 ****** GigaBit-Network-Interface AlliedTelesyn (original SysKonnect) ****** 192.168.111.1 hme0 UE10-HME0 255.255.255.255 SP 08:00:20:b5:4a:24 ****** onboard-FastEtherNet UE5/10 ****** 192.168.122.1 hme0 BASE-ADDRESS.MCAST.NET 240.0.0.0 SM 01:00:5e:00:00:00 atnic0 BASE-ADDRESS.MCAST.NET 240.0.0.0 SM 01:00:5e:00:00:00 I'm wondering about the WARNING-messages (only during start-up) on both Suns since I've installed the latest Recommended-Patch-Cluster. After start-up every thing works fine. Any hints ? Michael > > to give you some hint > > this hardware address belongs to INSTEM COMPUTER SYSTEMS , checkout for any > devices of this make or any device which might have ethernetcard of this > make. > it's duplicate address issue . > - Rahul > > > > Michael Karl > e> cc: (bcc: Rahul > Parasnis/JPN/International/CLY) > Sent by: Subject: [SunHELP] WARNING: IP: > Hardware address ... > sunhelp-admin at su > nhelp.org > > > 07/07/2002 05:32 > PM > > > > > > > Hi, > > in my Home-Office with an UE5/10 and a SS20 (both Solaris 8 with latest > Recommended Patch-Cluster) I got following WARNING-errors. > > **************** > > * /var/adm/messages # UE5/10 with Gigabit-EtherNet-Network-Adapter > > Jul 7 07:25:33 UE10 ip: [ID 903730 kern.warning] WARNING: IP: Hardware > address '00:a0:d2:39:8a:08' trying to be our address 192.168.111.001! > > * ifconfig -a > > lo0: flags=1000849 mtu 8232 index 1 > inet 127.0.0.1 netmask ff000000 > atnic0: flags=1000843 mtu 1500 index 2 > inet 192.168.111.1 netmask ffffff00 broadcast 192.168.111.255 > ether 0:a0:d2:39:8a:8 <<<<<<<< !?!?!?!?!?!?!? > hme0: flags=1000843 mtu 1500 index 3 > inet 192.168.122.1 netmask ffffff00 broadcast 192.168.122.255 > ether 8:0:20:b5:4a:24 > > **************** > > * /var/adm/messages # SS20 with FastEtherNet-Network-Adapter > > Jul 6 18:14:02 ss20 ip: [ID 903730 kern.warning] WARNING: IP: Hardware > address '08:00:20:80:87:7a' trying to be our address 192.168.111.002! > > * ifconfig -a > > lo0: flags=1000849 mtu 8232 index 1 > inet 127.0.0.1 netmask ff000000 > hme0: flags=1000843 mtu 1500 index 2 > inet 192.168.111.2 netmask ffffff00 broadcast 192.168.111.255 > ether 8:0:20:80:87:7a <<<<<<<< !?!?!?!?!?!?!? > > **************** > > The "Hardware address" in the "WARNING" is there own address ! > > What's going wrong ? > > Michael > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp ------ Ende der weitergeleiteten Nachricht From shj at pine.dk Mon Jul 8 04:50:56 2002 From: shj at pine.dk (Simon Jespersen) Date: Mon, 8 Jul 2002 11:50:56 +0200 Subject: [SunHELP] help on automount Message-ID: Hi list i get following messages in /var/adm/messages Jul 8 07:24:22 mosaic last message repeated 1 time Jul 8 07:32:36 mosaic automountd[217]: [ID 834250 daemon.error] Mount of /export/home/.Desktop on /home/.Desktop: No such file or d irectory Jul 8 07:32:47 mosaic last message repeated 1 time Jul 8 07:47:30 mosaic automountd[217]: [ID 834250 daemon.error] Mount of /export/home/.Desktop on /home/.Desktop: No such file or d irectory Jul 8 08:24:37 mosaic last message repeated 2 times Jul 8 09:38:34 mosaic automountd[217]: [ID 834250 daemon.error] Mount of /export/home/.Desktop on /home/.Desktop: No such file or d irectory Jul 8 10:54:52 mosaic last message repeated 1 time Jul 8 11:12:13 mosaic automountd[217]: [ID 834250 daemon.error] Mount of /export/home/.Desktop on /home/.Desktop: No such file or d irectory Jul 8 11:25:17 mosaic last message repeated 4 times Jul 8 11:27:16 mosaic automountd[217]: [ID 834250 daemon.error] Mount of /export/home/libc.so.1 on /home/libc.so.1: No such file or directory Jul 8 11:27:16 mosaic automountd[217]: [ID 834250 daemon.error] Mount of /export/home/libdl.so.1 on /home/libdl.so.1: No such file or directory Jul 8 11:27:49 mosaic automountd[217]: [ID 834250 daemon.error] Mount of /export/home/libc.so.1 on /home/libc.so.1: No such file or directory Jul 8 11:27:49 mosaic automountd[217]: [ID 834250 daemon.error] Mount of /export/home/libdl.so.1 on /home/libdl.so.1: No such file or directory Jul 8 11:30:14 mosaic automountd[217]: [ID 834250 daemon.error] Mount of /export/home/.Desktop on /home/.Desktop: No such file or d irectory Jul 8 11:35:29 mosaic last message repeated 1 time the file /etc/auto_home # Home directory map for automounter # +auto_home # # * localhost:/export/home/& ~ How can i get rid of these messages. Is it possible to exclude directories. Kind regards Simon Jespersen Project engineer Pine Tree Systems A/S Damhaven 5d DK-7100 Vejle Email: shj at pine.dk Phone: +4575724477 From kjanakir at in.ibm.com Mon Jul 8 04:51:49 2002 From: kjanakir at in.ibm.com (JANAKIRAMAN KRISHNAMOORTHY) Date: Mon, 8 Jul 2002 15:21:49 +0530 Subject: [SunHELP] swap in solaris 8 Message-ID: Hi All, I have SUN E3500 server with 2 GB ram. I attached a new A5200 arrays with 7 nos of 36.4 GB hard disks and tried to install solrais 8. I had the following porblem. The installation did not allow me to configure the swap space.It automatically took around 36 GB as swap space and allocated one disk to it and I had to create the root,usr,var,opt in the second disk. What could be the problem...Can anybody help me??? even though the memory is only 2GB why did it take such a big swap space. also for the entire distribution + OEM edition it is asking for minimum 2 GB of disk space for root.. Is this much required Thanks and Regards K.JANAKIRAMAN From fchk at istda.com Mon Jul 8 05:13:44 2002 From: fchk at istda.com (Frank-Christian Kruegel) Date: Mon, 08 Jul 2002 12:13:44 +0200 Subject: [SunHELP] swap in solaris 8 In-Reply-To: References: Message-ID: <3d2d6307.80275089@uaxe.intern.istda.com> On Mon, 8 Jul 2002 15:21:49 +0530, you wrote: > I have SUN E3500 server with 2 GB ram. I attached a new A5200 >arrays with 7 nos of 36.4 GB hard disks >and tried to install solrais 8. > > I had the following porblem. The installation did not allow me to >configure the swap space.It automatically >took around 36 GB as swap space and allocated one disk to it and I had to >create the root,usr,var,opt in the >second disk. > >What could be the problem...Can anybody help me??? > >even though the memory is only 2GB why did it take such a big swap space. > >also for the entire distribution + OEM edition it is asking for minimum 2 >GB of disk space for root.. Is this much required You used the Solaris Installation CD, didn't you? Boot from "Software 1", and you won't have these problems. Mit freundlichen Gren Dipl.-Ing. Frank-Christian Krgel IstDa Kommunikationssysteme From ellipse at cipherpunks.com Sun Jul 7 22:28:51 2002 From: ellipse at cipherpunks.com (ellipse) Date: Mon, 8 Jul 2002 03:28:51 +0000 (GMT) Subject: [SunHELP] Common Desktop Environment not starting In-Reply-To: <20020708041658.94010.qmail@web13901.mail.yahoo.com> Message-ID: <20020708032819.C90599-100000@phoenix.bravozulu.us> > I am having a typical problem. The common desktop > (GUI) is not starting up in my Sun Server. I can only > see the mouse pointer. Nothing else is coming visible > on the screen. I am doing everything using telnet. Can > someone please help? Make sure you're starting rpcbind. Cheers, ellipse From zmattar at atc.com.sa Mon Jul 8 09:39:39 2002 From: zmattar at atc.com.sa (Zakaria A. Mattar) Date: Mon, 8 Jul 2002 17:39:39 +0300 Subject: [SunHELP] Kill command Message-ID: <00952BA7DDE8D411A5A90008C7DB77BF198304@atc-ry-nt1.atc.com.sa> Dear all, How can I kill any session using the preocess name not the ID Zakaria A. Mattar Advanced Telecom Co. Operation Engineer Tel: +966 1 4601877/114 Fax: +966 1 4601988 Email: zmattar at atc.com.sa From blurg at gluipzak.nl Mon Jul 8 09:38:34 2002 From: blurg at gluipzak.nl (Blurg) Date: Mon, 8 Jul 2002 16:38:34 +0200 (CEST) Subject: [SunHELP] Kill command In-Reply-To: <00952BA7DDE8D411A5A90008C7DB77BF198304@atc-ry-nt1.atc.com.sa> Message-ID: You can use pkill for that. http://geographiczoom.com -* Pictures from all over the world! *- On Mon, 8 Jul 2002, Zakaria A. Mattar wrote: > Dear all, > > How can I kill any session using the preocess name not the ID > > Zakaria A. Mattar > Advanced Telecom Co. > Operation Engineer > Tel: +966 1 4601877/114 > Fax: +966 1 4601988 > Email: zmattar at atc.com.sa > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp From goebel at emunix.emich.edu Mon Jul 8 12:06:23 2002 From: goebel at emunix.emich.edu (Matt Goebel) Date: Mon, 8 Jul 2002 13:06:23 -0400 (EDT) Subject: [SunHELP] Anyone been able to get Emacs 21.2 to compile with gcc? Message-ID: <200207081706.g68H6ND25775@emunix.emich.edu> Hiya, I was wondering if anyone has been able to get the latest version of Gnu Emacs 21.2 to compile on solaris 7 or 8 using gcc 3.0.4? I keep getting a type conflict with memmove... Thanks, Mattias -- Matthew Goebel : goebel at emunix.emich.edu : Unix Jockey @ EMU : Hail Eris Neo-Student, Net Lurker, Donut consumer, and procrastinating Furry Fan. "Always with the negative waves, Moriarty" - Oddball "Comfort the troubled, and trouble the comfortable." - Dietrich Bonhoeffer From u-235-sentinel at eudoramail.com Mon Jul 8 12:38:05 2002 From: u-235-sentinel at eudoramail.com (Sentinel Sentinel) Date: Mon, 08 Jul 2002 11:38:05 -0600 Subject: [SunHELP] /dev/random patch Message-ID: Ok. I'm trying to install openssh 3.4 from sunfreeware and understand I need patch 112438-01 to create the /dev/random device. I've installed and rebooted the server as instructed however I don't see a /dev/random device file created. Has anyone successfully installed this patch or did I mis-understand the purpose of the patch. Thx Join 18 million Eudora users by signing up for a free Eudora Web-Mail account at http://www.eudoramail.com From inouk at toutatis.igt.net Mon Jul 8 15:16:15 2002 From: inouk at toutatis.igt.net (Eric LeBlanc) Date: Mon, 8 Jul 2002 16:16:15 -0400 (EDT) Subject: [SunHELP] php 4.2.1 and solaris 7 (fwd) Message-ID: For the archives, [ I forgot to do that, but better late than never ] I found that, juste type: env CC /path/to/gcc ./configure it's working. Eric ---------- Forwarded message ---------- Date: Fri, 28 Jun 2002 15:32:11 -0400 (EDT) From: Eric LeBlanc To: sunhelp at sunhelp.org Subject: php 4.2.1 and solaris 7 Hello, When I type ./configure, I have some errors... in particuliar, when this script can't open "conftest.out" ? I attached the output, anyone can read that and tell me what's the problem? Thanks! Eric loading cache ./config.cache checking for Cygwin environment... no checking for mingw32 environment... no checking host system type... sparc-sun-solaris2.7 checking for a BSD compatible install... ./install-sh -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets ${MAKE}... yes checking whether to enable maintainer-specific portions of Makefiles... no checking how to run the C preprocessor... grep: can't open conftest.out cc -E checking for AIX... no checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for style of include used by make... GNU checking dependency style of gcc... none checking whether gcc and cc understand -c and -o together... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... cc -E checking whether compiler supports -R... yes checking for ranlib... ranlib checking whether ln -s works... yes checking for gawk... (cached) nawk checking for bison... bison -y checking bison version... 1.34 (ok) checking for flex... lex checking for yywrap in -ll... yes checking lex output file root... lex.yy checking whether yytext is a pointer... no checking for working const... yes checking for pthreads_cflags... -pthreads checking for pthreads_lib... Configuring SAPI modules checking for AOLserver support... no checking for Apache 1.x module support via DSO through APXS... no checking for Apache 1.x module support... no checking for mod_charset compatibility option... no checking for Apache 2.0 module support via DSO through APXS... no checking for Caudium support... no checking whether writing to stdout works... This is the test message -- yes checking whether to force Apache CGI redirect... no checking whether to discard path_info + path_translated... no checking for fhttpd module support... no checking for CLI build... no checking for FastCGI support... no checking for Zeus ISAPI support... no checking for NSAPI support... no checking for PHTTPD support... no checking for Pi3Web Support... no checking for Roxen/Pike support... no checking for Servlet support... no checking for thttpd... no checking for TUX... no checking for webjames... no checking for chosen SAPI module... cgi Running system checks checking for missing declarations of reentrant functions... done checking for sendmail... /usr/lib/sendmail checking whether system uses EBCDIC... no checking for socket in -lsocket... yes checking for yp_get_default_domain... yes checking for dlopen in -ldl... yes checking for sin in -lm... yes checking for inet_aton in -lresolv... yes checking for res_search in -lsocket... yes checking for dn_skipname in -lresolv... no checking for __dn_skipname in -lresolv... yes checking for ANSI C header files... grep: can't open conftest.out no checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for fclose declaration... ok checking for ApplicationServices/ApplicationServices.h... grep: can't open conftest.out yes checking for alloca.h... grep: can't open conftest.out yes checking for arpa/inet.h... grep: can't open conftest.out yes checking for arpa/nameser.h... grep: can't open conftest.out yes checking for crypt.h... grep: can't open conftest.out yes checking for fcntl.h... grep: can't open conftest.out yes checking for grp.h... grep: can't open conftest.out yes checking for ieeefp.h... grep: can't open conftest.out yes checking for langinfo.h... grep: can't open conftest.out yes checking for limits.h... grep: can't open conftest.out yes checking for locale.h... grep: can't open conftest.out yes checking for netinet/in.h... grep: can't open conftest.out yes checking for pwd.h... grep: can't open conftest.out yes checking for resolv.h... grep: can't open conftest.out yes checking for signal.h... grep: can't open conftest.out yes checking for stdarg.h... grep: can't open conftest.out yes checking for stdlib.h... grep: can't open conftest.out yes checking for string.h... grep: can't open conftest.out yes checking for syslog.h... grep: can't open conftest.out yes checking for sysexits.h... grep: can't open conftest.out yes checking for sys/file.h... grep: can't open conftest.out yes checking for sys/mman.h... grep: can't open conftest.out yes checking for sys/mount.h... grep: can't open conftest.out yes checking for sys/resource.h... grep: can't open conftest.out yes checking for sys/select.h... grep: can't open conftest.out yes checking for sys/socket.h... grep: can't open conftest.out yes checking for sys/statfs.h... grep: can't open conftest.out yes checking for sys/statvfs.h... grep: can't open conftest.out yes checking for sys/vfs.h... grep: can't open conftest.out yes checking for sys/sysexits.h... grep: can't open conftest.out yes checking for sys/time.h... grep: can't open conftest.out yes checking for sys/types.h... grep: can't open conftest.out yes checking for sys/varargs.h... grep: can't open conftest.out yes checking for sys/wait.h... grep: can't open conftest.out yes checking for unistd.h... grep: can't open conftest.out yes checking for unix.h... grep: can't open conftest.out yes checking for utime.h... grep: can't open conftest.out yes checking whether struct tm is in sys/time.h or time.h... time.h checking for tm_zone in struct tm... no checking for tzname... yes checking for tm_gmtoff in struct tm... no checking for struct flock... yes checking for socklen_t... yes checking size of long... 4 checking size of int... 4 checking for st_blksize in struct stat... yes checking for st_blocks in struct stat... yes checking for st_rdev in struct stat... yes checking for size_t... no checking for uid_t in sys/types.h... no checking for struct sockaddr_storage... no checking for IPv6 support... no checking for vprintf... yes checking for asctime_r... yes checking for chroot... yes checking for ctime_r... yes checking for cuserid... yes checking for crypt... yes checking for flock... no checking for gai_strerror... no checking for gcvt... yes checking for getlogin... yes checking for gethostbyaddr... yes checking for getprotobyname... yes checking for getprotobynumber... yes checking for getservbyname... yes checking for getservbyport... yes checking for getrusage... yes checking for gettimeofday... yes checking for gmtime_r... yes checking for inet_aton... yes checking for isascii... yes checking for link... yes checking for localtime_r... yes checking for lockf... yes checking for lrand48... yes checking for memcpy... yes checking for memmove... yes checking for mkstemp... yes checking for mmap... yes checking for nl_langinfo... yes checking for putenv... yes checking for realpath... yes checking for random... yes checking for rand_r... yes checking for regcomp... yes checking for res_search... yes checking for setitimer... yes checking for setlocale... yes checking for localeconv... yes checking for setsockopt... yes checking for setvbuf... yes checking for shutdown... yes checking for sin... yes checking for snprintf... yes checking for srand48... yes checking for srandom... yes checking for statfs... yes checking for statvfs... yes checking for std_syslog... no checking for strcasecmp... yes checking for strcoll... yes checking for strdup... yes checking for strerror... yes checking for strftime... yes checking for strstr... yes checking for strtok_r... yes checking for symlink... yes checking for tempnam... yes checking for tzset... yes checking for unsetenv... no checking for usleep... yes checking for utime... yes checking for vsnprintf... yes checking for getaddrinfo... no checking for strlcat... no checking for strlcpy... no checking for getopt... yes checking whether utime accepts a null argument... yes checking for working alloca.h... (cached) yes checking for alloca... yes checking whether sprintf is broken... no checking for declared timezone... yes checking for type of reentrant time-related functions... POSIX checking for readdir_r... yes checking for type of readdir_r... POSIX checking whether to include debugging symbols... no checking layout of installed files... yes checking path to configuration file... yes checking whether to install PEAR, and where... yes checking whether to enable safe mode by default... no checking for safe mode exec dir... /usr/local/php/bin checking for OpenSSL support... no checking whether to enable PHP's own SIGCHLD handler... no checking whether to enable magic quotes by default... no checking whether to enable runpaths... yes checking whether to explicitly link against libgcc... no checking whether to enable short tags by default... yes checking whether to enable dmalloc... no checking for crypt in -lcrypt... yes Configuring extensions checking if the location of ZLIB install directory is defined... no checking for ZLIB support... no checking for ASPELL support... no checking whether to enable bc style precision math functions... no checking for BZip2 support... no checking whether to enable calendar conversion support... no checking for CCVS support... no checking for cpdflib support... no checking for CRACKlib support... no checking whether to enable ctype functions... yes checking for CURL support... no checking for CyberCash support... no checking for cybermut support... no checking for cyrus imap support... no checking for xDBM support... no checking whether to enable DBA... no checking for GDBM support... no checking for NDBM support... no checking for Berkeley DB2 support... no checking for Berkeley DB3 support... no checking for DBM support... no checking for CDB support... no checking whether to enable DBA interface... no checking whether to enable dbase support... no checking for dbplus support... no checking whether to enable dbx support... no checking whether to enable direct I/O support... no checking for DOM support... no checking for DOM XSLT support... no checking for DOM EXSLT support... no checking whether to enable EXIF support... no checking for FrontBase SQL92 (fbsql) support... no checking for FDF support... no checking whether to enable the bundled filePro support... no checking for FriBidi support... no checking whether to enable FTP support... no checking for GD support... no checking for GNU gettext support... no checking for GNU MP support... no checking for Hyperwave support... no checking for ICAP support... no checking for iconv support... no checking for IMAP support... no checking for Informix support... no checking for Ingres II support... no checking for InterBase support... no checking for IRCG support... no checking for Java support... no checking for LDAP support... no checking whether to enable multibyte string support... no checking whether to enable japanese encoding translation... no checking whether to enable multibyte regex support... no checking for MCAL support... no checking for mcrypt support... no checking for MCVE support... no checking for mhash support... no checking for MING support... no checking for mnoGoSearch support... no checking for msession support... no checking for mSQL support... no checking for Muscat support... no checking for MySQL support... yes checking for MySQL UNIX socket... /tmp/mysql.sock checking for inline... inline checking return type of signal handlers... void checking for ANSI C header files... (cached) no checking for sgtty.h... grep: can't open conftest.out yes checking for sys/ioctl.h... grep: can't open conftest.out yes checking for fcntl.h... (cached) yes checking for float.h... grep: can't open conftest.out yes checking for floatingpoint.h... grep: can't open conftest.out yes checking for ieeefp.h... (cached) yes checking for limits.h... (cached) yes checking for memory.h... grep: can't open conftest.out yes checking for pwd.h... (cached) yes checking for select.h... grep: can't open conftest.out yes checking for stdlib.h... (cached) yes checking for stddef.h... grep: can't open conftest.out yes checking for strings.h... grep: can't open conftest.out yes checking for string.h... (cached) yes checking for synch.h... grep: can't open conftest.out yes checking for sys/mman.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/timeb.h... grep: can't open conftest.out yes checking for sys/types.h... (cached) yes checking for sys/un.h... grep: can't open conftest.out yes checking for sys/vadvise.h... grep: can't open conftest.out yes checking for sys/wait.h... (cached) yes checking for term.h... grep: can't open conftest.out yes checking for unistd.h... (cached) yes checking for utime.h... (cached) yes checking for sys/utime.h... grep: can't open conftest.out yes checking for termio.h... grep: can't open conftest.out yes checking for termios.h... grep: can't open conftest.out yes checking for sched.h... grep: can't open conftest.out yes checking for crypt.h... (cached) yes checking for alloca.h... (cached) yes checking size of char... 1 checking size of int... (cached) 4 checking size of long... (cached) 4 checking size of long long... 8 checking for size_t... (cached) no checking whether time.h and sys/time.h may both be included... yes checking for uid_t in sys/types.h... (cached) no checking for type ulong... yes checking for type uchar... no checking for type uint... yes checking for type ushort... yes checking for int8... no checking base type of last arg to accept... int checking return type of qsort... void checking for alarm... yes checking for bmove... no checking for chsize... no checking for ftruncate... yes checking for rint... yes checking for finite... yes checking for fpsetmask... yes checking for fpresetsticky... no checking for cuserid... (cached) yes checking for fcntl... yes checking for fconvert... yes checking for getrusage... (cached) yes checking for getpwuid... yes checking for getcwd... yes checking for getrlimit... yes checking for getwd... yes checking for index... yes checking for locking... no checking for longjmp... yes checking for perror... yes checking for pread... yes checking for realpath... (cached) yes checking for rename... yes checking for socket... yes checking for strnlen... no checking for madvise... yes checking for strtoul... yes checking for strtoull... yes checking for snprintf... (cached) yes checking for tempnam... (cached) yes checking for thr_setconcurrency... yes checking for gethostbyaddr_r... yes checking for gethostbyname_r... yes checking for getpwnam... yes checking for bfill... no checking for bzero... yes checking for bcmp... yes checking for strstr... (cached) yes checking for strpbrk... yes checking for strerror... (cached) yes checking for tell... yes checking for atod... no checking for memcpy... (cached) yes checking for memmove... (cached) yes checking for setupterm... no checking for strcasecmp... (cached) yes checking for sighold... yes checking for vidattr... no checking for setupterm... (cached) no checking for lrand48... (cached) yes checking for localtime_r... (cached) yes checking for sigset... yes checking for sigthreadmask... no checking for pthread_sigmask... yes checking for pthread_setprio... no checking for pthread_setprio_np... no checking for pthread_setschedparam... yes checking for pthread_attr_setprio... no checking for pthread_attr_setschedparam... yes checking for pthread_attr_create... no checking for pthread_getsequence_np... no checking for pthread_attr_setstacksize... yes checking for pthread_condattr_create... no checking for rwlock_init... yes checking for crypt... (cached) yes checking for dlopen... yes checking for dlerror... yes checking for fchmod... yes checking for getpass... yes checking for getpassphrase... yes checking for strtok_r... (cached) yes checking style of gethostname_r routines... other checking 3 argument to gethostname_r routines... char checking args to pthread_getspecific... POSIX checking args to pthread_mutex_init... POSIX checking args to readdir_r... POSIX checking style of sigwait... POSIX checking for ncurses support... no checking for Oracle-OCI8 support... no checking for Adabas support... no checking for SAP DB support... no checking for Solid support... no checking for IBM DB2 support... no checking for Empress support... no checking for Empress local access support... no checking for Birdstep support... no checking for a custom ODBC support... no checking for iODBC support... no checking for Easysoft ODBC-ODBC Bridge support... no checking for unixODBC support... no checking for OpenLink ODBC support... no checking for DBMaker support... no checking for Oracle-ORACLE support... no checking whether to enable user-space object overloading support... no checking for Ovrimos SQL Server support... no checking whether to enable pcntl support... no checking for PCRE support... yes checking for memmove... (cached) yes checking for PDFlib support... no checking for Verisign Payflow Pro support... no checking for PostgreSQL support... no checking whether to enable POSIX-like functions... yes checking for seteuid... yes checking for setegid... yes checking for setsid... yes checking for getsid... yes checking for setpgid... yes checking for getpgid... yes checking for ctermid... yes checking for mkfifo... yes checking for getrlimit... (cached) yes checking for PSPELL support... no checking whether to include QDOM support... no checking for libedit readline replacement... no checking for readline support... no checking for recode support... no checking whether to enable PHP sessions... yes checking for mm support... no checking for pread... (cached) yes checking for pwrite... yes checking whether pwrite works without custom declaration... yes checking whether pread works without custom declaration... yes checking whether to enable shmop support... no checking for SNMP support... no checking whether to enable UCD SNMP hack... no checking whether to enable sockets support... no checking for dlopen... (cached) yes checking for pam_start in -lpam... yes checking for getcwd... (cached) yes checking for getwd... (cached) yes checking for standard DES crypt... yes checking for extended DES crypt... no checking for MD5 crypt... no checking for Blowfish crypt... no checking whether flush should be called explicitly after a bufferered io... yes checking whether to enable aggregation support... no checking for libswf support... no checking for Sybase support... no checking for Sybase-CT support... no checking whether to enable System V semaphore support... no checking whether to enable System V shared memory support... no checking whether to enable tokenizer support... no checking for vpopmail support... no checking whether to enable WDDX support... no checking whether byte ordering is bigendian... yes checking whether to enable XML support... yes checking external libexpat install dir... no checking for XMLRPC-EPI support... no checking libexpat dir for XMLRPC-EPI... no checking whether to enable xslt support... no checking for XSLT Sablotron backend... no checking libexpat dir for Sablotron XSL support... no checking enable JavaScript for Sablotron... no checking for YAZ support... no checking whether to include YP support... no checking for ZIP support... no checking whether to enable versioning... no checking which regex library to use... php Configuring Zend checking build system type... sparc-sun-solaris2.7 checking for ld used by GCC... /usr/local/sparc-sun-solaris2.7/bin/ld checking if the linker (/usr/local/sparc-sun-solaris2.7/bin/ld) is GNU ld... yes checking for /usr/local/sparc-sun-solaris2.7/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/local/bin/nm -B checking how to recognise dependant libraries... pass_all checking for object suffix... o checking for executable suffix... no checking command to parse /usr/local/bin/nm -B output... ok checking for dlfcn.h... grep: can't open conftest.out yes checking for ranlib... (cached) ranlib checking for strip... strip checking for objdir... .libs checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/local/sparc-sun-solaris2.7/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... solaris2.7 ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes creating libtool checking bison version... 1.34 (ok) checking for limits.h... (cached) yes checking for malloc.h... grep: can't open conftest.out yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for stdarg.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/time.h... (cached) yes checking for signal.h... (cached) yes checking for unix.h... (cached) yes checking for dlfcn.h... (cached) yes checking for size_t... (cached) no checking return type of signal handlers... (cached) void checking for dlopen in -ldl... (cached) yes checking for dlopen... (cached) yes checking whether dlsym() requires a leading underscore in symbol names... no checking for uint... no checking for ulong... no checking for vprintf... (cached) yes checking for 8-bit clean memcmp... yes checking for working alloca.h... (cached) yes checking for alloca... (cached) yes checking for memcpy... (cached) yes checking for strdup... (cached) yes checking for getpid... yes checking for kill... yes checking for strtod... yes checking for strtol... yes checking for finite... (cached) yes checking for fpclass... yes checking whether sprintf is broken... (cached) no checking for finite... (cached) yes checking for isfinite... no checking for isinf... no checking for isnan... yes checking whether fp_except is defined... no checking whether to enable experimental ZTS... no checking whether to enable inline optimization for GCC... no checking whether to enable a memory limit... no checking whether to enable Zend debugging... no checking for inline... (cached) inline Configuring TSRM checking for stdarg.h... (cached) yes Generating files checking for working mkdir -p... yes creating config_vars.mk updating cache ./config.cache creating ./config.status creating php4.spec creating Zend/Makefile creating main/build-defs.h creating pear/scripts/pear creating pear/scripts/phpize creating pear/scripts/php-config creating pear/scripts/pearize creating pear/scripts/phptar creating TSRM/Makefile creating main/php_config.h fastgen.sh: creating sapi/Makefile fastgen.sh: creating ext/Makefile fastgen.sh: creating Makefile fastgen.sh: creating pear/Makefile fastgen.sh: creating main/Makefile fastgen.sh: creating sapi/cli/Makefile fastgen.sh: creating ext/ctype/Makefile fastgen.sh: creating ext/mysql/Makefile fastgen.sh: creating ext/mysql/libmysql/Makefile fastgen.sh: creating ext/pcre/Makefile fastgen.sh: creating ext/pcre/pcrelib/Makefile fastgen.sh: creating ext/posix/Makefile fastgen.sh: creating ext/session/Makefile fastgen.sh: creating ext/standard/Makefile fastgen.sh: creating ext/xml/Makefile fastgen.sh: creating ext/xml/expat/Makefile fastgen.sh: creating sapi/cgi/Makefile fastgen.sh: creating regex/Makefile creating number.c creating number.h creating main/internal_functions.c creating main/internal_functions_cli.c +--------------------------------------------------------------------+ | *** WARNING *** | | | | You will be compiling the CGI version of PHP without any | | redirection checking. By putting this cgi binary somewhere in | | your web space, users may be able to circumvent existing .htaccess | | security by loading files directly through the parser. See | | http://www.php.net/manual/security.php for more details. | +--------------------------------------------------------------------+ | *** WARNING *** | | | | You chose to compile PHP with the built-in MySQL support. If you | | are compiling a server module, and intend to use other server | | modules that also use MySQL (e.g, mod_auth_mysql, PHP 3.0, | | mod_perl) you must NOT rely on PHP's built-in MySQL support, and | | instead build it with your local MySQL support files, by adding | | --with-mysql=/path/to/mysql to your configure line. | +--------------------------------------------------------------------+ | License: | | This software is subject to the PHP License, available in this | | distribution in the file LICENSE. By continuing this installation | | process, you are bound by the terms of this license agreement. | | If you do not agree with the terms of this license, you must abort | | the installation process at this point. | +--------------------------------------------------------------------+ | *** NOTE *** | | The default for register_globals is now OFF! | | | | If your application relies on register_globals being ON, you | | should explicitly set it to on in your php.ini file. | | Note that you are strongly encouraged to read | | http://www.php.net/manual/en/security.registerglobals.php | | about the implications of having register_globals set to on, and | | avoid using it if possible. | +--------------------------------------------------------------------+ Thank you for using PHP. From ikhaatschool24 at hotmail.com Wed Jul 3 04:58:36 2002 From: ikhaatschool24 at hotmail.com (ik haat school) Date: Wed, 03 Jul 2002 09:58:36 +0000 Subject: [SunHELP] sparcstation 5 and sparcserver 10 Message-ID: hello , I wonder if it is possible to downlaod an older version of solaris somewhere for this sun computers I had a cd with solaris but I've lost it . I have linux for sparc but only a new version and I wonder if it will run good so I am looking for solaris for this sun computers . If it isn't downlaodeble , is it buyeble ? _________________________________________________________________ Chat on line met vrienden en probeer MSN Messenger uit: http://messenger.msn.nl From yul at dallas.net Wed Jul 3 16:06:20 2002 From: yul at dallas.net (Email Bot) Date: Wed, 03 Jul 2002 16:06:20 -0500 Subject: [SunHELP] question about Solaris ldapadd Message-ID: <3D23674C.3080806@dallas.net> I installed IDS 4.13 but I have no "ldapadd" command. Where is it or what do I need to install in order to have an ldapadd command for Solaris 8 ? Thank you. From rbains at purusha.ca Mon Jul 8 01:04:15 2002 From: rbains at purusha.ca (Rob Bains) Date: Sun, 7 Jul 2002 23:04:15 -0700 Subject: [SunHELP] Dns problem In-Reply-To: Message-ID: <000601c22645$4a66b880$0802a8c0@JORDAN> Did you create the appropriate zone files, and do you have the appropriate A, inaddr.arpa, etc. records in your zone files? I don't know which version of BIND you are using, I would still checkout www.isc.org/products/bind which explains the syntax of all the BIND config. You should also make sure that you all the paths set correctly for config files and the zone files. Just a word of caution, named.conf is very picky for the syntax in zone files. HTH. ===== > Rob SCSA, SCNA, CCNA -----Original Message----- From: sunhelp-admin at sunhelp.org [mailto:sunhelp-admin at sunhelp.org] On Behalf Of kumar appan Sent: Monday, July 08, 2002 9:54 AM To: sunhelp at sunhelp.org Subject: [SunHELP] Dns problem Hi, Installed bind version 8.1.2 in solaris 7.After installation,unable to resolve names or Ip address.Please let me know how do we go about to troubeshoot this problem. Regards Kumar _______________________________________________ SunHELP maillist - SunHELP at sunhelp.org http://www.sunhelp.org/mailman/listinfo/sunhelp --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.373 / Virus Database: 208 - Release Date: 7/1/2002 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.373 / Virus Database: 208 - Release Date: 7/1/2002 From agabriel at home.tzo.org Mon Jul 8 19:53:20 2002 From: agabriel at home.tzo.org (Anthony J. Gabrielson) Date: Mon, 8 Jul 2002 20:53:20 -0400 (EDT) Subject: [SunHELP] sparcstation 5 and sparcserver 10 In-Reply-To: Message-ID: The versions you want should be available on ebay. If I were you I would prob stick with 2.6, it seems to be a good trade off of features vs current. my .02c Anthony On Wed, 3 Jul 2002, ik haat school wrote: > hello , > I wonder if it is possible to downlaod an older version of solaris somewhere > for this sun computers > I had a cd with solaris but I've lost it . > I have linux for sparc but only a new version and I wonder if it will run > good > so I am looking for solaris for this sun computers . > If it isn't downlaodeble , is it buyeble ? > > > > _________________________________________________________________ > Chat on line met vrienden en probeer MSN Messenger uit: > http://messenger.msn.nl > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp From subhasisg at yahoo.com Mon Jul 8 23:26:31 2002 From: subhasisg at yahoo.com (Subhasis Gupta) Date: Mon, 8 Jul 2002 21:26:31 -0700 (PDT) Subject: [SunHELP] Common Desktop Env not working Message-ID: <20020709042631.60296.qmail@web13906.mail.yahoo.com> The problem was solved by the Tech Support of the company which gives us support on the OS. This problem was being faced only while logging in as a specific user. What he did is given below: 1) Loggin in as root, he changed the home directory of the user to another directory. 2) Copied the .profile file in the new home directory. 3) Logged in as that user from the CDE. 4) Logged in as root and copied the files and some directories created in the new Home directory to the old home directory. (.dt,.solregis,.TTauthority,.Xauthority, .hotjava, .dtprofile) 5) Changed the home directory of the user to the old home directory. Subsequently when we logged in as that user, everything is working fine. Thanks for all the help I recd from the group. Regards, Subhasis Hi All, Apropos to my earlier mail, fine below a listing of the files in my / directory. I am seeing there is a distinct difference between this list with the files in the home directory of other users who were using the GUI. I am having a typical problem. The common desktop (GUI) is not starting up in my Sun Server. I can only see the mouse pointer. Nothing else is coming visible on the screen. I am doing everything using telnet. Can someone please help? Subhasis # ls -al / -rw------- 1 root other 432 Jul 7 16:14 .TTauthority -rw------- 1 root other 147 Jul 7 16:14 .Xauthority -rw------- 1 root root 1032 Jun 7 2000 .cpr_config -rw------- 1 root other 1040 Jul 6 18:54 .cpr_default drwxr-xr-x 16 root other 512 Jul 7 16:17 .dt -rwxr-xr-x 1 root other 5111 Jun 7 2000 .dtprofile drwx------ 2 root other 512 Mar 26 15:20 .fm drwxr-xr-x 2 root other 512 Jun 8 2000 .hotjava drwx------ 5 root other 512 Feb 6 17:19 .netscape -rw------- 1 root other 0 Jul 30 2000 .newsrc-news drwxr-xr-x 2 root other 512 Aug 4 2000 .sdtspell_dict -rw------- 1 root other 78 Jun 9 2000 .sh_history drwxr-x--x 2 root other 512 Jun 7 2000 .vmsa drwx------ 2 root other 512 Mar 26 15:20 .wastebasket drwx------ 2 root other 512 Oct 5 2000 DeadLetters drwx------ 2 root other 512 Jun 7 2000 Mail drwxr-xr-x 2 root root 512 Jun 7 2000 TT_DB ...... (truncated the files below this as they are user files and file systems) While the home directory of other users using the CDE is: -rw-r--r-- 1 oracle8i oinstall 230 Jan 6 2002 .OWdefaults -rw------- 1 oracle8i oinstall 144 Jul 6 03:44 .TTauthority -rw------- 1 oracle8i oinstall 98 Jul 6 03:44 .Xauthority -rw-r--r-- 1 oracle8i oinstall 968 Jun 26 23:42 .desksetdefaults drwxr-xr-x 14 oracle8i oinstall 512 Jul 8 07:08 .dt -rwxr-xr-x 1 oracle8i oinstall 5111 Jul 31 2001 .dtprofile drwx------ 4 oracle8i oinstall 512 Jan 6 2002 .fm drwxr-xr-x 2 oracle8i oinstall 512 Aug 1 2001 .hotjava drwx------ 5 oracle8i oinstall 512 May 27 09:37 .netscape -rw-r--r-- 1 oracle8i oinstall 1018 Oct 18 2001 .profile -rw------- 1 oracle8i oinstall 4820 Jul 8 10:00 .sh_history drwx------ 2 oracle8i oinstall 512 Jul 8 07:08 .solregis drwx------ 2 oracle8i oinstall 512 Sep 5 2001 .wastebasket The distinct difference is in the root's home directory the files: .OWdefaults, .desksetdefaults. Will copying these files from another directory and then changing the owner/rights of the files help in any way? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com From subhasisg at yahoo.com Mon Jul 8 23:30:49 2002 From: subhasisg at yahoo.com (Subhasis Gupta) Date: Mon, 8 Jul 2002 21:30:49 -0700 (PDT) Subject: [SunHELP] Kill command In-Reply-To: <00952BA7DDE8D411A5A90008C7DB77BF198304@atc-ry-nt1.atc.com.sa> Message-ID: <20020709043049.77649.qmail@web13901.mail.yahoo.com> Try writing a script as follows (say killuser): #!/bin/sh user=$1 kill -9 `ps -ef | awk '$1=="$user" {print $2}'` 2>/dev/null Then run killuser username This would kill all the processes owned by the user . Let me know, if this works, Regards, Subhasis --- "Zakaria A. Mattar" wrote: > Dear all, > > How can I kill any session using the preocess name > not the ID > > Zakaria A. Mattar > Advanced Telecom Co. > Operation Engineer > Tel: +966 1 4601877/114 > Fax: +966 1 4601988 > Email: zmattar at atc.com.sa > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com From bogus@does.not.exist.com Tue Jul 9 00:53:50 2002 From: bogus@does.not.exist.com () Date: Tue, 9 Jul 2002 15:53:50 +1000 Subject: So what does it do? Was RE: [SunHELP] What is this "sh -c true" u sed for? Message-ID: <057701CA3225D3119E290008C75B9E53051DC973@ntmsg0039.corpmail.telstra.com.au> Hi All, Looks like no one seems to know what those "sh -c true" are for. Its not really a problem. I am just curious ! and its bugging me !! I looked around the internet and there are lots of scripts that have these "sh -c true" calls in them. They all seem to be related to perl module installs. Any ideas as to where else I can look! TW -----Original Message----- From: DAUBIGNE Sebastien - BOR ( SDaubigne at bordeaux-bersol.sema.slb.com ) [mailto:SDaubigne at bordeaux-bersol.sema.slb.com] Sent: Thursday, 4 July 2002 9:27 PM To: Sun Help Subject: RE: [SunHELP] What is this "sh -c true" used for? "True" is a bourne-shell script that does nothing (see /usr/bin/true). Its purpose is to return a no-error code (0). I don't understand what is "sh -c true" made for. --- Sebastien DAUBIGNE sdaubigne at bordeaux-bersol.sema.slb.com - (+33)5.57.26.56.36 SchlumbergerSema - SGS/DWH/Pessac -----Message d'origine----- De: Foong, Tzeweng [SMTP:Tzeweng.Foong at team.telstra.com] Date: jeudi 4 juillet 2002 10:30 : Sun Help Objet: [SunHELP] What is this "sh -c true" used for? Hello all, I had a peep into a shell script and I did not understand it!. Hope you guys can shed some light on what it is doing. The shell script installs some perl modules. but, I am not understanding what those "/bin/sh -c true" lines do? Please enlighten me!! Attached below are the first few lines from the shell script. ----------------------------------------- /bin/sh -c true /bin/sh -c true /bin/sh -c true /usr/bin/perl -I/usr/perl5/5.00503/sun4-solaris -I/usr/perl5/5.00503 \ -MExtUtils::MakeMaker=Version_check \ -e "Version_check('5.4302')" /bin/sh -c true /bin/sh -c true /bin/sh -c true /bin/sh -c true /bin/sh -c true /bin/sh -c true /usr/bin/perl -we '%m=@ARGV;for (keys %m){' -e 'next if -e $m{$_} && -M $m{$_} < -M $_ && -M $m{$_} < -M "Makefile";' -e 'print "Manifying $m{$_}\n";' -e 'system(qq[$^X ].q["-I/usr/perl5/5.00503/sun4-solaris" "-I/usr/perl5/5.00503" /usr/local/bin/pod2man ].qq[$_>$m{$_}])==0 or warn "Couldn\047t install $m{$_}\n";' -e 'chmod(oct(644)), $m{$_} or warn "chmod 644 $m{$_}: $!\n";}' \ Parser.pm \ blib/man3/HTML::Parser.3 \ lib/HTML/Entities.pm \ blib/man3/HTML::Entities.3 \ lib/HTML/Filter.pm \ blib/man3/HTML::Filter.3 \ lib/HTML/HeadParser.pm \ blib/man3/HTML::HeadParser.3 \ lib/HTML/TokeParser.pm \ blib/man3/HTML::TokeParser.3 \ lib/HTML/LinkExtor.pm \ blib/man3/HTML::LinkExtor.3 /bin/sh -c true vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv _______________________________________________ SunHELP maillist - SunHELP at sunhelp.org http://www.sunhelp.org/mailman/listinfo/sunhelp _______________________________________________ SunHELP maillist - SunHELP at sunhelp.org http://www.sunhelp.org/mailman/listinfo/sunhelp From bogus@does.not.exist.com Tue Jul 9 02:23:20 2002 From: bogus@does.not.exist.com () Date: Tue, 9 Jul 2002 14:23:20 +0700 Subject: [SunHELP] date + time Message-ID: <8B0101D32365D4119D3900508BD8A61F018F1032@thcwtx01> My new box is Solaris 8 + recommend patch. I'm in the country at GMT + 7 [BKK]. But after I've check with 'date' command, after I used 'ntpdate' to sync with time source already I've got the following result to compare: Solaris 8 - New machine. # date Tue Jul 9 00:12:27 GMT 2002 Solaris 2.6 - existing machines. # date Tue Jul 9 14:11:50 GMT+7 2002 Someone please suggest how to make this new solaris 8 baby to walking in the same time with other children. Note: all Solaris use 2.6 use 'ntpdate' to sync time with core router and I plan to do that with Solaris 8 box also. From kumarav50 at hotmail.com Tue Jul 9 16:50:22 2002 From: kumarav50 at hotmail.com (kumar appan) Date: Tue, 9 Jul 2002 14:50:22 -0700 Subject: [SunHELP] Kernel backup Message-ID: Hi, How to take the kernel backup in solaris Regards Kumar From jh at r2r.de Tue Jul 9 07:30:53 2002 From: jh at r2r.de (jh) Date: Tue, 09 Jul 2002 14:30:53 +0200 Subject: [SunHELP] [SUNHELP]setfacl and template-files Message-ID: <3D2AD77C.A0CE40DD@r2r.de> Hello Gurus, following problem: I want to set acl`s on files. So I can set them with setfacl -m u:testuser:7 myfile. O.K. But sometimes I have to set so much acl`s that I would like to use a template-file, with all acl`s to be set in it. There is a option -f but my files always doesn`t work!!! Example-Lines user::rwx,group::rw-,other:rw-,mask:rwx,user:mba:rwx or user::7,group::6,other:6,mask:7,user:mba:7 or u::7,g::6,o:6,m:7,u:mba:7 and then # setfacl -f acl_file testfile System gives back: only rwx or [0]n format is allowed What`s the failure??? Thanks previously! only rwx or [0]n format is allowed -- Mit freundlichen Gruessen, ______________________________________________ Jens Hamann Unix Consultant R2R Informations- und Kommunikations AG Anzengruberstr. 12 D-83101 Rohrdorf Tel: +49-8032-9899-0 Fax: +49-8032-9899-29 http://www.r2r.de mailto:jhamann at r2r.de ______________________________________________ From wyatt at draggoo.com Tue Jul 9 10:27:03 2002 From: wyatt at draggoo.com (Wyatt Draggoo) Date: Tue, 09 Jul 2002 08:27:03 -0700 (PDT) Subject: So what does it do? Was RE: [SunHELP] What is this "sh -c true" u sed for? Message-ID: <20020709082709.3958.h009.c001.wm@mail.draggoo.com.criticalpath.net> >From what I can tell, `sh -c true' is used for compatibility reasons. Not all Unices have a `true' binary, but all will run `sh -c true' without problems. The reason there are so many in the Perl install script is because it's generated on the fly. In most Perl install scipts (that I've seen, anyway), `sh -c true' is used for $NOOP, as in no operation, or don't do anything. If, for that particular part of the install, no action is needed (the file might not be relavant on your platform, etc.) it adds $NOOP, or `sh -c true' into the install script. So, for each `sh -c true' line, there was a part of the install which wasn't relavant to your platform for some reason. Wyatt > > Hi All, > > Looks like no one seems to know what those "sh -c true" are for. > Its not really a problem. I am just curious ! and its bugging me !! > > I looked around the internet and there are lots of scripts that > have these "sh -c true" calls in them. They all seem to be related > to perl module installs. > > Any ideas as to where else I can look! > > TW > > > > -----Original Message----- > From: DAUBIGNE Sebastien - BOR ( SDaubigne at bordeaux-bersol.sema.slb.com > ) [mailto:SDaubigne at bordeaux-bersol.sema.slb.com] > Sent: Thursday, 4 July 2002 9:27 PM > To: Sun Help > Subject: RE: [SunHELP] What is this "sh -c true" used for? > > > "True" is a bourne-shell script that does nothing (see /usr/bin/true). > Its purpose is to return a no-error code (0). > > I don't understand what is "sh -c true" made for. > --- > Sebastien DAUBIGNE > sdaubigne at bordeaux-bersol.sema.slb.com > - (+33)5.57.26.56.36 > SchlumbergerSema - SGS/DWH/Pessac > > > -----Message d'origine----- > De: Foong, Tzeweng [SMTP:Tzeweng.Foong at team.telstra.com] > Date: jeudi 4 juillet 2002 10:30 > : Sun Help > Objet: [SunHELP] What is this "sh -c true" used for? > > Hello all, > > I had a peep into a shell script and I did not understand it!. > Hope you guys can shed some light on what it is doing. The > shell script installs some perl modules. but, I am not > understanding what those "/bin/sh -c true" lines do? > > Please enlighten me!! > > Attached below are the first few lines from the shell script. > ----------------------------------------- > /bin/sh -c true > /bin/sh -c true > /bin/sh -c true > /usr/bin/perl -I/usr/perl5/5.00503/sun4-solaris -I/usr/perl5/5.00503 > \ > -MExtUtils::MakeMaker=Version_check \ > -e "Version_check('5.4302')" > /bin/sh -c true > /bin/sh -c true > /bin/sh -c true > /bin/sh -c true > /bin/sh -c true > /bin/sh -c true > /usr/bin/perl -we '%m=@ARGV;for (keys %m){' -e 'next if -e $m{$_} > && -M > $m{$_} < -M $_ && -M $m{$_} < -M "Makefile";' -e 'print "Manifying > $m{$_}\n";' -e 'system(qq[$^X > ].q["-I/usr/perl5/5.00503/sun4-solaris" > "-I/usr/perl5/5.00503" /usr/local/bin/pod2man ].qq[$_>$m{$_}])==0 or > warn > "Couldn\047t install $m{$_}\n";' -e 'chmod(oct(644)), $m{$_} or > warn "chmod > 644 $m{$_}: $!\n";}' \ > Parser.pm \ > blib/man3/HTML::Parser.3 \ > lib/HTML/Entities.pm \ > blib/man3/HTML::Entities.3 \ > lib/HTML/Filter.pm \ > blib/man3/HTML::Filter.3 \ > lib/HTML/HeadParser.pm \ > blib/man3/HTML::HeadParser.3 \ > lib/HTML/TokeParser.pm \ > blib/man3/HTML::TokeParser.3 \ > lib/HTML/LinkExtor.pm \ > blib/man3/HTML::LinkExtor.3 > /bin/sh -c true > vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp -- Wyatt Draggoo From toselva at hotmail.com Tue Jul 9 12:06:20 2002 From: toselva at hotmail.com (Selva Kumar) Date: Tue, 09 Jul 2002 17:06:20 +0000 Subject: [SunHELP] Kill command Message-ID: Use: pkill This would help. Regards, Selvam >From: Subhasis Gupta >To: "Zakaria A. Mattar" , SunHELP at sunhelp.org >Subject: Re: [SunHELP] Kill command >Date: Mon, 8 Jul 2002 21:30:49 -0700 (PDT) > >Try writing a script as follows (say killuser): >#!/bin/sh >user=$1 >kill -9 `ps -ef | awk '$1=="$user" {print $2}'` >2>/dev/null > >Then run killuser username >This would kill all the processes owned by the user >. >Let me know, if this works, >Regards, >Subhasis > >--- "Zakaria A. Mattar" wrote: > > Dear all, > > > > How can I kill any session using the preocess name > > not the ID > > > > Zakaria A. Mattar > > Advanced Telecom Co. > > Operation Engineer > > Tel: +966 1 4601877/114 > > Fax: +966 1 4601988 > > Email: zmattar at atc.com.sa > > _______________________________________________ > > SunHELP maillist - SunHELP at sunhelp.org > > http://www.sunhelp.org/mailman/listinfo/sunhelp >Sign up for SBC Yahoo! Dial - First Month Free >http://sbc.yahoo.com >_______________________________________________ >SunHELP maillist - SunHELP at sunhelp.org >http://www.sunhelp.org/mailman/listinfo/sunhelp ------------------------------------------------------------------------ Chat with friends online, try MSN Messenger: Click Here From toml at engr.orst.edu Tue Jul 9 14:15:20 2002 From: toml at engr.orst.edu (Tom Lieuallen) Date: Tue, 09 Jul 2002 12:15:20 -0700 Subject: [SunHELP] Raid Manager and A1000 for solaris 9 Message-ID: <200207091915.MAA26423@engr.orst.edu> Rumor has it that Solaris 9 isn't and won't be supported in Solaris 9. Some locals have calls open to Sun, but Sun isn't giving out any good news. Does anyone else have information on this? I find it hard to believe, but it really looks true. :-( Tom Lieuallen Oregon STate University From bogus@does.not.exist.com Tue Jul 9 16:38:15 2002 From: bogus@does.not.exist.com () Date: Tue, 9 Jul 2002 17:38:15 -0400 Subject: [SunHELP] ssh2 key auth. Message-ID: <1354F0101F81D3118C3B009027AF53CD03183738@hafele17.hafele.org> trying to get ssh2 key authentication working. I've ran ssh-keygen on the server which created these files: Private key saved to /opt/home/luser/.ssh2/id_dsa_1024_a Public key saved to /opt/home/luser/.ssh2/id_dsa_1024_a.pub I've duplicated these files onto a client box, same dirs. I haven't established what I need to do next as it continues to ask me for a password when I ssh. Help appreciated. From bricker at wellinx.com Tue Jul 9 16:51:41 2002 From: bricker at wellinx.com (Ben Ricker) Date: 09 Jul 2002 16:51:41 -0500 Subject: [SunHELP] ssh2 key auth. In-Reply-To: <1354F0101F81D3118C3B009027AF53CD03183738@hafele17.hafele.org> References: <1354F0101F81D3118C3B009027AF53CD03183738@hafele17.hafele.org> Message-ID: <1026251501.1683.58.camel@dhcp35.wellinx.com> You need to create a file on the server you are trying to access with key authentication called 'authorized_keys2' or 'authorized_keys', depending on what version of ssh you use. In that file, paste the contents of the id_dsa_1024_a.pub key into the file. Another thing you can try is to use the '-v' option when ssh'ing from the client. For example: 'ssh -v user at host'. This will output verbose information about the connection and you might catch a problem that way. The www.openssh.com site has a good man page for ssh which gives you a run-down on the authentication protocol. HTH, Ben Ricker Web Security Administrator Wellinx.com On Tue, 2002-07-09 at 16:38, Markham, Richard wrote: > trying to get ssh2 key authentication working. > I've ran ssh-keygen on the server which created these files: > > Private key saved to /opt/home/luser/.ssh2/id_dsa_1024_a > Public key saved to /opt/home/luser/.ssh2/id_dsa_1024_a.pub > I've duplicated these files onto a client box, same dirs. > > I haven't established what I need to do next as it continues > to ask me for a password when I ssh. > > Help appreciated. > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp From pmitcheson at iee.org Tue Jul 9 17:28:21 2002 From: pmitcheson at iee.org (Paul Mitcheson) Date: Tue, 09 Jul 2002 23:28:21 +0100 Subject: [SunHELP] hme driver options Message-ID: <3D2B6385.6DB8848D@iee.org> Dear All, I have an Ultra 1 200E with 100mbit hme interface. When hme0 is set to autonegotiate with my netgear 10/100 switch, it negotiates 100Mbit FDX sucesfully, but it takes time. Sometime, the time it takes is too long and dhcpd times out. If I set: set hme:hme_adv_autoneg_cap=0 set hme:hme_adv_100hdx_cap=0 set hme:hme_adv_100fdx_cap=1 in /etc/system, the interface is configured immediately to 1000MBit FDX, but the switch only configures to 100MBit HDX. Does anyone have any ideas how I can force the hme to FDX 100 and getv the switch configured as well. The switch is unmanaged so I can't force a particular port to FDX. Thanks, Paul -- -------------------------------------------------------- .---. / \ \. at -@./ Paul Mitcheson /`\_/`\ Control and Power Research Group // _ \\ Imperial College London | \ )|_ mailto:paul at mitcheson.org /`\_`> <_/ \ http://www.mitcheson.org/paul \__/'---'\__/ -------------------------------------------------------- From dlewis at dsl-co.com Tue Jul 9 21:57:49 2002 From: dlewis at dsl-co.com (Dave Lewis) Date: Tue, 09 Jul 2002 22:57:49 -0400 Subject: [SunHELP] Problems with MYSQL on solaris 7 Message-ID: <5.1.0.14.2.20020709225329.03bee008@mail.dsl-co.com> i can't mysql 3.23.51 to compile (during the make portion) on my sparc20/solaris 7 box can anyone shed some light on this ? gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../include -I../include -O3 -DDBUG_OFF -DHAVE_CURSES_H -I/opt/m/mysql-3.23.51/include -DHAVE_RWLOCK_T -c hp_test2.c /bin/sh ../libtool --mode=link gcc -O3 -DDBUG_OFF -DHAVE_CURSES_H -I/opt/m/mysql-3.23.51/include -DHAVE_RWLOCK_T -o hp_test2 hp_test2.o libheap.a ../mysys/libmysys.a ../dbug/libdbug.a ../strings/libmystrings.a -lpthread -lthread -lcrypt -lgen -lsocket -lnsl -lm -lpthread -lthread gcc -O3 -DDBUG_OFF -DHAVE_CURSES_H -I/opt/m/mysql-3.23.51/include -DHAVE_RWLOCK_T -o hp_test2 hp_test2.o libheap.a ../mysys/libmysys.a ../dbug/libdbug.a ../strings/libmystrings.a -lpthread -lthread -lcrypt -lgen -lsocket -lnsl -lm -lpthread -lthread make[2]: Leaving directory `/opt/m/mysql-3.23.51/heap' Making all in sql make[2]: Entering directory `/opt/m/mysql-3.23.51/sql' Making all in share make[3]: Entering directory `/opt/m/mysql-3.23.51/sql/share' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/opt/m/mysql-3.23.51/sql/share' make[3]: Entering directory `/opt/m/mysql-3.23.51/sql' g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local\"" -DDATADIR="\"/usr/local/var\"" -DSHAREDIR="\"/usr/local/share/mysql\"" -DHAVE_CONFIG_H -I./../include -I./../regex -I. -I../include -I.. -I. -O3 -DDBUG_OFF -fno-implicit-templates -fno-exceptions -fno-rtti -DHAVE_CURSES_H -I/opt/m/mysql-3.23.51/include -DHAVE_RWLOCK_T -c sql_lex.cc sql_lex.cc: In function `void lex_init()': sql_lex.cc:85: `symbols' undeclared (first use this function) sql_lex.cc:85: (Each undeclared identifier is reported only once for each function it appears in.) sql_lex.cc:87: `sql_functions' undeclared (first use this function) sql_lex.cc: In function `int find_keyword(LEX*, unsigned int, bool)': sql_lex.cc:168: `get_hash_symbol' undeclared (first use this function) make[3]: *** [sql_lex.o] Error 1 make[3]: Leaving directory `/opt/m/mysql-3.23.51/sql' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/opt/m/mysql-3.23.51/sql' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/opt/m/mysql-3.23.51' make: *** [all-recursive-am] Error 2 From wmcdonald at ntlworld.com Wed Jul 10 02:28:35 2002 From: wmcdonald at ntlworld.com (Will Mc Donald) Date: Wed, 10 Jul 2002 08:28:35 +0100 Subject: [SunHELP] Problems with MYSQL on solaris 7 References: <5.1.0.14.2.20020709225329.03bee008@mail.dsl-co.com> Message-ID: <00e801c227e4$a5c3e220$cb3ca8c0@orctel.internal> This may not be the exact errors you're receiving but the symptoms sound the same, tail /var/adm/messages to see if there are any "out of swap space" errors. http://www.mysql.com/doc/C/o/Compilation_problems.html If you get errors when compiling `sql_yacc.cc', such as the ones shown here, you have probably run out of memory or swap space: Internal compiler error: program cc1plus got fatal signal 11 or Out of virtual memory or Virtual memory exhausted The problem is that gcc requires huge amounts of memory to compile `sql_yacc.cc' with inline functions. Try running configure with the --with-low-memory option: shell> ./configure --with-low-memory This option causes -fno-inline to be added to the compile line if you are using gcc and -O0 if you are using something else. You should try the --with-low-memory option even if you have so much memory and swap space that you think you can't possibly have run out. This problem has been observed to occur even on systems with generous hardware configurations, and the --with-low-memory option usually fixes it. Will. ----- Original Message ----- From: "Dave Lewis" To: Sent: Wednesday, July 10, 2002 3:57 AM Subject: [SunHELP] Problems with MYSQL on solaris 7 > i can't mysql 3.23.51 to compile (during the make portion) on my > sparc20/solaris 7 box > > can anyone shed some light on this ? > > sql_lex.cc: In function `void lex_init()': > sql_lex.cc:85: `symbols' undeclared (first use this function) > sql_lex.cc:85: (Each undeclared identifier is reported only once for each > function it appears in.) > sql_lex.cc:87: `sql_functions' undeclared (first use this function) > sql_lex.cc: In function `int find_keyword(LEX*, unsigned int, bool)': > sql_lex.cc:168: `get_hash_symbol' undeclared (first use this function) From paulgiura at yahoo.com Wed Jul 10 03:59:34 2002 From: paulgiura at yahoo.com (Giura Paul) Date: Wed, 10 Jul 2002 01:59:34 -0700 (PDT) Subject: [SunHELP] Haw can I automatic delete old mail? Message-ID: <20020710085934.73096.qmail@web13604.mail.yahoo.com> Hi, I want to have in my mail box just last 5 days, and automatic delete the anther days. Help appreciated. Thank you Paul Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com From wdh at belbone.be Wed Jul 10 07:21:02 2002 From: wdh at belbone.be (Wim) Date: Wed, 10 Jul 2002 14:21:02 +0200 Subject: [SunHELP] dns doesn't work in solaris 9!!!! Message-ID: <3D2C26AE.8090908@belbone.be> Hello! I have a serious problem... when I pinged a hostname instead of an ip-address, I realised that my dns lookup isn't working. I found out that dig works but nslookup don't!! anyone has an idea? some output: bash-2.05# dig www.cisco.com ; <<>> DiG 8.3 <<>> www.cisco.com ;; res options: init recurs defnam dnsrch ;; got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2 ;; QUERY SECTION: ;; www.cisco.com, type = A, class = IN ;; ANSWER SECTION: www.cisco.com. 20h53m59s IN A 198.133.219.25 ;; AUTHORITY SECTION: cisco.com. 20h13m2s IN NS NS1.cisco.com. cisco.com. 20h13m2s IN NS NS2.cisco.com. ;; ADDITIONAL SECTION: NS1.cisco.com. 7h32m58s IN A 128.107.241.185 NS2.cisco.com. 1h31m7s IN A 192.135.250.69 ;; Total query time: 73 msec ;; FROM: freya to SERVER: default -- 192.168.230.6 ;; WHEN: Wed Jul 10 14:15:09 2002 ;; MSG SIZE sent: 31 rcvd: 124 bash-2.05# nslookup www.cisco.com *** Can't find server name for address 192.168.230.6: Non-existent host/domain *** Default servers are not available bash-2.05# Cheers! Wim From agabriel at home.tzo.org Wed Jul 10 07:18:46 2002 From: agabriel at home.tzo.org (Anthony J. Gabrielson) Date: Wed, 10 Jul 2002 08:18:46 -0400 (EDT) Subject: [SunHELP] dns doesn't work in solaris 9!!!! In-Reply-To: <3D2C26AE.8090908@belbone.be> Message-ID: tell me about your nsswitch.conf file - especially the hosts line. Anthony On Wed, 10 Jul 2002, Wim wrote: > Hello! > > > I have a serious problem... > when I pinged a hostname instead of an ip-address, I realised that my > dns lookup isn't working. > I found out that dig works but nslookup don't!! > > > anyone has an idea? > > > some output: > > > bash-2.05# dig www.cisco.com > > ; <<>> DiG 8.3 <<>> www.cisco.com > ;; res options: init recurs defnam dnsrch > ;; got answer: > ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4 > ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2 > ;; QUERY SECTION: > ;; www.cisco.com, type = A, class = IN > > ;; ANSWER SECTION: > www.cisco.com. 20h53m59s IN A 198.133.219.25 > > ;; AUTHORITY SECTION: > cisco.com. 20h13m2s IN NS NS1.cisco.com. > cisco.com. 20h13m2s IN NS NS2.cisco.com. > > ;; ADDITIONAL SECTION: > NS1.cisco.com. 7h32m58s IN A 128.107.241.185 > NS2.cisco.com. 1h31m7s IN A 192.135.250.69 > > ;; Total query time: 73 msec > ;; FROM: freya to SERVER: default -- 192.168.230.6 > ;; WHEN: Wed Jul 10 14:15:09 2002 > ;; MSG SIZE sent: 31 rcvd: 124 > > bash-2.05# nslookup www.cisco.com > *** Can't find server name for address 192.168.230.6: Non-existent > host/domain > *** Default servers are not available > bash-2.05# > > > Cheers! > > Wim > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp From wdh at belbone.be Wed Jul 10 07:30:23 2002 From: wdh at belbone.be (Wim) Date: Wed, 10 Jul 2002 14:30:23 +0200 Subject: [SunHELP] dns doesn't work in solaris 9!!!! References: Message-ID: <3D2C28DF.7010408@belbone.be> Anthony J. Gabrielson wrote: >tell me about your nsswitch.conf file - especially the hosts line. > Here's my a extract of nsswitch.conf: passwd: files group: files hosts: files dns ipnodes: files networks: files protocols: files rpc: files ethers: files netmasks: files bootparams: files publickey: files # At present there isn't a 'files' backend for netgroup; the system will # figure it out pretty quickly, and won't use netgroups at all. netgroup: files automount: files aliases: files services: files sendmailvars: files printers: user files auth_attr: files prof_attr: files project: files Cheers, Wim > >Anthony > >On Wed, 10 Jul 2002, Wim wrote: > >>Hello! >> >> >>I have a serious problem... >>when I pinged a hostname instead of an ip-address, I realised that my >>dns lookup isn't working. >>I found out that dig works but nslookup don't!! >> >> >>anyone has an idea? >> >> >>some output: >> >> >>bash-2.05# dig www.cisco.com >> >>; <<>> DiG 8.3 <<>> www.cisco.com >>;; res options: init recurs defnam dnsrch >>;; got answer: >>;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4 >>;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2 >>;; QUERY SECTION: >>;; www.cisco.com, type = A, class = IN >> >>;; ANSWER SECTION: >>www.cisco.com. 20h53m59s IN A 198.133.219.25 >> >>;; AUTHORITY SECTION: >>cisco.com. 20h13m2s IN NS NS1.cisco.com. >>cisco.com. 20h13m2s IN NS NS2.cisco.com. >> >>;; ADDITIONAL SECTION: >>NS1.cisco.com. 7h32m58s IN A 128.107.241.185 >>NS2.cisco.com. 1h31m7s IN A 192.135.250.69 >> >>;; Total query time: 73 msec >>;; FROM: freya to SERVER: default -- 192.168.230.6 >>;; WHEN: Wed Jul 10 14:15:09 2002 >>;; MSG SIZE sent: 31 rcvd: 124 >> >>bash-2.05# nslookup www.cisco.com >>*** Can't find server name for address 192.168.230.6: Non-existent >>host/domain >>*** Default servers are not available >>bash-2.05# >> >> >>Cheers! >> >>Wim >>_______________________________________________ >>SunHELP maillist - SunHELP at sunhelp.org >>http://www.sunhelp.org/mailman/listinfo/sunhelp From agabriel at home.tzo.org Wed Jul 10 07:35:52 2002 From: agabriel at home.tzo.org (Anthony J. Gabrielson) Date: Wed, 10 Jul 2002 08:35:52 -0400 (EDT) Subject: [SunHELP] dns doesn't work in solaris 9!!!! In-Reply-To: <3D2C28DF.7010408@belbone.be> Message-ID: Switch that dns & files entry on the hosts line. Then try it again/ Anthony On Wed, 10 Jul 2002, Wim wrote: > > Anthony J. Gabrielson wrote: > > >tell me about your nsswitch.conf file - especially the hosts line. > > > Here's my a extract of nsswitch.conf: > > passwd: files > group: files > hosts: files dns > ipnodes: files > networks: files > protocols: files > rpc: files > ethers: files > netmasks: files > bootparams: files > publickey: files > # At present there isn't a 'files' backend for netgroup; the system will > # figure it out pretty quickly, and won't use netgroups at all. > netgroup: files > automount: files > aliases: files > services: files > sendmailvars: files > printers: user files > > auth_attr: files > prof_attr: files > project: files > > Cheers, > > Wim > > > > >Anthony > > > >On Wed, 10 Jul 2002, Wim wrote: > > > >>Hello! > >> > >> > >>I have a serious problem... > >>when I pinged a hostname instead of an ip-address, I realised that my > >>dns lookup isn't working. > >>I found out that dig works but nslookup don't!! > >> > >> > >>anyone has an idea? > >> > >> > >>some output: > >> > >> > >>bash-2.05# dig www.cisco.com > >> > >>; <<>> DiG 8.3 <<>> www.cisco.com > >>;; res options: init recurs defnam dnsrch > >>;; got answer: > >>;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4 > >>;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2 > >>;; QUERY SECTION: > >>;; www.cisco.com, type = A, class = IN > >> > >>;; ANSWER SECTION: > >>www.cisco.com. 20h53m59s IN A 198.133.219.25 > >> > >>;; AUTHORITY SECTION: > >>cisco.com. 20h13m2s IN NS NS1.cisco.com. > >>cisco.com. 20h13m2s IN NS NS2.cisco.com. > >> > >>;; ADDITIONAL SECTION: > >>NS1.cisco.com. 7h32m58s IN A 128.107.241.185 > >>NS2.cisco.com. 1h31m7s IN A 192.135.250.69 > >> > >>;; Total query time: 73 msec > >>;; FROM: freya to SERVER: default -- 192.168.230.6 > >>;; WHEN: Wed Jul 10 14:15:09 2002 > >>;; MSG SIZE sent: 31 rcvd: 124 > >> > >>bash-2.05# nslookup www.cisco.com > >>*** Can't find server name for address 192.168.230.6: Non-existent > >>host/domain > >>*** Default servers are not available > >>bash-2.05# > >> > >> > >>Cheers! > >> > >>Wim > >>_______________________________________________ > >>SunHELP maillist - SunHELP at sunhelp.org > >>http://www.sunhelp.org/mailman/listinfo/sunhelp From wdh at belbone.be Wed Jul 10 08:02:45 2002 From: wdh at belbone.be (Wim) Date: Wed, 10 Jul 2002 15:02:45 +0200 Subject: [SunHELP] dns doesn't work in solaris 9!!!! References: Message-ID: <3D2C3075.8090705@belbone.be> Hmm... Switched dns & files, but still the same problem.... The Dig method works! nslookup doesn't... strange! Anthony J. Gabrielson wrote: >Switch that dns & files entry on the hosts line. Then try it again/ > >Anthony > >On Wed, 10 Jul 2002, Wim wrote: > >>Anthony J. Gabrielson wrote: >> >>>tell me about your nsswitch.conf file - especially the hosts line. >>> >>Here's my a extract of nsswitch.conf: >> >>passwd: files >>group: files >>hosts: files dns >>ipnodes: files >>networks: files >>protocols: files >>rpc: files >>ethers: files >>netmasks: files >>bootparams: files >>publickey: files >># At present there isn't a 'files' backend for netgroup; the system will >># figure it out pretty quickly, and won't use netgroups at all. >>netgroup: files >>automount: files >>aliases: files >>services: files >>sendmailvars: files >>printers: user files >> >>auth_attr: files >>prof_attr: files >>project: files >> >>Cheers, >> >>Wim >> >>>Anthony >>> >>>On Wed, 10 Jul 2002, Wim wrote: >>> >>>>Hello! >>>> >>>> >>>>I have a serious problem... >>>>when I pinged a hostname instead of an ip-address, I realised that my >>>>dns lookup isn't working. >>>>I found out that dig works but nslookup don't!! >>>> >>>> >>>>anyone has an idea? >>>> >>>> >>>>some output: >>>> >>>> >>>>bash-2.05# dig www.cisco.com >>>> >>>>; <<>> DiG 8.3 <<>> www.cisco.com >>>>;; res options: init recurs defnam dnsrch >>>>;; got answer: >>>>;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4 >>>>;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2 >>>>;; QUERY SECTION: >>>>;; www.cisco.com, type = A, class = IN >>>> >>>>;; ANSWER SECTION: >>>>www.cisco.com. 20h53m59s IN A 198.133.219.25 >>>> >>>>;; AUTHORITY SECTION: >>>>cisco.com. 20h13m2s IN NS NS1.cisco.com. >>>>cisco.com. 20h13m2s IN NS NS2.cisco.com. >>>> >>>>;; ADDITIONAL SECTION: >>>>NS1.cisco.com. 7h32m58s IN A 128.107.241.185 >>>>NS2.cisco.com. 1h31m7s IN A 192.135.250.69 >>>> >>>>;; Total query time: 73 msec >>>>;; FROM: freya to SERVER: default -- 192.168.230.6 >>>>;; WHEN: Wed Jul 10 14:15:09 2002 >>>>;; MSG SIZE sent: 31 rcvd: 124 >>>> >>>>bash-2.05# nslookup www.cisco.com >>>>*** Can't find server name for address 192.168.230.6: Non-existent >>>>host/domain >>>>*** Default servers are not available >>>>bash-2.05# >>>> >>>> >>>>Cheers! >>>> >>>>Wim >>>>_______________________________________________ >>>>SunHELP maillist - SunHELP at sunhelp.org >>>>http://www.sunhelp.org/mailman/listinfo/sunhelp From TomST at netins.com Wed Jul 10 08:11:07 2002 From: TomST at netins.com (TomST at netins.com) Date: Wed, 10 Jul 2002 08:11:07 -0500 Subject: [SunHELP] dns doesn't work in solaris 9!!!! Message-ID: What about your /etc/resolv.conf what does it look like? -----Original Message----- From: Wim [mailto:wdh at belbone.be] Sent: Wednesday, July 10, 2002 8:03 AM To: Anthony J. Gabrielson Cc: sunhelp at sunhelp.org Subject: Re: [SunHELP] dns doesn't work in solaris 9!!!! Hmm... Switched dns & files, but still the same problem.... The Dig method works! nslookup doesn't... strange! Anthony J. Gabrielson wrote: >Switch that dns & files entry on the hosts line. Then try it again/ > >Anthony > >On Wed, 10 Jul 2002, Wim wrote: > >>Anthony J. Gabrielson wrote: >> >>>tell me about your nsswitch.conf file - especially the hosts line. >>> >>Here's my a extract of nsswitch.conf: >> >>passwd: files >>group: files >>hosts: files dns >>ipnodes: files >>networks: files >>protocols: files >>rpc: files >>ethers: files >>netmasks: files >>bootparams: files >>publickey: files >># At present there isn't a 'files' backend for netgroup; the system will >># figure it out pretty quickly, and won't use netgroups at all. >>netgroup: files >>automount: files >>aliases: files >>services: files >>sendmailvars: files >>printers: user files >> >>auth_attr: files >>prof_attr: files >>project: files >> >>Cheers, >> >>Wim >> >>>Anthony >>> >>>On Wed, 10 Jul 2002, Wim wrote: >>> >>>>Hello! >>>> >>>> >>>>I have a serious problem... >>>>when I pinged a hostname instead of an ip-address, I realised that my >>>>dns lookup isn't working. >>>>I found out that dig works but nslookup don't!! >>>> >>>> >>>>anyone has an idea? >>>> >>>> >>>>some output: >>>> >>>> >>>>bash-2.05# dig www.cisco.com >>>> >>>>; <<>> DiG 8.3 <<>> www.cisco.com >>>>;; res options: init recurs defnam dnsrch >>>>;; got answer: >>>>;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4 >>>>;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2 >>>>;; QUERY SECTION: >>>>;; www.cisco.com, type = A, class = IN >>>> >>>>;; ANSWER SECTION: >>>>www.cisco.com. 20h53m59s IN A 198.133.219.25 >>>> >>>>;; AUTHORITY SECTION: >>>>cisco.com. 20h13m2s IN NS NS1.cisco.com. >>>>cisco.com. 20h13m2s IN NS NS2.cisco.com. >>>> >>>>;; ADDITIONAL SECTION: >>>>NS1.cisco.com. 7h32m58s IN A 128.107.241.185 >>>>NS2.cisco.com. 1h31m7s IN A 192.135.250.69 >>>> >>>>;; Total query time: 73 msec >>>>;; FROM: freya to SERVER: default -- 192.168.230.6 >>>>;; WHEN: Wed Jul 10 14:15:09 2002 >>>>;; MSG SIZE sent: 31 rcvd: 124 >>>> >>>>bash-2.05# nslookup www.cisco.com >>>>*** Can't find server name for address 192.168.230.6: Non-existent >>>>host/domain >>>>*** Default servers are not available >>>>bash-2.05# >>>> >>>> >>>>Cheers! >>>> >>>>Wim >>>>_______________________________________________ >>>>SunHELP maillist - SunHELP at sunhelp.org >>>>http://www.sunhelp.org/mailman/listinfo/sunhelp _______________________________________________ SunHELP maillist - SunHELP at sunhelp.org http://www.sunhelp.org/mailman/listinfo/sunhelp From wdh at belbone.be Wed Jul 10 08:11:38 2002 From: wdh at belbone.be (Wim) Date: Wed, 10 Jul 2002 15:11:38 +0200 Subject: [SunHELP] dns doesn't work in solaris 9!!!! References: Message-ID: <3D2C328A.10901@belbone.be> Should be ok: search car.belbone.be nameserver 192.168.230.6 I see that the query enters my DNS server.... But the strange thing is: it does a reverse lookup of a private address... Jul 10 14:43:25 odin named[2432]: XX+/192.168.230.11/6.230.168.192.in-addr.arpa/PTR/IN Cheers! Wim TomST at netins.com wrote: >What about your /etc/resolv.conf what does it look like? > >-----Original Message----- >From: Wim [mailto:wdh at belbone.be] >Sent: Wednesday, July 10, 2002 8:03 AM >To: Anthony J. Gabrielson >Cc: sunhelp at sunhelp.org >Subject: Re: [SunHELP] dns doesn't work in solaris 9!!!! > > >Hmm... > >Switched dns & files, but still the same problem.... >The Dig method works! nslookup doesn't... strange! > >Anthony J. Gabrielson wrote: > >>Switch that dns & files entry on the hosts line. Then try it again/ >> >>Anthony >> >>On Wed, 10 Jul 2002, Wim wrote: >> >>>Anthony J. Gabrielson wrote: >>> >>>>tell me about your nsswitch.conf file - especially the hosts line. >>>> >>>Here's my a extract of nsswitch.conf: >>> >>>passwd: files >>>group: files >>>hosts: files dns >>>ipnodes: files >>>networks: files >>>protocols: files >>>rpc: files >>>ethers: files >>>netmasks: files >>>bootparams: files >>>publickey: files >>># At present there isn't a 'files' backend for netgroup; the system will >>># figure it out pretty quickly, and won't use netgroups at all. >>>netgroup: files >>>automount: files >>>aliases: files >>>services: files >>>sendmailvars: files >>>printers: user files >>> >>>auth_attr: files >>>prof_attr: files >>>project: files >>> >>>Cheers, >>> >>>Wim >>> >>>>Anthony >>>> >>>>On Wed, 10 Jul 2002, Wim wrote: >>>> >>>>>Hello! >>>>> >>>>> >>>>>I have a serious problem... >>>>>when I pinged a hostname instead of an ip-address, I realised that my >>>>>dns lookup isn't working. >>>>>I found out that dig works but nslookup don't!! >>>>> >>>>> >>>>>anyone has an idea? >>>>> >>>>> >>>>>some output: >>>>> >>>>> >>>>>bash-2.05# dig www.cisco.com >>>>> >>>>>; <<>> DiG 8.3 <<>> www.cisco.com >>>>>;; res options: init recurs defnam dnsrch >>>>>;; got answer: >>>>>;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4 >>>>>;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2 >>>>>;; QUERY SECTION: >>>>>;; www.cisco.com, type = A, class = IN >>>>> >>>>>;; ANSWER SECTION: >>>>>www.cisco.com. 20h53m59s IN A 198.133.219.25 >>>>> >>>>>;; AUTHORITY SECTION: >>>>>cisco.com. 20h13m2s IN NS NS1.cisco.com. >>>>>cisco.com. 20h13m2s IN NS NS2.cisco.com. >>>>> >>>>>;; ADDITIONAL SECTION: >>>>>NS1.cisco.com. 7h32m58s IN A 128.107.241.185 >>>>>NS2.cisco.com. 1h31m7s IN A 192.135.250.69 >>>>> >>>>>;; Total query time: 73 msec >>>>>;; FROM: freya to SERVER: default -- 192.168.230.6 >>>>>;; WHEN: Wed Jul 10 14:15:09 2002 >>>>>;; MSG SIZE sent: 31 rcvd: 124 >>>>> >>>>>bash-2.05# nslookup www.cisco.com >>>>>*** Can't find server name for address 192.168.230.6: Non-existent >>>>>host/domain >>>>>*** Default servers are not available >>>>>bash-2.05# >>>>> >>>>> >>>>>Cheers! >>>>> >>>>>Wim >>>>>_______________________________________________ >>>>>SunHELP maillist - SunHELP at sunhelp.org >>>>>http://www.sunhelp.org/mailman/listinfo/sunhelp >>>>> >_______________________________________________ >SunHELP maillist - SunHELP at sunhelp.org >http://www.sunhelp.org/mailman/listinfo/sunhelp From TomST at netins.com Wed Jul 10 08:20:31 2002 From: TomST at netins.com (TomST at netins.com) Date: Wed, 10 Jul 2002 08:20:31 -0500 Subject: [SunHELP] dns doesn't work in solaris 9!!!! Message-ID: I think you should have a domin line in there as well. I am not sure if the order matters as well. In all of the examples that I show and use it goes like: domain somedomain.com nameserver xxx.xxx.xxx.xxx search otherdomain.com -----Original Message----- From: Wim [mailto:wdh at belbone.be] Sent: Wednesday, July 10, 2002 8:12 AM To: Tom Stewart Cc: sunhelp at sunhelp.org Subject: Re: [SunHELP] dns doesn't work in solaris 9!!!! Should be ok: search car.belbone.be nameserver 192.168.230.6 I see that the query enters my DNS server.... But the strange thing is: it does a reverse lookup of a private address... Jul 10 14:43:25 odin named[2432]: XX+/192.168.230.11/6.230.168.192.in-addr.arpa/PTR/IN Cheers! Wim TomST at netins.com wrote: >What about your /etc/resolv.conf what does it look like? > >-----Original Message----- >From: Wim [mailto:wdh at belbone.be] >Sent: Wednesday, July 10, 2002 8:03 AM >To: Anthony J. Gabrielson >Cc: sunhelp at sunhelp.org >Subject: Re: [SunHELP] dns doesn't work in solaris 9!!!! > > >Hmm... > >Switched dns & files, but still the same problem.... >The Dig method works! nslookup doesn't... strange! > >Anthony J. Gabrielson wrote: > >>Switch that dns & files entry on the hosts line. Then try it again/ >> >>Anthony >> >>On Wed, 10 Jul 2002, Wim wrote: >> >>>Anthony J. Gabrielson wrote: >>> >>>>tell me about your nsswitch.conf file - especially the hosts line. >>>> >>>Here's my a extract of nsswitch.conf: >>> >>>passwd: files >>>group: files >>>hosts: files dns >>>ipnodes: files >>>networks: files >>>protocols: files >>>rpc: files >>>ethers: files >>>netmasks: files >>>bootparams: files >>>publickey: files >>># At present there isn't a 'files' backend for netgroup; the system will >>># figure it out pretty quickly, and won't use netgroups at all. >>>netgroup: files >>>automount: files >>>aliases: files >>>services: files >>>sendmailvars: files >>>printers: user files >>> >>>auth_attr: files >>>prof_attr: files >>>project: files >>> >>>Cheers, >>> >>>Wim >>> >>>>Anthony >>>> >>>>On Wed, 10 Jul 2002, Wim wrote: >>>> >>>>>Hello! >>>>> >>>>> >>>>>I have a serious problem... >>>>>when I pinged a hostname instead of an ip-address, I realised that my >>>>>dns lookup isn't working. >>>>>I found out that dig works but nslookup don't!! >>>>> >>>>> >>>>>anyone has an idea? >>>>> >>>>> >>>>>some output: >>>>> >>>>> >>>>>bash-2.05# dig www.cisco.com >>>>> >>>>>; <<>> DiG 8.3 <<>> www.cisco.com >>>>>;; res options: init recurs defnam dnsrch >>>>>;; got answer: >>>>>;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4 >>>>>;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2 >>>>>;; QUERY SECTION: >>>>>;; www.cisco.com, type = A, class = IN >>>>> >>>>>;; ANSWER SECTION: >>>>>www.cisco.com. 20h53m59s IN A 198.133.219.25 >>>>> >>>>>;; AUTHORITY SECTION: >>>>>cisco.com. 20h13m2s IN NS NS1.cisco.com. >>>>>cisco.com. 20h13m2s IN NS NS2.cisco.com. >>>>> >>>>>;; ADDITIONAL SECTION: >>>>>NS1.cisco.com. 7h32m58s IN A 128.107.241.185 >>>>>NS2.cisco.com. 1h31m7s IN A 192.135.250.69 >>>>> >>>>>;; Total query time: 73 msec >>>>>;; FROM: freya to SERVER: default -- 192.168.230.6 >>>>>;; WHEN: Wed Jul 10 14:15:09 2002 >>>>>;; MSG SIZE sent: 31 rcvd: 124 >>>>> >>>>>bash-2.05# nslookup www.cisco.com >>>>>*** Can't find server name for address 192.168.230.6: Non-existent >>>>>host/domain >>>>>*** Default servers are not available >>>>>bash-2.05# >>>>> >>>>> >>>>>Cheers! >>>>> >>>>>Wim >>>>>_______________________________________________ >>>>>SunHELP maillist - SunHELP at sunhelp.org >>>>>http://www.sunhelp.org/mailman/listinfo/sunhelp >>>>> >_______________________________________________ >SunHELP maillist - SunHELP at sunhelp.org >http://www.sunhelp.org/mailman/listinfo/sunhelp From TomST at netins.com Wed Jul 10 08:25:52 2002 From: TomST at netins.com (TomST at netins.com) Date: Wed, 10 Jul 2002 08:25:52 -0500 Subject: [SunHELP] dns doesn't work in solaris 9!!!! Message-ID: you can also check to see if your name server is working by doing it from the command line nslookup www.cisco.com 192.168.230.6 this will bypass the resolv.conf file -----Original Message----- From: Wim [mailto:wdh at belbone.be] Sent: Wednesday, July 10, 2002 8:12 AM To: Tom Stewart Cc: sunhelp at sunhelp.org Subject: Re: [SunHELP] dns doesn't work in solaris 9!!!! Should be ok: search car.belbone.be nameserver 192.168.230.6 I see that the query enters my DNS server.... But the strange thing is: it does a reverse lookup of a private address... Jul 10 14:43:25 odin named[2432]: XX+/192.168.230.11/6.230.168.192.in-addr.arpa/PTR/IN Cheers! Wim TomST at netins.com wrote: >What about your /etc/resolv.conf what does it look like? > >-----Original Message----- >From: Wim [mailto:wdh at belbone.be] >Sent: Wednesday, July 10, 2002 8:03 AM >To: Anthony J. Gabrielson >Cc: sunhelp at sunhelp.org >Subject: Re: [SunHELP] dns doesn't work in solaris 9!!!! > > >Hmm... > >Switched dns & files, but still the same problem.... >The Dig method works! nslookup doesn't... strange! > >Anthony J. Gabrielson wrote: > >>Switch that dns & files entry on the hosts line. Then try it again/ >> >>Anthony >> >>On Wed, 10 Jul 2002, Wim wrote: >> >>>Anthony J. Gabrielson wrote: >>> >>>>tell me about your nsswitch.conf file - especially the hosts line. >>>> >>>Here's my a extract of nsswitch.conf: >>> >>>passwd: files >>>group: files >>>hosts: files dns >>>ipnodes: files >>>networks: files >>>protocols: files >>>rpc: files >>>ethers: files >>>netmasks: files >>>bootparams: files >>>publickey: files >>># At present there isn't a 'files' backend for netgroup; the system will >>># figure it out pretty quickly, and won't use netgroups at all. >>>netgroup: files >>>automount: files >>>aliases: files >>>services: files >>>sendmailvars: files >>>printers: user files >>> >>>auth_attr: files >>>prof_attr: files >>>project: files >>> >>>Cheers, >>> >>>Wim >>> >>>>Anthony >>>> >>>>On Wed, 10 Jul 2002, Wim wrote: >>>> >>>>>Hello! >>>>> >>>>> >>>>>I have a serious problem... >>>>>when I pinged a hostname instead of an ip-address, I realised that my >>>>>dns lookup isn't working. >>>>>I found out that dig works but nslookup don't!! >>>>> >>>>> >>>>>anyone has an idea? >>>>> >>>>> >>>>>some output: >>>>> >>>>> >>>>>bash-2.05# dig www.cisco.com >>>>> >>>>>; <<>> DiG 8.3 <<>> www.cisco.com >>>>>;; res options: init recurs defnam dnsrch >>>>>;; got answer: >>>>>;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4 >>>>>;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2 >>>>>;; QUERY SECTION: >>>>>;; www.cisco.com, type = A, class = IN >>>>> >>>>>;; ANSWER SECTION: >>>>>www.cisco.com. 20h53m59s IN A 198.133.219.25 >>>>> >>>>>;; AUTHORITY SECTION: >>>>>cisco.com. 20h13m2s IN NS NS1.cisco.com. >>>>>cisco.com. 20h13m2s IN NS NS2.cisco.com. >>>>> >>>>>;; ADDITIONAL SECTION: >>>>>NS1.cisco.com. 7h32m58s IN A 128.107.241.185 >>>>>NS2.cisco.com. 1h31m7s IN A 192.135.250.69 >>>>> >>>>>;; Total query time: 73 msec >>>>>;; FROM: freya to SERVER: default -- 192.168.230.6 >>>>>;; WHEN: Wed Jul 10 14:15:09 2002 >>>>>;; MSG SIZE sent: 31 rcvd: 124 >>>>> >>>>>bash-2.05# nslookup www.cisco.com >>>>>*** Can't find server name for address 192.168.230.6: Non-existent >>>>>host/domain >>>>>*** Default servers are not available >>>>>bash-2.05# >>>>> >>>>> >>>>>Cheers! >>>>> >>>>>Wim >>>>>_______________________________________________ >>>>>SunHELP maillist - SunHELP at sunhelp.org >>>>>http://www.sunhelp.org/mailman/listinfo/sunhelp >>>>> >_______________________________________________ >SunHELP maillist - SunHELP at sunhelp.org >http://www.sunhelp.org/mailman/listinfo/sunhelp From wdh at belbone.be Wed Jul 10 08:24:19 2002 From: wdh at belbone.be (Wim) Date: Wed, 10 Jul 2002 15:24:19 +0200 Subject: [SunHELP] dns doesn't work in solaris 9!!!! References: Message-ID: <3D2C3583.4050404@belbone.be> Tried that one earlier... Doesn't work... Cheers! Wim TomST at netins.com wrote: >I think you should have a domin line in there as well. I am not sure if the order matters as well. In all of the examples that I show and use it goes like: >domain somedomain.com >nameserver xxx.xxx.xxx.xxx >search otherdomain.com > >-----Original Message----- >From: Wim [mailto:wdh at belbone.be] >Sent: Wednesday, July 10, 2002 8:12 AM >To: Tom Stewart >Cc: sunhelp at sunhelp.org >Subject: Re: [SunHELP] dns doesn't work in solaris 9!!!! > > >Should be ok: >search car.belbone.be >nameserver 192.168.230.6 > >I see that the query enters my DNS server.... >But the strange thing is: it does a reverse lookup of a private address... > >Jul 10 14:43:25 odin named[2432]: >XX+/192.168.230.11/6.230.168.192.in-addr.arpa/PTR/IN > >Cheers! > >Wim > >TomST at netins.com wrote: > >>What about your /etc/resolv.conf what does it look like? >> >>-----Original Message----- >>From: Wim [mailto:wdh at belbone.be] >>Sent: Wednesday, July 10, 2002 8:03 AM >>To: Anthony J. Gabrielson >>Cc: sunhelp at sunhelp.org >>Subject: Re: [SunHELP] dns doesn't work in solaris 9!!!! >> >> >>Hmm... >> >>Switched dns & files, but still the same problem.... >>The Dig method works! nslookup doesn't... strange! >> >>Anthony J. Gabrielson wrote: >> >>>Switch that dns & files entry on the hosts line. Then try it again/ >>> >>>Anthony >>> >>>On Wed, 10 Jul 2002, Wim wrote: >>> >>>>Anthony J. Gabrielson wrote: >>>> >>>>>tell me about your nsswitch.conf file - especially the hosts line. >>>>> >>>>Here's my a extract of nsswitch.conf: >>>> >>>>passwd: files >>>>group: files >>>>hosts: files dns >>>>ipnodes: files >>>>networks: files >>>>protocols: files >>>>rpc: files >>>>ethers: files >>>>netmasks: files >>>>bootparams: files >>>>publickey: files >>>># At present there isn't a 'files' backend for netgroup; the system will >>>># figure it out pretty quickly, and won't use netgroups at all. >>>>netgroup: files >>>>automount: files >>>>aliases: files >>>>services: files >>>>sendmailvars: files >>>>printers: user files >>>> >>>>auth_attr: files >>>>prof_attr: files >>>>project: files >>>> >>>>Cheers, >>>> >>>>Wim >>>> >>>>>Anthony >>>>> >>>>>On Wed, 10 Jul 2002, Wim wrote: >>>>> >>>>>>Hello! >>>>>> >>>>>> >>>>>>I have a serious problem... >>>>>>when I pinged a hostname instead of an ip-address, I realised that my >>>>>>dns lookup isn't working. >>>>>>I found out that dig works but nslookup don't!! >>>>>> >>>>>> >>>>>>anyone has an idea? >>>>>> >>>>>> >>>>>>some output: >>>>>> >>>>>> >>>>>>bash-2.05# dig www.cisco.com >>>>>> >>>>>>; <<>> DiG 8.3 <<>> www.cisco.com >>>>>>;; res options: init recurs defnam dnsrch >>>>>>;; got answer: >>>>>>;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4 >>>>>>;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2 >>>>>>;; QUERY SECTION: >>>>>>;; www.cisco.com, type = A, class = IN >>>>>> >>>>>>;; ANSWER SECTION: >>>>>>www.cisco.com. 20h53m59s IN A 198.133.219.25 >>>>>> >>>>>>;; AUTHORITY SECTION: >>>>>>cisco.com. 20h13m2s IN NS NS1.cisco.com. >>>>>>cisco.com. 20h13m2s IN NS NS2.cisco.com. >>>>>> >>>>>>;; ADDITIONAL SECTION: >>>>>>NS1.cisco.com. 7h32m58s IN A 128.107.241.185 >>>>>>NS2.cisco.com. 1h31m7s IN A 192.135.250.69 >>>>>> >>>>>>;; Total query time: 73 msec >>>>>>;; FROM: freya to SERVER: default -- 192.168.230.6 >>>>>>;; WHEN: Wed Jul 10 14:15:09 2002 >>>>>>;; MSG SIZE sent: 31 rcvd: 124 >>>>>> >>>>>>bash-2.05# nslookup www.cisco.com >>>>>>*** Can't find server name for address 192.168.230.6: Non-existent >>>>>>host/domain >>>>>>*** Default servers are not available >>>>>>bash-2.05# >>>>>> >>>>>> >>>>>>Cheers! >>>>>> >>>>>>Wim >>>>>>_______________________________________________ >>>>>>SunHELP maillist - SunHELP at sunhelp.org >>>>>>http://www.sunhelp.org/mailman/listinfo/sunhelp >>>>>> >>_______________________________________________ >>SunHELP maillist - SunHELP at sunhelp.org >>http://www.sunhelp.org/mailman/listinfo/sunhelp From shj at pine.dk Wed Jul 10 08:28:41 2002 From: shj at pine.dk (Simon Jespersen) Date: Wed, 10 Jul 2002 15:28:41 +0200 Subject: [SunHELP] script help test on return value $? Message-ID: I need a little script help I want to test on the return value from another program #!/bin/ksh #Running getstate.pl getstate.pl echo $? #the output is 1 but how do i test on this. I have programmet the perl scritp so i returns 0 if outcome is diffrent than inspected and it works. if [ $? -eq 1 ] ; then /this doesnt seem to work echo do something fi Simon Jespersen Project engineer Pine Tree Systems A/S Damhaven 5d DK-7100 Vejle Email: shj at pine.dk Phone: +4575724477 From wdh at belbone.be Wed Jul 10 08:25:27 2002 From: wdh at belbone.be (Wim) Date: Wed, 10 Jul 2002 15:25:27 +0200 Subject: [SunHELP] dns doesn't work in solaris 9!!!! References: Message-ID: <3D2C35C7.4020608@belbone.be> Still the same... Cheers! Wim TomST at netins.com wrote: >you can also check to see if your name server is working by doing it from the >command line > >nslookup www.cisco.com 192.168.230.6 > >this will bypass the resolv.conf file > >-----Original Message----- >From: Wim [mailto:wdh at belbone.be] >Sent: Wednesday, July 10, 2002 8:12 AM >To: Tom Stewart >Cc: sunhelp at sunhelp.org >Subject: Re: [SunHELP] dns doesn't work in solaris 9!!!! > > >Should be ok: >search car.belbone.be >nameserver 192.168.230.6 > >I see that the query enters my DNS server.... >But the strange thing is: it does a reverse lookup of a private address... > >Jul 10 14:43:25 odin named[2432]: >XX+/192.168.230.11/6.230.168.192.in-addr.arpa/PTR/IN > >Cheers! > >Wim > >TomST at netins.com wrote: > >>What about your /etc/resolv.conf what does it look like? >> >>-----Original Message----- >>From: Wim [mailto:wdh at belbone.be] >>Sent: Wednesday, July 10, 2002 8:03 AM >>To: Anthony J. Gabrielson >>Cc: sunhelp at sunhelp.org >>Subject: Re: [SunHELP] dns doesn't work in solaris 9!!!! >> >> >>Hmm... >> >>Switched dns & files, but still the same problem.... >>The Dig method works! nslookup doesn't... strange! >> >>Anthony J. Gabrielson wrote: >> >>>Switch that dns & files entry on the hosts line. Then try it again/ >>> >>>Anthony >>> >>>On Wed, 10 Jul 2002, Wim wrote: >>> >>>>Anthony J. Gabrielson wrote: >>>> >>>>>tell me about your nsswitch.conf file - especially the hosts line. >>>>> >>>>Here's my a extract of nsswitch.conf: >>>> >>>>passwd: files >>>>group: files >>>>hosts: files dns >>>>ipnodes: files >>>>networks: files >>>>protocols: files >>>>rpc: files >>>>ethers: files >>>>netmasks: files >>>>bootparams: files >>>>publickey: files >>>># At present there isn't a 'files' backend for netgroup; the system will >>>># figure it out pretty quickly, and won't use netgroups at all. >>>>netgroup: files >>>>automount: files >>>>aliases: files >>>>services: files >>>>sendmailvars: files >>>>printers: user files >>>> >>>>auth_attr: files >>>>prof_attr: files >>>>project: files >>>> >>>>Cheers, >>>> >>>>Wim >>>> >>>>>Anthony >>>>> >>>>>On Wed, 10 Jul 2002, Wim wrote: >>>>> >>>>>>Hello! >>>>>> >>>>>> >>>>>>I have a serious problem... >>>>>>when I pinged a hostname instead of an ip-address, I realised that my >>>>>>dns lookup isn't working. >>>>>>I found out that dig works but nslookup don't!! >>>>>> >>>>>> >>>>>>anyone has an idea? >>>>>> >>>>>> >>>>>>some output: >>>>>> >>>>>> >>>>>>bash-2.05# dig www.cisco.com >>>>>> >>>>>>; <<>> DiG 8.3 <<>> www.cisco.com >>>>>>;; res options: init recurs defnam dnsrch >>>>>>;; got answer: >>>>>>;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4 >>>>>>;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2 >>>>>>;; QUERY SECTION: >>>>>>;; www.cisco.com, type = A, class = IN >>>>>> >>>>>>;; ANSWER SECTION: >>>>>>www.cisco.com. 20h53m59s IN A 198.133.219.25 >>>>>> >>>>>>;; AUTHORITY SECTION: >>>>>>cisco.com. 20h13m2s IN NS NS1.cisco.com. >>>>>>cisco.com. 20h13m2s IN NS NS2.cisco.com. >>>>>> >>>>>>;; ADDITIONAL SECTION: >>>>>>NS1.cisco.com. 7h32m58s IN A 128.107.241.185 >>>>>>NS2.cisco.com. 1h31m7s IN A 192.135.250.69 >>>>>> >>>>>>;; Total query time: 73 msec >>>>>>;; FROM: freya to SERVER: default -- 192.168.230.6 >>>>>>;; WHEN: Wed Jul 10 14:15:09 2002 >>>>>>;; MSG SIZE sent: 31 rcvd: 124 >>>>>> >>>>>>bash-2.05# nslookup www.cisco.com >>>>>>*** Can't find server name for address 192.168.230.6: Non-existent >>>>>>host/domain >>>>>>*** Default servers are not available >>>>>>bash-2.05# >>>>>> >>>>>> >>>>>>Cheers! >>>>>> >>>>>>Wim >>>>>>_______________________________________________ >>>>>>SunHELP maillist - SunHELP at sunhelp.org >>>>>>http://www.sunhelp.org/mailman/listinfo/sunhelp >>>>>> >>_______________________________________________ >>SunHELP maillist - SunHELP at sunhelp.org >>http://www.sunhelp.org/mailman/listinfo/sunhelp >> >_______________________________________________ >SunHELP maillist - SunHELP at sunhelp.org >http://www.sunhelp.org/mailman/listinfo/sunhelp From wmcdonald at ntlworld.com Wed Jul 10 08:37:00 2002 From: wmcdonald at ntlworld.com (Will Mc Donald) Date: Wed, 10 Jul 2002 14:37:00 +0100 Subject: [SunHELP] script help test on return value $? References: Message-ID: <038901c22816$df693200$cb3ca8c0@orctel.internal> You mean in perl or in sh? Ah, I see you mean in kshell... http://quong.best.vwh.net/shellin20/#LtohTOCentry-18 The special variable $? contains the exit status of the last command run, however you should rarely have to access this variable. Evaluate the command in the if/while directly. The following example shows how to process a file $fx if it contains a java class. # poor, too wordy grep -c ~class $fx > /dev/null if [ $? = 0 ]; then process $fx fi # much better, directly run grep if grep -c class $fx > /dev/null; then process $fx fi Presumably != will negate the test. Have a play around. Will. ----- Original Message ----- From: "Simon Jespersen" To: "Sun solaris help list" Sent: Wednesday, July 10, 2002 2:28 PM Subject: [SunHELP] script help test on return value $? > I need a little script help > I want to test on the return value from another program > #!/bin/ksh > #Running getstate.pl > getstate.pl > > echo $? #the output is 1 but how do i test on this. I have programmet the > perl scritp so i returns 0 if outcome is diffrent than inspected and it > works. > > > if [ $? -eq 1 ] ; then /this doesnt seem to work > echo do something > fi From istvan.takacs at hungax.com Wed Jul 10 09:07:32 2002 From: istvan.takacs at hungax.com (Takacs Istvan) Date: Wed, 10 Jul 2002 16:07:32 +0200 Subject: [SunHELP] Disabling services? Message-ID: <023601c2281b$2317b720$cb02a8c0@wstakacsi> Hi Solaris 8 I tried to disable the unnecessary services, but after reboot its RAID 5 set went to pieces. Is there any important service for DiskSuite what I need to hold intanct if I want a working raid set? Thanks in advance! Regards; Istvan From bogus@does.not.exist.com Wed Jul 10 09:16:49 2002 From: bogus@does.not.exist.com () Date: Wed, 10 Jul 2002 10:16:49 -0400 Subject: [SunHELP] SUMMARY: ssh2 key auth Message-ID: <1354F0101F81D3118C3B009027AF53CD0318373C@hafele17.hafele.org> much thanks to Larry Snyder and Ben Ricker for assistance. Hopefully someone else can benefit as this is confusing as hell if you are new to it. my troubles were with the "identification" and "authorization" files as they are parsed by ssh and must contain valid keywords and reference the actual key filenames. SSH2 v3.1 **** CLIENT MACHINE **** I ran ssh-keygen2 (null pass phrase) which created Private key saved to /opt/home/luser/.ssh2/id_dsa_1024_a Public key saved to /opt/home/luser/.ssh2/id_dsa_1024_a.pub then: cd /opt/home/luser/.ssh2 echo "IdKey id_dsa_1024_a" > identification then ftp'd id_dsa_1024_a.pub to the server, same dir, its recommended that you delete the pub key off the client **** SERVER MACHINE **** cd /opt/home/luser/.ssh2 echo "Key id_dsa_1024_a.pub" > authorization I modified /etc/ssh2/sshd2_config uncommenting AllowedAuthentications ## Authentication ## Hostbased and PAM are not enabled by default. # BannerMessageFile /etc/ssh2/ssh_banner_message # BannerMessageFile /etc/issue.net # PasswordGuesses 3 # AllowedAuthentications hostbased,publickey,password # AllowedAuthentications publickey,pam-1 at ssh.com AllowedAuthentications publickey,password # RequiredAuthentications publickey,password # HostbasedAuthForceClientHostnameDNSMatch no # SshPAMClientPath ssh-pam-client and restarted /etc/init.d/sshd2 From istvan.takacs at hungax.com Wed Jul 10 09:31:57 2002 From: istvan.takacs at hungax.com (Takacs Istvan) Date: Wed, 10 Jul 2002 16:31:57 +0200 Subject: [SunHELP] How does raid set work? Message-ID: <023701c2281e$8c4e0b10$cb02a8c0@wstakacsi> Hi, Solaris 8, Enterprise 250, 5x17GB HDD in RAID 5 This morning in our RAID 5 set two HDDs died. I thought that I need to use RAID sets for high-availability, so if one, or two disks have some problems than the others are going to work away and the users wont missing those bad disks... But the raid set was unaccessible and I had to delete the RAID and then create a completely new one and use our backups to load the data back. Is this the normal functioning of the RAID set, or did I missed something? Thanks in advance! Regards; Istvan From jeff at bitz.net Wed Jul 10 09:54:34 2002 From: jeff at bitz.net (Jeff Feller) Date: Wed, 10 Jul 2002 09:54:34 -0500 Subject: [SunHELP] 36.4 GB Drive in Ultra 1 Message-ID: <005801c22821$b49b1790$a500a8c0@zanardi> Hi, I was just trying to quickly verify that a "Sun Microsystems 36.4GB Hard Drive 10,000 RPM, Ultra2 LVD, 80 Pin, SCA, SCSI (X5240A/540-4263-01)" would work FOR SURE in a Ultra 1. I dont see any reason why it shouldn't, but before I spend the money, I want to make sure :) Thank you in advance! :) Jeff Feller BitZ Communications 1829 South Broadway, Suite 1 Minot, ND 58701 Tel: 701.838.9211 Web: http://www.bitz.net/ From dlewis at mail.dsl-co.com Wed Jul 10 09:55:46 2002 From: dlewis at mail.dsl-co.com (dlewis at mail.dsl-co.com) Date: Wed, 10 Jul 2002 10:55:46 -0400 (EDT) Subject: [SunHELP] Problems with MYSQL on solaris 7 In-Reply-To: <00e801c227e4$a5c3e220$cb3ca8c0@orctel.internal> Message-ID: No out of swap messages at all.. infact no unusual messages whats so ever...Tried compiling with the low-mem option and got what looks like the same error make[3]: Leaving directory `/opt/m/mysql-3.23.51/sql/share' make[3]: Entering directory `/opt/m/mysql-3.23.51/sql' g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local\"" -DDATADIR="\"/usr/local/var\"" -DSHAREDIR="\"/usr/local/share/mysql\"" -DHAVE_CONFIG_H -I./../include -I./../regex -I. -I../include -I.. -I. -O3 -DDBUG_OFF -fno-implicit-templates -fno-exceptions -fno-rtti -DHAVE_CURSES_H -I/opt/m/mysql-3.23.51/include -DHAVE_RWLOCK_T -c sql_lex.cc sql_lex.cc: In function `void lex_init()': sql_lex.cc:85: `symbols' undeclared (first use this function) sql_lex.cc:85: (Each undeclared identifier is reported only once for each function it appears in.) sql_lex.cc:87: `sql_functions' undeclared (first use this function) sql_lex.cc: In function `int find_keyword(LEX*, unsigned int, bool)': sql_lex.cc:168: `get_hash_symbol' undeclared (first use this function) make[3]: *** [sql_lex.o] Error 1 make[3]: Leaving directory `/opt/m/mysql-3.23.51/sql' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/opt/m/mysql-3.23.51/sql' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/opt/m/mysql-3.23.51' make: *** [all-recursive-am] Error 2 any other suggestions ? Dave On Wed, 10 Jul 2002, Will Mc Donald wrote: > This may not be the exact errors you're receiving but the symptoms sound the > same, tail /var/adm/messages to see if there are any "out of swap space" > errors. > > http://www.mysql.com/doc/C/o/Compilation_problems.html > > If you get errors when compiling `sql_yacc.cc', such as the ones shown here, > you have probably run out of memory or swap space: > Internal compiler error: program cc1plus got fatal signal 11 > or > Out of virtual memory > or > Virtual memory exhausted > > The problem is that gcc requires huge amounts of memory to compile > `sql_yacc.cc' with inline functions. Try running configure with the > --with-low-memory option: > shell> ./configure --with-low-memory > > This option causes -fno-inline to be added to the compile line if you are > using gcc and -O0 if you are using something else. You should try the > --with-low-memory option even if you have so much memory and swap space that > you think you can't possibly have run out. This problem has been observed to > occur even on systems with generous hardware configurations, and the > --with-low-memory option usually fixes it. > > Will. > > ----- Original Message ----- > From: "Dave Lewis" > To: > Sent: Wednesday, July 10, 2002 3:57 AM > Subject: [SunHELP] Problems with MYSQL on solaris 7 > > > > i can't mysql 3.23.51 to compile (during the make portion) on my > > sparc20/solaris 7 box > > > > can anyone shed some light on this ? > > > > > sql_lex.cc: In function `void lex_init()': > > sql_lex.cc:85: `symbols' undeclared (first use this function) > > sql_lex.cc:85: (Each undeclared identifier is reported only once for each > > function it appears in.) > > sql_lex.cc:87: `sql_functions' undeclared (first use this function) > > sql_lex.cc: In function `int find_keyword(LEX*, unsigned int, bool)': > > sql_lex.cc:168: `get_hash_symbol' undeclared (first use this function) > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp From echase at studentweb.providence.edu Wed Jul 10 09:54:11 2002 From: echase at studentweb.providence.edu (Edward Chase) Date: Wed, 10 Jul 2002 10:54:11 -0400 Subject: [SunHELP] How does raid set work? In-Reply-To: <023701c2281e$8c4e0b10$cb02a8c0@wstakacsi> Message-ID: <5.1.0.14.0.20020710105222.00b5d9a0@studentweb.providence.edu> Your RAID set should have handled one drive dying, I belive that your problems stem from having more than one die at the same time. At 04:31 PM 7/10/2002 +0200, Takacs Istvan wrote: >Hi, > >Solaris 8, Enterprise 250, 5x17GB HDD in RAID 5 > >This morning in our RAID 5 set two HDDs died. >I thought that I need to use RAID sets for high-availability, >so if one, or two disks have some problems than the others >are going to work away and the users wont missing those >bad disks... > >But the raid set was unaccessible and I had to delete the >RAID and then create a completely new one and use >our backups to load the data back. > >Is this the normal functioning of the RAID set, or did I missed >something? > >Thanks in advance! > >Regards; > > Istvan From mike.black at tyndall.af.mil Wed Jul 10 14:14:52 2002 From: mike.black at tyndall.af.mil (Black Michael Contractor 1AF/SCSC (HTI)) Date: Wed, 10 Jul 2002 14:14:52 -0500 Subject: [SunHELP] Moving to next available superblock Message-ID: <970213EAA636D611B3910002A5F0499030995A@fsxlwu15.tyndall.af.mil> How do you make a workstation go to the next superblock when it finds a bad one while booting? Thanks From mrbill at mrbill.net Wed Jul 10 17:37:22 2002 From: mrbill at mrbill.net (Bill Bradford) Date: Wed, 10 Jul 2002 17:37:22 -0500 Subject: [SunHELP] WTB: "Blue and White" G3 Mac Message-ID: <20020710223721.GI4269@mrbill.net> Anybody have a "Blue and White" G3 Mac system sitting around? If so, email me.. I'm looking for one. Bill -- Bill Bradford mrbill at mrbill.net Austin, TX From peter at ashlyn.co.uk Thu Jul 11 05:22:45 2002 From: peter at ashlyn.co.uk (Peter Stokes) Date: Thu, 11 Jul 2002 11:22:45 +0100 Subject: [SunHELP] 9/18/36Gb drives in A5000 Message-ID: Hi All Anyone tried to run the 9/18/36Gb drives out of an A5200/T3 in an A5000 successfully? The drives I have are 540-3869 (9Gb) 540-4440 (18Gb) 390-0035 (36Gb) I get parity errors when trying to run them, so is there a fix/jumper/config setup? Thanks in advance Peter --------------------------------- Peter Stokes Ashlyn Computer Services Ltd Tel: +44 (0)1636-627900 Fax: +44 (0)1636-627909 Mbl: +44 (0)7977-532320 Web: http://www.ashlyn.co.uk --------------------------------- From bogus@does.not.exist.com Thu Jul 11 09:04:46 2002 From: bogus@does.not.exist.com () Date: Thu, 11 Jul 2002 10:04:46 -0400 Subject: [SunHELP] swap vs sar. Message-ID: Hello, I have a question here: why does blocks in the result of swap -l (522872 blocks) less than freewap in sar(1590307 blocks)? [1009]# swap -l swapfile dev swaplo blocks free /dev/vx/dsk/swapvol 141,5 8 522872 507000 ---------------------- [1011]# sar -r 10 09:53:19 freemem freeswap 09:53:29 37215 1590307 Thanks! ************************************************************************** The information transmitted herewith is sensitive information intended only for use by the individual or entity to which it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying or other use of, or taking of any action in reliance upon this information is strictly prohibited. If you have received this communication in error, please contact the sender and delete the material from your computer. From bricker at wellinx.com Thu Jul 11 09:21:03 2002 From: bricker at wellinx.com (Ben Ricker) Date: 11 Jul 2002 09:21:03 -0500 Subject: [SunHELP] Username max is 8 characters? In-Reply-To: <3D2B6385.6DB8848D@iee.org> References: <3D2B6385.6DB8848D@iee.org> Message-ID: <1026397263.5259.23.camel@dhcp35.wellinx.com> I noticed that I cannot make a username over 8 characters in Solaris 8. Is this configurable? Thanks, Ben Ricker Web Security System Administrator Wellinx.com From blurg at gluipzak.nl Thu Jul 11 10:21:16 2002 From: blurg at gluipzak.nl (Blurg) Date: Thu, 11 Jul 2002 17:21:16 +0200 (CEST) Subject: [SunHELP] Username max is 8 characters? In-Reply-To: <1026397263.5259.23.camel@dhcp35.wellinx.com> Message-ID: AFAIK: Nope. Or you have to do some hacking in /usr/include/limits.h and recompile the kernel: /user/include/limits.h: #define LOGNAME_MAX 8 /* max # of characters in a login name */ from the useradd manpage (about the passwd file): The login (login) and role (role) fields accept a string of no more than eight bytes consisting of characters from the set of alphabetic characters, numeric characters, period (.), underscore (_), and hyphen (-). The first character should be alphabetic and the field should contain at least one lower case alphabetic character. A warning message will be written if these restrictions are not met. A future Solaris release may refuse to accept login and role fields that do not meet these requirements. Jurgen http://geographiczoom.com -* Pictures from all over the world! *-
http://weirdscience.nl
On 11 Jul 2002, Ben Ricker wrote: > I noticed that I cannot make a username over 8 characters in Solaris 8. > Is this configurable? > > Thanks, > > Ben Ricker > Web Security System Administrator > Wellinx.com > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp From pmitcheson at iee.org Thu Jul 11 16:04:08 2002 From: pmitcheson at iee.org (Paul Mitcheson) Date: Thu, 11 Jul 2002 22:04:08 +0100 Subject: [SunHELP] dhcp / autonegotiation on older hme Message-ID: <3D2DF2C8.EB0D8A9@iee.org> Dear All, I posted a couple of days ago regarding my hme0 not autonegotiating FDX fast enough with my netgear switch, so dhcp was timing out, IP address not getting set, hostname not getting set etc etc. The solution is simple and is as follows: As the interface would always get set up eventually (in under 1 minute) all you have to do it make sure the timout on dhcp is longer than that time. The default is 30s, and I guess sometimes this wasn't long enough for the oldish hme on the ultra 1 and my netgear switch. So, in /etc/init.d/network, change the line which reads: /sbin/ifconfig $primary auto-dhcp primary $cmdline to: /sbin/ifconfig $primary auto-dhcp primary wait 60 $cmdline Hope this helps someone, Paul -- -------------------------------------------------------- .---. / \ \. at -@./ Paul Mitcheson /`\_/`\ Control and Power Research Group // _ \\ Imperial College London | \ )|_ mailto:paul at mitcheson.org /`\_`> <_/ \ http://www.mitcheson.org/paul \__/'---'\__/ -------------------------------------------------------- From jimp at specsol.com Thu Jul 11 22:52:16 2002 From: jimp at specsol.com (Jim Pennino) Date: Thu, 11 Jul 2002 20:52:16 -0700 Subject: [SunHELP] rwdevid again Message-ID: <20020712035216.GA6519@mail.specsol.com> Could the person that said they had rwdevid please mail it to me? FWIW, the problems with duplicate ids still exist in Solaris 9. -- Jim Pennino From mk at lexcom-net.de Fri Jul 12 02:51:00 2002 From: mk at lexcom-net.de (Michael Karl) Date: Fri, 12 Jul 2002 09:51:00 +0200 Subject: [SunHELP] rwdevid again In-Reply-To: <20020712035216.GA6519@mail.specsol.com> Message-ID: Sorry ... but it doesn't work anymore ... if tried it. I downgraded to SDS 4.2 under Solaris 8 (2/02). Michael > Could the person that said they had rwdevid please mail it to me? > > FWIW, the problems with duplicate ids still exist in Solaris 9. From bogus@does.not.exist.com Fri Jul 12 08:27:40 2002 From: bogus@does.not.exist.com () Date: Fri, 12 Jul 2002 09:27:40 -0400 Subject: [SunHELP] egrep w/multiple criteria Message-ID: <1354F0101F81D3118C3B009027AF53CD03183740@hafele17.hafele.org> How can I egrep for a process that begins with EXPR1 and also contains EXPR2. Where EXPR1 "could" be /this and EXPR2 could be test. For example: > ps -aef | grep -v grep | egrep '^/this&test' luser 1640 1628 0 Jul 09 ? 1:18 /this/is/a/test *the above syntax is incorrect From bogus@does.not.exist.com Fri Jul 12 08:49:43 2002 From: bogus@does.not.exist.com () Date: Fri, 12 Jul 2002 09:49:43 -0400 Subject: [SunHELP] repost: egrep w/multiple criteria Message-ID: <1354F0101F81D3118C3B009027AF53CD03183741@hafele17.hafele.org> How can I egrep for a process that contains both EXPR1 and EXPR2. Where EXPR1 "could" be /this and EXPR2 could be test. For example: > ps -aef | grep -v grep | egrep '/this&test' luser 1640 1628 0 Jul 09 ? 1:18 /this/is/a/test *the above syntax doesn't return anything. _______________________________________________ SunHELP maillist - SunHELP at sunhelp.org http://www.sunhelp.org/mailman/listinfo/sunhelp From wmcdonald at ntlworld.com Fri Jul 12 08:57:51 2002 From: wmcdonald at ntlworld.com (Will Mc Donald) Date: Fri, 12 Jul 2002 14:57:51 +0100 Subject: [SunHELP] repost: egrep w/multiple criteria References: <1354F0101F81D3118C3B009027AF53CD03183741@hafele17.hafele.org> Message-ID: <024501c229ac$1e45cd80$cb3ca8c0@orctel.internal> If you want to find a line with both "this" and "test" in it then... http://www.csci.csusb.edu/dick/samples/egrep.html ps -aef | grep '[/]this.*test' would do, no? Or do you need to find "test" followed by "this" as well as "this" followed by "test"? Those square brackets are only in there to prevent grep finding itself. Saves you spawning another grep -v. Will. ----- Original Message ----- From: "Markham, Richard" To: "Sunhelp (E-mail)" Sent: Friday, July 12, 2002 2:49 PM Subject: [SunHELP] repost: egrep w/multiple criteria > How can I egrep for a process that contains both EXPR1 and > EXPR2. Where EXPR1 "could" be /this and EXPR2 could be > test. > > For example: > > > ps -aef | grep -v grep | egrep '/this&test' > luser 1640 1628 0 Jul 09 ? 1:18 /this/is/a/test > > *the above syntax doesn't return anything. From Keith.Ives at LACKLAND.AF.MIL Fri Jul 12 13:35:22 2002 From: Keith.Ives at LACKLAND.AF.MIL (Ives Keith M Cont AFIWC/IOT) Date: Fri, 12 Jul 2002 13:35:22 -0500 Subject: [SunHELP] (U//FOUO) SNMP and CISCOWORKS Message-ID: <7758CF322008D511A71A00D0B7A760E80142392C@fsmbpb12.lackland.af.mil> Classification: UNCLASSIFIED Security Control Marking: FOR OFFICIAL USE ONLY I have CISCOWORKS2000 loaded on Solaris 7. 2 of the services do not run. DIServer and IcServer These services are started and then show shutdown by administrator. The log says ... CRITICAL system error... can't connect to SNMP interface. These services have always been this way since installation. Keith Ives System Administrator Veridian Information Solutions (210) 977-3181 ext 391 Classification: UNCLASSIFIED Security Control Marking: FOR OFFICIAL USE ONLY From mantu_v at softhome.net Sat Jul 13 04:53:39 2002 From: mantu_v at softhome.net (Mahantesh) Date: Sat, 13 Jul 2002 15:23:39 +0530 Subject: [SunHELP] Problem in Connecting SunFire V100 Message-ID: <3D2FF8A3.69B4477C@softhome.net> Hi, I have bought new SunFire V100 recently. Like other Sun boxes I tried to connect to it through Hyperterminal. I connected DB-9 pin connector, which came with purchase of this server, to my PC serial com1. From there put a CAT5 cable which goes to LOM-A of " SunFire V100 " . After that I launched Hyeperterminal and selected com1 there also and set the properties as follows. Rate - 9600 baud parity - No Stop bits - 1 Data bits - 8 Flow control- Xon/off After that powered up "SunFire V100". But I could not see anything on the screen, even after pressing enter several times. These are the steps from manual. Can any of you see deviation from standard procedure in my method? Am I forgetting some basics? Of course I tried with different combinations like changing Flow control to other options. And with straight and cross cables! Thanks. Mahantesh. From jimp at specsol.com Sat Jul 13 09:21:25 2002 From: jimp at specsol.com (Jim Pennino) Date: Sat, 13 Jul 2002 07:21:25 -0700 Subject: [SunHELP] Problem in Connecting SunFire V100 In-Reply-To: <3D2FF8A3.69B4477C@softhome.net> References: <3D2FF8A3.69B4477C@softhome.net> Message-ID: <20020713142125.GA14304@mail.specsol.com> On Sat, Jul 13, 2002 at 03:23:39PM +0530, Mahantesh wrote: > Hi, > I have bought new SunFire V100 recently. Like other Sun boxes I tried to > connect to it through Hyperterminal. > I connected DB-9 pin connector, which came with purchase of this server, > to my PC serial com1. From there put a CAT5 cable which goes to LOM-A of > " SunFire V100 " . After that I launched Hyeperterminal and selected > com1 there also and set the properties as follows. > Rate - 9600 baud > parity - No > Stop bits - 1 > Data bits - 8 > Flow control- Xon/off > > After that powered up "SunFire V100". But I could not see anything on > the screen, even after pressing enter several times. > These are the steps from manual. Can any of you see deviation from > standard procedure in my method? Am I forgetting > some basics? > > Of course I tried with different combinations like changing Flow control > to other options. And with straight and cross cables! > > Thanks. > Mahantesh. > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp That's the right setup. Hopefully when you say you "powered up", you just plugged it in. The actual initial power on is done through lom at the terminal, not with the power switch. -- Jim Pennino From takahasi at ntt-it.co.jp Tue Jul 9 19:57:59 2002 From: takahasi at ntt-it.co.jp (Hitoshi TAKAHASHI) Date: Wed, 10 Jul 2002 09:57:59 +0900 Subject: [SunHELP] newfs command Message-ID: <200207100057.AA02581@takapad.ntt-it.co.jp> Hi all, I'd like to try automatically operation of "newfs", using shell script. However, I do not know how to answer "y" automatically to the following message. ?newfs: construct a new file system /dev/rdsk/cXtXdXsX: (y/n)? PLS help. -Hitoshi- ---------------------------------------- Hitoshi TAKAHASHI(takahasi at ntt-it.co.jp) NTT-IT CORPORATION TEL +81-3-3667-8155 FAX +81-3-3667-8225 From takahasi at ntt-it.co.jp Tue Jul 9 04:13:53 2002 From: takahasi at ntt-it.co.jp (Hitoshi TAKAHASHI) Date: Tue, 09 Jul 2002 18:13:53 +0900 Subject: [SunHELP] newfs command Message-ID: <200207090913.AA02579@takapad.ntt-it.co.jp> Hi all, I'm beginner of Solaris's operation. I'd like to try automatically operation of "newfs", using shell script. However, I do not know how to answer "y" automatically to the following message. ?newfs: construct a new file system /dev/rdsk/cXtXdXsX: (y/n)? PLS help. =Hitoshi= From mantu_v at softhome.net Sun Jul 14 01:03:10 2002 From: mantu_v at softhome.net (Mahantesh) Date: Sun, 14 Jul 2002 11:33:10 +0530 Subject: [SunHELP] Problem in Connecting SunFire V100 References: <3D2FF8A3.69B4477C@softhome.net> <20020713142125.GA14304@mail.specsol.com> Message-ID: <3D31141E.25A37FD2@softhome.net> > That's the right setup. > > Hopefully when you say you "powered up", you just plugged it in. The > actual initial power on is done through lom at the terminal, not with the > power switch. > > -- > Jim Pennino Thanks Jim. You are right actaul power up starts only when one gives command to start that at LOM prompt. But real problem is I am not getting LOM prompt itself. Any thoughts? Thanks. Mahantesh. From jimp at specsol.com Sun Jul 14 01:41:50 2002 From: jimp at specsol.com (Jim Pennino) Date: Sat, 13 Jul 2002 23:41:50 -0700 Subject: [SunHELP] Problem in Connecting SunFire V100 In-Reply-To: <3D31141E.25A37FD2@softhome.net> References: <3D2FF8A3.69B4477C@softhome.net> <20020713142125.GA14304@mail.specsol.com> <3D31141E.25A37FD2@softhome.net> Message-ID: <20020714064150.GA26617@mail.specsol.com> On Sun, Jul 14, 2002 at 11:33:10AM +0530, Mahantesh wrote: > > That's the right setup. > > > > Hopefully when you say you "powered up", you just plugged it in. The > > actual initial power on is done through lom at the terminal, not with the > > power switch. > > > > -- > > Jim Pennino > > Thanks Jim. You are right actaul power up starts only when one gives > command to start that at LOM prompt. But real problem is I am not > getting LOM prompt itself. > > Any thoughts? > > Thanks. > Mahantesh. > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp Bad cable or a cross over cable instead of a straight through cable; try another cable. Bad RJ to DB adapter; try the other one that comes with the V100 using a DB9-DB25 adapter. The V100 is DOA; call Sun for repair or replacement. FWIW, I've had no problems with these boxes. -- Jim Pennino From rodito at acdlabs.com Mon Jul 15 00:31:03 2002 From: rodito at acdlabs.com (Rodito Buan II) Date: Mon, 15 Jul 2002 01:31:03 -0400 Subject: [SunHELP] Re: Problem in Connecting SunFire V100 (Mahantesh) In-Reply-To: <20020714170004.26181.9158.Mailman@ohno.mrbill.net> Message-ID: <00f501c22bc0$cf9b6ca0$51e9b0cf@acdlabs.com> Hopefully, you wouldn't have the same problem that I encountered a couple of months back with the V100. It gave me some garbage characters when I turned it on for the first time, the cables is working properly because I tried it on the other sun machines. Anyways, I tried everything and finally gave up and called Sun support, they were puzzled because they haven't got any problems with the V100's yet, so instead they gave me a replacement box. When the new box arrived it worked fine. :-) I used the same cable, laptop when I connected. Anyways, check if you have the RJ45 connectors connected to the right ports/com ports! Try different machines/laptop. If you have another sun box try that instead and if that fails, call your sun support, they are very helpful in this kind of situations. Rodito From istvan.takacs at hungax.com Mon Jul 15 10:35:39 2002 From: istvan.takacs at hungax.com (Takacs Istvan) Date: Mon, 15 Jul 2002 17:35:39 +0200 Subject: [SunHELP] Sun Remote System Control? Message-ID: <007a01c22c15$45fbcb20$cb02a8c0@wstakacsi> Hi, I've just installed Solaris 8 onto our Enterprise 250 and I've found a java based softwer named Sun Remote System Control. Can anybody use this program? I installed it on my Win2000 workstation, tried to start but I don't know how can I connect to our server. What is my RSC username and passport and what service should I run on our server to be able to connect to? Thanks in advance! Regards; Istvan From istvan.takacs at hungax.com Mon Jul 15 10:41:33 2002 From: istvan.takacs at hungax.com (Takacs Istvan) Date: Mon, 15 Jul 2002 17:41:33 +0200 Subject: [SunHELP] syslog.conf data? Message-ID: <007d01c22c16$18dd3c90$cb02a8c0@wstakacsi> Hi, I tried to insert a new line into /etc/syslog.conf, but it's a data file on our Solaris 8 system... # file /etc/syslog.conf /etc/syslog.conf: data I don't understand. How could this be a data and not a text file? What should I do then? Thanks in advance! Regards; Istvan From kumarav50 at hotmail.com Tue Jul 16 11:23:57 2002 From: kumarav50 at hotmail.com (kumar appan) Date: Tue, 16 Jul 2002 09:23:57 -0700 Subject: [SunHELP] Configure Dlink Modem in solaris 8 Message-ID: Hi, I want to configure Dlink modem in one of the sun machine .But I don't have admintool.So please let me know how to do it using command line. Regards Kumar From subhasisg at yahoo.com Tue Jul 16 00:00:42 2002 From: subhasisg at yahoo.com (Subhasis Gupta) Date: Mon, 15 Jul 2002 22:00:42 -0700 (PDT) Subject: [SunHELP] Sun Web Server Message-ID: <20020716050042.95772.qmail@web13908.mail.yahoo.com> Hi All, I have taken over from another System Administrator who has left this company. I do not have the admin password to check the web server settings. Any way by which I can login without the password once and then change the password? Thanks in advance to all... Subhasis Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com From SDaubigne at bordeaux-bersol.sema.slb.com Tue Jul 16 03:37:03 2002 From: SDaubigne at bordeaux-bersol.sema.slb.com (DAUBIGNE Sebastien - BOR ( SDaubigne@bordeaux-bersol.sema.slb.com )) Date: Tue, 16 Jul 2002 09:37:03 +0100 Subject: [SunHELP] Sun Remote System Control? Message-ID: <21813A39DCB1D511B25B00B0D01762DE282448@BORMES02> You should first run the server component of RSC on the E250/V480/V880 in order to configure the user/password/@IP on the RSC card, and activate it. Then you will be able to connect to the RSC card from the workstation client. There is a PDF on docs.sun.com called "Sun Remote System Control (RSC) User's Guide" where you can find every necessary information. --- Sebastien DAUBIGNE sdaubigne at bordeaux-bersol.sema.slb.com - (+33)5.57.26.56.36 SchlumbergerSema - SGS/DWH/Pessac -----Message d'origine----- De: Takacs Istvan [SMTP:istvan.takacs at hungax.com] Date: lundi 15 juillet 2002 17:36 : sunhelp at sunhelp.org Objet: [SunHELP] Sun Remote System Control? Hi, I've just installed Solaris 8 onto our Enterprise 250 and I've found a java based softwer named Sun Remote System Control. Can anybody use this program? I installed it on my Win2000 workstation, tried to start but I don't know how can I connect to our server. What is my RSC username and passport and what service should I run on our server to be able to connect to? Thanks in advance! Regards; Istvan _______________________________________________ SunHELP maillist - SunHELP at sunhelp.org http://www.sunhelp.org/mailman/listinfo/sunhelp From jh at r2r.de Tue Jul 16 03:02:46 2002 From: jh at r2r.de (jh) Date: Tue, 16 Jul 2002 10:02:46 +0200 Subject: [SunHELP] Problem with TCP socket connections Message-ID: <3D33D326.5374C3F6@r2r.de> Hello, I have a problem with socket connections that keep hanging around in the system although the connection has been correctly closed. Suppose I open the server port localhost:1000 and listen for incoming connections. Then, I connect from localhost:2000 to that port. `netstat -f inet` shows that the connection has been established. After closing the connection, netstat still shows it for some minutes with the state TIME_WAIT. I cannot reconnect with exactly the same port numbers as long as this connection is still in the list. I see the same effect with any TCP connection (e.g. telnet, ftp), however, with these protocols, the client uses a different client port for each connection, so there is no problem with old connections. Does anybody know how to treat these hanging connections, I mean, how can I determine how long I have to wait? Is there a system parameter for this? Thanks for help, Jens ______________________________________________ Jens Hamann Unix Consultant R2R Informations- und Kommunikations AG Anzengruberstr. 12 D-83101 Rohrdorf Tel: +49-8032-9899-0 Fax: +49-8032-9899-29 http://www.r2r.de mailto:jhamann at r2r.de ______________________________________________ From wdh at belbone.be Tue Jul 16 03:15:36 2002 From: wdh at belbone.be (Wim) Date: Tue, 16 Jul 2002 10:15:36 +0200 Subject: [SunHELP] Top missing Message-ID: <3D33D628.9010504@belbone.be> Hello, I did a re-installation of solaris 8 on my server and now I'm missing the TOP command.... Can someone tell me which package I have to install. Thanx! Wim From istvan.takacs at hungax.com Tue Jul 16 03:47:38 2002 From: istvan.takacs at hungax.com (Takacs Istvan) Date: Tue, 16 Jul 2002 10:47:38 +0200 Subject: [SunHELP] How can I hide the type of the operating system from scanners? Message-ID: <00d001c22ca5$708251d0$cb02a8c0@wstakacsi> Hi, Is there a way to hide the type of the operating system? When I run nmap than it can detect that it's a Solaris 8 operating system; "Remote operating system guess: Sun Solaris 8 early acces beta through actual release" Do you have any good trick to hide this information from netcraft and the scanner programs? Or should I change something in the IP stack of the OS if I had the source? Thanks in advance! Regards; Istvan From johnlee at alanhome.net Mon Jul 15 23:20:36 2002 From: johnlee at alanhome.net (johnlee) Date: Tue, 16 Jul 2002 12:20:36 +0800 Subject: [SunHELP] solaris 2.6 Message-ID: Hi all, I would like to load solaris 2.6 into sparc20 and I like to connect external 73gb for the backup.Does anyone know whether the solaris 2.6 OS support 73gb or the Ok prompt that see whether support or not? I am a little confused whether is OS or ok prompt that is concern.Thanks for the helps. Best regards, Johnlee, System engineer From SDaubigne at bordeaux-bersol.sema.slb.com Tue Jul 16 05:16:36 2002 From: SDaubigne at bordeaux-bersol.sema.slb.com (DAUBIGNE Sebastien - BOR ( SDaubigne@bordeaux-bersol.sema.slb.com )) Date: Tue, 16 Jul 2002 11:16:36 +0100 Subject: [SunHELP] Problem with TCP socket connections Message-ID: <21813A39DCB1D511B25B00B0D01762DE282473@BORMES02> The TIME_WAIT interval is part of the TCP protocol (as stated in the related RFC). However, the delay is tunable via the tcp module variable "tcp_close_wait_interval" (use ndd or /etc/system). The default value is 240000 ms (4 minutes), so you can adjust the value. # ndd -get /dev/tcp tcp_close_wait_interval 240000 There is good documentation on this on docs.sun.com (search for "Solaris 8 Tunable Parameters"). --- Sebastien DAUBIGNE sdaubigne at bordeaux-bersol.sema.slb.com - (+33)5.57.26.56.36 SchlumbergerSema - SGS/DWH/Pessac -----Message d'origine----- De: jh [SMTP:jh at r2r.de] Date: mardi 16 juillet 2002 10:03 : sunhelp at sunhelp.org Objet: [SunHELP] Problem with TCP socket connections Hello, I have a problem with socket connections that keep hanging around in the system although the connection has been correctly closed. Suppose I open the server port localhost:1000 and listen for incoming connections. Then, I connect from localhost:2000 to that port. 'netstat -f inet' shows that the connection has been established. After closing the connection, netstat still shows it for some minutes with the state TIME_WAIT. I cannot reconnect with exactly the same port numbers as long as this connection is still in the list. I see the same effect with any TCP connection (e.g. telnet, ftp), however, with these protocols, the client uses a different client port for each connection, so there is no problem with old connections. Does anybody know how to treat these hanging connections, I mean, how can I determine how long I have to wait? Is there a system parameter for this? Thanks for help, Jens ______________________________________________ Jens Hamann Unix Consultant R2R Informations- und Kommunikations AG Anzengruberstr. 12 D-83101 Rohrdorf Tel: +49-8032-9899-0 Fax: +49-8032-9899-29 http://www.r2r.de mailto:jhamann at r2r.de ______________________________________________ _______________________________________________ SunHELP maillist - SunHELP at sunhelp.org http://www.sunhelp.org/mailman/listinfo/sunhelp From joe at ardsley.com Tue Jul 16 07:31:43 2002 From: joe at ardsley.com (Joe Pampel) Date: Tue, 16 Jul 2002 08:31:43 -0400 Subject: [SunHELP] Top missing Message-ID: www.sunfreeware.com - just download it and install. I could be wrong but I don't beleive it comes with the Sol 8 distro. When I built our server I just added top, lsof and other useful utilities ad hoc from Sun DL sites. h th Joe >>> Wim 07/16/02 04:15AM >>> Hello, I did a re-installation of solaris 8 on my server and now I'm missing the TOP command.... Can someone tell me which package I have to install. Thanx! Wim _______________________________________________ SunHELP maillist - SunHELP at sunhelp.org http://www.sunhelp.org/mailman/listinfo/sunhelp ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com ********************************************************************** From joe at ardsley.com Tue Jul 16 08:30:58 2002 From: joe at ardsley.com (Joe Pampel) Date: Tue, 16 Jul 2002 09:30:58 -0400 Subject: [SunHELP] How can I hide the type of the operating system from scanners? Message-ID: Well, the best thing is to put the machine behind a firewall.. ;-) If that's not an option, you can try some of these: - do some packet filtering on the router "outside" this host, esp on some of the "obvious" ports (RPC, Rlogin, portmapper, etc) - Close all the ports you can on the machine (use lsof to find out what has them open) The less there is to read, the harder it is to accurately ID the OS. - intall a host based firewall program and nail down what IP's can connect to which services etc. There are some good open source ones. - do some IP stack hardening (won't stop OS ID'ing but will make the host more robust.. see some ideas on links below.. not all of these will apply, so if you use any make sure you understand what they are doing and how it will affect your host. Links to you started on IP Stack hardening, Solaris hardening etc..: Rob Thomas' articles: http://www.enteract.com/~robt/Docs/Articles/index.html Sean Boran's Solaris Hardening Papers, etc.: http://www.boran.com/security/sp/Solaris_hardening.html hth Joe >>> "Takacs Istvan" 07/16/02 04:47AM >>> Hi, Is there a way to hide the type of the operating system? When I run nmap than it can detect that it's a Solaris 8 operating system; "Remote operating system guess: Sun Solaris 8 early acces beta through actual release" Do you have any good trick to hide this information from netcraft and the scanner programs? Or should I change something in the IP stack of the OS if I had the source? Thanks in advance! Regards; Istvan _______________________________________________ SunHELP maillist - SunHELP at sunhelp.org http://www.sunhelp.org/mailman/listinfo/sunhelp ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com ********************************************************************** From echase at postoffice.providence.edu Tue Jul 16 12:21:37 2002 From: echase at postoffice.providence.edu (Edward Chase) Date: Tue, 16 Jul 2002 13:21:37 -0400 Subject: [SunHELP] adding a 2nd tape drive Message-ID: <5.1.0.14.0.20020716131948.02314a70@postoffice.providence.edu> Hello there, I'm looking to add a 2nd SCSI tape drive to a E450 here. Can I do this on the fly? or does the system need to be rebooted to discover the new device in the SCSI chain? --------------------------------------------------------------- Edward F. Chase III | echase at providence.edu Providence College | http://www.providence.edu Computer Services | http://studentweb.providence.edu Providence, RI 02918 | From echase at postoffice.providence.edu Tue Jul 16 15:46:05 2002 From: echase at postoffice.providence.edu (Edward Chase) Date: Tue, 16 Jul 2002 16:46:05 -0400 Subject: [SunHELP] adding a 2nd tape drive In-Reply-To: <20020716174440.96280.qmail@web21102.mail.yahoo.com> References: <5.1.0.14.0.20020716131948.02314a70@postoffice.providence.edu> Message-ID: <5.1.0.14.0.20020716164451.022fd970@postoffice.providence.edu> Awesome!!! Thanks. Worked beautiful! /dev/rmt/1 is in business. At 06:44 PM 7/16/2002 +0100, Jeremy R J Towers wrote: >you can do it on the fly > >attach tape drive, then run > >devfsadm > > Edward Chase wrote: >>Hello there, >> >>I'm looking to add a 2nd SCSI tape drive to a E450 here. Can I do this on >>the fly? or does the system need to be rebooted to discover the new device >>in the SCSI chain? From tyokoi at jodco.co.jp Tue Jul 16 22:20:04 2002 From: tyokoi at jodco.co.jp (Takeshi Yokoi) Date: Wed, 17 Jul 2002 12:20:04 +0900 Subject: [SunHELP] auto telnet Message-ID: <3D34E264.9020306@jodco.co.jp> Hi, Anyone knows how to write a script to telnet into a server, log in, and run some commands? thanks From jimp at specsol.com Tue Jul 16 22:22:21 2002 From: jimp at specsol.com (Jim Pennino) Date: Tue, 16 Jul 2002 20:22:21 -0700 Subject: [SunHELP] auto telnet In-Reply-To: <3D34E264.9020306@jodco.co.jp> References: <3D34E264.9020306@jodco.co.jp> Message-ID: <20020717032221.GA16700@mail.specsol.com> On Wed, Jul 17, 2002 at 12:20:04PM +0900, Takeshi Yokoi wrote: > Hi, > > Anyone knows how to write a script to telnet into a server, > log in, and run some commands? > > thanks > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp expect http://expect.nist.gov/ -- Jim Pennino From kumar_bageshwar at jpmorgan.com Wed Jul 17 04:56:32 2002 From: kumar_bageshwar at jpmorgan.com (kumar_bageshwar at jpmorgan.com) Date: Wed, 17 Jul 2002 10:56:32 +0100 Subject: [SunHELP] auto telnet Message-ID: You need to write scripts is "expect". tyokoi at jodco.co.jp Sent by: sunhelp-admin at sunhelp.org 17/07/02 04:20 To: sunhelp at sunhelp.org cc: Subject: [SunHELP] auto telnet Hi, Anyone knows how to write a script to telnet into a server, log in, and run some commands? thanks _______________________________________________ SunHELP maillist - SunHELP at sunhelp.org http://www.sunhelp.org/mailman/listinfo/sunhelp From TomST at netins.com Wed Jul 17 07:35:54 2002 From: TomST at netins.com (TomST at netins.com) Date: Wed, 17 Jul 2002 07:35:54 -0500 Subject: [SunHELP] auto telnet Message-ID: You can also do this in Perl -----Original Message----- From: Takeshi Yokoi [mailto:tyokoi at jodco.co.jp] Sent: Tuesday, July 16, 2002 10:20 PM To: sunhelp at sunhelp.org Subject: [SunHELP] auto telnet Hi, Anyone knows how to write a script to telnet into a server, log in, and run some commands? thanks _______________________________________________ SunHELP maillist - SunHELP at sunhelp.org http://www.sunhelp.org/mailman/listinfo/sunhelp From daleg at elemental.org Wed Jul 17 07:52:20 2002 From: daleg at elemental.org (Dale Ghent) Date: Wed, 17 Jul 2002 08:52:20 -0400 (EDT) Subject: [SunHELP] auto telnet In-Reply-To: <3D34E264.9020306@jodco.co.jp> Message-ID: On Wed, 17 Jul 2002, Takeshi Yokoi wrote: | Hi, | | Anyone knows how to write a script to telnet into a server, | log in, and run some commands? Use rsh or ssh instead of telnet. ex: ssh user at host "command -options" /dale From ahoesch at smartsoft.de Wed Jul 17 07:58:13 2002 From: ahoesch at smartsoft.de (Andreas Hoeschler) Date: Wed, 17 Jul 2002 14:58:13 +0200 Subject: [SunHELP] auto telnet In-Reply-To: Message-ID: Hi, > | Anyone knows how to write a script to telnet into a server, > | log in, and run some commands? Expect is your friend. Contact me if you need more information about building expect and tcl on Solaris. Regards, Andreas From peter at ashlyn.co.uk Wed Jul 17 09:43:23 2002 From: peter at ashlyn.co.uk (Peter Stokes) Date: Wed, 17 Jul 2002 15:43:23 +0100 Subject: [SunHELP] Sol 9 Hardware support Message-ID: Hi All Just tried to look at which hardware is supported by Solaris 9 and the page on docs.sun.com refers to Solaris 8 in the Sol 9 document! Anyone know where there is a document with the full system support list? If not does it support the older Sparc 32bit systems as per 8? Thanks Peter --------------------------------- Peter Stokes Ashlyn Computer Services Ltd Tel: +44 (0)1636-627900 Fax: +44 (0)1636-627909 Mbl: +44 (0)7977-532320 Web: http://www.ashlyn.co.uk --------------------------------- From sd_price at yahoo.com Wed Jul 17 10:14:39 2002 From: sd_price at yahoo.com (stephen price) Date: Wed, 17 Jul 2002 08:14:39 -0700 (PDT) Subject: [SunHELP] Sol 9 Hardware support In-Reply-To: Message-ID: <20020717151439.50881.qmail@web21208.mail.yahoo.com> Appears to - have loaded it on a Sparc5(170), LX, Ultra1 - all with no problems Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com From Will.Enestvedt at jwu.edu Wed Jul 17 12:23:59 2002 From: Will.Enestvedt at jwu.edu (William Enestvedt) Date: Wed, 17 Jul 2002 13:23:59 -0400 Subject: [SunHELP] Difference in "time to prompt" for root vs. any other user with O penSSH on Sol 8 2/02 Message-ID: <156AA90517398D479A3473C35CE99EDD1EF617@pvdexc99.jwu.edu> I have a Sun Fire V100 with OpenSSH 3.4p1 installed on it. When I connect as root, I get a prompt almost instantly, but if I log in as a regular user -- any of them -- it takes nearly thirty seconds (though the logon banner prints immediately, and only an functioning prompt lags behind). I experience this when logging in from PC's or Suns (so it's not a client platform thing), and from systems with static and DHCP-assigned IP addresses (so it's not DNS lookup-related). This happened under 3.1p1 and still with 3.4p1. I edited the file '/etc/ssh/ssh_prng_cmds' as suggested at http://bucc.buu.ac.th/~jim/sysadmin/openssh.html but there was no improvement (so I don't think it's entropy-related: that is, the SSH connection is up, but the shell is slow to launch). Any ideas? Thanks in advance. -wde -- Will Enestvedt UNIX System Administrator Johnson & Wales University -- Providence, RI From wyatt at draggoo.com Wed Jul 17 12:47:39 2002 From: wyatt at draggoo.com (Wyatt Draggoo) Date: Wed, 17 Jul 2002 10:47:39 -0700 (PDT) Subject: [SunHELP] Difference in "time to prompt" for root vs. any other user with O penSSH on Sol 8 2/02 Message-ID: <20020717104742.11444.h019.c001.wm@mail.draggoo.com.criticalpath.net> Is it the ``sleep 30'' line in the users' .login files? :) Actually, the .login and .profile (or .cshrc) family of files is where I'd start checking, to include /etc/profile, and the /etc/skel/* files. If the users are using a Bourne Shell variant, add ``set -x'' to those files to see if ssh is hanging on a process that's being started by the user at login. I'm sure there's a csh equivalant to that as well, although I can't think of it at the moment. Wyatt > > I have a Sun Fire V100 with OpenSSH 3.4p1 installed on it. When I connect as > root, I get a prompt almost instantly, but if I log in as a regular user -- > any of them -- it takes nearly thirty seconds (though the logon banner > prints immediately, and only an functioning prompt lags behind). > I experience this when logging in from PC's or Suns (so it's not a client > platform thing), and from systems with static and DHCP-assigned IP addresses > (so it's not DNS lookup-related). This happened under 3.1p1 and still with > 3.4p1. > I edited the file '/etc/ssh/ssh_prng_cmds' as suggested at > http://bucc.buu.ac.th/~jim/sysadmin/openssh.html but there was no > improvement (so I don't think it's entropy-related: that is, the SSH > connection is up, but the shell is slow to launch). > Any ideas? Thanks in advance. > -wde > -- > Will Enestvedt > UNIX System Administrator > Johnson & Wales University -- Providence, RI > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp -- Wyatt Draggoo From adatey at yahoo.com Wed Jul 17 13:33:41 2002 From: adatey at yahoo.com (Ajit P. Datey) Date: Wed, 17 Jul 2002 14:33:41 -0400 Subject: [SunHELP] command line ftp via iplanet web proxy server. Message-ID: <00b601c22dc0$7a8989c0$6803a8c0@wwre.org> Hi! I have installed IPlanet WEB proxy version 3.6 on a Solaris 7 box. There is a Solaris 8 box to which users log on. If they connect to the Solaris 8 box using xwindows then they are able to use Netscape browser to ftp (using ftp://....) via the proxy server. The problem occurs when somebody uses ftp at the command line. We get a connect message but nothing after that. Basically what I am trying is ftp This connects but does not ask me for a username. I traced it to the fact that the proxy server is expecting URL based connections and I am not being able to bypass this. Does anybody know a way wherein I can use command line ftp to work through the iplanet proxy server. Thanks a lot. Regards Ajit From sd_price at yahoo.com Wed Jul 17 13:57:52 2002 From: sd_price at yahoo.com (stephen price) Date: Wed, 17 Jul 2002 11:57:52 -0700 (PDT) Subject: [SunHELP] command line ftp via iplanet web proxy server. In-Reply-To: <00b601c22dc0$7a8989c0$6803a8c0@wwre.org> Message-ID: <20020717185752.23936.qmail@web21204.mail.yahoo.com> Here's what I use - not elegant scripting - but it works - after I got ahold of the owner of the proxy and had them set up the account info on the proxy server.... # Define variables ftpid="userid at destination_remotehost" ftppass="password_at_destination_remotehost" ftphost="local_proxy_server" ftp -ni $ftphost user $ftpid $ftppass Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com From sd_price at yahoo.com Wed Jul 17 13:58:01 2002 From: sd_price at yahoo.com (stephen price) Date: Wed, 17 Jul 2002 11:58:01 -0700 (PDT) Subject: [SunHELP] command line ftp via iplanet web proxy server. In-Reply-To: <00b601c22dc0$7a8989c0$6803a8c0@wwre.org> Message-ID: <20020717185801.3214.qmail@web21207.mail.yahoo.com> Here's what I use - not elegant scripting - but it works - after I got ahold of the owner of the proxy and had them set up the account info on the proxy server.... # Define variables ftpid="userid at destination_remotehost" ftppass="password_at_destination_remotehost" ftphost="local_proxy_server" ftp -ni $ftphost user $ftpid $ftppass Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com From sd_price at yahoo.com Wed Jul 17 13:59:54 2002 From: sd_price at yahoo.com (stephen price) Date: Wed, 17 Jul 2002 11:59:54 -0700 (PDT) Subject: [SunHELP] command line ftp via iplanet web proxy server. In-Reply-To: <00b601c22dc0$7a8989c0$6803a8c0@wwre.org> Message-ID: <20020717185954.69918.qmail@web21210.mail.yahoo.com> Here's what I use - not elegant scripting - but it works - after I coordinated with the proxy owner to make sure that (first) I could get past the proxy - # Define variables ftpid="userid at destination_remotehost" ftppass="password_at_destination_remotehost" ftphost="local_proxy_server" ftp -ni $ftphost user $ftpid $ftppass Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com From adatey at yahoo.com Wed Jul 17 14:24:21 2002 From: adatey at yahoo.com (Ajit P. Datey) Date: Wed, 17 Jul 2002 15:24:21 -0400 Subject: [SunHELP] command line ftp via iplanet web proxy server. References: <20020717185752.23936.qmail@web21204.mail.yahoo.com> Message-ID: <00e101c22dc7$8f55c560$6803a8c0@wwre.org> Hi! I have already tried this. Problem is IPlanet WEB proxy is URL based and it allows any ftp request as long as it is sent in as ftp://userid at remotehost i.e. from a browser. I was looking at something where I can fool IPlanet Proxy into thinking that the ftp request is in a URL format but actually it is from the command line. Regards Ajit ----- Original Message ----- From: "stephen price" To: Cc: Sent: Wednesday, July 17, 2002 2:57 PM Subject: Re: [SunHELP] command line ftp via iplanet web proxy server. > Here's what I use - not elegant scripting - but it > works - after I got ahold of the owner of the proxy > and had them set up the account info on the proxy > server.... > > # Define variables > ftpid="userid at destination_remotehost" > ftppass="password_at_destination_remotehost" > ftphost="local_proxy_server" > > ftp -ni $ftphost > user $ftpid $ftppass > Yahoo! Autos - Get free new car price quotes > http://autos.yahoo.com From Will.Enestvedt at jwu.edu Wed Jul 17 14:27:44 2002 From: Will.Enestvedt at jwu.edu (William Enestvedt) Date: Wed, 17 Jul 2002 15:27:44 -0400 Subject: [SunHELP] Difference in "time to prompt" for root vs. any oth er user with O penSSH on Sol 8 2/02 Message-ID: <156AA90517398D479A3473C35CE99EDD1EF623@pvdexc99.jwu.edu> Wyatt Draggoo wrote: > > Is it the ``sleep 30'' line in the users' .login files? :) > No...but maybe it's the "sleep 5" line in the /etc/skel/local.profile that wants to start OpenWindows whenever someone logs in. :7) > > Actually, the .login and .profile (or .cshrc) family of files > is where I'd start checking, to include /etc/profile, and the > /etc/skel/* files. If the users are using a Bourne Shell > variant, add ``set -x'' to those files... > As you suggested, I dropped 'set -x' into each of these and it doesn't show any unexpected commands executing. Come to think of it, since the shell is the thing that wasn't starting up for so long, _would_ this reveal the problem? Oooh, ooh, wait: root uses the Bourne shell, but all the users are set to inhabit the Korn shell... Darn -- changing a user to use the Bourne shell doesn't help. The maddening thing is that no input is accepted between the time that the banner prints and when the prompt appears -- I can't even kill the connection with control-D. I probably ought to know this, but what files execute during a login _before_ the shell starts? Thanks for your suggestion, by the way! -wde -- Will Enestvedt UNIX System Administrator Johnson & Wales University -- Providence, RI From mahadi at cs.usm.my Wed Jul 17 19:34:20 2002 From: mahadi at cs.usm.my (mahadi yusof) Date: Thu, 18 Jul 2002 08:34:20 +0800 Subject: [SunHELP] nispasswd problem Message-ID: <3D360D0C.000003.01944@admin2000.cs.usm.my> Hi All, I got this message when trying to change my password: nispasswd: user must have LOCAL credential Permission denied What should I do? -mahadi- From jimp at specsol.com Wed Jul 17 20:25:28 2002 From: jimp at specsol.com (Jim Pennino) Date: Wed, 17 Jul 2002 18:25:28 -0700 Subject: [SunHELP] command line ftp via iplanet web proxy server. In-Reply-To: <00e101c22dc7$8f55c560$6803a8c0@wwre.org> References: <20020717185752.23936.qmail@web21204.mail.yahoo.com> <00e101c22dc7$8f55c560$6803a8c0@wwre.org> Message-ID: <20020718012528.GA14260@mail.specsol.com> On Wed, Jul 17, 2002 at 03:24:21PM -0400, Ajit P. Datey wrote: > Hi! I have already tried this. Problem is IPlanet WEB proxy is URL based and > it allows any ftp request as long as it is sent in as > ftp://userid at remotehost i.e. from a browser. > > I was looking at something where I can fool IPlanet Proxy into thinking that > the ftp request is in a URL format but actually it is from the command line. > > Regards > Ajit > > ----- Original Message ----- > From: "stephen price" > To: > Cc: > Sent: Wednesday, July 17, 2002 2:57 PM > Subject: Re: [SunHELP] command line ftp via iplanet web proxy server. > > > > Here's what I use - not elegant scripting - but it > > works - after I got ahold of the owner of the proxy > > and had them set up the account info on the proxy > > server.... > > > > # Define variables > > ftpid="userid at destination_remotehost" > > ftppass="password_at_destination_remotehost" > > ftphost="local_proxy_server" > > > > ftp -ni $ftphost > > user $ftpid $ftppass > > Yahoo! Autos - Get free new car price quotes > > http://autos.yahoo.com > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp Try wget. -- Jim Pennino From triyono at rtmglobal.com Wed Jul 17 22:51:45 2002 From: triyono at rtmglobal.com (triyono) Date: Thu, 18 Jul 2002 10:51:45 +0700 Subject: [SunHELP] operational mode on L9 Message-ID: <3D363B50.E48B69BF@RTMGlobal.com> Dear All, I see in Sun StorEdge L9 tape autoloader docs that it has three modes of operation (stacker, random, and autodetect) mode but I didn't get any further information about how to change from 1 mode to another? Could anyone help me to get this information. Appreciate to any information. thx and rgrds, triyono From shj at pine.dk Thu Jul 18 05:09:32 2002 From: shj at pine.dk (Simon Jespersen) Date: Thu, 18 Jul 2002 12:09:32 +0200 Subject: [SunHELP] how to ps Message-ID: Hi how do i run a ps command thats shows the amount of memory taken by the process., and optioally the amount of cpu usage Kind regards Simon Jespersen Project engineer Pine Tree Systems A/S Damhaven 5d DK-7100 Vejle Email: shj at pine.dk Phone: +4575724477 From kumar_bageshwar at jpmorgan.com Thu Jul 18 05:09:34 2002 From: kumar_bageshwar at jpmorgan.com (kumar_bageshwar at jpmorgan.com) Date: Thu, 18 Jul 2002 11:09:34 +0100 Subject: [SunHELP] how to ps Message-ID: Use this command : /usr/ucb/ps -auxww shj at pine.dk Sent by: sunhelp-admin at sunhelp.org 18/07/02 11:09 To: sunhelp at sunhelp.org cc: Subject: [SunHELP] how to ps Hi how do i run a ps command thats shows the amount of memory taken by the process., and optioally the amount of cpu usage Kind regards Simon Jespersen Project engineer Pine Tree Systems A/S Damhaven 5d DK-7100 Vejle Email: shj at pine.dk Phone: +4575724477 _______________________________________________ SunHELP maillist - SunHELP at sunhelp.org http://www.sunhelp.org/mailman/listinfo/sunhelp From eddie.watkins at mail.moray.gov.uk Thu Jul 18 05:31:19 2002 From: eddie.watkins at mail.moray.gov.uk (Eddie Watkins) Date: Thu, 18 Jul 2002 11:31:19 +0100 Subject: [SunHELP] problem with dd command - extra blank chars added Message-ID: Hi We have a file that can have a random number of variable length records. We need to dump the file to tape with a fixed length of 512 bytes per record, so use the following command dd if=file1 of=dev/rmt/1 cbs=512 conv=sync,block. When this is done it adds an extra 512 blank spaces to the end of the file. I have checked using more, vi etc that there is not a blank line at the end of the file, but doing an octal dump shows that the final record ends with a newline sequence '\n'. Is there any way to remove this final newline before the dd command is processed or any other way that the 512 blank chars can be removed ? Thanks Eddie Watkins The Moray Council email: eddie.watkins at moray.gov.uk tel: 01343 563247 ******** The Moray Council: Internet E-mail Notice ******** The contents of this e-mail and any attachments ('this e-mail') are confidential and intended solely for the addressee. If this e-mail has been sent to you by mistake, please notify postmaster at moray.gov.uk as soon as possible; you should then delete this e-mail from your computer. From eddie.watkins at mail.moray.gov.uk Thu Jul 18 06:46:38 2002 From: eddie.watkins at mail.moray.gov.uk (Eddie Watkins) Date: Thu, 18 Jul 2002 12:46:38 +0100 Subject: [SunHELP] FIXED - RE: problem with dd command - extra blank chars added Message-ID: >We have a file that can have a random number of variable >length records. We >need to dump the file to tape with a fixed length of 512 bytes >per record, >so use the following command dd if=file1 of=dev/rmt/1 cbs=512 >conv=sync,block. > It looks like changing the conv=sync,block to just conv=block fixes the problem. Eddie Watkins ******** The Moray Council: Internet E-mail Notice ******** The contents of this e-mail and any attachments ('this e-mail') are confidential and intended solely for the addressee. If this e-mail has been sent to you by mistake, please notify postmaster at moray.gov.uk as soon as possible; you should then delete this e-mail from your computer. From chanakam at millenniumit.com Thu Jul 18 06:45:25 2002 From: chanakam at millenniumit.com (Chanaka Mendis) Date: Thu, 18 Jul 2002 17:45:25 +0600 Subject: [SunHELP] how to ps References: Message-ID: <3D36AA55.D377FB1D@millenniumit.com> Simon Jespersen wrote: > Hi how do i run a ps command thats shows the amount of memory taken by the > process., and optioally the amount of cpu usage > > Kind regards > Simon Jespersen > Project engineer > Pine Tree Systems A/S > Damhaven 5d > DK-7100 Vejle > Email: shj at pine.dk > Phone: +4575724477 > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp On solaris 8 prstat ----------------------------------------- (on postoffice) The information contained in this email is confidential and is meant to be read only by the person to whom it is addressed.Please visit http://www.millenniumit.com/legal/email.htm to read the entire confidentiality clause. --------------------------------------------------------- From SDaubigne at bordeaux-bersol.sema.slb.com Thu Jul 18 08:13:02 2002 From: SDaubigne at bordeaux-bersol.sema.slb.com (DAUBIGNE Sebastien - BOR ( SDaubigne@bordeaux-bersol.sema.slb.com )) Date: Thu, 18 Jul 2002 14:13:02 +0100 Subject: [SunHELP] how to ps Message-ID: <21813A39DCB1D511B25B00B0D01762DE282600@BORMES02> ps -o pid,osz,rss,pcpu,args -p will print the virtual/resident memory and CPU percentage. See "man ps" for the signification of osz/rss/pcpu. Be careful as "rss" includes memory pages shared with other process (shared exec/library, IPC shared memory segments, cow pages, mapped files, ...). The "/usr/proc/bin/pmap -x " command will show various useful informations like private memory . I suggest to download and install "Memtool" if you want to gather additionnal informations related to memory usage (see sun.com). Note : pmap reports private memory wrongly on Solaris 2.6, see Memtool's "pmem" as a replacement. --- Sebastien DAUBIGNE sdaubigne at bordeaux-bersol.sema.slb.com - (+33)5.57.26.56.36 SchlumbergerSema - SGS/DWH/Pessac -----Message d'origine----- De: Simon Jespersen [SMTP:shj at pine.dk] Date: jeudi 18 juillet 2002 12:10 : Sun solaris help list Objet: [SunHELP] how to ps Hi how do i run a ps command thats shows the amount of memory taken by the process., and optioally the amount of cpu usage Kind regards Simon Jespersen Project engineer Pine Tree Systems A/S Damhaven 5d DK-7100 Vejle Email: shj at pine.dk Phone: +4575724477 _______________________________________________ SunHELP maillist - SunHELP at sunhelp.org http://www.sunhelp.org/mailman/listinfo/sunhelp From solarisneophyte at yahoo.com Thu Jul 18 07:19:45 2002 From: solarisneophyte at yahoo.com (Solaris Neophyte) Date: Thu, 18 Jul 2002 05:19:45 -0700 (PDT) Subject: [SunHELP] which standard nic will work on an AXi MB? Message-ID: <20020718121945.6850.qmail@web20301.mail.yahoo.com> i dont want to shell out alot of cash for a nic that will work on my tatung ultra 10 clone. are there any cheap off-the-shelf cards that will work with this unit? i have a netgear and intel card that is based on digital's tulip... will this work? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com From mcaldent at correo.secyt.gov.ar Thu Jul 18 07:22:58 2002 From: mcaldent at correo.secyt.gov.ar (Marta Beatriz Caldentey) Date: Thu, 18 Jul 2002 09:22:58 -0300 Subject: [SunHELP] lost ld.so.1 /crle Message-ID: <3D36B322.FE9BA92F@correo.secyt.gov.ar> in solaris 8, I have run crle to create the runtime linking environment configuration in /var/ld/ld.config but I put the wrong augment, so I have lost the path to the runtime linking environment and I couldn't run any command !! I tried to upgrade solaris 8 but it didn't repair the path (LD_LIBRARY_PATH?) what can I do? sorry for my bad english! -- Marta Beatriz Caldentey Ingeniera Electronica REDCYT - Argentina 4312-8917/3099/4313-8389 From cjep at fawlty.net Thu Jul 18 08:40:22 2002 From: cjep at fawlty.net (Chris Pinnock) Date: Thu, 18 Jul 2002 14:40:22 +0100 Subject: [SunHELP] lost ld.so.1 /crle In-Reply-To: <3D36B322.FE9BA92F@correo.secyt.gov.ar>; from mcaldent@correo.secyt.gov.ar on Thu, Jul 18, 2002 at 09:22:58AM -0300 References: <3D36B322.FE9BA92F@correo.secyt.gov.ar> Message-ID: <20020718144022.A14361@roystonvasey.local> On Thu, Jul 18, 2002 at 09:22:58AM -0300, Marta Beatriz Caldentey wrote: > in solaris 8, I have run crle to create the runtime linking environment > configuration in /var/ld/ld.config > but I put the wrong augment, so I have lost the path to the runtime > linking environment and I couldn't run any command !! > I tried to upgrade solaris 8 but it didn't repair the path > (LD_LIBRARY_PATH?) > what can I do? I've not tested this, but you could try (from /sbin/sh which is statically linked): LD_LIBRARY_PATH=/usr/lib; export LD_LIBRARY_PATH /usr/bin/rm /var/ld/ld.config best wishes, Chris From peter at ashlyn.co.uk Thu Jul 18 10:05:36 2002 From: peter at ashlyn.co.uk (Peter Stokes) Date: Thu, 18 Jul 2002 16:05:36 +0100 Subject: [SunHELP] Running 21" Sun monitor on HP/UX system Message-ID: Hi All Anyone know if the Sun 21" (X7136A or X7121A) will work on HP/UX box with 15 vga connector cable? Apparently the HP needs sync on green as opposed to separate sync and it is unclear if the Sun monitors will run with this. Peter --------------------------------- Peter Stokes Ashlyn Computer Services Ltd Tel: +44 (0)1636-627900 Fax: +44 (0)1636-627909 Mbl: +44 (0)7977-532320 Web: http://www.ashlyn.co.uk --------------------------------- From RPBanniz at ascensionhealth.org Thu Jul 18 10:33:07 2002 From: RPBanniz at ascensionhealth.org (Robert Banniza) Date: Thu, 18 Jul 2002 10:33:07 -0500 Subject: [SunHELP] E420 still seeing IBM Shark fibre LUNs after de-allocating Message-ID: I have a Sun E420R using a JNI1063 fibre card connected to an IBM ESS Shark via switched fabric using Veritas Volume Manager for managing the volumes. I recently de-allocated several drives (LUNS) from the E420 to return them back to the Shark as unused disks. There were listed in Veritas as unitialized disks. However, after doing this, I ran a 'devfsadm -C' to clean up any device entries and then rebooted the machine with 'reboot -r' for good measure. The problem I'm having now is that I'm getting the following error messages upon bootup and Veritas will not mount the other vxfs mountpoints upon boot: ###################################### Rebooting with command: boot -r Boot device: /pci at 1f,4000/scsi at 3/disk at 0,0 File and args: -r SunOS Release 5.8 Version Generic_108528-14 64-bit Copyright 1983-2001 Sun Microsystems, Inc. All rights reserved. /kernel/drv/sparcv9/fca-pci symbol ddi_model_convert_from multiply defined fca-pci0: JNI Fibre Channel Adapter model FCI-1063 fca-pci0: SCSI ID 125 / AL_PA 0x1 fca-pci0: Fibre Channel WWNN: 100000E069C01BBC WWPN: 200000E069C01BBC fca-pci0: FCA SCSI/IP Driver Version 2.6.11, June 3, 2002 for Solaris 64-bit fca-pci0: All Rights Reserved. NOTICE: pci1242,46430 NPORT Initialization Complete, SID=C01BBC fca-pci0: New Fabric Parameters Received. Resetting... fca-pci0: LINK DOWN NOTICE: pci1242,46430 NPORT Initialization Complete, SID=C01BBC fca-pci0: LINK UP (180002FF) fca-pci0: Host: Port 011C00 (100000E069C01BBC:200000E069C01BBC) fca-pci0: Port 011000 (5005076300C08253:5005076300C38253) available. fca-pci0: Port 011100 (5005076300C08253:5005076300C78253) available. fca-pci0: Target 0: Port 011000 (5005076300C08253:5005076300C38253) online. fca-pci0: Target 0 Lun 0: Port 011000 (5005076300C08253:5005076300C38253) not present. fca-pci0: Target 0 Lun 1: Port 011000 (5005076300C08253:5005076300C38253) not present. fca-pci0: Target 0 Lun 2: Port 011000 (5005076300C08253:5005076300C38253) present. fca-pci0: Target 0 Lun 3: Port 011000 (5005076300C08253:5005076300C38253) not present. fca-pci0: Target 0 Lun 4: Port 011000 (5005076300C08253:5005076300C38253) present. fca-pci0: Target 0 Lun 5: Port 011000 (5005076300C08253:5005076300C38253) present. WARNING: forceload of misc/md_trans failed WARNING: forceload of misc/md_raid failed WARNING: forceload of misc/md_hotspares failed WARNING: forceload of misc/md_sp failed Starting VxVM restore daemon... VxVM starting in boot mode... NOTICE: vxvm:vxdmp: added disk array 17595 configuring IPv4 interfaces: hme0. Hostname: ebsun02 Configuring /dev and /devices fca-pci0: Target 0 Lun 0: Port 011000 (5005076300C08253:5005076300C38253) not present. fca-pci0: Target 0 Lun 1: Port 011000 (5005076300C08253:5005076300C38253) not present. fca-pci0: Target 0 Lun 3: Port 011000 (5005076300C08253:5005076300C38253) not present. fca-pci0: Target 0 Lun 0: Port 011000 (5005076300C08253:5005076300C38253) not present. fca-pci0: Target 0 Lun 0: Port 011000 (5005076300C08253:5005076300C38253) not present. Configuring the /dev directory (compatibility devices) VxVM general startup... Initializing random number generator... done. syslog service starting. volume management starting. Jul 18 09:42:28 ebsun02 fca-pci: fca-pci0: Target 0 Lun 3: Port 011000 (5005076300C08253:5005076300C38253) not present. Starting vradmind daemon Starting RMI Registry Starting VERITAS VM Storage Administrator Command Server Starting VERITAS VM Storage Administrator Server Starting VxRSync master daemon(s) VRADMIND: started. sshd: SSH Secure Shell 3.1.2 (non-commercial version) on sparc-sun-solaris2.8 Jul 18 09:42:28 ebsun02 last message repeated 1 time Jul 18 09:42:40 ebsun02 sshd[419]: Listener created on port 22. Jul 18 09:42:40 ebsun02 sshd[424]: Daemon is running. Oracle startup: cannot start Change to state 3 has been completed. ###################################### As you can see, fca-pci0 is reporting LUNs as not being present. These are the LUNs that I took away. Why didn't 'devfsadm -C' clean this up? Do I need to modify /kernel/drv/sd.conf manually? Also, do I need to modify /kernel/drv/fca-pci.conf manually as well? Any help appreciated. Robert Banniza Senior UNIX Administrator Ascension Health ISD NOTE: This e-mail message may contain information that may be privileged, confidential, and exempt from disclosure. It is intended for use only by the person to whom it is addressed. If you have received this message in error, please do not forward or use this information in any way, delete it immediately, and contact the sender as soon as possible by the reply option or by telephone at the telephone number listed (if available). Thank you. From mrbill at mrbill.net Thu Jul 18 13:19:12 2002 From: mrbill at mrbill.net (Bill Bradford) Date: Thu, 18 Jul 2002 13:19:12 -0500 Subject: [SunHELP] FS: Four 128 meg Ultra DIMMs Message-ID: <20020718181912.GL9892@mrbill.net> I've got four 128meg Ultra-compatible (u1/2/30/60/250/450/etc) DIMMs for sale (512M total). Got these from MemoryX (part number DA-X7004A3S) about two months ago and have realized I dont need 1G in my Ultra60. MemoryX's price for this (two X7004A equivalent kits; this RAM made by Micron, each kit of two pieces is $142) is $284: http://www.memoryx.net/mx7004a.html Crucial's price for the same thing (4 x 128meg) is $536. I'll take $200 (priority mail shipping included). Bill -- Bill Bradford mrbill at mrbill.net Austin, TX From komokwa at earthlink.net Thu Jul 18 20:27:43 2002 From: komokwa at earthlink.net (Tim Gallagher) Date: Thu, 18 Jul 2002 18:27:43 -0700 Subject: [SunHELP] NTP design Message-ID: <000701c22ec3$7c850cf0$d4e1fc9e@screamer> We are redesigning our NTP system and I was hoping to get some expert input from the list. There are two geographically remote data centers, latency between the two locations is 50-60 ms (using ping -s) typically. The plan is to have a GPS netclock in each location, directly connected to two machines each - for a total of 4 stratum 1 NTP servers (running Solaris 8 with the bundled xntpd) operating as peers. First thought is to have slightly different client files on the data center boxes at each location in order to designate one of the local servers as the preferred NTP server. This is a large environment. The questions; 1- Does this seem like a good plan for use with two different locations? 2- Any problem to be expected with the servers syncronizing across the WAN? 3- Is it workable to have a different server preferred in each location? Thanks, -- Tim From jimp at specsol.com Thu Jul 18 23:11:52 2002 From: jimp at specsol.com (Jim Pennino) Date: Thu, 18 Jul 2002 21:11:52 -0700 Subject: [SunHELP] NTP design In-Reply-To: <000701c22ec3$7c850cf0$d4e1fc9e@screamer> References: <000701c22ec3$7c850cf0$d4e1fc9e@screamer> Message-ID: <20020719041152.GA397@mail.specsol.com> On Thu, Jul 18, 2002 at 06:27:43PM -0700, Tim Gallagher wrote: > We are redesigning our NTP system and I was hoping to get some expert input > from the list. > > There are two geographically remote data centers, latency between the two > locations is 50-60 ms (using ping -s) typically. The plan is to have a GPS > netclock in each location, directly connected to two machines each - for a > total of 4 stratum 1 NTP servers (running Solaris 8 with the bundled xntpd) > operating as peers. > > First thought is to have slightly different client files on the data center > boxes at each location in order to designate one of the local servers as the > preferred NTP server. This is a large environment. > > The questions; > 1- Does this seem like a good plan for use with two different locations? > 2- Any problem to be expected with the servers syncronizing across the WAN? > 3- Is it workable to have a different server preferred in each location? > > Thanks, > -- Tim > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp A technical nit; if the GPS netclocks are network ntp devices, they will be stratum 1 and the 4 solaris machines will be stratum 2, not that it will make any difference in the long run. Some general thoughts based on the results of doing something very similar, but with 5 locations: The only practical reason I've found for setting a preferred server is to manage network traffic given the quality of ntp implementations and GPS clocks these days. The ntp client should be able to sort out the best time source by itself. Setting all 4 Solaris boxes to point to both GPS boxes will keep everything synced if 1 of the GPS boxes fails. Under normal circumstances, the Solaris boxes will automatically pick the local GPS box as its preferred server. Pointing local clients to servers across the WAN will only increase network traffic, though only a little unless you have a HUGE number of machines, but serve no purpose. The local clients need only point to the local Solaris boxes because the clients can't get any better time then the local Solaris can get anyway. People get too fixated on stratum levels. For a given stratum 1 server, a client at stratum 4 will have better time with a consistant, stable chain back to stratum 1 than a stratum 2 client with a flaky link to the stratum 1 server. Consistancy of network latency to a server is in general more important than the absolute value. -- Jim Pennino From brt at g.haggve.se Fri Jul 19 08:31:49 2002 From: brt at g.haggve.se (Bjorn Ramqvist) Date: Fri, 19 Jul 2002 15:31:49 +0200 Subject: [SunHELP] Vacation Message-ID: <3D3814C5.13874204@g.haggve.se> I'm going on vacation now, so I'm unsubscribing to keep my inbox at a minimum. If anyone wants to reach me during this time, I'm reachable (more or less) on my home address: ramq at home.se I'll be back in about four weeks. Take care! /Bjorn From tlongo at avaya.com Fri Jul 19 08:50:04 2002 From: tlongo at avaya.com (Tim Longo) Date: Fri, 19 Jul 2002 09:50:04 -0400 Subject: [SunHELP] using procmail to activate an ssh session Message-ID: For those of you with a cable modem/dsl and a unix machine at home: Have any of you setup procmail to start an shh session from your work machine to your home machine... so that you can then use that tunnel from your home machine to connect to other machines on your work lan? I'm looking for examples and documentation. Thanks. From komokwa at earthlink.net Fri Jul 19 09:54:35 2002 From: komokwa at earthlink.net (komokwa at earthlink.net) Date: Fri, 19 Jul 2002 07:54:35 -0700 Subject: [SunHELP] NTP design Message-ID: >A technical nit; if the GPS netclocks are >network ntp devices, they will be stratum 1 and the 4 solaris machines will be stratum 2, My understanding is the actual clock (source of time) is stratum 0...but probably a minor point. >The only practical reason I've found for setting >a preferred server is to manage network traffic Traffic management and time accuracy was the logic behind specifying local servers for preferred use at each data center. >Under normal circumstances, the Solaris >boxes will automatically pick the local GPS box >as its preferred server. How does it do this? >The local clients need only point to the local >Solaris boxes Are you suggesting to not set the 4 NTP servers as peers? Thanks very much, -- Tim From timjmill at yahoo.com Fri Jul 19 10:20:27 2002 From: timjmill at yahoo.com (tim miller) Date: Fri, 19 Jul 2002 08:20:27 -0700 (PDT) Subject: [SunHELP] installing ximian gnome Message-ID: <20020719152027.18586.qmail@web11906.mail.yahoo.com> Went through the install for Ximian Gnome 2.0 and everything appeared to go well. When I select Gnome session and try to log in, it starts to log in, but then kicks me back to the login screen. Any clue how to fix it, or how I can figure out what's doing before it kicks me back to the log in? Tim Miller Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com From tlongo at avaya.com Fri Jul 19 10:39:22 2002 From: tlongo at avaya.com (Tim Longo) Date: Fri, 19 Jul 2002 11:39:22 -0400 Subject: [SunHELP] installing ximian gnome In-Reply-To: <20020719152027.18586.qmail@web11906.mail.yahoo.com> Message-ID: i have seen this behavior when the .profile uses an 'exec ksh' or something like that. If you have this, you may need to do something different. Otherwise, try moving the .gnome sub dirs and/or .profile in your home directory to .old, and try again. Then add things back until you find the cause. -tim P.S. I do use ximian.. works great. > -----Original Message----- > From: sunhelp-admin at sunhelp.org [mailto:sunhelp-admin at sunhelp.org]On > Behalf Of tim miller > Sent: Friday, July 19, 2002 11:20 AM > To: sunhelp > Subject: [SunHELP] installing ximian gnome > > > Went through the install for Ximian Gnome 2.0 and > everything appeared to go well. When I select Gnome > session and try to log in, it starts to log in, but > then kicks me back to the login screen. Any clue how > to fix it, or how I can figure out what's doing before > it kicks me back to the log in? > > Tim Miller > Yahoo! Autos - Get free new car price quotes > http://autos.yahoo.com > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp From jimp at specsol.com Fri Jul 19 11:05:07 2002 From: jimp at specsol.com (Jim Pennino) Date: Fri, 19 Jul 2002 09:05:07 -0700 Subject: [SunHELP] NTP design In-Reply-To: References: Message-ID: <20020719160507.GA11269@mail.specsol.com> On Fri, Jul 19, 2002 at 07:54:35AM -0700, komokwa at earthlink.net wrote: > >A technical nit; if the GPS netclocks are >network ntp devices, they will be > stratum 1 and the 4 solaris machines will be stratum 2, > > My understanding is the actual clock (source of time) is stratum 0...but > probably a minor point. In the olden days before GPS ntp appliance boxes, you hooked some sort of time standard such as a WWV or CHU receiver to a system that ran ntp. In that case, I guess you could say the receiver was stratum 0, but the computer system was stratum 1. Todays network connectable GPS ntp servers look like the systems of old, i.e. they are stratum 1, but now everything fits in a 1" rackmount box. > >The only practical reason I've found for setting >a preferred server is to > manage network traffic > > Traffic management and time accuracy was the logic behind specifying local > servers for preferred use at each data center. After things have been running for a few minutes, and given stable connections, clients will at worst case connect once every 64 seconds. There will not be a lot of traffic if things are stable. On the networks I deal with the local clients update every 1024 seconds across the WAN (T1). The most important criteria for accuracy is stability in the path to the stratum 1 server. Even with a crappy network you are going to have sub-second accuracy. > >Under normal circumstances, the Solaris > >boxes will automatically pick the local GPS box >as its preferred server. > > How does it do this? The short smart-ass answer is "quite well". The technical answer is a bit much for e-mail. For a real in-depth answer, go to http://www.eecis.udel.edu/~ntp/ and poke around. You will find more information on timekeeping and how ntp works than you ever wanted to know. > >The local clients need only point to the local >Solaris boxes > > Are you suggesting to not set the 4 NTP servers as peers? There is nothing to be gained by setting the 4 Solaris boxes as anything other than clients to the 2 GPS boxes, and nothing to be gained by setting the local clients as anything other than clients to the 2 local Solaris boxes. The 2 GPS boxes are the ultimate sources and, assuming they are the same, there is no reason to prefer one box over the other. Any network issues will be handled automatically by ntp on the Solaris boxes. The sole reason to point all 4 Solaris boxes to both GPS boxes is in case one GPS box fails. The peer and preferred server stuff is a leftover from the old days. As an example, say at site A you had a system hooked to a WWV receiver, at site B you had a system hooked to a CHU receiver and at site C you had a system hooked to an "atomic standard", i.e. a cesium or some such thing. Then you would do peering and make site C the preferred server since the "atomic standard" would normally be a better time source. So, yes, unless you have something better than a GPS box somewhere, don't try to over think this, keep it simple. Like I said, even with a crappy network, you are going to get sub-second accuracy with these GPS boxes. Now, if you are doing timing in the nanosecond range, you have an entirely different problem... > > Thanks very much, > -- Tim > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp -- Jim Pennino From RPBanniz at ascensionhealth.org Fri Jul 19 11:21:40 2002 From: RPBanniz at ascensionhealth.org (Robert Banniza) Date: Fri, 19 Jul 2002 11:21:40 -0500 Subject: [SunHELP] installing ximian gnome Message-ID: I had this happen to me when Ximian Gnome was first released for Solaris back in the day about two years ago. The problem I had was exactly like yours. The solution was to go in and check the permissions of all the .gnome* directories/files in your home directory. Better yet, blow them away and let Gnome recreate them. What heppens is that you run the installer as root which creates root perms on the .gnome* files in your home directory. Therefore, you can't access them b/c of the root perms. Hope this helps....If not, check your X session and startup logs to see what is going on. Robert Banniza Senior UNIX Administrator Ascension Health ISD >>> tim miller 07/19/02 10:20AM >>> Went through the install for Ximian Gnome 2.0 and everything appeared to go well. When I select Gnome session and try to log in, it starts to log in, but then kicks me back to the login screen. Any clue how to fix it, or how I can figure out what's doing before it kicks me back to the log in? Tim Miller Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com _______________________________________________ SunHELP maillist - SunHELP at sunhelp.org http://www.sunhelp.org/mailman/listinfo/sunhelp NOTE: This e-mail message may contain information that may be privileged, confidential, and exempt from disclosure. It is intended for use only by the person to whom it is addressed. If you have received this message in error, please do not forward or use this information in any way, delete it immediately, and contact the sender as soon as possible by the reply option or by telephone at the telephone number listed (if available). Thank you. From Will.Enestvedt at jwu.edu Fri Jul 19 11:48:58 2002 From: Will.Enestvedt at jwu.edu (William Enestvedt) Date: Fri, 19 Jul 2002 12:48:58 -0400 Subject: [SunHELP] Summary: Difference in "time to prompt" for root vs. any other us er with O penSSH on Sol 8 2/02 Message-ID: <156AA90517398D479A3473C35CE99EDD27B37B@pvdexc99.jwu.edu> I have no idea just what fixed this problem relating to a "dead" space of time between the appearance of the login banner and a shell prompt appearing during SSH sessions. From list readers, I received several suggestions that related to name resolution. However, I had already tried hard-coding entries in the /etc/hosts files with no luck. I noticed that the nscd (Name Service Caching Daemon) was disabled, so I re-started it but nothing changed immediately. I hid all the "dot file" in my home directory -- .profile, .Xauthority, etc. -- and suddenly the lag was gone! The mysterious part is that I disabled nscd and put the "dot files" back, and the lag between the banner appearing and a shell prompt didn't return. In fact, the lag disappeared for *all* users. I'm still scratching my head about this, but I won't look a gift horse in the mouth. Thanks for all the suggestions. -wde -- Will Enestvedt UNIX System Administrator Johnson & Wales University -- Providence, RI > -----Original Message----- > From: William Enestvedt [mailto:Will.Enestvedt at jwu.edu] > Sent: Wednesday, July 17, 2002 1:24 PM > Subject: [SunHELP] Difference in "time to prompt" for root vs. any other user with O penSSH on Sol 8 2/02 > > > I have a Sun Fire V100 with OpenSSH 3.4p1 installed on it. > When I connect as root, I get a prompt almost instantly, > but if I log in as a regular user -- any of them -- it > takes nearly thirty seconds (though the logon banner > prints immediately, and only an functioning prompt lags > behind). > I experience this when logging in from PC's or Suns (so > it's not a client platform thing), and from systems with > static and DHCP-assigned IP addresses (so it's not DNS > lookup-related). This happened under 3.1p1 and still with 3.4p1. > I edited the file '/etc/ssh/ssh_prng_cmds' as suggested > at http://bucc.buu.ac.th/~jim/sysadmin/openssh.html but there > was no improvement (so I don't think it's entropy-related: > that is, the SSH connection is up, but the shell is slow to > launch). > Any ideas? Thanks in advance. From joe at ardsley.com Fri Jul 19 12:10:17 2002 From: joe at ardsley.com (Joe Pampel) Date: Fri, 19 Jul 2002 13:10:17 -0400 Subject: [SunHELP] Multipath or NIC issue on Solaris 8? Message-ID: Hi all: I'm running an E3500, Solaris 8 with 2 nics, IP multipathing has been set up and has run fine for months. Until yesterday that is. We had a big software crash that left the machine in a funky state. I tried boucing various services (IP connectivity was bad to non-existant) incl inetd & sshd but in the end was orderded to shut down the machine and restart (the boss is an ex-mainframe guy.. we take no chances..) Machine came back up still with lousy connectivity. I traced it down to either the nic or the multipath setup I think: When I pull out the primary ethernet cable to fail over the IP, things get better but are still bad. I can connect to things from the machine and can connect to teh machine from hosts but it is spotty, slow, and when I initiate a connection it does not appear to come from the correct IP address (which to me is the failover IP) When I pull out the secondary ethernet cable, things get much better. I can connect in and out pretty normally. Netstat -k does not show errors. is there another way to do nic diagnostics? Is there a file to check in the multipath setup perhaps? I am reading up on it but am not sure where to start poking around.. Any insights would be very helpful. Thanks! Joe ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com ********************************************************************** From kumarav50 at hotmail.com Sat Jul 20 15:37:04 2002 From: kumarav50 at hotmail.com (kumar appan) Date: Sat, 20 Jul 2002 13:37:04 -0700 Subject: [SunHELP] zipdrive Message-ID: Hi, How to install zipdrive in solaris Regards Kumar From mantu_v at softhome.net Sat Jul 20 04:15:42 2002 From: mantu_v at softhome.net (Mahantesh) Date: Sat, 20 Jul 2002 14:45:42 +0530 Subject: [SunHELP] Sending break sequence from minicom/Linux Message-ID: <3D392A3E.AFEF7555@softhome.net> Hi, one of my Sparcstation5 did not allow me to login via SSH. It does not have keyboard or monitor. The reason why it did not allow connections was /var fs is full. So I wanted it to boot in single user mode and wanted to clear /var logs. I coonected a Linux system through serial A port. Used "Minicom" in Linux to get the login prompt of Sparcstation5(SS5) system. But as there is no Keyboard attached to the SS5, I wanted to send break sequence and get ok prompt. But even after pressing "break" on Linux system while SS5 is reboting it is not going to ok prompt. Can anyone please tell me what keys I have to press to get the ok prompt in minicom. Thanks. Mahantesh. From mantu_v at softhome.net Sat Jul 20 06:19:48 2002 From: mantu_v at softhome.net (Mahantesh) Date: Sat, 20 Jul 2002 16:49:48 +0530 Subject: [Fwd: [SunHELP] Sending break sequence from minicom/Linux] Message-ID: <3D394754.E274CAC9@softhome.net> Mahantesh wrote: > > Hi, > one of my Sparcstation5 did not allow me to login via SSH. It does not > have keyboard or monitor. The reason why it did not allow connections > was /var fs is full. So I wanted it to boot in single user mode and > wanted to clear /var logs. I coonected a Linux system through serial A > port. Used "Minicom" in Linux to get the login prompt of > Sparcstation5(SS5) system. But as there is no Keyboard attached to the > SS5, I wanted to send break sequence and get ok prompt. But even after > pressing "break" on Linux system while SS5 is reboting it is not going > to ok prompt. Can anyone please tell me what keys I have to press to > get the ok prompt in minicom. > > Thanks. > Mahantesh. Oops., there is an option of sending break in Minicom configuration. It is CTRL+A then Z and then F. (Sorry I did not check this before posting) Thanks. Mahantesh. From sd_price at yahoo.com Sat Jul 20 11:07:07 2002 From: sd_price at yahoo.com (stephen price) Date: Sat, 20 Jul 2002 09:07:07 -0700 (PDT) Subject: [SunHELP] zipdrive In-Reply-To: Message-ID: <20020720160707.75057.qmail@web21201.mail.yahoo.com> > How to install zipdrive in solaris Lots of different information available on how to do this - just do a google search - here are a couple of pointers... http://www.iomega.com/support/documents/2019.html -or- http://fy.chalmers.se/~appro/ziptool.html Yahoo! Health - Feel better, live better http://health.yahoo.com From larrys at lexis-nexis.com Sat Jul 20 14:23:33 2002 From: larrys at lexis-nexis.com (Larry Snyder) Date: Sat, 20 Jul 2002 15:23:33 -0400 (EDT) Subject: [SunHELP] fooling snoop Message-ID: <200207201923.g6KJNXQ07616@ra.lexis-nexis.com> Is there a way to fool snoop into believeing he's interactive so he can be run from cron? TIA, -ls- From ellipse at cipherpunks.com Sat Jul 20 07:36:02 2002 From: ellipse at cipherpunks.com (ellipse) Date: Sat, 20 Jul 2002 12:36:02 +0000 (GMT) Subject: [SunHELP] fooling snoop In-Reply-To: <200207201923.g6KJNXQ07616@ra.lexis-nexis.com> Message-ID: <20020720123424.D10198-100000@phoenix.bravozulu.us> > Is there a way to fool snoop into believeing he's interactive so he > can be run from cron? I believe you could do this by logging the contents to a file (though I don't have a system in front of me and can't test this theory). The problem I'd think you'd encounter, though, is terminating the process, for which you'd probably need an additional cron job. Caveat: if you don't terminate it, and you're logging to a file, you'd fill the partition you're logging to. From vbreugel at euronet.nl Sat Jul 20 17:06:18 2002 From: vbreugel at euronet.nl (Martijn van Breugel) Date: Sun, 21 Jul 2002 00:06:18 +0200 Subject: [SunHELP] Re: Sending break sequence from minicom/Linux (Mahantesh) In-Reply-To: <20020720170006.6190.37701.Mailman@ohno.mrbill.net> Message-ID: <5.1.0.14.2.20020721000255.009f0ae0@pop.euronet.nl> Use the following combination while the machine is rebooting: CTRL+Break This will get you to the OBP-prompt (ok-prompt) Or else use the command: # boot -r -s This will reboot the machine in single-user mode Regards, Martijn van Breugel The Netherlands >Hi, >one of my Sparcstation5 did not allow me to login via SSH. It does not >have keyboard or monitor. The reason why it did not allow connections >was /var fs is full. So I wanted it to boot in single user mode and >wanted to clear /var logs. I coonected a Linux system through serial A >port. Used "Minicom" in Linux to get the login prompt of >Sparcstation5(SS5) system. But as there is no Keyboard attached to the >SS5, I wanted to send break sequence and get ok prompt. But even after >pressing "break" on Linux system while SS5 is reboting it is not going >to ok prompt. Can anyone please tell me what keys I have to press to >get the ok prompt in minicom. > >Thanks. >Mahantesh. From T.C.Moore at cs.cardiff.ac.uk Tue Jul 9 06:28:27 2002 From: T.C.Moore at cs.cardiff.ac.uk (T C Moore) Date: Tue, 9 Jul 2002 12:28:27 +0100 (BST) Subject: [SunHELP] SNMP OIDs Message-ID: <200207091128.g69BSRQ17884@massachusetts.cs.cf.ac.uk> Hi everybody I am attempting to produce an SNMP network monitoring application, and am trying to get various system variables out of the MIB. Below is an example of the sort of query I am making: %snmpget -c public hostname 1.3.6.1.2.1.1.1.0 iso.3.6.1.2.1.1.1.0 = STRING: "Sun SNMP Agent, Sun-Blade-100" I am unsure of the OIDs (or even names) of certain values within the mib referring to general system status. Searches on SunSolv, docs.sun.com and Google have proved fruitless. Does anyone have any idea what the OIDs are for the following properties on Sun gear? Disk space used Disk space remaining CPU state CPU usage System memory free System memory used Network traffic in Network traffic out Many thanks in advance for your assistance. Tom Moore From PrakashK at virtusa.com Tue Jul 9 07:32:47 2002 From: PrakashK at virtusa.com (Prakash Konkimalla) Date: Tue, 9 Jul 2002 08:32:47 -0400 Subject: [SunHELP] NVRAM Chip Message-ID: Hi I have a Sun UltraSPARC IIi (440 MHz) that last week did not boot and gave these two warnings at boot time: WARNING:Invalid IDPROM contents WARNING: time-of-day chip unresponsive; dead batteries? Can someone explain these WARNINGS ? Also today I was able to boot the machine. It only gave me the "time-of-day" chip WARNING at boot time. When the machine came up the system time was Dec 31, 1967 All my applications are running on this OS is TOD based.. Please Help me out Regards, Prakash From vcameron9 at hotmail.com Mon Jul 15 08:11:34 2002 From: vcameron9 at hotmail.com (vincent cameron) Date: Mon, 15 Jul 2002 13:11:34 +0000 Subject: [SunHELP] bpimagelist Message-ID: Hey Guys -------------------------------------------------------------------- I've posted a message also on veritas support netbackup . ---------------------------------------------------------------- I am running Netbackup 3.4 on a Solaris 2.8 system. I have written several unix scripts to generate various reports. When I issue the command : bpimagelist -L | grep "Class:" I do not get the complete list of classnames configured. But, when I run the gui: /usr/openv/netbackup/bin/jnbSA I see the complete list of classes and clients in the Backup Policy Management or Reports Section. Can someone help me, what could the problem be? Cameron... ------------------------------------------------------------------- Can you help me or point me in the correct direction? Cameron....... _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com From joe.fletcher at btclick.com Tue Jul 16 03:45:06 2002 From: joe.fletcher at btclick.com (joe.fletcher at btclick.com) Date: Tue, 16 Jul 2002 04:45:06 -0400 Subject: [SunHELP] Sun Remote System Control? Message-ID: <410-2200272168456392@M2W054.mail2web.com> And just to add, you have to run the RSC ethernet at 10mb/s so fix switch ports accordingly. They don't seem to autonegotiate at all well and if the speed is wrong they won't work. Cheers Original Message: ----------------- From: DAUBIGNE Sebastien - BOR ( SDaubigne at bordeaux-bersol.sema.slb.com ) SDaubigne at bordeaux-bersol.sema.slb.com Date: Tue, 16 Jul 2002 09:37:03 +0100 To: sunhelp at sunhelp.org Subject: RE: [SunHELP] Sun Remote System Control? You should first run the server component of RSC on the E250/V480/V880 in order to configure the user/password/@IP on the RSC card, and activate it. Then you will be able to connect to the RSC card from the workstation client. There is a PDF on docs.sun.com called "Sun Remote System Control (RSC) User's Guide" where you can find every necessary information. --- Sebastien DAUBIGNE sdaubigne at bordeaux-bersol.sema.slb.com - (+33)5.57.26.56.36 SchlumbergerSema - SGS/DWH/Pessac -----Message d'origine----- De: Takacs Istvan [SMTP:istvan.takacs at hungax.com] Date: lundi 15 juillet 2002 17:36 : sunhelp at sunhelp.org Objet: [SunHELP] Sun Remote System Control? Hi, I've just installed Solaris 8 onto our Enterprise 250 and I've found a java based softwer named Sun Remote System Control. Can anybody use this program? I installed it on my Win2000 workstation, tried to start but I don't know how can I connect to our server. What is my RSC username and passport and what service should I run on our server to be able to connect to? Thanks in advance! Regards; Istvan _______________________________________________ SunHELP maillist - SunHELP at sunhelp.org http://www.sunhelp.org/mailman/listinfo/sunhelp _______________________________________________ SunHELP maillist - SunHELP at sunhelp.org http://www.sunhelp.org/mailman/listinfo/sunhelp -------------------------------------------------------------------- mail2web - Check your email from the web at http://mail2web.com/ . From Limorh at orckit.com Thu Jul 18 03:03:24 2002 From: Limorh at orckit.com (Limor Hevroni) Date: Thu, 18 Jul 2002 10:03:24 +0200 Subject: [SunHELP] can't login Message-ID: Hi, I have following problem in Solaris2.6 station: I can't login with any user except to root! my .dt/startlog file says the following: Xsession starting ... starting speckeysd fbconsole: grantpt failed xsession started by dtlogin starting dtsession_res -load -system sourcing ... : : sourcing ... exec dtsession with tcsh login shell grantpt: Error 0 unable to get pty: Error 0 any idea what could lead to this situation and what can I do login again ? I can't login either to CDE and to open windows (mwm) .. 10x, with regards limor hevrony Orckit Communications Ltd. 058-356485 03-6945436 From jimp at specsol.com Sat Jul 20 19:11:25 2002 From: jimp at specsol.com (Jim Pennino) Date: Sat, 20 Jul 2002 17:11:25 -0700 Subject: [SunHELP] NVRAM Chip In-Reply-To: References: Message-ID: <20020721001125.GA8357@mail.specsol.com> On Tue, Jul 09, 2002 at 08:32:47AM -0400, Prakash Konkimalla wrote: > Hi > I have a Sun UltraSPARC IIi (440 MHz) that last week did not boot and gave > these two warnings at boot time: > WARNING:Invalid IDPROM contents > WARNING: time-of-day chip unresponsive; dead batteries? > Can someone explain these WARNINGS ? Also today I was able to boot the > machine. It only gave me the "time-of-day" chip WARNING at boot time. When > the machine came up the system time was Dec 31, 1967 > All my applications are running on this OS is TOD based.. Please Help me out > > > Regards, > Prakash > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp See http://www.squirrel.com/sun-nvram-hostid.faq.html -- Jim Pennino From jason at phoebus-solutions.com Mon Jul 22 05:24:02 2002 From: jason at phoebus-solutions.com (Jason Edge - Phoebus Solutions Limited) Date: Mon, 22 Jul 2002 11:24:02 +0100 Subject: [SunHELP] Sun ray Server software admin login error Message-ID: Hi there, We have a Sun Ray network here, using SR Server 1.3. When I try to login under the admin screen, I get an message informing me that an error has occurred, could not log me on, try again etc. This is continuous. Has anyone else had a similar experience? Kind regards Jason Edge Managing Director ************************* Phoebus Solutions Limited Astley House, 2a Market Street Heanor, Derbyshire, DE75 7NR, UK Tel: 08707 270 300 Fax: 08707 270 400 ************************* Disclaimer This email (which includes any files transmitted with it) is confidential and intended solely for the use of the individual to whom it is addressed. Any views or opinions presented are solely those of the author and do not necessarily represent those of Phoebus Solutions Limited. If you are not the intended recipient, be advised that you have received this email in error and that any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. If you have received this email in error please notify Customer Services by telephone on 08707 270 300. From bricker at wellinx.com Tue Jul 23 08:53:58 2002 From: bricker at wellinx.com (Ben Ricker) Date: 23 Jul 2002 08:53:58 -0500 Subject: [SunHELP] Error on reboot In-Reply-To: <20010803.19363700@brakir.> References: <5.0.2.1.2.20010803091537.01ffccd0@163.185.30.150> <20010803.19363700@brakir.> Message-ID: <1027432439.1441.4.camel@dhcp35.wellinx.com> I get the following error when I rebooted a Sun TI 105: From bricker at wellinx.com Tue Jul 23 09:03:27 2002 From: bricker at wellinx.com (Ben Ricker) Date: 23 Jul 2002 09:03:27 -0500 Subject: [SunHELP] Error on reboot In-Reply-To: <1027432439.1441.4.camel@dhcp35.wellinx.com> References: <5.0.2.1.2.20010803091537.01ffccd0@163.185.30.150> <20010803.19363700@brakir.> <1027432439.1441.4.camel@dhcp35.wellinx.com> Message-ID: <1027433007.1411.7.camel@dhcp35.wellinx.com> Sorry! I fat-fingered the send button with the mouse! Here is the error: Jul 22 21:48:01 java1-primary ip: [ID 801518 kern.notice] ip_rput_dlpi(hme1): DL_ERROR_ACK for DL_ATTACH_REQ(11), errno 8, unix 0 Jul 22 21:48:01 java1-primary ip: [ID 801518 kern.notice] ip_rput_dlpi(hme1): DL_ERROR_ACK for DL_BIND_REQ(1), errno 3, unix 0 Jul 22 21:48:01 java1-primary ip: [ID 801518 kern.notice] ip_rput_dlpi(hme1): DL_ERROR_ACK for DL_PHYS_ADDR_REQ(49), errno 3, unix 0 Jul 22 21:48:01 java1-primary ip: [ID 801518 kern.notice] ip_rput_dlpi(hme1): DL_ERROR_ACK for DL_UNBIND_REQ(2), errno 3, unix 0 Jul 22 21:48:01 java1-primary ip: [ID 801518 kern.notice] ip_rput_dlpi(hme1): DL_ERROR_ACK for DL_DETACH_REQ(12), errno 3, unix 0 And that is a T*1* 105. It was a long night... Ben Ricker Web Security System Administrator Wellinx.com On Tue, 2002-07-23 at 08:53, Ben Ricker wrote: > I get the following error when I rebooted a Sun TI 105: > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp From DevrimY at garanti.com.tr Tue Jul 23 09:44:19 2002 From: DevrimY at garanti.com.tr (Devrim Yilmaz (Garanti Teknoloji)) Date: Tue, 23 Jul 2002 17:44:19 +0300 Subject: [SunHELP] Security question Message-ID: <5FA6F2E719F6C04FAD76837E84929C342740CE@gtiexc5.fw.teknoloji.com.tr> Hi friends; I try to write socket programming using perl to transfer some data between two solaris servers. My question is what are the risky points for socket programming especially for buffer overflow. If you know any tips or articles and share with me, i will be glad. Thanx & regards. dEVRim- From bogus@does.not.exist.com Tue Jul 23 11:21:40 2002 From: bogus@does.not.exist.com () Date: Tue, 23 Jul 2002 12:21:40 -0400 Subject: [SunHELP] ClearCase with enterprise 450. Message-ID: Hi All, Does anyone running ClearCase with Solaris 8 on enterprise 460. I am running ClearCase with solaris 5.6 on Ultra 2 now. I am thinking to buy enterprise 450, with 4 CPU , 4.0 GIG mento replace Ultra 2. Does anyone running Enterprise 450. Please let me know the feedback, thanks. Andy, From J.Li at motorola.com Tue Jul 23 21:01:40 2002 From: J.Li at motorola.com (Li John-a16118) Date: Wed, 24 Jul 2002 10:01:40 +0800 Subject: [SunHELP] ClearCase with enterprise 450. Message-ID: <01139FC052A0D411900B00508B9535FC0731344E@ZCH07EXM04.corp.mot.com> Hi Andy, What do you want to know ? We have ran ClearCase v4.1 with solaris 7 on E450 for over 1.5 years. No problem found so far. Best Regards John -----Original Message----- From: Bui, Andy [mailto:abui at avaya.com] Sent: Wednesday, July 24, 2002 12:22 AM To: sunhelp at sunhelp.org Subject: [SunHELP] ClearCase with enterprise 450. Hi All, Does anyone running ClearCase with Solaris 8 on enterprise 460. I am running ClearCase with solaris 5.6 on Ultra 2 now. I am thinking to buy enterprise 450, with 4 CPU , 4.0 GIG mento replace Ultra 2. Does anyone running Enterprise 450. Please let me know the feedback, thanks. Andy, _______________________________________________ SunHELP maillist - SunHELP at sunhelp.org http://www.sunhelp.org/mailman/listinfo/sunhelp From kvora at locuz.com Wed Jul 24 02:34:22 2002 From: kvora at locuz.com (Ketan Vora) Date: Wed, 24 Jul 2002 13:04:22 +0530 Subject: [SunHELP] Cluster Message-ID: <016e01c232e4$8aa1ff80$d7c0c0c0@ketan> Hi, We wish to cluster an App server (SF280R running Finacle) and a database server (SF280R with Oracle) using the Sun Cluster? Is this possible or do we need 2 Apps servers to be clustered and 2 DB servers to be clustered i.e total of 4 servers. In case of the first option we there be a performance degradation? Rgds, Ketan From null-sun-help at tfh.ca Wed Jul 24 03:33:30 2002 From: null-sun-help at tfh.ca (Sean) Date: Wed, 24 Jul 2002 03:33:30 -0500 (CDT) Subject: [SunHELP] Re: SS5 tiny tiny drive plane. In-Reply-To: Message-ID: I have a couple of double height drives (ST19171WC's to be exact) and I don't think I can make them fit in an SS5. The 1gb drive (that came with it) are unfortunately not enough for an os and a CVS repository. The specifc drive I have (the seagate 9Gb double heights) are perfect because they can be had for SOOOOOOO cheap on ebay (<$30/drive). Oh well.. I think I may be dreaming the impossible dream (aka replace an aging/loud intel cvs server with a good ole SS5). Any ideas? SOL, P.S. Note to moderators, my apologies for *always* screwing up my from address. Is there a way to add aliases to the mailing list? I have my from address the way it is so it's routed to the proper mailbox but is seeming to be a pain in the arse when I try and post. :P -- Sean "You asked me how to cure your headache, use a gun." - Sneaker Pimps - Think Harder From kumar_bageshwar at jpmorgan.com Wed Jul 24 04:24:14 2002 From: kumar_bageshwar at jpmorgan.com (kumar_bageshwar at jpmorgan.com) Date: Wed, 24 Jul 2002 10:24:14 +0100 Subject: [SunHELP] Cluster Message-ID: I don't know how sun cluster works but i assume it works similar to veritas cluster server. In a clustered environment, all the services are arranged in service groups and multiple service groups can run on a machine simultaneously. So, You can have two machines and 2 service groups one each for your applications (Finacle & Oracle). You can either run both os them on one machine and keep the second machine for failover purpose OR run Finacle on Host A and Oracle on Host B. Hope this helps. kvora at locuz.com Sent by: sunhelp-admin at sunhelp.org 24/07/02 08:34 To: sunhelp at sunhelp.org cc: Subject: [SunHELP] Cluster Hi, We wish to cluster an App server (SF280R running Finacle) and a database server (SF280R with Oracle) using the Sun Cluster? Is this possible or do we need 2 Apps servers to be clustered and 2 DB servers to be clustered i.e total of 4 servers. In case of the first option we there be a performance degradation? Rgds, Ketan _______________________________________________ SunHELP maillist - SunHELP at sunhelp.org http://www.sunhelp.org/mailman/listinfo/sunhelp From bogus@does.not.exist.com Wed Jul 24 10:39:49 2002 From: bogus@does.not.exist.com () Date: Wed, 24 Jul 2002 11:39:49 -0400 Subject: [SunHELP] script to find newest file Message-ID: <1354F0101F81D3118C3B009027AF53CD03183785@hafele17.hafele.org> has anyone created a script to find the newest file created within a large directory. struggling with cutting date info and need some assistance. From james at foonly.com Wed Jul 24 10:54:36 2002 From: james at foonly.com (James Lockwood) Date: Wed, 24 Jul 2002 08:54:36 -0700 (PDT) Subject: [SunHELP] script to find newest file In-Reply-To: <1354F0101F81D3118C3B009027AF53CD03183785@hafele17.hafele.org> Message-ID: On Wed, 24 Jul 2002, Markham, Richard wrote: > has anyone created a script to find the newest file created > within a large directory. struggling with cutting date info > and need some assistance. Newest file created? You can't do that without extra information. File creation time is not saved in most Unix filesystems. I believe that it may have been in V7 but am not positive. If you want the file most recently modified (which may also be the newest file created) then look at the "-t" option to ls. "ls -t |head -1" will probably do what you want. -James From wyatt at draggoo.com Wed Jul 24 10:54:50 2002 From: wyatt at draggoo.com (Wyatt Draggoo) Date: Wed, 24 Jul 2002 08:54:50 -0700 (PDT) Subject: [SunHELP] script to find newest file Message-ID: <20020724085451.25275.h004.c001.wm@mail.draggoo.com.criticalpath.net> > has anyone created a script to find the newest file created > within a large directory. struggling with cutting date info > and need some assistance. If it's in a single directory, you can do an `ls -lrt' which will sort the files with the newest at the bottom, so you can use `tail -1' to get it. It will sort them with the newest at the top without the `r' (`ls -lt'). Also, if you just need the filenames, you can use it without the `l' (`ls -rt'). If you've got a certain time in mind, you can touch a temporary file with that date/time, and then `find /dir -newer tmpfile', which will list the files newer than the date/time on the temp file. I use this a lot when I'm installing a program. I'll `touch /tmp/timefile', run the install, and then do a `find / -newer /tmp/timefile' to find out what got installed/changed. Wyatt -- Wyatt Draggoo From Craig.Abram at footstar.com Wed Jul 24 13:48:05 2002 From: Craig.Abram at footstar.com (Craig T. Abram) Date: Wed, 24 Jul 2002 13:48:05 -0500 Subject: [SunHELP] manual mount of cdrom in 8 Message-ID: Ok I'm having an issue mounting a cdrom in 8, when vold is running it mounts the cd as /cdrom/v4unix , I need it to be /cdrom , so I stopped vold and tried to mount manually...no luck ! Any ideas ? From Craig.Abram at footstar.com Wed Jul 24 14:21:52 2002 From: Craig.Abram at footstar.com (Craig T. Abram) Date: Wed, 24 Jul 2002 14:21:52 -0500 Subject: [SunHELP] RE: manual mount of cdrom in 8 Message-ID: Please disregard this posting -----Original Message----- From: Craig T. Abram Sent: Wednesday, July 24, 2002 1:48 PM To: 'sunhelp at sunhelp.org' Subject: manual mount of cdrom in 8 Ok I'm having an issue mounting a cdrom in 8, when vold is running it mounts the cd as /cdrom/v4unix , I need it to be /cdrom , so I stopped vold and tried to mount manually...no luck ! Any ideas ? From sd_price at yahoo.com Wed Jul 24 14:40:52 2002 From: sd_price at yahoo.com (stephen price) Date: Wed, 24 Jul 2002 12:40:52 -0700 (PDT) Subject: [SunHELP] script to duplicate a dlt tape In-Reply-To: <20020724085451.25275.h004.c001.wm@mail.draggoo.com.criticalpath.net> Message-ID: <20020724194052.14119.qmail@web21208.mail.yahoo.com> Does anyone have a tape-to-tape copy script that does the check of how many sessions are on a particular dlt tape and then runs dd or tcopy the correct number of times? From sd_price at yahoo.com Wed Jul 24 17:48:11 2002 From: sd_price at yahoo.com (stephen price) Date: Wed, 24 Jul 2002 15:48:11 -0700 (PDT) Subject: [SunHELP] [SunHELP]Synopsis: script to duplicate a dlt tape In-Reply-To: <20020724085451.25275.h004.c001.wm@mail.draggoo.com.criticalpath.net> Message-ID: <20020724224811.46953.qmail@web21209.mail.yahoo.com> Looks like tcopy by itself will indeed do what I want to do. The problem - at first try - tcopy only copied the first session on the tape. Looking at the man pages (on Solaris8), it didn't say anything about how to get it to copy the full tape. However, the man page in Solaris9 correctly identifies that if you use Berkley naming conventions, tcopy will indeed do full tape copy. Interesting that a google search failed to find that tidbit. Google also missed an old Sunsolve article on the very topic. >Does anyone have a tape-to-tape copy script that does >the check of how many sessions are on a particular dlt >tape and then runs dd or tcopy the correct number of >times? From triyono at rtmglobal.com Wed Jul 24 20:35:28 2002 From: triyono at rtmglobal.com (triyono) Date: Thu, 25 Jul 2002 08:35:28 +0700 Subject: [SunHELP] getexecname() failed Message-ID: <3D3F55E0.AB41C29A@RTMGlobal.com> Hi All, I get an error messages when I run command "ps" and anything command with piping ( | ) as follows: "ps: getexecname() failed" My sun server is E280R, sol 8 (02/02), generic patch 108528-13, recommended patch (04/02). Appreciate for any suggestion. thx and rgrds, triyono From peter at ashlyn.co.uk Thu Jul 25 01:01:07 2002 From: peter at ashlyn.co.uk (Peter Stokes) Date: Thu, 25 Jul 2002 07:01:07 +0100 Subject: [SunHELP] A5X00 on Windows based system? Message-ID: Hi All Anyone know if the A5X00 with the PCI card is supported under Win2K or XP? If so any idea where I can get the drivers? Thanks Peter --------------------------------- Peter Stokes Ashlyn Computer Services Ltd Tel: +44 (0)1636-627900 Fax: +44 (0)1636-627909 Mbl: +44 (0)7977-532320 Web: http://www.ashlyn.co.uk --------------------------------- From rmolugurk at yahoo.com Thu Jul 25 10:34:17 2002 From: rmolugurk at yahoo.com (rmolugurk at yahoo.com) Date: Thu, 25 Jul 2002 08:34:17 -0700 (PDT) Subject: [SunHELP] sun E220R network speed slow - /etc/system problems ? Message-ID: <20020725153417.88907.qmail@web13102.mail.yahoo.com> Hi, I have a E220R. For the past few months, I am seeing that the network traffic speed from and to this machine is very slow. Where as other machines in the same local network transfer speeds at 100 Mbps speed. Ours is a small network and this machine has only one nic card. This seems to be occuring after I changed /etc/system file on this machine for Oracle db tuning. Oracle DB perfomance improved but we are seeing these network issues. >ifconfig -a lo0: flags=849 mtu 8232 inet 127.0.0.1 netmask ff000000 hme0: flags=863 mtu 1500 inet 10.1.11.120 netmask ffffff00 broadcast 10.1.11.255 /etc/system entries : ===================================================== #### Settings for network interfaces Full duplex connections set hme:hme_adv_autoneg_cap=0 set hme:hme_adv_100fdx_cap=1 set hme:hme_adv_100hdx_cap=0 set hme:hme_adv_10fdx_cap=0 set hme:hme_adv_10hdx_cap=0 set shmsys:shminfo_shmmax=1073741824 set shmsys:shminfo_shmmin=1 set shmsys:shminfo_shmmni=100 set shmsys:shminfo_shmseg=1000 set semsys:seminfo_semmni=100 #set semsys:seminfo_semmsl=100 set semsys:seminfo_semmsl=1000 set semsys:seminfo_semmns=2000 set semsys:seminfo_semopm=100 set semsys:seminfo_semvmx=32767 ================================================== Memory details on this machine : >dmesg |grep -i mem Apr 5 18:49:14 state2-ods unix: mem = 1048576K (0x40000000) Apr 5 18:49:14 state2-ods unix: avail mem = 1029644288 Jun 27 15:37:53 state2-ods unix: mem = 1048576K (0x40000000) Jun 27 15:37:53 state2-ods unix: avail mem = 1029644288 ----------------------------------------------------- Thanks for any help. Ravi From bogus@does.not.exist.com Thu Jul 25 14:12:27 2002 From: bogus@does.not.exist.com () Date: Thu, 25 Jul 2002 15:12:27 -0400 Subject: [SunHELP] grep unique values Message-ID: <1354F0101F81D3118C3B009027AF53CD03183789@hafele17.hafele.org> I need help to grep a large file containing directory paths which are highly repeated values to list just one occurence of each unique value. ie. file contains: /luser /usr /usr /luser /temp /temp grep only to return /user, /usr, /temp. purpose is to make sure the directories are created on a remote machine prior to data transfer. thanks From steve at netfuel.com Thu Jul 25 18:35:27 2002 From: steve at netfuel.com (steve) Date: Thu, 25 Jul 2002 18:35:27 -0500 Subject: [SunHELP] Automouter and linux-nis-master Message-ID: <3D408B3E.B2DC692E@netfuel.com.> Does anyone know the magic incantation to get a solaris 8 box to understand a linux nis automount files? Thanks Steve From subhasisg at yahoo.com Thu Jul 25 23:34:55 2002 From: subhasisg at yahoo.com (Subhasis Gupta) Date: Thu, 25 Jul 2002 21:34:55 -0700 (PDT) Subject: [SunHELP] grep unique values In-Reply-To: <1354F0101F81D3118C3B009027AF53CD03183789@hafele17.hafele.org> Message-ID: <20020726043455.84363.qmail@web13908.mail.yahoo.com> Try the command: ls -al | awk '$9=="user"||$9=="usr"||$9=="temp" {print $9}' Let me know if it works in your case, Subhasis --- "Markham, Richard" wrote: > I need help to grep a large file containing > directory > paths which are highly repeated values to list just > one occurence of each unique value. > ie. file contains: > /luser > /usr > /usr > /luser > /temp > /temp > grep only to return /user, /usr, /temp. > > purpose is to make sure the directories are created > on a > remote machine prior to data transfer. > > thanks > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp From jean.berthold at eos-gd.ch Fri Jul 26 02:27:37 2002 From: jean.berthold at eos-gd.ch (Jean Berthold) Date: Fri, 26 Jul 2002 08:27:37 +0100 Subject: [SunHELP] Perl with Solaris:Interaction whith OS --> System command or better ? Message-ID: <3D40F9E9.22433D2A@eos-gd.ch> Hello everybody, This is my first post on this list ... Currently I try to learn Perl language ... I want to rewrite a Korn Shell script wich is make a full system backup, by using the system tools available under Solaris 8: fssnap/ufsdump The Korn Shell script does the following tasks: 1. The snapshot path is stored in the SnapRoot variable: SnapRoot=$(fssnap -F ufs -o backing-store=/home/SNAP /) Value for SnapRoot is now, for example: /dev/fssnap/3 Return value for fssnap command is tested by : SnapRoot=$(fssnap -F ufs -o backing-store=/home/SNAP /) if (( $? != 0 )) then print "Erreur dans la creation du snapshot pour: /" >> $LOGFILE cat $LOGFILE | mailx -s "$SubjectAlarm" $MAILDEST exit 1 fi 2. Dump is made directly on a tape: ufsdump 0f /dev/rmt/0n $SnapRoot Return value for ufsdump is tested too : ufsdump 0f /dev/rmt/0n $SnapRoot if (( $? != 0 )) ... ... My perl script try to do the same things ... but : I need to do that, (like for my shell-script) to get the value of the path of my snapshot in the SnapRoot variable: my $SnapRoot =`fssnap -F ufs -o backing-store=/home/SNAP /` ; If I try to use the perl system function: my $SnapRoot=system("fssnap -F ufs -o backing-store=/home/SNAP /"); SnapRoot variable will be filled by the return status from system( ). I need to get return status for the fssnap command AND its value (in my example: /dev/fssnap/3 ). if ( ( system("fssnap ...") ) ) { ... } For testing the return value for this command that's ok but I would like to store the backup path in the SnapRoot variable ... How to do that ? If we need instruction like: my $SnapRoot =`fssnap -F ufs -o backing-store=/home/SNAP /` ; (using backstits) I don't know where is the benefice to use perl instead of shell scripts for theses tasks... Thank for your help and have a nice day ! -- ________________________________ Jean Berthold EOS - energie ouest suisse Chemin de Mornex 10 , CP 570 CH-1001 Lausanne , Switzerland Tel. : +41 (0)21 341 24 58 Fax : +41 (0)21 341 20 49 E-Mail : jean.berthold at eos-gd.ch ________________________________ From shj at pine.dk Fri Jul 26 02:53:39 2002 From: shj at pine.dk (Simon Jespersen) Date: Fri, 26 Jul 2002 09:53:39 +0200 Subject: [SunHELP] various solaris questions Message-ID: Hi list! Im having a solaris 8 server, that have someting automounted in /net what is that, it is not a thing i have seen in sol7. How do i configure that, anybody having a link to where i can read more about this /net funcionallity. Next question: When i do the command: uptime i get following load average: 0,03, 0,06, 0,07 What information can i gain out of that, what does it mean Best regards Simon Jespersen Project engineer Pine Tree Systems A/S Damhaven 5d DK-7100 Vejle Email: shj at pine.dk Phone: +4575724477 From SDaubigne at bordeaux-bersol.sema.slb.com Fri Jul 26 04:55:55 2002 From: SDaubigne at bordeaux-bersol.sema.slb.com (DAUBIGNE Sebastien - BOR ( SDaubigne@bordeaux-bersol.sema.slb.com )) Date: Fri, 26 Jul 2002 10:55:55 +0100 Subject: [SunHELP] grep unique values Message-ID: <21813A39DCB1D511B25B00B0D01762DE282D51@BORMES02> egrep "/usr|/user|/temp" the_file | sort -u --- Sebastien DAUBIGNE sdaubigne at bordeaux-bersol.sema.slb.com - (+33)5.57.26.56.36 SchlumbergerSema - SGS/DWH/Pessac -----Message d'origine----- De: Markham, Richard [SMTP:RMarkham at hafeleamericas.com] Date: jeudi 25 juillet 2002 21:12 : Sunhelp (E-mail) Objet: [SunHELP] grep unique values I need help to grep a large file containing directory paths which are highly repeated values to list just one occurence of each unique value. ie. file contains: /luser /usr /usr /luser /temp /temp grep only to return /user, /usr, /temp. purpose is to make sure the directories are created on a remote machine prior to data transfer. thanks _______________________________________________ SunHELP maillist - SunHELP at sunhelp.org http://www.sunhelp.org/mailman/listinfo/sunhelp From bogus@does.not.exist.com Fri Jul 26 08:13:57 2002 From: bogus@does.not.exist.com () Date: Fri, 26 Jul 2002 09:13:57 -0400 Subject: [SunHELP] grep unique values Message-ID: <1354F0101F81D3118C3B009027AF53CD0318378B@hafele17.hafele.org> I got a healthy amount of responses, thanks. grep suddenly got replaced by: sort -u file thanks evry1 -----Original Message----- From: Markham, Richard [mailto:RMarkham at hafeleamericas.com] Sent: Thursday, July 25, 2002 3:12 PM To: Sunhelp (E-mail) Subject: [SunHELP] grep unique values I need help to grep a large file containing directory paths which are highly repeated values to list just one occurence of each unique value. ie. file contains: /luser /usr /usr /luser /temp /temp grep only to return /user, /usr, /temp. purpose is to make sure the directories are created on a remote machine prior to data transfer. thanks _______________________________________________ SunHELP maillist - SunHELP at sunhelp.org http://www.sunhelp.org/mailman/listinfo/sunhelp From jimp at specsol.com Fri Jul 26 08:30:20 2002 From: jimp at specsol.com (Jim Pennino) Date: Fri, 26 Jul 2002 06:30:20 -0700 Subject: [SunHELP] various solaris questions In-Reply-To: References: Message-ID: <20020726133020.GA25574@mail.specsol.com> On Fri, Jul 26, 2002 at 09:53:39AM +0200, Simon Jespersen wrote: > Hi list! > > Im having a solaris 8 server, that have someting automounted in /net what is > that, it is not a thing i have seen in sol7. How do i configure that, > anybody having a link to where i can read more about this /net > funcionallity. > > Next question: > > When i do the command: uptime i get following > load average: 0,03, 0,06, 0,07 > > What information can i gain out of that, what does it mean > > Best regards > > > Simon Jespersen > Project engineer > Pine Tree Systems A/S > Damhaven 5d > DK-7100 Vejle > Email: shj at pine.dk > Phone: +4575724477 > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp First question - In /etc/auto_master there is a line like: /net -hosts -nosuid,nobrowse This causes any machine that exports a file system that is mountable by your machine to be available as: /net/machine-name/export-name. Note, if you cd to /net and do a ls, you see nothing, if you ls machine-name you see the mounts. Second question - man uptime and man w. -- Jim Pennino From SDaubigne at bordeaux-bersol.sema.slb.com Fri Jul 26 09:43:55 2002 From: SDaubigne at bordeaux-bersol.sema.slb.com (DAUBIGNE Sebastien - BOR ( SDaubigne@bordeaux-bersol.sema.slb.com )) Date: Fri, 26 Jul 2002 15:43:55 +0100 Subject: [SunHELP] various solaris questions Message-ID: <21813A39DCB1D511B25B00B0D01762DE282D9A@BORMES02> Note that the man page is not very clear on the signification of "processes in the run-queue". "w"/"uptime" reports the number of process runnable plus the number of processes on any CPU ("R" and "O" states in "ps -l"), which is called "load". "sar"/"vmstat" only reports the number of process runnable, without process on CPU ("R" states in "ps -l"), which is called "run queue size". For instance, if the host has 10 CPUs, with 12 processes candidate for CPU, "w"/"uptime" will report load average=12, as "sar"/"vmstat" will report run queue size = 2. --- Sebastien DAUBIGNE sdaubigne at bordeaux-bersol.sema.slb.com - (+33)5.57.26.56.36 SchlumbergerSema - SGS/DWH/Pessac -----Message d'origine----- De: Jim Pennino [SMTP:jimp at specsol.com] Date: vendredi 26 juillet 2002 15:30 : sunhelp at sunhelp.org Objet: Re: [SunHELP] various solaris questions On Fri, Jul 26, 2002 at 09:53:39AM +0200, Simon Jespersen wrote: > Hi list! > > Im having a solaris 8 server, that have someting automounted in /net what is > that, it is not a thing i have seen in sol7. How do i configure that, > anybody having a link to where i can read more about this /net > funcionallity. > > Next question: > > When i do the command: uptime i get following > load average: 0,03, 0,06, 0,07 > > What information can i gain out of that, what does it mean > > Best regards > > > Simon Jespersen > Project engineer > Pine Tree Systems A/S > Damhaven 5d > DK-7100 Vejle > Email: shj at pine.dk > Phone: +4575724477 > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp First question - In /etc/auto_master there is a line like: /net -hosts -nosuid,nobrowse This causes any machine that exports a file system that is mountable by your machine to be available as: /net/machine-name/export-name. Note, if you cd to /net and do a ls, you see nothing, if you ls machine-name you see the mounts. Second question - man uptime and man w. -- Jim Pennino _______________________________________________ SunHELP maillist - SunHELP at sunhelp.org http://www.sunhelp.org/mailman/listinfo/sunhelp From zmattar at atc.com.sa Mon Jul 29 00:02:57 2002 From: zmattar at atc.com.sa (Zakaria Mattar) Date: Mon, 29 Jul 2002 08:02:57 +0300 Subject: [SunHELP] Creating user Message-ID: Dear all, I have so many sparc machines running Sun OS 5.6 and they are connected with each other through a WAN. In case if I need to create a user I have to create it on each machine. Is there anyway to do it once only on a machine and to be done on the other machines automatically. Regards, Zakaria Mattar From ellipse at cipherpunks.com Sun Jul 28 05:41:13 2002 From: ellipse at cipherpunks.com (ellipse) Date: Sun, 28 Jul 2002 10:41:13 +0000 (GMT) Subject: [SunHELP] Creating user In-Reply-To: Message-ID: <20020728103854.A26030-100000@phoenix.bravozulu.us> > I have so many sparc machines running Sun OS 5.6 and they are connected with > each other through a WAN. In case if I need to create a user I have to > create it on each machine. Is there anyway to do it once only on a machine > and to be done on the other machines automatically. NIS/NIS+, or LDAP are your best bets. I personally haven't tinkered alot with LDAP, but it appears as though it's becoming the defacto centralized user management system. I'm fond of NIS+, though it has the tendency to be a bloody pain to get up and running. NIS/NIS+ is built into 5.6. LDAP you'd need to do some additional work to get up and running, IIRC. Cheers, ellipse From larrys at lexis-nexis.com Sun Jul 28 15:04:32 2002 From: larrys at lexis-nexis.com (Larry Snyder) Date: Sun, 28 Jul 2002 16:04:32 -0400 (EDT) Subject: [SunHELP] Creating user (fwd) Message-ID: <200207282004.g6SK4Wu01378@ra.lexis-nexis.com> ellipse wrote: > > I have so many sparc machines running Sun OS 5.6 and they are connected with > > each other through a WAN. In case if I need to create a user I have to > > create it on each machine. Is there anyway to do it once only on a machine > > and to be done on the other machines automatically. > > NIS/NIS+, or LDAP are your best bets. ...on a WAN? I've brought up a NIS client behind a 128K pipe. It worked. Very, very, slowly. Might be ok if there was a yp slave server at each location. Then the only pain would be when pushing out the maps. ...just my .02 -ls- From bogus@does.not.exist.com Sun Jul 28 22:21:31 2002 From: bogus@does.not.exist.com () Date: Mon, 29 Jul 2002 10:21:31 +0700 Subject: [SunHELP] Creating user Message-ID: <8B0101D32365D4119D3900508BD8A61F018F1065@thcwtx01> Check this, at lease give you some concept. http://groups.google.com/groups?q=LDAP+and+SMTP+AUTH+solution&hl=en&selm=394 16282.C1A976B3%40theocc.com&rnum=1 I've try to use LDAP to authen. SMTP user, by sendmail on Solaris 2.6 against Netscape LDAP 4.11. without luck I can't find SDK for that version. So, my solaris 2.6 can't talk with NDS 4.11 Hope this help Pat. -----Original Message----- From: ellipse [mailto:ellipse at cipherpunks.com] Sent: Sunday, July 28, 2002 17:41 To: Zakaria Mattar Cc: sunhelp at sunhelp.org Subject: Re: [SunHELP] Creating user > I have so many sparc machines running Sun OS 5.6 and they are connected with > each other through a WAN. In case if I need to create a user I have to > create it on each machine. Is there anyway to do it once only on a machine > and to be done on the other machines automatically. NIS/NIS+, or LDAP are your best bets. I personally haven't tinkered alot with LDAP, but it appears as though it's becoming the defacto centralized user management system. I'm fond of NIS+, though it has the tendency to be a bloody pain to get up and running. NIS/NIS+ is built into 5.6. LDAP you'd need to do some additional work to get up and running, IIRC. Cheers, ellipse _______________________________________________ SunHELP maillist - SunHELP at sunhelp.org http://www.sunhelp.org/mailman/listinfo/sunhelp From ellipse at cipherpunks.com Sun Jul 28 16:22:29 2002 From: ellipse at cipherpunks.com (ellipse) Date: Sun, 28 Jul 2002 21:22:29 +0000 (GMT) Subject: [SunHELP] Creating user (fwd) In-Reply-To: <200207282004.g6SK4Wu01378@ra.lexis-nexis.com> Message-ID: <20020728212133.J26598-100000@phoenix.bravozulu.us> > ...on a WAN? I've brought up a NIS client behind a 128K pipe. > It worked. Very, very, slowly. Might be ok if there was a yp slave > server at each location. Then the only pain would be when pushing > out the maps. Ugh, thanks Larry. I slightly overlooked that detail. Zakaria, please disregard. From J.Li at motorola.com Mon Jul 29 02:44:59 2002 From: J.Li at motorola.com (Li John-a16118) Date: Mon, 29 Jul 2002 15:44:59 +0800 Subject: [SunHELP] About Latex Message-ID: <01139FC052A0D411900B00508B9535FC07495E47@ZCH07EXM04.corp.mot.com> Hi list, Can anyone who have experience in using Latex share some experience with me on how to install Latex ? Even I surfed the web site http://www.latex-project.org, I have no idea on how to install Latex on my solaris box. Thanks in advance. Best Regards. John Li From fchk at istda.com Mon Jul 29 03:56:03 2002 From: fchk at istda.com (Frank-Christian Kruegel) Date: Mon, 29 Jul 2002 10:56:03 +0200 Subject: [SunHELP] About Latex In-Reply-To: <01139FC052A0D411900B00508B9535FC07495E47@ZCH07EXM04.corp.mot.com> References: <01139FC052A0D411900B00508B9535FC07495E47@ZCH07EXM04.corp.mot.com> Message-ID: <3d450276.80444643@uaxe.intern.istda.com> On Mon, 29 Jul 2002 15:44:59 +0800, you wrote: >Hi list, > >Can anyone who have experience in using Latex share some experience with me on how to install Latex ? > >Even I surfed the web site http://www.latex-project.org, I have no idea on how to install Latex on my solaris box. Get the tetex package from www.sunfreeware.com and read the installation notes. Mit freundlichen Gren Dipl.-Ing. Frank-Christian Krgel IstDa Kommunikationssysteme From u-235-sentinel at eudoramail.com Mon Jul 29 08:46:27 2002 From: u-235-sentinel at eudoramail.com (Sentinel Sentinel) Date: Mon, 29 Jul 2002 07:46:27 -0600 Subject: [SunHELP] RE: Creating user Message-ID: Sounds like you will need NIS, NIS+ or LDAP implemented. I've done this with NIS+. Was very painful to setup but worth it. --- Dear all, I have so many sparc machines running Sun OS 5.6 and they are connected with each other through a WAN. In case if I need to create a user I have to create it on each machine. Is there anyway to do it once only on a machine and to be done on the other machines automatically. Regards, Zakaria Mattar Join 18 million Eudora users by signing up for a free Eudora Web-Mail account at http://www.eudoramail.com From bogus@does.not.exist.com Mon Jul 29 14:34:21 2002 From: bogus@does.not.exist.com () Date: Mon, 29 Jul 2002 15:34:21 -0400 Subject: [SunHELP] Mirrored Ecache on Ultra Sparc II Message-ID: Hi everyone, We have replaced several of our US II 400mhz/8MB e-cache CPU's with mirrored e-cache CPU's, sometimes called the "Sambra" chip. Does anyone know a command to run to see if a CPU is a mirrored e-cache CPU? We've had several "e-cache parity" errors on a server and want to find if this is one of the CPU's that's already been replaced. If anyone has any way to get this information, please let me know. Thanks. Matthew Simoncini Boston Scientific From johnlee at alanhome.net Mon Jul 29 20:03:10 2002 From: johnlee at alanhome.net (johnlee) Date: Tue, 30 Jul 2002 09:03:10 +0800 Subject: [SunHELP] compiling problem Message-ID: 1. When I tried to compile mysql_3.2.51 on a Solaris 8 box. I get this error: make[3]: Entering directory `/export/home/rootccs/opensource/mysql-3.23.51/sql' gcc -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/export/home/rootccs\"" -DDATADIR="\"/export/home/rootccs/var\"" -DSHAREDIR="\"/export/home/rootccs/share/mysql\"" -DHAVE_CONFIG_H -I./../include -I./../regex -I. -I../include -I.. -I. -O3 -DDBUG_OFF -O3 -felide-constructors -fno-exceptions -fno-rtti -fno-implicit-templates -fno-exceptions -fno-rtti -DHAVE_CURSES_H -I/export/home/rootccs/opensource/mysql-3.23.51/include -DHAVE_RWLOCK_T -c sql_lex.cc sql_lex.cc: In function `void lex_init()': sql_lex.cc:85: `symbols' undeclared (first use this function) sql_lex.cc:85: (Each undeclared identifier is reported only once sql_lex.cc:85: for each function it appears in.) sql_lex.cc:87: `sql_functions' undeclared (first use this function) sql_lex.cc: In function `int find_keyword(LEX *, unsigned int, bool)': sql_lex.cc:168: implicit declaration of function `int get_hash_symbol(...)' sql_lex.cc:168: initialization to `SYMBOL *' from `int' lacks a cast make[3]: *** [sql_lex.o] Error 1 make[3]: Leaving directory `/export/home/rootccs/opensource/mysql-3.23.51/sql' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/export/home/rootccs/opensource/mysql-3.23.51/sql' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/export/home/rootccs/opensource/mysql-3.23.51' make: *** [all-recursive-am] Error 2 Is there some configuration that I missed out? I cannot use the binary installation cos it has some lib files missing. 2. I successfully compiles apache 1.3.26 with mod_perl 1.26. I have perl 5.6.1. When I run apache like this I get this error: bin/httpd -d ../marie/ensembl_web Syntax error on line 222 of ../marie/ensembl_web/conf/httpd.conf: Can't load '/usr/local/lib/perl5/5.6.1/sun4-solaris/auto/Sys/Hostname/Hostname.so' for module Sys::Hostname: ld.so.1: ./apache_1.3.26/bin/httpd: fatal: relocation error: file /usr/local/lib/perl5/5.6.1/sun4-solaris/auto/Sys/Hostname/Hostname.so: symbol main: referenced symbol not found at /usr/local/lib/perl5/5.6.1/sun4-solaris/XSLoader.pm line 75. at /usr/local/lib/perl5/5.6.1/sun4-solaris/Sys/Hostname.pm line 18 Compilation failed in require at ../marie/ensembl_web/conf/httpd.conf line 14. BEGIN failed--compilation aborted at ../marie/ensembl_web/conf/httpd.conf line 14. Waht does this error mean? I believe the Hostname module is ok. I hope that you can help me. Thanks. --- [This E-mail was scanned for viruses.] From johnlee at alanhome.net Mon Jul 29 20:12:28 2002 From: johnlee at alanhome.net (johnlee) Date: Tue, 30 Jul 2002 09:12:28 +0800 Subject: [SunHELP] ok prompt upgrade link. Message-ID: Hi all, Does any one know where is the website link to the sun machines ok prompt upgrade ? I have a lot of old sun machine to dual with ,thanks a lot. Best regards, Johnlee, From mrbill at mrbill.net Tue Jul 30 02:55:27 2002 From: mrbill at mrbill.net (mrbill) Date: Tue, 30 Jul 2002 13:25:27 +0530 Subject: [SunHELP] Uppercase Message-ID: <200207300755.NAA02870@pau.edu> From bogus@does.not.exist.com Tue Jul 30 07:39:50 2002 From: bogus@does.not.exist.com () Date: Tue, 30 Jul 2002 08:39:50 -0400 Subject: [SunHELP] Mirrored Ecache on Ultra Sparc II Message-ID: Thanks for the input on my post, but all these commands just tell me that it's a US 400mhz/8MB processor, no clue if its mirrored e-cache. I'm hoping that I don't have to go and open up each box to physically inspect the part number on the CPU, but this may be the only way. #psrinfo -v Status of processor 5 as of: 07/30/02 08:37:19 Processor has been on-line since 07/29/02 17:24:33. The sparc processor operates at 400 MHz, and has a sparc floating point processor. #dmesg cpu5: SUNW,UltraSPARC-II (upaid 9 impl 0x11 ver 0xa0 clock 400 MHz) #prtdiag -v ========================= CPUs ========================= Run Ecache CPU CPU Brd CPU Module MHz MB Impl. Mask --- --- ------- ----- ------ ------ ---- 0 0 0 400 8.0 US-II 10.0 0 1 1 400 8.0 US-II 10.0 2 4 0 400 8.0 US-II 10.0 2 5 1 400 8.0 US-II 10.0 4 8 0 400 8.0 US-II 10.0 4 9 1 400 8.0 US-II 10.0 Thanks again. Matthew -----Original Message----- From: Robo [mailto:mm5aes at btinternet.com] Sent: Monday, July 29, 2002 6:22 PM To: Simoncini, Matthew Subject: Re: [SunHELP] Mirrored Ecache on Ultra Sparc II Hi Have you tried prtdiag -v - if that doesn't do it try psrinfo -v - and if that doesn't give it away dmesg might. (sorry if this is a grandmother and egg situation ;-) ) HTH John "Simoncini, Matthew" wrote: > > Hi everyone, > > We have replaced several of our US II 400mhz/8MB e-cache CPU's with mirrored > e-cache CPU's, sometimes called the "Sambra" chip. Does anyone know a > command to run to see if a CPU is a mirrored e-cache CPU? We've had several > "e-cache parity" errors on a server and want to find if this is one of the > CPU's that's already been replaced. If anyone has any way to get this > information, please let me know. > > Thanks. > > Matthew Simoncini > Boston Scientific > _______________________________________________ > SunHELP maillist - SunHELP at sunhelp.org > http://www.sunhelp.org/mailman/listinfo/sunhelp From mantu_v at softhome.net Wed Jul 31 05:01:35 2002 From: mantu_v at softhome.net (Mahantesh) Date: Wed, 31 Jul 2002 15:31:35 +0530 Subject: [SunHELP] Error in Compiling CVSUP Message-ID: <3D47B57F.CCE5A715@softhome.net> Hi, while compiling application called 'CVSUP', I am getting the following error. cd boot-SPARC/m3core/SPARC; /usr/ccs/bin/make -f make.boot "CC=cc" "CFLAGS=" "AS=as" "ASFLAGS=" "AR=ar" "ARFLAGS=rv" "RANLIB=ranlib" "EXTRALIBS=-lm" "LDFLAGS=" cc -I/opt/gnome/include -I/usr/openwin/share/include/X11/extensions -I/usr/openwin/include -c RTHeapDepC.c RTHeapDepC.c:61: syscall.h: No such file or directory RTHeapDepC.c:62: sys/label.h: No such file or directory RTHeapDepC.c:63: sys/audit.h: No such file or directory RTHeapDepC.c:67: ufs/quota.h: No such file or directory *** Error code 1 make: Fatal error: Command failed for target `RTHeapDepC.o' Current working directory /export/home/admin/ezm3-1.0/boot-SPARC/m3core/SPARC *** Error code 1 make: Fatal error: Command failed for target `boot' While installing the OS I have selecte the developer version. With that GCC did not install. So I installed GCC and created a symlik to CC which points to CC. Are these header files are part of GCC or may be part of application I am insalling? Any inputs will be very helpful.(Mine is SS5 with 2GB GBHDD 128MB RAM, the same application compiles wel under Linux) Thanks. Mahantesh. From Keith.Ives at LACKLAND.AF.MIL Wed Jul 31 10:27:39 2002 From: Keith.Ives at LACKLAND.AF.MIL (Ives Keith M Cont AFIWC/IOT) Date: Wed, 31 Jul 2002 10:27:39 -0500 Subject: [SunHELP] (U//FOUO) set mtu size Message-ID: Classification: UNCLASSIFIED Security Control Marking: FOR OFFICIAL USE ONLY I would like to set the mtu size for permenant change. I know the ifconfig commmand, but this is for the session only. Keith Ives System Administrator Veridian Information Solutions (210) 977-3181 ext 391 Classification: UNCLASSIFIED Security Control Marking: FOR OFFICIAL USE ONLY From istvan.takacs at hungax.com Wed Jul 31 10:35:30 2002 From: istvan.takacs at hungax.com (Takacs Istvan) Date: Wed, 31 Jul 2002 17:35:30 +0200 Subject: [SunHELP] syslog.conf Message-ID: <015201c238a7$e7d67280$cb02a8c0@wstakacsi> Hi, I'm afraid I've lost somewhere our syslog.conf file (Solaris 8). Could you send me please a default syslog.conf ? Thanks in advance! Regards; Istvan From tjones at statesman.com Wed Jul 31 11:53:02 2002 From: tjones at statesman.com (Tom Jones) Date: Wed, 31 Jul 2002 11:53:02 -0500 Subject: [SunHELP] Exabyte Mammoth2 Compression Problem Message-ID: <003a01c238b2$bbd185c0$966e89a9@statesman.com> I'm having a problem with compression on an M2 connected to a Enterprise E420R running Solaris 2.6 Recently, ufsdump is hitting EOT and requesting a 2nd tape to be inserted. The largest filesystem is now over 65GB. That filesystem contains users' mailboxes so the files are primarily text files (expecting good compression). The native capacity of the M2 drive is 60GB so I should not be hitting EOT at 65GB. The st.conf setting is set to the Exabyte recommended setting: "EXABYTE Mammoth2", "Exabyte Mammoth2", "EXB-M2"; EXB-M2 = 1,0x35,0,0x1de39,1,0x28,0; Has anyone seen this compression problem before? Anyone with different st.conf settings? Thanks Tom Jones From larrys at lexis-nexis.com Wed Jul 31 17:20:10 2002 From: larrys at lexis-nexis.com (Larry Snyder) Date: Wed, 31 Jul 2002 18:20:10 -0400 (EDT) Subject: [SunHELP] statically linked ethereal binary Message-ID: <200207312220.g6VMKAS12239@ra.lexis-nexis.com> Hi all -- I'm looking for a 32 bit sparc solaris binary, statically linked. I've tried doing the build, but my environment is _severely_ lacking. Anybody got a copy I can snag? TIA, -ls- From solarisx86_news at yahoo.com.au Tue Jul 30 10:42:10 2002 From: solarisx86_news at yahoo.com.au (Sen) Date: Tue, 30 Jul 2002 23:42:10 +0800 Subject: [SunHELP] proxy settings Message-ID: <007801c237df$ad579cb0$953c9cca@leerock> Hi, where can i enter proxy server name in Netscape? i can't find it in the advance options. Sen http://digital.yahoo.com.au - Yahoo! Digital How To - Get the best out of your PC!