Displaying 20 results from an estimated 4000 matches similar to: "Upgrade"
2007 Jan 02
5
--link-dest
Has anyone else had problems using the --link-dest flag? I do what it says in the example
rsync -a --delete --link-dest=/home/chamberl/oldbk/ /home/chamberl/source/ /home/chamberl/backup/
I make sure that /home/chamberl/source has some files exactly the same as in /home/chamberl/oldbk/
but evertything gets copiued, and no hard links are done (though they should be).
Anyone know the problem?
2008 Oct 03
7
find
I am looking for something similar to the windows SEARCH FILES comman
with the option "files containing ..." (that is where I can specify a
string and it will find all files containing that string -- not just having
the string as part of the name but actually containing it in the text).
Is there some way to do this?
2010 Apr 14
2
timeout problem
I found the response below today online to a question I had.
For some reason I never got the mail. I am not quite clear
on what "DHCP + DFG + 2DNS entries" means when calculating the IP
to set for the router:
Thanks
Re: [CentOS] Yum/WGET/HTTP sourceforge etc. new
April 12, 2010 08:10AM
On Sun, 2010-04-11 at 22:57 +0000, tony.chamberlain at lemko.com wrote:
> Here is what I
2007 Jan 17
1
rsnapshot
Hi
I got rsnapshot working, but I am still unclear about a few things. Say I have intervals
daily 7
weekly 4
monthly 12
so running "rsnapshot daily" for seven days will create files daily.0, daily.1, daily.2, daily3, daily.4, daily.5, daily.6
If at the end of the week I do "rsnapshot weekly", then daily.6 gets moved to weekly.0
The next time daily runs, 5 will move to 6,
2009 Oct 12
2
scp with tty
Hello
I need to know a way to have scp allocate a tty on a remote machine
so I can have it run sudo and activate a vpn which it will need to
activate. scp with "-S" does not work. I can't chmod +s the cisco vpn client
because when I try to run it it says it can not have setuser.
I could have the user scp via root but I do not want to do that.
Any way to have scp allocate a tty?
2008 Sep 11
2
/etc/rc5.d
I have a shell script, /usr/bin/joevpn, which does a quick VPN
connect. Basically (HOST and DOFIL are defined above and are correct.
I just did not list them here)
case "$1" in
start)
date > $DOFIL
while [ -f $DOFIL ]
do
echo y | /usr/local/bin/vpnclient connect $HOST
sleep 10
done
;;
#
2008 Oct 09
2
find cont'd 3
Another question about find. I looked at the gnome tool and tried to
simulate what it is doing. I can't use it directly because it won't
do sed. Basically I want to find all files with a string (except binary)
and change it. let STR be the string I am looking for. NEW is new string.
I am doing
TFIL=/usr/tmp/dummy$$.txt
find . -type f | while read fil
do
grep "$STR"
2008 Aug 13
3
ks
I made a file partition-ks.cfg and put it in our machine 192.168.5.17
under /var/www/html. When I install a new machine I just do a
linux ks=http://192.168.5.17/partition-ks.cfg
I have a couple questions though:
1) I have the following in it:
clearpart --all
part /boot --fstype ext3 --size=100
part /var --fstype ext3 --size=10000
part / --fstype ext3 --size=10000
2010 Jul 30
2
DHCPD
Not sure if there is a DHCPD/PXE forum so I will ask here.
I have been trying to get netboot to work (i.e. a machine with nothing on it
but a NIC card, no linux, no operating system, whatever) boots up and receives
a file from a dhcp server. This dhcp server gives it all the Linux stuff
it needs so a full install can be done over the network.
I actually got this working by turning my desktop
2010 Nov 24
5
Optimal VPN
I am looking for the optimal VPN. Well it doens't have to be that elaborate.
Just the best VPN. We currently have some customers using PPTP, some using
openvpn, some using Cisco Any Connect and there are a few others.
So my question is, if you have control of both ends (client and server)
what is the best VPN to use? There are not too many requirements, but a
big one is
The VPN must return
2010 Apr 11
2
Yum/WGET/HTTP sourceforge etc.
I am having a problem with 5.4 that I did not have with 4.5. The problem happens only sometimes but in specific
instances. Basically a summary of the problem is that certain network transactions timeout. The specfic instances
are with wget, rpm, http. The problem usually, but not always, occurs with pptp stuff. (NOT running pptp but getting pptp stuff).
For instance, the following command, which
2015 Apr 25
1
google-earth crashes on CentOS 6.6
Hey all,
With google-earth-stable.x86_64 0:7.1.2.2041-0
[mlapier at peach /]$ /usr/bin/google-earth
[0425/000212:ERROR:net_util.cc(2195)] Not implemented reached in bool
net::HaveOnlyLoopbackAddresses()
Failed to load "/opt/google/earth/free/libinput_plugin.so" because
"/usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required
by ./libLeap.so)"
2009 Nov 16
3
Question about the ahci kernel module: missing in the CentOS (4) Plus kernel
Is there some reason the ahci kernel module is *missing* from the
2.6.9-89.0.16.plus.c4 kernel? It is in the standard 2.6.9-89.0.16.EL
kernel. Is this due to an oversight or is there some sort of conflict?
I wanted to add IEEE1394 support to my system running CentOS 4.8. I
*looks* like what I need to do is download the kernel SRPM and patch the
config to include the IEEE1394 modules and
2008 Oct 06
1
find - text
A while ago I sent mail about wanting to find all files that had a certain
text string in it and changing it to something else. People mentioned
that there is a system tool to do it (gnome has it too). I ran this, for
example to find all files WITH "prog" in the name, and then I did a ps
and I saw simply
find . -iname '*prog*'
then I did something similar, all file names
2016 Feb 04
7
USB Serial ports (ttyACMn) CentOS 6.7 (64-bit) vs. CentOS 6.7 (64-bit)
I have two computers: both running CentOS 6.7, 64-bit, with
kernel 2.6.32-573.12.1.el6.x86_64. One is a laptop with an 2 core Intel
processor and the other is a desktop machine with a 4 core AMD processor. Both
with selinux enabled.
I have a USB serial port device (a RR-CirKits LCC-Buffer USB). On the desktop
I am getting this error:
sauron.deepsoft.com% sudo minicom
Device /dev/ttyACM0
2011 Feb 10
2
Strange Kernel for Centos 5.5
One of my VPS stopped working. After the data centre replaced a disk
normal service resumed, then I notices this:
CentOS release 5.5 (Final)
Kernel 2.6.35.4 on an x86_64
I always thought Centos 5.x would always be on 2.6.18. Any thoughts?
2020 Mar 17
3
Running amanda on CentOS 7: "amanda-udp.service failed."
I am trying to get amanda backup going on a CentOS 7 system and things are not
working:
sharky4.deepsoft.com% sudo systemctl start amanda-udp
[sudo] password for heller:
Job for amanda-udp.service failed because a configured resource limit was exceeded. See "systemctl status amanda-udp.service" and "journalctl -xe" for details.
sharky4.deepsoft.com% sudo systemctl status -l
2020 Oct 17
7
Firefox 78 under CentOS 6 -- no sound?
I did a yum update on my CentOS 6 laptop and it upgraded Firefox to 78, and
FF stopped seeing my mic and speakers. Is there some magic I need to do? As
a short term (?) fix, I downgraded back to Firefox 68. My system is otherwise
up-to-date.
--
Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
Deepwoods Software -- Custom Software Services
http://www.deepsoft.com/ --
2010 Jan 08
3
Lilo for CentOS 5?
Does there exist a version of Lilo built for x86_64 CentOS 5? It does not
seem to be on the DVD. *I* really, really, prefer Lilo over Grub.
--
Robert Heller -- 978-544-6933
Deepwoods Software -- Download the Model Railroad System
http://www.deepsoft.com/ -- Binaries for Linux and MS-Windows
heller at deepsoft.com -- http://www.deepsoft.com/ModelRailroadSystem/
2010 Nov 11
1
Fwd: ntp help
Hello
I am trying to sync via NTP locally (since I have no Internet access).
None of the NTP stuff I read on the net seems to work right. I mean it works fine setting up a client going to something like 0.pool.ntp.org but when I want to make my LInux box a server, and I do an ntpdate to it from another machine,
it says no suitable server found. I have tried every possible combination of