Displaying 3 results from an estimated 3 matches for "iianm".
Did you mean:
ianm
2008 Jul 02
1
libupsclient.so packaging
...inary
links against it and is unhappy as the library is not included
in the current RPM file.
If you look at the .spec file for Redhat, the libupsclient.*
stuff is included in the "nut-devel" package only.
The SuSE .spec includes it, the mandriva
package seems not to include it at all, IIANM.
Please investigate someone who added the library in the first place :-)
Cheers,
Thomas
2008 Oct 20
4
command line escaping a dash
I cannot figure this out...
I would like to change the owner of a bunch of folders whose name begins
with a dash...
# chown Administrator \-BILLED\ JOBS\ -\ 1997-2002 -R
chown: invalid option -- B
Try `chown --help' for more information.
# chown Administrator "\-BILLED\ JOBS\ -\ 1997-2002" -R
chown: cannot access `\\-BILLED\\ JOBS\\ -\\ 1997-2002': No such file or
directory
#
2011 Feb 08
3
iptables nat table rules
I am forwarding traffic on port 8080 to port 80 with following rule.
# iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 8080 -j
REDIRECT --to-port 80
# iptables-save
However, I am unable to add it directly in /etc/sysconfig/iptables. I
think it is used only for filter table and not nat table. So where do
nat table rules go? Any help?
-
cs.