Search Results

Search: Posts Made By: pileofrogs
1,350
Posted By pileofrogs
What is your upgrade strategy?
Hi, all.

I'm a unix sysadmin at a community college and I've been doing this for about 10 years. I've been thinking and I realised I spend most of my time worrying about upgrades. By upgrades,...
17,793
Posted By pileofrogs
Just kill the ssh process. What do you mean by...
Just kill the ssh process. What do you mean by "sleep option"?

Or maybe you want to open an ssh session to forward the vnc port and then you want the terminal window to go away?

Oh! I just...
2,380
Posted By pileofrogs
That's strange. In the days before network...
That's strange. In the days before network manager screwed up my life, I just had my laptop configured for each network I used and not only did I not have to re-configure if I went out of range, I...
7,515
Posted By pileofrogs
Short Answer: Yup! That 'w' means...
Short Answer:

Yup! That 'w' means read/write. You might have read only drives, such as a CD. You can mount read-only drives on multiple DomUs and you can't do that (without major craziness or a...
2,950
Posted By pileofrogs
Thanks for taking the time to answer! Sadly,...
Thanks for taking the time to answer! Sadly, I've already played around with the MTU and it didn't help. It's actually balking on packets with almost no data at all in them.

---------- Post...
2,950
Posted By pileofrogs
Bizzare TCP/IP problem
Hi all.

I have a really really weird problem that I've been working on for days.

The problem manifested as users cannot connect to our web servers via SSH when they're using our wireless...
18,920
Posted By pileofrogs
Ding! We have a winner! If you want the...
Ding! We have a winner!

If you want the box to shutdown and immediately come back, you can use some variant of reboot. If you want it to shutdown and then come back at a later time, you're SOL...
9,032
Posted By pileofrogs
Is Exim not restarting? Is the only problem that...
Is Exim not restarting? Is the only problem that it's printing the file names or is there something else that isn't working? Does /etc/init.d/exim4 match the version from the packages you used to...
2,132
Posted By pileofrogs
You want to execute a script that just prints the...
You want to execute a script that just prints the contents of itself? You want the output of "./abc" to match the output of "cat abc"? I don't think that's an easy problem to solve. Or do you not...
19,482
Posted By pileofrogs
What about "cat dead.letter | sendmail...
What about "cat dead.letter | sendmail addess@example.com" ? I'm just making a wild guess so please, those of you who know better, feel free to throw ripe fruit at my head.
5,387
Posted By pileofrogs
I recommend using ssh-copy-id...
I recommend using ssh-copy-id (http://linux.die.net/man/1/ssh-copy-id). This makes sure the permissions, file names etc.. are all correct. If you don't want to give the user a regular password, you...
23,408
Posted By pileofrogs
Since no one has answered this in 2 days, I'm...
Since no one has answered this in 2 days, I'm going to go ahead and give more general advice. I know nothing about iperf, 802.1Q, MPLS, VRF etc...

What are you actually having trouble with? What...
14,599
Posted By pileofrogs
When you say "copy a file" do you mean you want...
When you say "copy a file" do you mean you want to copy one specific file one time or do you mean you have a reoccurring need to copy files?

Using scp is almost always the best option. It's...
3,828
Posted By pileofrogs
Maybe you're actually including a different A.h...
Maybe you're actually including a different A.h than you think you are. That's what this smells like.

If you want to get to the bottom of this, make the smallest code you can that recreates...
4,460
Posted By pileofrogs
What is the test that it's failing? That's a big...
What is the test that it's failing? That's a big hint right there.

Also, you can do something like

strings devbinary > strings.dev
strings buildbinary > strings.build
diff -u strings.dev...
9,136
Posted By pileofrogs
You got single quotes (') around the sed command....
You got single quotes (') around the sed command. You need to use double quotes (") for $NUMBER to get processed by bash.
11,316
Posted By pileofrogs
What does that mean? What do you mean by...
What does that mean? What do you mean by "orphaned"? Elevating a process to root privileges isn't the sort of thing your system should do.
12,858
Posted By pileofrogs
If you're on Linux (or any system where lsof acts...
If you're on Linux (or any system where lsof acts like it does on Linux), you might want to run

lsof +L1 | sort -n 7

This lists open files that have been deleted and then sorts them by size.
...
5,014
Posted By pileofrogs
What are you actually trying to do? I don't know...
What are you actually trying to do? I don't know anything about LINE_MAX, but I might be able to help with the more general question?

If LINE_MAX is the limit of the pattern you can define, that...
Forum: Linux 12-24-2008
29,685
Posted By pileofrogs
I also have this problem. CentOS 5.2 - any rpm...
I also have this problem. CentOS 5.2 - any rpm command might cause floating point error. It seems to be somehow time related. Running ntpdate and then trying again seems to help.
23,610
Posted By pileofrogs
Is there an SFTP server for windows? What about...
Is there an SFTP server for windows? What about SCP/SSH? If you're copying from Windows to Unix, scp and sftp are the obvious choices, but since you're copying from unix to windows, the answer...
3,667
Posted By pileofrogs
Okay, I read the error again and I can say with...
Okay, I read the error again and I can say with even more confidance that you can ignore it.

NOTICE: <- this means it's a notice, not an error

Tape ... not ready <- This is probably a temporary...
3,667
Posted By pileofrogs
Are you saying the only problem is you see this...
Are you saying the only problem is you see this error in your log? If it's not stopping you from getting work done, it's probably not worth spending any more time on.
4,695
Posted By pileofrogs
If you rebooted it and it went away, then you...
If you rebooted it and it went away, then you have two options:

1) Go crazy trying to make the problem re-appear. This will use tons of your time and make the machine unusable for other work. ...
3,667
Posted By pileofrogs
We need more info before we can help. What are...
We need more info before we can help. What are you trying to do, what happens etc.. Read a few posts from other users to get a feel for what I'm talking abuot.
Showing results 1 to 25 of 28

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