Search Results

Search: Posts Made By: Binary Buddha
3,561
Posted By Binary Buddha
I tried to fix it but it gave me errors ...
I tried to fix it but it gave me errors

Please wait...
awk: {printf %sn "$2"}
awk: ^ syntax error
FILE: ...
Forum: Solaris 08-03-2012
3,288
Posted By Binary Buddha
Ah... That fixed it. Changed...
Ah... That fixed it.

Changed /usr/sbin/ifconfig to /sbin/ifconfig and it worked.
Forum: Solaris 08-03-2012
3,288
Posted By Binary Buddha
Yes, I did. I modified the script on the remote...
Yes, I did. I modified the script on the remote machine to point to /usr/sbin/ifconfig which is where it's located. I don't have whereis so I used which. Which is pretty much the same. It's Solaris...
Forum: Solaris 08-03-2012
3,288
Posted By Binary Buddha
./sysinfo.bash: line 30: ifconfig: command not...
./sysinfo.bash: line 30: ifconfig: command not found


I also got the same error when I supplied the full path. I'd supply the script, but it's it's on a seperate network and I can't transfer the...
Forum: Solaris 08-03-2012
3,288
Posted By Binary Buddha
IFCONFIG is available... sort of
So, I have this script that makes a call to ifconfig to pull the interface information and report it. When I log on to the machine the script works just fine. But, if I'm on a remote machine and I...
3,561
Posted By Binary Buddha
Could you possibly educate me on how then? Feel...
Could you possibly educate me on how then? Feel free to PM me so we don't go off topic.

---------- Post updated at 02:34 AM ---------- Previous update was at 02:31 AM ----------



I believe...
3,561
Posted By Binary Buddha
Well, eventually the script is going to go...
Well, eventually the script is going to go through music library; $SRC, and analyze each file; which are all MP3. All the files that contain ID3V2 tags with a specifc genre will be copied into...
3,561
Posted By Binary Buddha
Well, I got other stuff going on too. It's also...
Well, I got other stuff going on too. It's also my media server, NFS server, Bittorrent seedbox, and a backup server to copy stuff off of my Dreamhost servers. "That's CRON. He fights for the Sys...
3,561
Posted By Binary Buddha
I'm one of those "BASH Punks". 256MB is how much...
I'm one of those "BASH Punks". 256MB is how much memory I have in the "server". It's an old POS that I use to process things on instead of my workstation.

Yeah, I guess I'll go this route with...
45,104
Posted By Binary Buddha
At this point it could be any number of the...
At this point it could be any number of the things people are saying; or a combination of them.

You're going to have to go down the OSI Model to figure it out. I'd post a link but apparently I...
3,561
Posted By Binary Buddha
That wouldn't work for me. I'm planning on...
That wouldn't work for me. I'm planning on processing the files in the script. So, I need to keep the name as the original.

---------- Post updated at 03:31 PM ---------- Previous update was at...
3,561
Posted By Binary Buddha
Spaces in filenames screwing things up...
Here's the code... obviously

#!/bin/bash

SRC=$1

function main {

validate
run

}

function validate {
if [[ -z $SRC ]]; then
printf "You...
Showing results 1 to 12 of 12

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