Search Results

Search: Posts Made By: sTorm
41,875
Posted By sTorm
I'm using Solaris 7. I tried fuser -ck, but...
I'm using Solaris 7.

I tried fuser -ck, but umount still says the device is busy.

umount -f doesn't work in Solaris 7.

May be I should just pull out the cable? :/
41,875
Posted By sTorm
Thx, but that doesn't work either. And I don't...
Thx, but that doesn't work either.
And I don't have lsof.

Strange problem.
41,875
Posted By sTorm
It's beeing executed in /usr/sbin. Starting it...
It's beeing executed in /usr/sbin.
Starting it with the full path returns the same result.
41,875
Posted By sTorm
Thx, but -f isn't an available option for umount.
Thx, but -f isn't an available option for umount.
41,875
Posted By sTorm
umount, device busy, but..
I'm trying to unmount a file system, but umount says the device is busy. A fuser -c /myfs tells me that nothing on this fs is in use. Any idea?



Oh, and btw, why isn't my signature beeing...
2,587
Posted By sTorm
Oops, sorry for the wrong information.
Oops, sorry for the wrong information.
43,092
Posted By sTorm
I don't know if it works with RedHat, but on...
I don't know if it works with RedHat, but on Mandrake you can do a
more /proc/cpuinfo
2,587
Posted By sTorm
Since this output is from a script you should ask...
Since this output is from a script you should ask in the Shell Programming and Scripting Q & A (https://www.unix.com/forumdisplay.php?s=&forumid=30) forum.
5,369
Posted By sTorm
This article is for XP/Redhat but it should...
This article is for XP/Redhat but it should answer your question nevertheless.

http://www.zdnet.com.au/itmanager/technology/story/0,2000029587,20265546,00.htm
2,617
Posted By sTorm
With kill -l you will get a list of all possible...
With kill -l you will get a list of all possible signals. Unfortunately the list does only contain the signal number and the name.
11,027
Posted By sTorm
cool, thx. screen is a nice prog.
cool, thx.
screen is a nice prog.
11,027
Posted By sTorm
Connect over ssh, start something, disconnect
i'm connecting with ssh from a windows pc to a linux system. i want to start e.g. a download and close my session afterwards. how do i do this without killing the download?

thx in advance.
2,843
Posted By sTorm
Great, that worked. Thx.
Great, that worked. Thx.
2,843
Posted By sTorm
Stupid filename - can't delete it
I have created a file with a stupid filename with a perl script, and now I can't delete it. The file's called -s-c.log. When I try to delete it, I get that:

<>/home/ahi $ rm -s-c.log
UX:rm:...
2,170
Posted By sTorm
That's what I wanted, but it's not the way I...
That's what I wanted, but it's not the way I wanted to do it. But it works, thus I'll do it. Thx.
2,170
Posted By sTorm
routing - mandrake
I added a route entry with the route command. When I restart the network, this entry is gone. Therefore I wanted to edit the routing table by hand, but I didn't found a file to edit. Where is it?
...
Forum: Cybersecurity 04-02-2002
39,004
Posted By sTorm
These two lines are just for the control...
These two lines are just for the control connection. For the data transfer, two more lines have to be added:

iptables -A FORWARD -i $eth0 -o $eth1 -p TCP --sport ftp-data --dport 1024:65535 -j...
Forum: Cybersecurity 03-21-2002
3,548
Posted By sTorm
I'm currently installing a firewall running...
I'm currently installing a firewall running Mandrake Linux, and I'm using "iptables". I don't know if Solaris supports that, but if so, read the man pages for iptables, and try this link:...
Forum: Cybersecurity 03-20-2002
39,004
Posted By sTorm
For those who want to know, here is the iptables...
For those who want to know, here is the iptables rule to block ftp connection requests from one side, and allow the request from the other:

# ftp control connection
iptables -A FORWARD -i eth1 -o...
4,969
Posted By sTorm
The OS is Mandrake 8.1 I'm not using...
The OS is Mandrake 8.1
I'm not using hosts.allow/deny, I'm using iptables, but I don't know how to set up the rules for this ftp thingy.
Forum: Cybersecurity 03-19-2002
39,004
Posted By sTorm
Thx for your reply. What if the traffic has to...
Thx for your reply.
What if the traffic has to be forwarded? Can I just replace INPUT with FORWARD?
4,969
Posted By sTorm
iptables, ftp
I have allready opened a thread about this, but my question was really weird formed, so I'm writting it here again:

I have a Network with 4 FTP Servers, then a firewall, and then a Network with...
2,195
Posted By sTorm
To create a simple .tar file with all .gif files...
To create a simple .tar file with all .gif files in the current folder, you'd type


tar -cf gif.tar *.gif

-c tells the tar command to create a new archive
-f is to name the .tar file gif.tar...
Forum: Cybersecurity 03-18-2002
39,004
Posted By sTorm
iptables: block/allow ftp
I have 2 LAN's, seperated by a firewall, running iptables on it.
I want only allow ftp access from one to the other LAN.

Server 1 in LAN 1 should have ftp access to Server 2 in LAN 2
Server 2...
5,592
Posted By sTorm
great, that worked! thx a lot!
great, that worked! thx a lot!
Showing results 1 to 25 of 32

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