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 TouchToneTommy 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: Zteev
  • Content: Threads
  • Order by date
  1. Zteev

    Samba/ADS working but connect with host instead of username?

    Hi, I have successfully compiled Samba with ads support on Aix and joined the box to the ad domain. The problem is when I try to map a network drive from a win2000 workstation (i do not enter credentials since I'm logged into the domain), the smbd log tells me this : [2005/01/19 13:07:41, 1]...
  2. Zteev

    Change a value in a column

    Hi! I have this file : ------------------ 24123 9 0 43411 8 1 23433 7 0 23234 3 3 I'd like my AWK script to parse it and if a zero is found on the third column, to replace it by a blank character. Actually my script look like this ...
  3. Zteev

    Compiling an HP-UX C source on AIX (math.h ?)

    Hi people, I'm trying to compile an older C program that has been coded for HP-UX at the time. Fortuately it uses the standard libraries but I still get some errors : </home/shemond/code/spaut>$ cc v12_poly.c ld: 0711-317 ERROR: Undefined symbol: .cos ld: 0711-317 ERROR: Undefined symbol: .sin...
  4. Zteev

    template1 database and pg_hba.conf questions

    Hi people, My question is about template1 database. I am connected to my postgreSQL server via pgAdminIII and I am also logged locally to my server and running psql. When I try to create a new database in psql, it returns me this: ERROR: source database "template1" is being accessed by other...
  5. Zteev

    Perl script in crontab vs exporting env variables

    Hi people, I've written a script that ping a mission-critical machine and if there is no response, it sends me a mail. I have scheduled that script in crontab to run every minute. However, if the machine is down for some hours, the script will still send me a mail every minute, which I don't...
  6. Zteev

    Ksh prompt and environment variables

    Hi everybody, I added this line into my user's .profile : export PS1='$PWD $' If I su to root, I won't have the # sign instead of the $. Am I missing something. Also, I've setup an alias in my .profile : alias ll=&quot;ls -la&quot; But again, if I su to root, that alias won't be available...

Part and Inventory Search

Back
Top