Error reading from connection: Bad file number.

786 byte By CodeProf.com at 2007-12-25 3:07:00
Hi Sun Managers,I've an DELL PowerEdge 3600 with 2.7, System is experiencing error messagesas shown below:Feb 25 18:22:05 maxi2 rsh[23927]: connection from bad portFeb 25 18:22:06 maxi2 bsd-gw[23923]: Error reading from connection: Bad filenumberThis error messages happen intermittently and I ...

Creating ISO imgae from CD on SPARC?

279 byte By CodeProf.com at 2007-12-25 3:07:00
Hi All<p>What is the preferred method for creating an iso image on disk from a<br>data CD?<p>I have tried dd with /dev/rdsk/c0t2d0s2 etc, but this depends on the<br>vtoc on the CD.<p>I can copy with cdrw, but not create an image file.<p>Any help would be appreciated.<p>Peter<br>

Network port to process id

350 byte By CodeProf.com at 2007-12-25 3:07:00
I got a question for you gurus.If I do a netstat -a and see the opened ports ie 7000. How can I map thisback to a process ID.RegardsUnix like TeePee no windows, no gates, Apache inside. Paul ClaytonGlobal Unix Co-ordinatorIntec Telecom SystemsPh +27 (0) 21 4309000Fax +27 (0) 21 4309025Mobile ...

Summary: Network port to process id

908 byte By CodeProf.com at 2007-12-25 3:07:00
To many responses to thank all, but thanx. LSOF is the answer.-----Original Message-----From: Paul Clayton [mailto:paul.clayton at intec.co.za]Sent: Thursday, March 25, 2004 2:39 PMTo: Sunmanagers (E-mail)Subject: Network port to process idI got a question for you gurus.If I do a netstat -a and ...

Creating RAID 0+1 Solaris 9

491 byte By CodeProf.com at 2007-12-25 3:07:00
Could someone point me in the right direction orkindly step me through the process of striping andmirroring 4 internal disks in an 880 running Solaris9? I believe the striping is necessary to allow me toeasily add disks to the array for future ...

problem with ldapclient

