Displaying 14 results from an estimated 14 matches for "terminatorul".
Did you mean:
terminator
2012 May 02
1
Incomplete host name resolution
...Looking up status of 10.0.0.154
ADRIAN <00> - B <ACTIVE>
ADRIAN <03> - B <ACTIVE>
ADRIAN <20> - B <ACTIVE>
..__MSBROWSE__. <01> - <GROUP> B <ACTIVE>
TERMINATORUL <00> - B <ACTIVE>
TERMINATORUL <03> - B <ACTIVE>
TERMINATORUL <20> - B <ACTIVE>
TIMOTHY <00> - B <ACTIVE>
TIMOTHY <03> - B <ACTIVE>...
2011 Dec 05
3
How to preserve iptables when running the GUI tool ?
Hello
I have set up NAT with iptables for an openvpn connection, so that the
VPN server could give VPN clients access to the entire sub-net of the
server.
The probelm is if I start system-config-securitylevel to say disable the
firewall, and then again to enable it, my iptable rules are gone !
I did run `service iptables save` before.
Is there something I can do to prevent this ? Is there a
2011 Nov 29
4
DHCP_HOSTNAME in ifcfg-eth0
Hello
Is there a way for the dhcp client to send the current host name of the
machine when requesting a lease ?
Currently I have to include a line like
DHCP_HOSTNAME=appserver2
in my /etc/sysconfig/network-scripts/ifcfg-eth0, but I would like to
tell the dhcp client to just 'also send the hostname' and then the
client to get the current hostname itself, instead of having the name
2011 Nov 25
1
Pipes (fifos) not working in concurrently
Hello
I have a large list of URLs (from a database, generated automatically
during tests) that I want to download using several wget processes at
the same time. With our internal web servers, this will be a lot faster
than downloading the pages one at a time with a single process.
So I create 20 pipes in my script with `mkfifo? and connect the read end
of each one to a new wget process for
2011 Nov 29
14
How to make nodes in my local LAN see each other's names
Hello
Sorry for the (I guess) simple question, but:
I have 7 computers under one 8-port router (D-Link DIR-100, firmware
v1.13EU) in my network (actually in a sub-network) and they do not see
each other's host names.
The router has the 'DNS relay' option enabled, and all 7 computers use
the router as the DNS server, which in turn will forward DNS requests to
the ISP DNS server.
2011 Dec 12
0
bash on Centos 5 can not source FIFOs ...
Hello
I run into this problem on CentOS 5.7 (Final), that if I try to source a
FIFO in bash, my command will be silently ignored and nothing from the
FIFO is interpreted. Here is a simple example:
[root at appserver2 ~]# mkfifo /tmp/myfifo
[root at appserver2 ~]# echo ls -l >/tmp/myfifo &
[2] 23771
[root at appserver2 ~]# source /tmp/myfifo # no `ls? output here...
[root at
2007 Nov 13
0
Connection reset by peer (104)
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: rsyncd.conf
Type: application/octet-stream
Size: 2285 bytes
Desc: not available
Url : http://lists.samba.org/archive/rsync/attachments/20071113/088a1eee/rsyncd.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rsyncd_users.conf
Type:
2011 Dec 08
0
WINS backup/failover with Samba 3 ?
Hello
I have Samba 3.0.33-3.29.el5 on Centos 5.7 and I hear there is no WINS
replication for it. I have a sub-net where I would like to use all
machines for production (they are product testing servers), and I would
like to be able to reboot any one of them as needed.
Since the sub-net is behind a cheap commercial home router, I need VPN
to access the network "directly". So I set
2012 May 08
1
Konqueror tree view in CentOS 6
Hello
Since I got CentOS 6 I no longer have the tree view in Konqueror, and
none of the other file managers have it. I believe this is because some
plugin has not been ported to the new version of Konqueror.
Please, is there a nice way to install the old Konqueror and its plugins
on my CentOS 6 ?
Thank you,
Timothy Madden
2012 May 28
2
How do downgrade mozilla ?
Hello
Sorry to say this to everyone, but since I installed CentOS 6 a month ago
I found that both Mozilla Firefox and Mozilla Thunderbird crash big time
(meaning every day and even more than once a day) with a large INBOX or
newsgroup, or with many tabs open in the Firefox windows. I also keep my
work computer running over night usually, maybe this is also a factor.
Knode does not do a
2006 Sep 18
1
daemon excludes all my files
Hello
I am new to rsync but I started the cwRsyncServer daemon on an Windows
2003 Server machine with this exclude option:
exclude = *.obj Debug *~ *.bak *.orig .svn Thumbs.db Copy?of?* Kopie?van?* .*
This option I have placed in the global section so I won't have to
repeat it on every module.
You can see my rsyncd.conf file attached.
The problem is now all my files get excluded
Now on
2011 Dec 05
1
Windows client with two NICs
Hello
I have a Windows 7 SP1 computer at work, and I want to connect to a
different subnet over an OpenVPN connection.
First I have this question: if I have a Windows client with two NICs,
each one with its own sub-net (172.16.0.0/24 and 10.0.0.0/8) and no
routing, should I be able to see and ping all samba computer names from
both networks ?
I am asking because the 172.15.0.0/24 network is
2012 May 10
4
NetworkManager frustration...
I would like to use dnsmasq to cache nameserver query results, and I
have set dhcp to prepend the 127.0.0.1 name-server to the list of
nameservers. dnsmasq would then automatically exclude the localhost as a
name server and use all the others from the list provided by dhcp.
But it was too nice to be true, because NetworkManager was there, ready
to mess up anything I try to do, including the
2011 Dec 06
5
Configure samba to not look for domain master browser
Hello
On my network there is no domain master browser, and my nmbd is spamming
my /var/log/messages file with messages that it cound not find one. Can
I configure nmbd not to look for the domain master browser ?
Thank you,
Timothy Madden