Displaying 20 results from an estimated 400 matches similar to: "script"
2008 Apr 11
1
rsync to copy files remoteserver
Hello every one,
for the first i am trying to use rsync to copy files from remote server to
local machine.
i am using the rsync version 3.0.1 protocol version 30 on local machine.
remote server is using rsync version 2.6.3 protocol version 28.
i read on web that to copy files from remote server we need to update
username&password in the file
secrets file = /etc/rsyncd.scrt ,but this
2010 Jun 09
1
PXE boot into rescue mode
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I followed the instructions here:
http://nixcraft.com/file-servers/14803-how-centos-5-pxe-linux-installation-server.html,
along with a few other sources that were less successful, and I finally
got a pxe boot going. I'm using CentOS 5.3 x86_64 media as the source.
The server boots, but keeps hanging.
Here is my boot line:
2000 Oct 24
1
R_eval in tcltk library
Is there a method with the current tcltk library in R to call back an R
function within the .Tcl("...") interpreter?
I can't find anything documented, and I don't understand the usefulness of
the .Tcl.callback() function. Browsing through the tcltk source code I found
two functions R_eval and R_call that seem to take input from the .Tcl
interpreter and parse them through the R
2007 May 14
2
vsftp anonymous upload access
I'm trying to set up anonymous ftp using vsftp. I want to be able to
allow uploads. The anonymous id is userid "ftp". The ~ftp/ directory
is actually owned by root, but ~ftp/pub is owned by ftp.
Here's the vsftpd.conf:
anonymous_enable=YES
anon_upload_enable=YES
local_enable=NO
write_enable=NO
local_umask=022
dirmessage_enable=YES
2002 Apr 30
3
Multiple Samba's on same machine
I have tried hunting through docs/lists/Google but no joy. I am sure I saw something about running multiple Samba's on different ports but I want to use different interfaces all on port 139.
So: Can I run multiple s/nmbd's on the same machine?
I have nine main VLANs and somewher in the region of 30 odd worgroups (don't ask !) of which 10 are of interest. 3,500 odd PCs. I have a
2008 Feb 16
1
Fritz! Card/CAPI Help.
Hi list, i'm keen to move to Asterisk 1.6, so really need to update my
system which is running Mandrake 9.2 although it has been solid for years,
fo Fedora 8.
I have a Fritz! card for ISDN BRI, I have installed the drivers/kernel
drivers from ATrpms
(http://dl.atrpms.net/all/fcpci-03.11.07-14.fc8.i386.rpm and
http://dl.atrpms.net/all/fcpci-kmdl-2.6.23.14-115.fc8PAE-03.11.07-14.fc8.i686.rpm)
2013 Mar 21
2
CentOS: Install Packages Via yum Command Using DVD / CD as Repo
I'm confused about this.? Is this supposed to work without me mounting my CD/DVD?? If you are supposed to mount it, what path should you use to make this work?
?? http://www.cyberciti.biz/faq/centos-linux-install-packages-from-dvd-using-yum/
?=== Al
2009 Jan 23
2
can't install rrdtool, problems with dependancies
Hi all,
I have tried to install rrdtool manually, but have noticed that I need
perl-rrdtool as well for it to work, and I have approached this the
wrong way.
So, instead of installing rpmforge first, I have downloaded the
rrdtool from sourceforge and installed it the old-fashioned way,
totally forgot about rpmforge.
So, now I want to remove it, and install it via rpmforge in order to
get
2015 Nov 04
2
getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device
On Wed, Nov 04, 2015 at 05:39:59PM +0200, Eero Volotinen wrote:
> I think, this is possible with scsi disks
>
> http://www.cyberciti.biz/tips/vmware-add-a-new-hard-disk-without-rebooting-guest.html
While I believe that this URL has technically correct advice, it's
basically doing a subset of the commands in the scsi-rescan script in
the sg3_utils package.
I wonder if you need to be
2015 Mar 12
3
Centos 6 - Persistant static routes
On Mar 12, 2015, at 11:52 AM, Jason Warr <jason at warr.net> wrote:
>
> On Thu, 12 Mar 2015 12:43:27 -0500, Robert Moskowitz <rgm at htt-consult.com> wrote:
>
>> I found:
>>
>> http://www.cyberciti.biz/tips/configuring-static-routes-in-debian-or-red-hat-linux-systems.html
>>
>> where it says to add to ifcfg-eth0:
>>
>>
2015 Mar 12
6
Centos 6 - Persistant static routes
I know how to use 'ip' to set up a static route, e.g.:
ip route add 192.168.128.0/17 via 40.53.24.3 dev eth0
But if you reboot or restart network, you loose this. Thus you have to
make it persistant. I found:
http://www.cyberciti.biz/tips/configuring-static-routes-in-debian-or-red-hat-linux-systems.html
where it says to add to ifcfg-eth0:
192.168.128.0/17 via 40.53.24.3
But this
2012 Nov 09
1
Monitoring bandwidth, latency, packet drop.
Hi all.
I am currently thinking about monitoring a network link (bandwidth,
latency, packet drop). I have a centos server which is connected to
providers network through a switch. How to test the link? Should I:
- use ICMP to ping gateway and collect staistics of time/packet loss/etc.
- use software like here:
http://www.cyberciti.biz/faq/linux-unix-windows-monitor-outgoing-bandwidth-latency/
2020 Apr 22
1
slow performance on company production server I need help
On 4/22/20 8:53 AM, Christopher Wensink wrote:
> I had an 8 TB External USB disk plugged into the system, that I had been
> using for additional space for backups, I was under the impression that
> sda, sdb, sdc, and sdd were the four disks on the raid controller card,
Not exactly.? If you have a RAID5 array, then you have one volume spread
across the physical disks.? You can then
2013 Jun 14
1
Creating a bridged network on CentOS for the xen hypervisor
Dear xen users,
I am asking about how to creat a bridged network on CentOS 6.4.. I have the Xen hypervisor installed and booted correctly but there is no internet access there.
I have followed the commands and steps in these links, but non of them worked for me:
1: http://www.eucalyptus.com/docs/3.1/ig/configuring_bridge.html
2018 Apr 12
1
Question concerning TLS encryption of network traffic
Hello Gluster Community,
according to that set steps I have configured network encryption for
management and I/O traffic:
https://www.cyberciti.biz/faq/how-to-enable-tlsssl-encryption-with-glusterfs-storage-cluster-on-linux/
I have chose the option for self-signed certificates, so each of the nodes
has its own certificate and all of them are stored in the file glusterfs.ca.
Each node in my
2009 Apr 28
2
adding static route via network setup fails
I want to add the following route command
route add -net 192.168.2.0/27 gw 192.168.2.3
via the normal network setup.
The result should be the following routing table (the first line):
192.168.2.0/27 via 192.168.2.3 dev xenbr1 scope link
192.168.2.0/27 dev eth2 proto kernel scope link src 192.168.2.4
192.168.2.0/27 dev xenbr1 proto kernel scope link src 192.168.2.3
192.168.1.0/24 dev xenbr0
2011 Nov 09
2
R: Re: Dos/Unix newline translating
But I have another server with RedHat and Samba 3.0.10 configured in the same way, but I can view correctly text files which I move to RedHat server.
----Messaggio originale----
Da: jdmls at yahoo.com
Data: 9-nov-2011 11.42
A: "samba at lists.samba.org"<samba at lists.samba.org>
Ogg: Re: [Samba] Dos/Unix newline translating
From: Riccardo Castellani <ric.castellani at
2016 Oct 30
2
Cannot boot CentOS 7 VM after updating Host CentOS 7 Kernel
so, Just chroot to mountpoint:
http://www.cyberciti.biz/faq/unix-linux-chroot-command-examples-usage-syntax/
chroot /mounted/path /bin/bash and then .. mkinitrd (see man page for
documentation)
2016-10-30 22:57 GMT+02:00 Eero Volotinen <eero.volotinen at iki.fi>:
> A bit hard to say. Try chrooting into environment and rebuilding initrd?
>
> --
> Eero
>
> 2016-10-30
2014 Mar 17
1
Slow RAID resync
OK todays problem.
I have a HP N54L Microserver running centos 6.5.
In this box I have a 3x2TB disk raid 5 array, which I am in the
process of extending to a 4x2TB raid 5 array.
I've added the new disk --> mdadm --add /dev/md0 /dev/sdb
And grown the array --> mdadm --grow /dev/md0 --raid-devices=4
Now the problem the resync speed is v slow, it refuses to rise above
5MB, in general
2010 Nov 03
2
Watchdog for Tinc daemon
Hi,
Just for your information I had the tinc daemon dying on the main
machine I use as a hub, so I looked for a script to restart the daemon
it if dies.
Here is tinc.sh:
==========================================================
#!/bin/bash
# Tinc Process Monitor
# Restart Tinc daemon When It Goes Down
# Source: http://bash.cyberciti.biz/web-server/restart-apache2-httpd-shell-script/