951 byte By CodeProf.com at 2007-12-25 3:07:00
In regards to your problem( http://www.codeprof.com/pipermail/codeprof/2004-February/028154.html):------------------------I have problem with setup ldapcllient on Sparc Solaris 9 on DS 5.2.[axel at root ldap]#ldapclient listNS_LDAP_FILE_VERSION= 2.0NS_LDAP_SERVERS= ...

Cannot delete a file called "-c"

319 byte By CodeProf.com at 2007-12-25 3:07:00
Hi all.Looking for files to be deleted in a netra X1 with Solaris 8, I found afile called "-c".I have tied to delete it using rm "-c", rm '-c', rm \-c.... and eveytimethe output is "illegal option: -c"Could someone please say how to delete this ...

SUMMARY: Cannot delete a file called "-c"

1647 byte By CodeProf.com at 2007-12-25 3:07:00
Hi allA lot of answers indeed: about 50, thanks you allAll this works. The general idea is to say to rm that "-c" is NOT aparameter.#rm ./-c#rm - -c#rm -- -c#touch <anyname>;rm <anyname> -cThese one also works#perl -e 'unlink ("-c");'#/usr/bin/unlink -cThese ...

openISP make error !!!

855 byte By CodeProf.com at 2007-12-25 3:07:00
Hi All,Thanks for your reply. I have added -loscket and -lnsl in to the makefile andcompiled using gmake. This time i am getting the following error ..# gmakecc tclient.o tproduct.o tservice.o tinstance.o tjob.o tclientconfig.otconfig.otparameter.o tparamtype.o tperiod.o tstatus.o tauthorize.o ...

bash scripting on solaris

952 byte By CodeProf.com at 2007-12-25 3:07:00
I apologise in advance if this is not a specific solaris questionI have a jumpstart that has as part of a finish script, an install ofj2re. I am trying to fully automate this process but j2re asks foragreement to the license which I then have to intervene and press thespace bar for it to ...

SUMMARY_2: Cannot delete a file called "-c"

282 byte By CodeProf.com at 2007-12-25 3:07:00
Two more options:<p>.- ftp to the machine and then delete or even rename the file: it works<br>.- #find . -type f -name '-c' -exec rm {} \; It happens the same that I<br>said in the summary, the output of find is "incomplete statement"<p>Thanks you,<br> Pedro.<br>

Created a new NIS map but ypcat "mapname" returns error

1030 byte By CodeProf.com at 2007-12-25 3:07:00
I'm trying to make a new NIS map under Solaris 9.This is what I've pasted into my /var/yp/Makefilemounts.time: $(DIR)/mounts @(awk 'BEGIN { FS=" "; OFS="\t"; } /^[a-zA-Z0-9_]/ { print $$1, $$0 }'\ $(DIR)/mounts $(CHKPIPE))| $(MAKEDBM) - ...

SUMMARY date -a help.

4932 byte By CodeProf.com at 2007-12-25 3:07:00
Dear Managers,Thanks to all who answered my "date -a" question.Most of you suggested the usage of NTP which in most of the cases is theright choice. There is lot of information one can find to configure andenable the protocol with the respective benefits."date -a" is also an ...

SUMMARY: VERY slow remote backup

945 byte By CodeProf.com at 2007-12-25 3:07:00
Thank you so much to everyone who took the time to reply, there are too many to thank individually. This mail list is fantastic !!!! The problem in the end was that everything wasn't talking to each other in the same language. Firstly, the NIC's on the servers were at same speed (100Mbps ...

HP Color printer

408 byte By CodeProf.com at 2007-12-25 3:07:00
Hi Sun Managers i am install & setup HP Color LaserJet 2500L printer on solaris 8.but i can print black & white only with this color printer . i am install & setup this printer on other OS such as Windows 2000.i can print color but, i can't print color on solaris 8. please help ...

SUMMARY: ssl/sshd compile problem

1406 byte By CodeProf.com at 2007-12-25 3:07:00
I received several useful suggestions, thanks to everyone. This listisawesome!The way I resolved this problem was to configure openssl as follows:$ ./Configure solaris-sparcv8-ccThis was used instead of the default: "config" command. Thiswasfollowed by the normal make, make install. ...

ldapclient question

1383 byte By CodeProf.com at 2007-12-25 3:07:00
I have installed Sun's directory Server 5.2 on Solaris 8, I have configuredthe servers, ran idsconfig, and configured my ldapclient as such:ldapclient -v -P default -d stbdap1.mydomain.com 135.7.7.1The results of ldapclient -l are as follows:NS_LDAP_FILE_VERSION= 2.0NS_LDAP_SERVERS= ...

pfinstall can't find media

4318 byte By CodeProf.com at 2007-12-25 3:07:00
I am trying to jumpstart an Ultra 5 workstation with Solaris 9 in order to test my Solaris 9 jumpstart, but the install keeps failing with the error:ERROR: Could not load the media (/cdrom)Here's the setup:Client: Ultra 5 workstationBootserver: NetBSD 1.5.3Install Server: NetApp 840The ...

customize user prompt

591 byte By CodeProf.com at 2007-12-25 3:07:00
Gurus,We have two network connection on one host.nis-slave-1 is the primary connection (loghost) andnis-slave-2 is the second network connection on theserver. How can I customize my prompt that if I telnetto nis-slave-1, my user prompt shows nis-slave-1>> orif I telnet to nis-slave-2, my ...

problem with NFS (automount ?)

1694 byte By CodeProf.com at 2007-12-25 3:07:00
<DIV>Hello! I have 220R (named <STRONG>jcb</strong>)with Solaris 8 installed. This server is our homedirectories (auto_home). It has been working beforeand I dont have problem with it. Suddenly,the userscan not access their home directories from<STRONG>jcb</strong> ...

SUMMARY: SF480R freezes when importing a large table into Oracle DB

2499 byte By CodeProf.com at 2007-12-25 3:07:00
Hello managers,my apologies for the late summary. I planned to summarize upon a problemresolution (whether positive or negative), but it seems that we won't beable to obtain downtime for a while to try things out and see the results.Once the problem resolves, I will send another summary.I ...

accessing processor sets from non-priv userids

878 byte By CodeProf.com at 2007-12-25 3:07:00
Howdy,We've been looking at ways to permit a group of non-privileged users to bind programs they submit to a processor set under Solaris. We want to do this to effectively guarantee this group 50% of the processing power - processor set 1 has CPU 0 and 1 (of 4) attached to it.Since you can ...

problem with NFS (automount ?) --- pls ignore

2937 byte By CodeProf.com at 2007-12-25 3:07:00
Please ignore this email. It was sent by mistake.Thank you.--- "sunsa_tx at yahoo.com" <sunsa_tx at yahoo.com> wrote:> <DIV>Hello! I have 220R (named <STRONG>jcb</strong>)> with Solaris 8 installed. This server is our home> directories (auto_home). It ...

SUMMARY: how can i reset terminal

615 byte By CodeProf.com at 2007-12-25 3:07:00
Hi manager :I received several answers, thanks to everyone. This listisawesome!1) reset2) echo ctrl-v ctrl-o 3) echo ^V^[c4) stty sane5) print"\017" <enter>you can use anything you wantThank you> > Hi Guru:> >when i read a file like a binary( not a plain text) ...

SUMMARY: Created a new NIS map but ypcat "mapname" returns error

