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 strongm 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: pollux0
  • Order by date
  1. pollux0

    Thinking about Linux

    there are many linux applications that are similar to windows applications. Like danielhozac said, OpenOffice (which can be downloaded for free at http://download.openoffice.org/)is a document program like MS Office which will open office documents. It will also save documents in the *.doc...
  2. pollux0

    insert statement on busy server causes failure

    We have a website with many users(betteen 300 and 1000 at any given time) We decided to try and use the database to log how many users accessed the site by puting an insert statement into asp code on the website. The insert statement enters a "1" into a table every time someone...
  3. pollux0

    mysqldump & Innodb constraints

    thats crazy!!!! Why would mysql leave such a fundamental problem unfixed!!!! What if two tables had circular dependencies??? Wouldnt the restore fail no matter which table i put first???
  4. pollux0

    mysqldump & Innodb constraints

    I have always used mysqldump to backup my databases..which has always worked. Recently I started using Innodb tables, in particular, foreign key restraints. The problem is with restoring the database. I create a backup of my database successfully like this: mysqldump myDatabase > backup.sql...
  5. pollux0

    re-compile kernel; simple boot (grub) problem

    let me restate what I just said... I built the SCSI support into the kernel. does that mean I dont need to do the "mkinitrd" command? Or do I have to build scsi support as modules? thanks again
  6. pollux0

    re-compile kernel; simple boot (grub) problem

    that is what I thought(I didn't know if that particular argument was looking for the root partition or the boot partition).... However, I have tried both "root=/dev/sda1" and "root=/dev/sdb1" and I still get the same error.. anything else wrong? I notice that in...
  7. pollux0

    re-compile kernel; simple boot (grub) problem

    I am getting this error on boot: "Please append a correct "root=" boot option...." I have a newly installed scsi box with RH 9. I am trying to recompile a newer kernel and can’t seem to get it to boot properly. Can anyone tell me the correct parameters in grub.conf...
  8. pollux0

    Do we still need WINS?

    samba is based on windows nt4 networking...it needs netbios. I dont think it needs wins.
  9. pollux0

    scan image intojava applet..possible???

    I am trying to find a way not to upload an image to a server. This way the user would not have to scan the image and then upload it manually. The scanner would scan the image and the resulting file would go directly into the applet. The user would then hit a button which would send the file(s)...
  10. pollux0

    scan image intojava applet..possible???

    I would like to be able to use a scanner to scan images and the resulting image files (i.e. jpg) woulg go directly into a java applet. Does anyone know where to start with that if possible using java? thanks
  11. pollux0

    multiple files upload

    that really $uck$! I cant believe that limitation! In RFC 1867 section "3.4 Interpretation of other attributes" they even talk about selecting multiple files within one tag (http://www.faqs.org/rfcs/rfc1867.html) What ever hapened with that.
  12. pollux0

    multiple files upload

    I have searched forever for a way to upload multiple files using this tag: <INPUT NAME=&quot;fileName&quot; TYPE=file SIZE=20> I dont want to use multiple tags or some kind of java applet. Something similar to adding &quot;multiple&quot; to a select form tag: <select name=&quot;srthsrth&quot...
  13. pollux0

    how to disconnect network drives

    I always created a log off scrip which deleted the net drive. I am not sure persistent:no means &quot;set up once&quot;. I believe persistents has something to do woth network efficiency ie wins. However I might be way off. Quote from MS: **************************** Persistent connections For...
  14. pollux0

    Securing a website with Active Directory..?

    it seems that using AD would make a site less secure.
  15. pollux0

    kernel error; SCSI

    I am getting these errors in my meesage log on a RH 9 box. It is a production email server which still works but I would like to fix it before it creates problems: ************************* Oct 3 10:38:00 email kernel: SCSI disk error : host 0 channel 0 id 0 lun 0 return code = 8000002 Oct 3...
  16. pollux0

    Troubleshoot WINS/DNS

    can you ping the domain name of your domain c:\>ping mydomain.com if so, is it the correct ip address of the domain controller? is the primary dns zone for your domain set to dynamic updates? The ips might not be updating properly theoretically, if you only have w2k in the network, you only...
  17. pollux0

    turn off netbios and wins in dns w2k network possible?

    From what I understand DNS can replace wins and netbios completely in an W2K/Active Directory/DNS environment. I am testing the network by turning off netbios and wins completely. When I do, everything seems to work except I cant see any computers in the My Network Places -> Microsoft Windows...
  18. pollux0

    Never worked with work groups

    yes it is shared
  19. pollux0

    join domain issue

    on the newest samba version on RH 9: I seem to be able to join the domain using w2k. I get the &quot;welcome to the test.com domain&quot; message. But after I restart I get an error when trying to log in: (i dont know the exact message, as I am not at the machine) ****** ...This computer's...
  20. pollux0

    Never worked with work groups

    I feel stupid asking this question; could someone please explain the fundamentals of workgroups in ME. I am an expert in Active Directory structure in 2000 and and until today, never had to work with &quot;Workgroups&quot;. Obviously there is no centralized &quot;user database&quot; with...

Part and Inventory Search

Back
Top