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

    deleting lines from a file recrsivly

    Hi Is there any way from a starting directory (say /usr) to search for files with lines of text that contain the string "hello" and delete the whole line from the file (and ONLY that line) I have a whole load of html files through a directory structure that have an unwanted line which i need...
  2. gfunk123

    mcafee framework service hung on starting

    we use NAI antivirus defence suite to roll out ePo agent and virusscan 7.1 to desktops. We have one or two machines that when booted up and after logging in, pop up with the NT4 "service failed to start, see event viewer" error. when checking the log you see.... "mcafee framework service hung...
  3. gfunk123

    ie6 on XP cant print

    Using ie 6 on windows XP (latest critical and windows XP on windows update) i get the following error when hitting the print button. i can print from every other application with no problems Line 93 Char 1 Access is Denied res://C:\WINDOWS\System32\shdoclc.dll/preview.dlg Do you wish to...
  4. gfunk123

    2 IP's on one physical interface

    I have a nokia IP350 and NG fp3. I wish to configure an interface (physical port on firewall) with 2 IP addresses because i will be presenting data from 2 sources at the same interface (weve run out of ports) In voyager it seems easy enough i just added an additional IP address to the interface...
  5. gfunk123

    Solstice Disksuite for Solaris 9 ???

    Hi There Im not sure if this is the right forum to post in but here is my problem. i have a Solaris 9 box with 2 physical disks that i have sliced up. There are a couple of slices on each disk that i would like to amalgamate together to create one slice (metadisk) I would like to use Solstice...
  6. gfunk123

    BUS ERROR !!!!!

    Hi there I am running soalris 9 on a sun fire 480r and all of a sudden (today) whenever the users run the command `top` we get the following message `bus error` does anybody have any information on what this is all about and whether there is a routine i can perform to gather more information...
  7. gfunk123

    proxy.pac

    does anybody know the syntax for getting a proxy.pac to use the local routing table of the client if a specifc domain name is met ie IF domain-name = mydomain.com THEN do not forward to any proxy but instead make direct connection using local routing table and local DNS ELSE send everything...
  8. gfunk123

    Copying large file systems

    Hi there In my organisation we have a solaris network with /home being automounted from /export/home on a central file server (usual stuff) however, the guy who originally set this up only allocated 3gb to /export/home and now we are really struggling for space. I have a new 18gb disk installed...
  9. gfunk123

    crontab question

    I have a script that checks every 5 mins to see if a file exists and when it does finally appear it processes it. My question is , can i stop crontab writing an email to /var/mail everytime it doesnt find the file. The mailbox for the script runner has now got 22,000 items in there. I presume...
  10. gfunk123

    /etc/defaultrouter change without reboot

    Hi I have had to change the defaultrouter of a production server. I have ammended /etc/defaultrouter to point to the new address but when I do a netstat -rn , it hasnt updated. Is there anyway I can apply this change without rebooting the system ?? regards
  11. gfunk123

    Dual CPU's and 'top'

    Hi have just built a new sunfire 280r with solaris 9 and i Have 2 questions 1) where can i view some information that will tell me for definate that the 2*900 mhz processors are both being used, i tried using "top" but it doesnt tell me for sure that both processors are churning away...
  12. gfunk123

    Comparing strings in IF statement

    I need an IF statement that will compare the contents of the variable CX with the actual string "CP". ie. If the contents of $CX are NOT equal to the actual string "CP" then blah blah blah. I have tried a number of things including the following....... if [[ $CX != `echo...
  13. gfunk123

    problem with an IF statement

    I need an IF statement that will compare the contents of the variable CX with the actual string "CP". ie. If the contents of $CX are NOT equal to the actual string "CP" then blah blah blah. I have tried a number of things including the following....... if [[ $CX != `echo...
  14. gfunk123

    quick routing question

    quick question if you have a routing table (NT4) with a static route added and for some reason the resource at the end of the static route should fail (Or any of the routing devices that get it there), will the packets go down the default gateway instead. As far as I can work out, because a...
  15. gfunk123

    removing commas from text file

    Dear all I have a file which looks like this xxxxxxxxxxxxxx,xxx,xxxxxxxxxx xxxxxxxxxxxxxx,xxx,xxxxxxxxxx etc basically 14 characters then a comma, three characters, then a comma then 10 characters. We are uploading this file to our mainframe and they want the commas removed, so it looks...
  16. gfunk123

    static window in excel - IT WONT MOVE

    excel problem for some reason a particular worksheet when opened (in cascade mode), has no control box, minimise or maximise buttons, plus I cant move the window by dragging the title bar. However if I open another worksheet in the same 'excel shell' everything is fine. I initially thought...
  17. gfunk123

    solaris install problems

    We have a problem on a Sparc Ultra 5 box when installing solaris. We boot from the CD-ROM then go through the install procedure adding IP address, domain, routing details, hard disk layout etc.. The problem arises when asked for the 2nd CD at this point you do get the option to...
  18. gfunk123

    ampersand XML issue

    Text truncation: Our application communicates via an XML servlet, which receives XML packets. When ampersands are sent in the packets <&amp;>, the remainder of the text is truncated. Does anyone know if this is a parser error?
  19. gfunk123

    soalris processor info

    how do i check how many processors I have and how fast they are running. I tried top but it shows only the utilisation. i am running Solaris 8
  20. gfunk123

    named virtual hosts for different domain names

    Is there any way i can for example have 2 domains registered ie www.mysite.com www.oursite.co.uk with the DNS records pointing to the same IP address (my linux apache server) and have apache determine which document root to point it too. I read a bit on named virtual hosts but it only referred...

Part and Inventory Search

Back
Top