1280 byte By CodeProf.com at 2007-12-25 3:07:00
Thanks to Darren and Richard for pointing out the answer.The map name is actually mounts.byname.I setup a nickname for it in /var/yp/nicknamesand now I can issue a ypcat mountsand it returns data.Here is my original question:I'm trying to make a new NIS map under Solaris 9.This is what I've ...

mac text -> unix

416 byte By CodeProf.com at 2007-12-25 3:07:00
Dear managers,A small question, is there a simple way to convert a text file created on amac to be readable on unix (namely converting CRs to LFs)? Is theresomething equivalent to dos2unix? There's something called iconv but I'm notsure how to use it in this case. Many thanks ...

summary: mac text -> unix

646 byte By CodeProf.com at 2007-12-25 3:07:00
Thanks Yasuyuki, Anthony & Andrew for your responses -"tr '\r' '\n' < macfile > unixfile">> Dear managers,>> A small question, is there a simple way to convert a text file created ona> mac to be readable on unix (namely converting CRs to LFs)? Is there> ...

mysqlISP make install error ...

747 byte By CodeProf.com at 2007-12-25 3:07:00
Hi All,Thanks for the reply. I am getting the following error while issuing makeinstall on openISP.I have given the CGIDIR=/var/apache/cgi-bin/ ...# make installinstall -s mysqlISP.cgi\ /var/apache/cgi-bin/mysqlISP.cgifind: cannot open /var/apache/cgi-bin/mysqlISP.cgi: No such file or ...

cron job

258 byte By CodeProf.com at 2007-12-25 3:07:00
Been trying to run a job on V480, schedulled to kick off at 1:30. The<br>job kicks off but stops runing "init s" command in one of my scripts.<br>The output send to root mail is "Standard input not a tty line". What<br>could be wrong?<br>

550 sendmail + relaying Denied

622 byte By CodeProf.com at 2007-12-25 3:07:00
Hi all,I am having a problem.I put a antivirus SMTP gateway(whichscans for virus) in between our firewall and email server.packets for port 25 are port forwarded to SMTPAntivirus box.email server is sendmail.Now the mails are reaching the Antivirus SMTP gateway but isnot relayed to the sendmail ...

mail config for solaris

432 byte By CodeProf.com at 2007-12-25 3:07:00
Hi All, Can someone please point me to some documentation about setting up Solaris to be able to handle mail. What needs to be done on the Solaris side etc - Am installing Exim and want to be able to mail out from Solaris 8 on an E420. Thanks alotTis --------------------------------- Yahoo! ...

creting an encrypted string in passwd file

1248 byte By CodeProf.com at 2007-12-25 3:07:00
Hello, At our institute we use a SUN for the Atchiving SW DiskXtender. The users are having only ftp access to the machine.(No entry for users in /etc/passwd file). The DiskXtender has its own passwd file and using a special port (1021) for ftp access. uname -a gives the ...

extension "GLX" missing on display ":0.0

171 byte By CodeProf.com at 2007-12-25 3:07:00
Hi<p>Does anyone know why I get Xlib: extension "GLX" missing on display ":0.0".<br>message when I try to run an X application?<p>Regards,<p>Hakan<br>

E4000_Board_failure

3586 byte By CodeProf.com at 2007-12-25 3:07:00
HiIt's me again with my board failure. After many tries, I have found a GOOD serial cable with two GOOD connectors and reboot the machine that givesme a lot fo messages in diag mode.Here some parts where the errors appear ( can send entire file on demand)0,0>Displaying PROM ...

SCSI controller question

658 byte By CodeProf.com at 2007-12-25 3:07:00
I have a number of Netra-T1s that have different HDD SCSI Controllernumbers i.e. (from format command)Server 1 :-------------- 0. c1t0d0 <SUN18G cyl 7506 alt 2 hd 19 sec248> 1. c1t1d0 <SUN18G cyl 7506 alt 2 hd 19 sec 248>Server 2 :-------------- 0. c0t0d0 <SUN36G cyl 24620 alt ...

Sun StorEdge 6320 array performance.

1634 byte By CodeProf.com at 2007-12-25 3:07:00
Scenario:4 x system board F12K domain, 2 x HBA to 1 x 6320 array with 10 6120 traysin partner pair configurations. Each [pair] tray presented to solaris as aLUN of 237GB in size. The LUN's are created in a RAID 0+1 config.There is a Veritas Filesystem [VxVM] stripe of 5 columns of 64K block ...

mySQL version 4.017 install failure

1637 byte By CodeProf.com at 2007-12-25 3:07:00
HI everyoneI am trying to upgrade mySQL from 4.01-alpha to 4.017. The server is a Netra-T1 that's running ...gcc version 3.2.2GNU Make 3.80I have successfully upgraded mySQL on an E450, but I am seeing thefollowing errors on this Netra-T1 ...

