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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Amazator
  • Content: Threads
  • Order by date
  1. Amazator

    RPM installation message: "error: can't create transaction lock on /"

    Hi all, I am trying to install the mysql-devel RPM package on Red Hat Enterprise Linux 5 and face a curious error: "error: can't create transaction lock on /" I've done a bit of googling on this and the most often recommended measures were to: (a) make sure I am logged in as "root" (which...
  2. Amazator

    "Start on reboot" fails for a daemon; script works OK from commandline

    Hi, Our company has designed a daemon that I would need to program to start on a reboot (in runlevel 5). I've created a daemon script for the same (which looks like all other daemon scripts.....the standard ones which accept start|stop|status|restart) and created symbolic links in rc5.d. The...
  3. Amazator

    RPM build errors

    Hi folks, One of our company's products is packaged using an RPM command in the build shell script. Quite randomly, the RPM package gets corrupted on the build server during or after the build script terminates. I don't know why this is happening, but I am not doing anything hi-fi using RPMs...
  4. Amazator

    RPM build errors

    Hi folks, 1 of our company's products is packaged using an RPM command in the build script. Quite randomly, the RPM package gets corrupted on the build server during or after the build script terminates. I don't know why this is happening, but I am not doing anything hi-fi using RPMs, I'm just...
  5. Amazator

    Chaos on a Linux box!

    Hi guys, Someone in my organisation who is high enough in the management chain has access to the root password on one of our servers and while writing some shell scripts, executed the command: mv ${SOME_DIR}/* BKUP_<some date suffix>/ After that, no one's been able to login to that server...
  6. Amazator

    Perl program works on command line but fails as a CGI script

    Hi folks, I've written a program that works fine on command-line but fails as a CGI script when invoked from a browser. Apache is the server. I've put the script in the cgi-bin/<myuserid> folder. The error I get is: [Fri Apr 7 03:32:04 2006] lib.pm: [Fri Apr 7 03:32:04 2006] lib.pm: [Fri Apr...
  7. Amazator

    Problem with variable substitution in Korn Shell

    Hi friends, Am trying to write a lil script that reverses a text file top-to-bottom. It's: #!/usr/bin/ksh i=$(cat $1 | wc -l)...

Part and Inventory Search

Back
Top