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.
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...
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?
___________________________________...
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...
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.
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?
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
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?
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.
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.
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.