help regarding SCG on Solaris Sparc

25597 byte By CodeProf.com at 2007-12-25 3:07:00
Hi ,I'm using the SCG driver on solaris sparc 8 machine . I have the SCSI disksconnected through FiberChannel .When I installed the 32 bit version of scg , it gave me the error as ,Warning: Driver (scg) successfully added to system but failed to attachSo as per the link ...

Remote UFSDUMP Problem

1267 byte By CodeProf.com at 2007-12-25 3:07:00
Can anyone tell me what is wrong with this command?Thanks!rsh server1 ufsdump 0f - /dev/dsk/c0d0s4 | rsh server1 /usr/local/bin/gzip - > rsh server1 /unused/cvsBackup/current/file6 DUMP: Writing 32 Kilobyte records DUMP: Date of this level 0 dump: Thu Mar 25 15:04:31 2004 DUMP: Date of ...

Jumpstart Config

113 byte By CodeProf.com at 2007-12-25 3:07:00
Can anyone provide me with some insight on how I can get two .sh files to run<br>after my image has finished.<br>

pfinstall problem on Solaris 8

1344 byte By CodeProf.com at 2007-12-25 3:07:00
Hi, I am building a jumpstart server and am having problems. The install alwaysreverts to interactive and it doesn't seem to log why. All configurationfiles are ok: sysidcfg is OK and the rules is OK according to the checkscript. The jumpstart server is a V100 running Solaris 8 with all ...

Unzip in Solaris 8 greater than 2gb

1006 byte By CodeProf.com at 2007-12-25 3:07:00
I need to unzip very large zip files. I am unzipping them on a vxfsfilesystem so largefiles are enabled. It seems that the version ofunzip (currently 5.50) from info-zip hasn't been undated in a couple ofyears. I found some things to add to the Makefile to "enable" 64-bitbut it ...

rdesktop: how to print on unix network printer?

535 byte By CodeProf.com at 2007-12-25 3:07:00
hello all,i'm using rdesktop 1.3.0 to launch a financial application on a sunray from a widows terminal server. Everything works fine except printing.We do the same on macosx, with an rdp client which knows how to print on local network printer.W$ guys say to me that i can't print from ...

Hyperterm to Sunfire 280R

107 byte By CodeProf.com at 2007-12-25 3:07:00
Is there a way to Hyperterm into my Sunfire 280R to send a break to it. It's<br>in a continuous loop.<br>

patch 117000-01

792 byte By CodeProf.com at 2007-12-25 3:07:00
Does anyone know about the Solaris 8 patch 117000-01? The README and thepatch description indicate it is a kernel patch, but if so why is it notthe next version of 108528, the kernel patch for Solaris 8...+-----------------------------------------------------------------------+| Christopher L. ...

How to upgrade SSH/SSL packages 'nar

412 byte By CodeProf.com at 2007-12-25 3:07:00
Hi,Newbie question....I need to upgrade SSH/SSL on my SPARC/Solaris 7 machine. It's currentlyrunning openssl 0.9.7b and I need to go to 0.9.7d. Likewise, theopenssl is 3.6.1p1 and I need to go to 3.8.1p1.How can I upgrade and maintain all of my currentconfigurations/keys/etc? Do I have to ...

cron job

1544 byte By CodeProf.com at 2007-12-25 3:07:00
I think Daniel is right that my cron is being killed by the "init s"command before completing its job. Now the question is how can I get tosingle mode automatically and do my backup?-----Original Message-----From: Stepan Kucherenko [mailto:twohalf at dtd.peterstar.com]Sent: Friday, ...

SUMMARY: scsiinfo-4.7.0.11 available, SFK and QUS issues status.

2684 byte By CodeProf.com at 2007-12-25 3:07:00
Hi everyone,In case you're still using my modified scsiinfo (my changes hadn't beenmerged, last time I checked), there's a new version available (not muchhas changed but it may make it easier for some using, esp if SFK 4.x ...

luxadm refuses to work (e450,QLA2200F,A5200)

1980 byte By CodeProf.com at 2007-12-25 3:07:00
Gurus,Have been struggling with getting luxadm to work on an e450 (sol7) withQlogic 2200F and an A5200.I can see only the _front_ disks in format (judging by target #'s). Iwouldn't really care that much about luxadm, but it might give me a clueon why I am seeing only half the disks (the array ...

SUMMARY: StorEdge S1: ssmond won't start

4904 byte By CodeProf.com at 2007-12-25 3:07:00
Thanks to Dan Lannom and NW Hinkle-DeGroot for their suggestions.In addition to the tests outlined below, I also uninstalled andthen reinstalled the SSM software, and shut down the system anddid a "boot -r". None of this helps -- even on a freshly bootedsystem, ssmond won't start ...