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: pollux0
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. pollux0

    help w/ licensing

    (this message was posted in IIS, but no response) I need some help with licensing issues: I have a w2k server(2 cpu) with iis 5.0 and sql server 2000 We host 10 websites for 10 clients on the server. Each site has its own database on the server There is no windows authentication; 9 web sites...
  11. pollux0

    licensing advice

    I need come help with determining licensing issues: I have a w2k server with iis 5.0 and sql server 2000 We host 10 websites for 10 clients on the server. Each site has its own database on the server There is no windows authentication; 9 web sites use regular anonymous authentication. a...
  12. pollux0

    explain java security in detail

    I am trying to understand in detail how java applet security works regarding network connections. From what I know an applet will only connect to the host it originally came from. Correct? In the code of the applet, what would i specify as the ipaddress to connect to? The problem: My server...
  13. pollux0

    easy question...printing

    I am new to printing in linux (RH 9.0 without a gui!). I have a minolta 2200 connected to the network and would like to set it up linux print server. Can anyone tell me where to get started with just installing the priner so as to print. where do i get the drivers and what software do i need...
  14. pollux0

    virtual directory

    I have a domain test.com in which www.test.com points to 202.5.5.5 . I am trying to create the host funk.test.com in which users will be directed to a folder(funkFolder) in the 202.2.2.5 website. Is this done through iis or asp code within the website? How? I have already set up the dns host...
  15. pollux0

    route boot configuration

    Can someone please explain how the route table is built during bootup. My Redhat box has two interfaces but everytime i reboot the default route gets set to go out eth1. I want it to go out eth0 I know how to manually set up eth0 as the default route using the route commands.It will not stay...
  16. pollux0

    why arent Full Duplex or 100MB working?

    I have a cisco 1600 connected to a linksys 8-port switch using cat-5. Why isnt Full duplex or 100MB not being auto negotiated? Is the auto-negotiating done by the switch and the host or between the two systems that are attached going through the switch? Thanks in advance
  17. pollux0

    iptables settings lag for an hour

    after configuring linux as a firewall/router, it took over an hour for the settings to kick in. For instance, I set up snat which immediatly worked but port forwarding did not. An hour later port forwarding worked. Can anyone explain why? I am not sure if it is the linux box itself or mabey...
  18. pollux0

    MS Licensing

    I was reading an article that conatained info about licensing issues: http://news.com.com/2008-1082_3-5065859.html?tag=lh ; particulary this section: ******* How did that happen? We pass our old computers down. The guys in engineering need a new PC, so they get one and we pass theirs on to...
  19. pollux0

    select statements in CR

    I have two tables. table1 lists all available hotels, two fields: &quot;hotelidnumber&quot; &quot;hotelname&quot;. table two lists reservations made which stores the &quot;hotelidnumber&quot; of the hotel reserved at. In crystal reports i created a simple &quot;group&quot; of reservations by...
  20. pollux0

    strange telnet problem

    I am trying to telnet into a cisco router from a windows 2000 machine and getting strange feedback. It is probably something silly. When i type, for instance, enable, I get this on the screen: eennaabllee What can be the problem? I dont get this problen when telnetting from a linux machine

Part and Inventory Search

Back
Top