Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by M577A2

  1. M577A2

    how to backup the system?

    We use SCO 6's built-in functions to create a bootable CD and tape image. Create Emergency CD o identify and configure CD (as root) cdrecord –scanbus vi /etc/default/cdrecord - change ide to the cd drive o Read/Write media must be formatted. Skip this step unless the CD is R/W - cdrecord...
  2. M577A2

    delete directory by ls head

    As long as you're sure you want to delete the very first file/directory: rm -rf `ls | head -n 1`
  3. M577A2

    SCO Openserver 5.0.4 IDE RAID 1

    Unfortunately, it's probably because I've tried everything else... I just hate that error: C compiler cannot create executables. Kinda makes you wonder what you'd download a C compiler for if it couldn't compile executables!?!? Building working gcc's for AIX4.# and SCO5.0.# was/is an adventure...
  4. M577A2

    SCO Openserver 5.0.4 IDE RAID 1

    I just tried this today on a fresh (albeit ancient) SCO 5.0.4 install (VMWare server using http://aplawrence.com/OSR5/vmware_504.html) and rsync is working. ftp ftp2.sco.com cd /pub/skunkware/osr5/vols Download and install: autoconf-2.12-VOLS.tar automake-1.4-VOLS.tar gcc-98q2-VOLS.tar...
  5. M577A2

    temporarily route print jobs to a different queu - How?

    How is the printer set up? If LPD then change the IP in /etc/hosts and then: /usr/lib/lpshut kill lpd daemons /usr/lib/lpd /usr/lib/lpsched
  6. M577A2

    SCO 5.0.5 SLOOOOOOOOW

    If those time stamps are the times that your logging in then you definitely have a problem with the license manager. I remember having problems with node-locked licenses and such on 5.0.5 but it was a long time ago. The comment at the end of this post rings a bell...
  7. M577A2

    SCO 5.0.5 SLOOOOOOOOW

    Are you still getting this message in the syslog: tflexu sco_cpd: duplicate license #
  8. M577A2

    SCO 5.0.5 SLOOOOOOOOW

    Remove /var/spool/lpd/lp_savin if it exists. Remove 2 entries for lp_savin from /etc/printcap. /usr/lib/lpshut ps -ef | grep lpd (and/or lp) and kill the processes /usr/lib/lpd /usr/lib/lpsched lpstat -p (to make sure it's gone)
  9. M577A2

    SCO 5.0.5 SLOOOOOOOOW

    It looks like there's a duplicate SCO license on the network... Recreate or remove the lp_savin remote print queue We've treated any problems with SCO "databases" with authck -av cd /etc/auth/system mv ttys /tmp/ttys.bad touch /etc/auth/system/ttys chown auth:auth /etc/auth/system/ttys...
  10. M577A2

    SCO 5.0.5 SLOOOOOOOOW

    Do you see anything in /var/adm/syslog?
  11. M577A2

    SCO 5.0.5 SLOOOOOOOOW

    SCO VisionFS is kicking your server's tail... Does it always use this much CPU? Have you rebooted the server recently?
  12. M577A2

    SCO 5.0.5 SLOOOOOOOOW

    What does this command return: ps -A -o pcpu -o pid -o comm | sort -r | more
  13. M577A2

    Print Manager on SCO 6.0

    Have you enabled remote line printing? mkdev rlp
  14. M577A2

    System will not reboot

    Booting Unix daily? That's just wrong... The syntax is definitely correct. Try 0 4 * * 1-5 /etc/reboot if it does the same thing then it's probably something in the server BIOS that is preventing it from coming back up.
  15. M577A2

    ejecting cd

    SCO 5.0.7 and 6.0.0 cddev=`cdrecord -scanbus | grep CD-ROM | awk '{print $1}'` cdrecord dev=$cddev -eject 2> /dev/null 1>&2 Non-writable drives will produce a warning message that can be ignored.

Part and Inventory Search

Back
Top