9 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hello wise scripters
This is my first post and I am glad to join this community.
I am trying to make work a mysqldump via ssh tunnel in a shell script.
The problem is that running this sequence of commands manually works fine, but when I put these in a bash script they give me the following... (8 Replies)
Discussion started by: Solidus
8 Replies
2. Solaris
unix1{owadmin}% tar tvf /dev/rmt/1
-rw-rw-rw- 1021/10 0 Sep 11 17:54 2011 TinahPF_Far_32bit.segy
tar: directory checksum error
unix1{owadmin}%
i know in this tape 3 files not only one file so what can i do to view 3 files
and what is this error mean ( tar: directory checksum error... (2 Replies)
Discussion started by: ayman
2 Replies
3. IP Networking
I would like to know if there is a way to dump the network traffic of a single application. I tried with tcpdump but I couldn't find a way. Is there a patch, which enables that or does someone know an other application to do this? (2 Replies)
Discussion started by: smf15
2 Replies
4. Red Hat
How to now if the server is core dumping into the same filesystem? (4 Replies)
Discussion started by: 300zxmuro
4 Replies
5. Programming
strcat dumping core in the situation like
main()
{
char* item;
char* p=sat_item;
char type;
item=(char*) malloc(strlen(p));
strncpy(type,p,4);
type='\0';
strcat(item,type); //dumping core
}
I couldn't get why strcat dumping core? (3 Replies)
Discussion started by: satish@123
3 Replies
6. UNIX for Dummies Questions & Answers
Hi,
My Solaris Workstation has got 4 NICS, out of which one of them(bge3) is unplugged from the rest of the external network & connected to other interface(bge1). The isolated NIC serves as a simulated Ethernet Interface for my application under development.
Now, I'd like to capture RAW... (1 Reply)
Discussion started by: smanu
1 Replies
7. UNIX for Dummies Questions & Answers
I'm trying to dump files to tape and im just wondering can i dump from /tmp swap partition?
ufsdump 0ubf 126 /dev/rmt/1 swap/tmp/blah.tar
DUMP: Cannot open dump device `swap/tmp/blah.tar': No such file or directory
ufsdump 0ubf 126 /dev/rmt/1 /tmp/NotificationServer_1.bku
DUMP:... (1 Reply)
Discussion started by: kingdbag
1 Replies
8. UNIX for Dummies Questions & Answers
I have a utility provided by our vendor to dump data from their system. It is
expsysdb -s prod proddata.dmp
"-s" and "prod" are parameters and "proddata.dmp" is the file name that the data is dumped to (this can be any name). Our current system (AIX 4.3) has a file size limit set to 1... (7 Replies)
Discussion started by: jyoung
7 Replies
9. UNIX for Advanced & Expert Users
How would i go about dumping my /home/ directory and my /root directory
i currently have.....
dump -f /root/backup.dp /home/ /root/
...but dump only seems to see only my first source directory and not the second (/root in this case)
anyone know a way around this..or if it is even... (1 Reply)
Discussion started by: Freakytah
1 Replies