Search Results

Search: Posts Made By: ippy98
2,076
Posted By ippy98
Thanks but Paramiko requires python 2.5, and I am...
Thanks but Paramiko requires python 2.5, and I am running 2.4
2,076
Posted By ippy98
Python script cuts off early
I wasn't sure if this should go in the networking board or not, since I am trying to log into routers, however I don't think my script issues have anything to do with the routers themselves....
I am...
Forum: Web Development 10-06-2011
1,361
Posted By ippy98
php showing 2 versions
Fedora core 5
upgraded PHP

php -v
PHP 5.3.8 (cli) (built: Sep 30 2011 05:55:57)
Copyright (c) 1997-2011 The PHP Group

but if I also created a <?php phpinfo() ?> doc and it reports as ...
8,601
Posted By ippy98
AWK - Print partial line/partial field
Hello, this is probably a simple request but I've been toying with it for a while.

I have a large list of devices and commands that were run with a script, now I have lines such as:
...
Forum: Red Hat 01-27-2010
1,829
Posted By ippy98
Fedora 11 crashing help
Using Fedora 11, just about every day the system started crashing.
Becomes unresponsive to keyboard/mouse, nothing appears on screen but box is still running.

Still responds to ping, arp address...
Forum: Web Development 01-23-2010
7,365
Posted By ippy98
fixed I had to comment out a line in: ...
fixed

I had to comment out a line in:

modsecurity.d/modsecurity_crs_50_outbound.conf

52 # Directory Listing
53 #SecRule RESPONSE_BODY "(?:<(?:TITLE>Index of.*?<H|title>Index...
Forum: Web Development 01-23-2010
7,365
Posted By ippy98
no just the directories of what i want displayed
no just the directories of what i want displayed
Forum: Web Development 01-23-2010
7,365
Posted By ippy98
yes and yes I can get to all other...
yes and yes

I can get to all other directories and files on my server, just not this one, and the permissions are the same



/var/www/html> ls -lA
drwxr-xr-x 9 root root 4096 2010-01-23...
Forum: Web Development 01-23-2010
7,365
Posted By ippy98
403 Forbidden / show directories
I have a directory that I want to just list the items when going to the URL instead of having an index.html page in the folder. I keep getting a 403 forbidden even though it is in my document root. ...
Forum: Solaris 01-10-2010
3,934
Posted By ippy98
mail: Write error in copymt()
I hate Monday's...

Sun Microsystems Inc. SunOS 5.10 Generic January 2005
You have new mail.
DONE!
root@bender:/> mail
mail: Write error in copymt()

Google seems to come up short for...
Forum: Solaris 01-10-2010
8,445
Posted By ippy98
solaris 10 mysql no longer able to restart
Came in tonight, and some people started getting this error message


note: users were getting this error in IE6 and in firefox, pages seemed to process fine in Chrome. :confused:

anyway...
So...
7,583
Posted By ippy98
strtotime() error - no changes made
Not sure what happened, this page/code always worked before, no changes were made to the code, only the box was powered down, moved and powered back up, the code seems to still be doing its job but...
Forum: Solaris 12-21-2009
4,490
Posted By ippy98
I don't have an rc.d directory at all. I don't...
I don't have an rc.d directory at all. I don't see any existing scripts in any of the init.d
Forum: Solaris 12-20-2009
4,490
Posted By ippy98
Autostart MySQL db on restart or startup
Could not find a good explanation that was Solaris specified. Need to add MySQL to start up on system startup or restart. I was gone for a few days from work and someone decided to relocate the...
15,050
Posted By ippy98
You could try this expect script: however your...
You could try this expect script:
however your password will be stored in plain text. if you have permission you can chmod it to 500 and only you(and roots) can read it, but your password will be in...
Forum: Solaris 12-07-2009
11,161
Posted By ippy98
Why did the compile fail? Did you get any errors?
Why did the compile fail? Did you get any errors?
Forum: Solaris 11-30-2009
21,489
Posted By ippy98
Didn't really think it mattered, when I used the...
Didn't really think it mattered, when I used the included I was receiving the same errors:

/usr/sfw/bin/gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_TS_ERRNO -xO3 -xspace...
Forum: Solaris 11-30-2009
21,489
Posted By ippy98
> uname -a SunOS bender 5.10 Generic_120011-14...
> uname -a
SunOS bender 5.10 Generic_120011-14 sun4u sparc SUNW,Ultra-60 Solaris

I think I might have figured it out, I removed the xarch=v8 as well as in the makefile there were multiple...
Forum: Solaris 11-30-2009
21,489
Posted By ippy98
after changes made: > make ...
after changes made:


> make
/usr/local/bin/gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_TS_ERRNO -DVERSION=\"3.01\" -DXS_VERSION=\"3.01\" -fPIC...
Forum: Solaris 11-30-2009
9,124
Posted By ippy98
Was a good thought, but doesn't look like growfs...
Was a good thought, but doesn't look like growfs will work either :(
Forum: Solaris 11-30-2009
21,489
Posted By ippy98
> echo $CC /usr/local/bin/gcc > make cc...
> echo $CC
/usr/local/bin/gcc

> make
cc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_TS_ERRNO -xO3 -xspace -xildoff -DVERSION=\"3.01\" -DXS_VERSION=\"3.01\" -KPIC...
Forum: Solaris 11-29-2009
21,489
Posted By ippy98
Thanks, I am trying to download/install the Sun...
Thanks, I am trying to download/install the Sun Studio package/compiler now, will see if that works.
Will update later.

---------- Post updated at 06:28 AM ---------- Previous update was at 05:14...
Forum: Solaris 11-29-2009
9,124
Posted By ippy98
Re-allocate disk space
I am running out of space, and would like to reallocate some "wasted" space.

Here is what I see:

> df -h
Filesystem Size Used Avail Use% Mounted on
/dev/dsk/c0t0d0s0 5.4G ...
44,899
Posted By ippy98
try single ' instead of " on the sed command: ...
try single ' instead of " on the sed command:

sed 's/<p><a href=\([^>]*\).*/\1/'
Forum: Solaris 11-29-2009
21,489
Posted By ippy98
I do have the gnu c compiler installed ...
I do have the gnu c compiler installed

/usr/local/bin/gcc

but when i try to use that one, and take out the /usr/ucb/ out of my path, it doesnt even find the gnu compiler. (yes, /usr/local/bin...
Showing results 1 to 25 of 42

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