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 wOOdy-Soft 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 Zteev

  1. Zteev

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

    </># klist Administrator@NA.SMURFIT.COM klist: No credentials cache found (ticket cache FILE:Administrator@NA.SMURFIT.COM) Yes i am using security = ADS thanks again in advance, regards,
  2. Zteev

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

    </># klist Administrator@MY.DOMAIN.COM klist: No credentials cache found (ticket cache FILE:Administrator@MY.DOMAIN.COM) yes I am using security = ADS Thanks again,
  3. Zteev

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

    I fixed something in my smb.conf, it looks better now : </usr/local/samba/bin># wbinfo --set-auth-user=myuser%mypass </usr/local/samba/bin># wbinfo -u ^C</usr/local/samba/bin># wbinfo --get-auth-user DOMAIN+myuser%mypass </usr/local/samba/bin># wbinfo -u Error looking up domain users I still...
  4. Zteev

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

    </usr/local/samba/bin># wbinfo --set-auth-user=myuser%mypassword could not obtain winbind separator! could not obtain winbind domain name! no nscd is running. And smbd is started before winbindd is started. there is obviously something wrong in my smb.conf about winbind... ?
  5. Zteev

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

    My kerberos version is Kerberos 5 release 1.3.6. wbinfo -u returns : Error looking up domain users. ... whats wrong? is that related to kerberos only?
  6. 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]...
  7. Zteev

    Change a value in a column

    That works great! But what if the value to blank would be in the middle column? :-) Zteev
  8. 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 ...
  9. Zteev

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

    Problem solved. I was compiling simply like that : cc target.c But I needed to specify the math lib : cc -lm target.c But what is wrong with the math library? Why other libs doesn't act like that? Thanks!
  10. 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...
  11. 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...
  12. Zteev

    Perl script in crontab vs exporting env variables

    Ok. I can try both. I could make my Perl script a daemon. But I need to know a couple of things first. What is the best way to parse command line arguments? Actually, the only accepted argument passed to the script is the configuration file for the hosts the user wants to monitor. I would...
  13. 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...
  14. Zteev

    Ksh prompt and environment variables

    /etc/kshrc don't exist on my server by default, so I've created one and added my alias but when su'ing to root the alias isn't available. Like /etc/kshrc isn't read. :-| Thanks for the explanations. Zteev
  15. Zteev

    Ksh prompt and environment variables

    Quick note : I added this line to /etc/profile : alias ll=&quot;ls -al&quot; When I su to root (su root) ll isn't available. :-( Any ideas anyone? Thank you very much!

Part and Inventory Search

Back
Top