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

    additions made to routing table disappear in RH 7.3

    I'm using the route command to update my routing table but if the machine gets rebooted the routes disapper. For example I do this: route add -net 192.168.100.0 netmask 255.255.255.0 gw 10.208.148.5 This command works, as I'll now be able to reach that 192 network. I can also check...
  2. iggystar

    ifconfig forgets its settings upon reboot

    Ok I'm obviously doing something stupid but I can't think what it is and I've never had this problem before. I have a RH 7.3 box that I run ifconfig eth0 172.16.6.120 netmask 255.255.255.0 up and it works. I have that IP, I can setup routes and surf the web, ping boxes, ftp, etc. Then the...
  3. iggystar

    Diff browsers formatting data differently when using POST and GET

    I have a simple little script that captures some data from a form and the just e-mails it off. My problem is, IE isn't formatting the data the way I expect it too. For example, I ask for first and last names, among other things. When I use the Opera browser it sends the data to me like this...
  4. iggystar

    easy reg expression question that I know you can help me with

    Ok little script here: $in = <>; if ($in =~ /p*o*b*o*x/i) { print &quot;MATCH&quot; } Simple enough huh? Here the problem, if I feed it po xob it still counts as a match. I don't want it to. I want to match p o b o x, with any amount of characters between them, but I want them to be in...
  5. iggystar

    * fails - too many files - what to do?

    Ok I knew the solution to this problem a year ago and now I forget it. I have a folder the gets heaps and heaps of little itty bitty files everytime a program we have gets run. There are so many files, in fact, that any command I use that has a * in it fails. I can't tar them, rm *, gzip...
  6. iggystar

    Changing partitions post install

    I've just installed RH 7.2 on a couple boxes I have. I let the install program just handle all my partitioning for me as I didn't have any big plans for the boxes I didn't think it would matter. Turns out it matters. My /var is way too small and my /usr is big enough for every file stored on...
  7. iggystar

    Just setup RH 7.2 and having networking trouble

    I'm trying to assign an interface a certain static IP but on bootup I'm told that something else is occupying that IP. Now my first time through I did make a config mistake that could be causing this problem, but according to the KDE Network Configurator nothing is sitting on that IP. Anybody...
  8. iggystar

    Regular expressions make my brain ache...need help

    Ack. I was never too experienced at reg exps, and taking 8 months off from them has only made me worse... I have a program running that uses regular expressions and I'm having trouble figuring out what one does. I'd appreciate it if somebody could help me. This is what it looks like...
  9. iggystar

    sure fire way to get a PID

    I want a PID, just a PID and nothing but a PID. You'd think ps would have an option for this, but if it does I can't find it. I've tried piping the results of a PS command into every little unix widget I can think of I can't find a way to get the PID that works every time. Any suggestions? I...
  10. iggystar

    time service issue

    Hi all, I'm looking for an clock updating program that will run in Red Hat Linux 7.1. To NT folks we run something called Timeserv. I'm sure UNIX must have something like this but I don't know what it's called so it's making my attempt to locate it difficult. If anybody could tell...
  11. iggystar

    Daemons

    I've just installed SSH on my linux box and it works great. The only problem is it doesn't start when the system reboots, I actually have to type &quot;sshd&quot; at the terminal to get it to go. In the past, when I want a daemon to run, I've used the setup command (I'm using a red hat distro)...
  12. iggystar

    RPM Finder

    My skill with Linux waxes and wanes with my usage. I don't use it often enough to get really good and during my times off I forget stuff that I used to know. Here's an example: There was a great site for finding every RPM you could ever need, and I forget where it is now. Anybody have any...
  13. iggystar

    Internet Error Messages

    Can somebody point me to a site, or even an RFC, that has a good detailed description of what error messages mean. I'm specifically looking for a good description that would help me understand what causes a 400 - Bad Request error. I've run web searches and I've searched the RFC database...
  14. iggystar

    Sending mail from command line

    I would like to send mail from a text based command line, much like the unix Mail command. Anybody know of way to make this happen in NT?
  15. iggystar

    Autoreply on a distribution list

    Is there a way to have a distribution list have an auto reply? If there is I can't seem to find it. My solution so far is to have a special user on the list named DistributionAutoReply who's only job is to send out replies but these seems more like a kluge than a real solution.
  16. iggystar

    Browsing and WINS and Trusts (oh my)

    So I have a questions and and issue I'd like help with...here goes: 1) What exactly is it that make a machine (or a domain for that matter) show up in Network Neighborhood? I have a nagging suspicion that it's WINS but I cant find anything to confirm that, only wispy implications, and shodowy...
  17. iggystar

    basic C question

    I should know this but I dont because I'm so rusty in C it almost hurts so I know somebody out there can answer this in like 2 seconds. I have a char* that I'm sending to a function. I want to do work on that char* in the function and I want the changes I make to stick after I leave the...
  18. iggystar

    do I NEED suexec to get vanilla CGI stuff to work?

    I apparantly have an invalid wrapper. Would that stop me from running CGI stuff? From what I've read I don't think it should and that I only need suexec when I want to change the user that is running the cgi script. Since I'm not trying to do that I dont think I should need suexec but I'm...
  19. iggystar

    what, exactly, does rpm -i do?

    if I use rpm to &quot;install&quot; something, what exacly happens? Where does the file go that I just &quot;installed&quot; go? Why doesn't RPM tell me? Why doesn't it ask me where I want it? Why does it feel like I'm only 1/2 done even though rpm is supposed to &quot;install&quot; for me?
  20. iggystar

    Home as reached maximal mount count, check forced

    I get this message when I boot into Red Hat Linux 7.1 What does it mean?

Part and Inventory Search

Back
Top