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

    solaris 8 local attached printer as network shared...

    Im trying to set up a printer that is locally attached to my Sunblade (running Solaris 8), to accept print request from a few workstations on the network. Can anyone tell me how to accomplish this? ___________________________________ --... ...--, Eric.
  2. nawlej

    Setting up a locally connected printer to handle remote requests

    I am running a sunblade 150 with Solaris 8 installed. I have a locally connected printer that I would like to share out to handle print requests from 4 Windows machines. Does anyone know how such a thing is accomplished? Ive seen peice parts, but none really work. Any help is appreciated...
  3. nawlej

    set $PATH in Gnome?

    I have a minor inconvenience that happens whenever I invoke the Gnome desktop my on my sunblade. The $PATH changes..... completely different than the one I have set up in /etc/profile. Does anyone know where the file is that globally sets this for Gnome? ___________________________________...
  4. nawlej

    Floppy Drive light doesnt automatically go off

    Ive got a Sparc Sunblade 150, that ive installed Solaris 8 on. One thing that has been bugging me for the last couple of days is that, when the machine is booted, the floppy drive light will not go off unless I manually issue an eject commmand. Does anyone know why it stays on until I do this...
  5. nawlej

    make: Fatal error

    make: Fatal error: Command failed for target 'test_dynamic' Ive been getting errors like this all day when I try to run things through make and make test. Does anyone know what the cause is? ___________________________________ --... ...--, Eric.
  6. nawlej

    Restrict dtlogin with ACL

    Does anyone remember how to restrict dtlogin with an acl? Im runnning solaris 8. ___________________________________ --... ...--, Eric.
  7. nawlej

    load array with set -A problem

    Im trying to load an array with set -A but it is space delimited, and I am using strings witn spaces. Does anyone know how to keep the string intact for the array using set -A?
  8. nawlej

    F5 BigIp Command Reference

    Does anyone know where I can find a command line reference for BigIP routers? I looked on the F5 website, and it was very convoluted and confusing. Thanx in advance. -Eric
  9. nawlej

    Truncate string to 7 characters

    What is the easiest way to truncate a string down to 7 characters? I have a string, which can contain letters, numbers, underscores,dashes, etc etc....that needs to be formatted down. Any ideas?
  10. nawlej

    Test for last element in foreach loop

    if I have a foreach loop testing each element in an array, with label "ASTAT", how would I tell the script to do something unless hte script has reached the last element in the array.
  11. nawlej

    changing text colors in script

    How do I change colors from the default shell color in my script, to say, Red and Green? I assume I will need a delimiter of some sort in a print statement.
  12. nawlej

    hash does not assemble correctly

    I am trying to build a big hash to be exported based on the keys and values from another hash, This is the jist of it: the function takes array @data as input from each value of the keys in %outserv. it then cleans out and strips the data I need and puts it into its own hash, which is returned...
  13. nawlej

    Take variable name as hash name in multidimensional hash

    Im trying to push an array onto a hash of a hash of a hash it shoudl take this format: %stripped{ B{ %"servicegroupname"{$node,$state) } } I need to take the name that the variable $servicegroup holds, instead of it being %servicegroup. Would the...
  14. nawlej

    Can't map service name

    Im writing a script using Net::SSH::Perl, and I am getting the error: Can't map service name 'ssh' to port number at ./test.pl at line 48 Does anyone have an idea why this could be happening? I am just setting my connection up like so: my $sshcnx = Net::SSH::Perl->new($systemname); I hope...
  15. nawlej

    Whitespace questioni

    I am trying to filter out all excess space in between a string. It looks something like this: value1 value2 value3 Would the correct search and replace be: s/\s+// #this is the one I think it might be or: s/\s(.*)// or someting else? Bear in mine, I...
  16. nawlej

    "Illegal Seek" problem in script.

    Has anyone ever run into a problem when running a command inside of a script where an "Illegal Seek" error is generated? A little background: -The command is using sudo. It asks for my sudo password before it runs, but returns as an illegal seek. -When i run the command from the command...
  17. nawlej

    Make my twirlling baton work!

    Hey everyone! I have done it again....Run into a problem. Im trying to create a "Twirlling baton" progress indicator, but all the output from this script comes up after it runs, and prints to STDOUT> Can anyone tell me how to fix this to make it appear to be a twirlling baton...
  18. nawlej

    return all arrays created by function

    What is the easiest way to return all of the arrays created by a function when the names are not staticly defined by the function?
  19. nawlej

    trying to read in a config file.

    Hey everyone. I am tryiong to read in a configuration file into my script. It is using the following format: texthere texthere texthere texthere texthere texthere I am trying to store into an array the values in between these delimiters, but am unsure how. Can anyone give me an idea...
  20. nawlej

    NET::SSH:Perl question.

    I am writing a script which requires me to test servers for listening SSH ports and push the working hostnames into an array. I decided on using NET:SSH:Perl for this task, because our firewall blocks both Telnet and Ping requests, so I am stuck using an actual SSH connection to see if the port...

Part and Inventory Search

Back
Top