Search Results

Search: Posts Made By: thumper
1,350
Posted By thumper
Unfamiliar array syntax
I recently was handed responsibility for a script which has array references that are new to me and I could use some help understanding them.

Parts of the config file and script are included. ...
9,750
Posted By thumper
passthrough devices vs. named devices
I am having trouble understanding the difference between a passthrough device and a named device and when you would use one or the other to access equipment.

As an example, we have a tape library...
2,405
Posted By thumper
I didn't realize that the OS or bash version...
I didn't realize that the OS or bash version could cause such an issue.
Anyhow the OS is
# uname -a
Linux sport 2.6.11.4-21.17-default #1 Fri Apr 6 08:42:34 UTC 2007 i686 athlon i386 GNU/Linux
...
2,405
Posted By thumper
Script not executing second loop
I have a server that receives backup files from several servers. Each server has its own directory to scp their files into, some of the files are received as .tar files and need to be compressed...
4,991
Posted By thumper
Monitoring SCP for completion
I have several servers, A, B, & C that run various routines then scp the results to server X. On X I then have to do some data manipulation with the received files before sending the files on to...
9,511
Posted By thumper
Thanks KevinADC That fixed the problem. ...
Thanks KevinADC
That fixed the problem.
thumper
9,511
Posted By thumper
perl/mail - inserting file text in message body
I've got the following code

sub mail_report {
$Mailer = '/usr/sbin/sendmail joe@somewhere.net';
open MAIL,"|$Mailer";
print MAIL "Subject: $X connection attempt \n";
open...
4,348
Posted By thumper
Python & httpd.conf settings
Assuming I have the following entry in my httpd.conf file

<Directory /usr/local/www/apache22/data>
AddHandler python-program .py
PythonHandler form.py
PythonDebug On
</Directory>
am I...
3,534
Posted By thumper
Password database
Thanks
thumper
3,534
Posted By thumper
Password database
I am trying to locate a password database for use at work. I have looked at several open source packages but all that I have found are for a single user and we need to allow multiple user access...
Forum: BSD 07-03-2007
4,989
Posted By thumper
clean data from partition
Anyone know of an automated utility that will fill a designated partition with random data then delete the data?
We have several harddrives that need certain partitions cleaned of sensitive data...
2,050
Posted By thumper
FBSD jail question
I'm trying to establish a jail on a FBSD 6.1 system and have a couple of questions on bringing up the daemon.
Under the jail man page there are two user flags that I am unclear on,

-u...
4,122
Posted By thumper
Sorry, forgot that info. troll[7]# uname -a ...
Sorry, forgot that info.

troll[7]# uname -a
FreeBSD 6.0-RELEASE-p4
4,122
Posted By thumper
dump .snap question
When using dump, a .snap directory is created in the partition being dumped.
I have searched for the reason this directory is created but haven't found any information on its purpose.

I have...
2,770
Posted By thumper
tar problems using Sony AIT drive
Recently we brought up a Spectralogic 2K Tape Library that had been out of service for about 3 years to replace a DDS-4 tape drive unit as our main backup device.
Everything seemed to go fine but...
2,963
Posted By thumper
Setting com port questions
I have a piece of equipment, a Baytech RPC-3, that I need to communicate with through the com port.
I normally use this equipment at home and am able to connect to it without problems using FC5 and...
6,312
Posted By thumper
Thanks reborg. Escaping the \ worked.
Thanks reborg. Escaping the \ worked.
6,312
Posted By thumper
Perl system ssh find question
I have the following perl code that I use to run backups on remote machines. No problems here, the code works without problems
system "ssh", $SHORT_NAME, "cd /;", "sudo", "tar", "cvf", "-",...
7,785
Posted By thumper
I have been trying to work out the syntax to use...
I have been trying to work out the syntax to use prune but so far havent been successful.
What I am trying to accomplish is to list all files with -mtime -3 except for certain directories, (/dev,...
7,785
Posted By thumper
excluding directories in tar
In a bash script I am writing I am having a problem excluding selected directories from tar.
From the machine $SERVER I issue the command
#start netcat on storage server
gnetcat -l -vv -p 2011...
1,807
Posted By thumper
blowtorch Thanks. That solved the problem. I...
blowtorch Thanks. That solved the problem. I knew that there had to be a more elegant solution than what I was using. Tested the code against about 30 date/interval settings and it works as...
1,807
Posted By thumper
computing go/no-go dates in script
I am working on a bash script to backup selected servers and am trying to come up with a simpler solution to this problem:

Each server to be backed up has a config file that is read by the script,...
3,096
Posted By thumper
useradd question
The man pages for useradd show the -k flag as a option, problem is I don't know what the description means. Could someone explain what "an alternative skel directory" is?
Is skel an acronym?...
16,403
Posted By thumper
Thanks Blowtorch. I've got a question on the...
Thanks Blowtorch. I've got a question on the command you show. Why is the tar -xf - needed? Since I dont want to untar the file on the server as it is going to be written to a tape should the...
16,403
Posted By thumper
Sending tar output to a remote host
Our group has recently inherited 15 servers that have not been maintained for over a year.
My first action is to backup the units however there is not enough disk space on most of them to run tar. ...
Showing results 1 to 25 of 48

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