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 Mike Lewis 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: tyrannus
  • Order by date
  1. tyrannus

    Wierd memory issue

    I have two identical systems. Both Running AMD Sempron 3600+ processors on an ASUS M2V-MX boards. Only difference lies in the memory. One had 1GB the other has 1.5GB. The system with 1.5GB is using 97% memory. 79% of that is cache. The system with less memory is using 21% memory, of that, 4% is...
  2. tyrannus

    GPO issues and roming profiles

    Thanks, that first one is something I haven't run into before. I will definitely take a look at it.
  3. tyrannus

    GPO issues and roming profiles

    Yes permissions are set right, people will be using the server/profiles/network fine and then this just out of the blue happens and we have to reboot sometimes 3 times for it to start working again. Here is an error from the event viewer that we get when this happens. Windows cannot query for...
  4. tyrannus

    GPO issues and roming profiles

    It is a 100MB lan on Netgear Switches.
  5. tyrannus

    GPO issues and roming profiles

    Sorry, It is a Windows 2000 Server. Typical Cat5 lan. There is WiFi but that is for internet access only. The profiles are stored on the server. Profiles are located on a share on the server and each user account is pointed to their own folder in the profile share.
  6. tyrannus

    GPO issues and roming profiles

    I have a client with a weird issue, I have checked the site here and tried various other fixes to issues similar but have not yet resolved the issue. Thing will be working fine, and then all of a sudden there is a "hiccup" in the system and people can no longer log in using their roaming...
  7. tyrannus

    Application Port Mapping

    Ok all here is the deal. I have an application that I am writing that my client accesses through an SSH session to a linux box.. I want to pass a file through the tunnel(which I can do already) and have it open acrobat reader automatically. Would any one have any idea on how I can have windows...
  8. tyrannus

    Batch files

    That might work, i will give it a try.
  9. tyrannus

    Batch files

    That would work, but we are looking for a no cost option unfortunately... Basically I need to know if the host is available so that a VNC connection can be made to it.
  10. tyrannus

    Batch files

    Ok so I haven't written a batch file since windows 3.11 so now I have been tasked with creating a file that will ping a range of addresses and display which ones are in use. Can any one give me a jump start on this.. Please?
  11. tyrannus

    Unzip file

    Yeah, have checked man up and down and nothing I have tried seems to work. Maybe I am trying to do it wrong.
  12. tyrannus

    Unzip file

    I have tried using Linux unzip and it still does not work. Just skips over the file. Guess I will just google till I find something.
  13. tyrannus

    Unzip file

    I don't need to "crack" the password. I have that. What I need is a way to extract the files with the password.
  14. tyrannus

    Unzip file

    Hey all, was wondering if any of you knew of any programs I can use to get a file unzipped. I receive a password protected zip file with AES 256 bit encryption. I need an app that will unzip it for me. Any Ideas out there?
  15. tyrannus

    strlen issue

    That could be a problem.. I will try that. Thanks.
  16. tyrannus

    strlen issue

    I have a block of code that checks the variables of a form if(strlen($fname > 0) && strlen($lname > 0) && ereg("[0-9]{3}-[0-9]{3}-[0-9]{4}",$phone) && ($email == $email2)){ registerUser($fname, $lname, $street, $city, $state, $zip, $phone, $phone2, $store, $email, $email2); }else{...
  17. tyrannus

    Default char value not working

    I don't know either, for now I will cheat and run a query that will put those values in for me, but I would rather figure out why the table isn't doing it the way its supposed to.
  18. tyrannus

    Default char value not working

    I know for a fact that a null value is in there and for some reason, the sql table is accepting NULL values when its not supposed to be. I have already double checked the PHP side of it.
  19. tyrannus

    Default char value not working

    table description +-------------+-------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +-------------+-------------+------+-----+---------+----------------+ | description | varchar(20) | | | |...
  20. tyrannus

    Default char value not working

    Hi all, I am submitting a query that writes information into a table, I have two fields setup that do not allow null values, and if the data i am submitting has a null value for that field it should put the default value of N into that field. However it is not doing so and I cannot figure out why.

Part and Inventory Search

Back
Top