Search Results

Search: Posts Made By: sx3v1l_1n51de
5,561
Posted By sx3v1l_1n51de
Run Shell Commands via HTML on a client machine
Hi guys, so, I have a server running an sqlite database which is accessed by many client machines working as hardware testers, whenever something fails and needs to be replaced the operator would...
1,849
Posted By sx3v1l_1n51de
Oh boy... am i stupid.... i swear i did searched...
Oh boy... am i stupid.... i swear i did searched but i could not find anything like it, right after posting it showed me a list of related threads and there is was exactly what i was looking for:
...
1,849
Posted By sx3v1l_1n51de
Weird loop break,- please Help
Hi all, im doing this script in which i read from a logfile line by line, my problem is this:

The script was working fine until i added this statement to SSH into another machine to look for some...
3,002
Posted By sx3v1l_1n51de
Help with awk script, changing the FS for a single variable
Hi all, im new to awk and would apreciate if you could tell me how to do this, i have a file with several entries like this:

2008-09-09 21:57:45 44 403 CUSTOM_EVENT ...
1,638
Posted By sx3v1l_1n51de
thanks dude :o
thanks dude :o
1,638
Posted By sx3v1l_1n51de
Homemade echo command
Hi everyone, this is probably very simple, but i haven't found anything in the forum, or maybe im just taking the wrong aproach...

I made a script to check a bunch of stuff, this script currently...
Forum: OS X (Apple) 01-03-2006
3,993
Posted By sx3v1l_1n51de
sounds like a codec problem...
sounds like a codec problem...
Forum: Solaris 01-03-2006
15,842
Posted By sx3v1l_1n51de
it might be that the group option is not properly...
it might be that the group option is not properly set on httpd.conf, try changing #-1... or something like that, for ´nobody´
Forum: OS X (Apple) 12-26-2005
7,355
Posted By sx3v1l_1n51de
Root user in MacOSX
Hello, Do you guys know how does the root user works in this system?

from the terminal i try to su to root, and i thought the password was the same as the macosx password, at the /etc/passwd file...
Forum: Solaris 12-22-2005
5,308
Posted By sx3v1l_1n51de
Restoring Boot Manager after Windows Install
Hi everyone, so i have a 40Gb disk with Windows XP and Solaris 10 Installed... windows has once again become unoperable for virus and stufff, and i need to reinstall it, but when i do that the MBR...
Forum: Solaris 09-04-2005
13,665
Posted By sx3v1l_1n51de
Solaris 10 Window Managers
Hello all, I just discovered something weird in my system, well maybe you already knew it, but it's new for me, i was looking for a file when i ended up in the /opt/sfw folder, and well, first i...
Forum: Solaris 07-22-2005
2,822
Posted By sx3v1l_1n51de
Thanks, i just changed a few things in the...
Thanks, i just changed a few things in the httpd.conf file, it appears you have to rename the log files and the pid file of the second apache you want to start so its different from the ones already...
Forum: Solaris 07-21-2005
2,822
Posted By sx3v1l_1n51de
Running 2 apaches simultaneously
Hello, I want to run 2 apaches simultaneusly in a system, one operating with port 80 and the other one with 85, i already have the configuration files ready and i tryed something i saw in a manual,...
Forum: Solaris 06-23-2005
15,842
Posted By sx3v1l_1n51de
ok, problem solved, it appears to be that the...
ok, problem solved, it appears to be that the ServerType directive is no longer used in apache 2, so i just commented it , and also the directive 'Port' is now called 'Listen' in apache2.

im still...
3,164
Posted By sx3v1l_1n51de
thanks guy's
wow... thank you very much, that was really simple solution, i was writing a script... very complicated.. and it didnt even worked anyway... :p

#!/usr/bin/bash
ARCH=cuaad.txt
sort $ARCH >>...
Forum: Solaris 06-22-2005
15,842
Posted By sx3v1l_1n51de
Problems with apache 2.0.54
Hi everyone,

I have a problem with apache2, i have the same configuration, sparc solaris 9, everything compiles and installs withouth problems, but when i try to start it with ./apachectl start it...
3,164
Posted By sx3v1l_1n51de
sorting file
hi everyone, i have a document where i have email addresess and names, i need to check if the email addresses are uniq, if they repeat erase one of them, how can i do that?

document sample:

...
Forum: Solaris 05-17-2005
5,745
Posted By sx3v1l_1n51de
sendmail + procmail + spamassassin
Hello, I'm triying to install senmail + procmail + spamassassin, but i've been having trouble with the first part, i cant install procmail...

im using solaris 9, i have already installed sendmail,...
Forum: SCO 04-22-2005
6,007
Posted By sx3v1l_1n51de
Installing RMCOBOL on SCO UNIX
Hello there, I have a rather big question, I need to install RMCOBOL on SCO, but i've got absolutely no idea of how to do it, I'm currently installing a server with SCO but the guys forgot to mention...
2,125
Posted By sx3v1l_1n51de
yeah... and how am i supossed to "download"...
yeah... and how am i supossed to "download" that?
2,125
Posted By sx3v1l_1n51de
Problems Downloading and Installing Stuff
HI to everyone, I have been for a very long time in my life a GUI user, and now that i have to use a Solaris 5 terminal, i am not sure how to do some things:

Downloading stuff from the internet:
...
43,713
Posted By sx3v1l_1n51de
Here's the script!
Thank you all for Helping me with my script, here it is finished, it's not fancy, it's actually very simple, but for monitoring less than 25 servers is ok.
I'll leave it Here if someone else wants...
43,713
Posted By sx3v1l_1n51de
Thanks, i already fixed it, seem that teh sintax...
Thanks, i already fixed it, seem that teh sintax was:

if ping $ipadr
then
echo "is alive"
else
echo "is dead"
fi

it seems thet the if statement just goes like if 0 do something... i didnt...
43,713
Posted By sx3v1l_1n51de
looks like that is working ok, the problem is...
looks like that is working ok, the problem is here:

+ ping 148.202.1.29
148.202.1.29 is alive
+ 0=0
servscript: 0=0: not found
+ echo 148.202.1.29 esta muerto (<-- is dead, in spanish)...
43,713
Posted By sx3v1l_1n51de
it's a bourne shell (sh), the system is a solaris...
it's a bourne shell (sh), the system is a solaris 5:

$ sh -xv servscript
#Sistema de Monitoreo de Servidores
#CENCAR

a=1
a=1
while (test "$a"!="0")
do
for ipadr in `cat ipadress`
do
...
Showing results 1 to 25 of 27

 
All times are GMT -4. The time now is 09:20 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy