Displaying 20 results from an estimated 600 matches similar to: "--delete option does not always work"
2005 Sep 27
1
--delete and --dirs
rsync-2.6.6 manpage says:
--delete
[...]
This option has no effect unless directory recursion is enabled.
True. In fact, I noted that --delete doesn't delete anything if --dirs
is used rather than --recursive.
Is there any reason for --delete not to delete when used with --dirs?
Is there a way to get rsync to actually delete files on the receiving
end when using
2014 Mar 18
2
DNS error on startup Samba4 ADS mode DC
I keep getting errors in my logs about can not bind to address *.*.*.*:53
address in use..
what did i do wrong in the setup of my server or domain?
attached logs and smb.conf along with the output from my provision command.
Jeffrey D. Means meaje at meanspc.com
Owner / CIO for MeansPC http://www.meanspc.com/
Custom Web Development For Your Needs. (970)308-1298
- The
2024 Nov 09
1
NUT stopped working after an upgrade
Nut should be running as user nut. As far as I can tell, the udev rules
have not changed. And the system IS seeing the UPS at a low level.
I looked through /dev/ but did not see a device that jumps out as the UPS.
=====================
[root at mythtv rules.d]# dmesg | grep -i 0764
[ 2.021485] usb 1-1.8: New USB device found, idVendor=0764,
idProduct=0501, bcdDevice= 0.01
[ 2.049515]
2024 Nov 10
2
NUT stopped working after an upgrade
Check /dev/hidraw6, as noted in your dmesg output (and any other *hid* devices under /dev). User nut has almost zero privs to devices unless a udev rule changes the perms on the dev for nut . . .
On November 9, 2024 1:25:29 PM EST, Bill Gee <bgee at campercaver.net> wrote:
>Nut should be running as user nut. As far as I can tell, the udev rules have not changed. And the system IS
2024 Nov 09
1
NUT stopped working after an upgrade
Running NUT version 2.8.2 on Fedora 40. NUT installed from the Fedora
package. CyberPower CP1000AVRLCD connected by USB.
I updated the system yesterday with all the latest Fedora packages. Now
NUT will not run. Chasing the issue through the layers, I come to this:
=====================
[root at mythtv rules.d]# upsc cyberpower
Error: Driver not connected
[root at mythtv rules.d]#
2024 Nov 09
1
NUT stopped working after an upgrade
Did the upgrade by chance install/alter any udev rules causing the UPS devices to now have incorrect permissions? And what user is nut running as?
On November 9, 2024 9:58:57 AM EST, Bill Gee <bgee at campercaver.net> wrote:
>Running NUT version 2.8.2 on Fedora 40. NUT installed from the Fedora package. CyberPower CP1000AVRLCD connected by USB.
>
>I updated the system yesterday
2010 Jan 13
0
FW: [mythtv-users] VMWare on the backend. Viable solution?
I found this on the myth-tv list.
Can we do the same thing with asterisk?
Cheers,
Dean
-----Original Message-----
From: mythtv-users-bounces at mythtv.org
[mailto:mythtv-users-bounces at mythtv.org] On Behalf Of Kenni Lund
Sent: Wednesday, January 13, 2010 11:44 AM
To: Discussion about mythtv
Subject: Re: [mythtv-users] VMWare on the backend. Viable solution?
2010/1/13 Martin
2002 Feb 24
2
Write-only option
Hi!
I am doing backups from a number of machines to an rsync server. For some
time I was trying to come up with a solution, which would prevent users
from peeking at each other's files, which are backed up. Finally, I've
hacked rsync, introducing a new option "write only" for rsyncd.conf. When
set to true, this option forbids the transfers from server to the client,
thus solving
2011 Mar 21
0
permissions changed by rsync over nfs?
Hello wonderful rsync
I have a little problem...
I sync a file system with this command:
rsync -avzAXH --filter="-r *.jpg *.opml *.opml.backup *.m3u"
--delete-after --exclude=MP3s /home/Music/ /misc/bigdisk.mythtv.lan/Music
/misc/bigdisk.mythtv.lan is an nfs mount mounted by autofs.
In /etc/auto.misc I have for /misc/bigdisk.mythtv.lan:
bigdisk.mythtv.lan -fstype=nfs4
2005 May 27
2
Possible bug not deleting files
I am using rsnapshot <http://www.rsnapshot.org/> to make snapshots of
my filesystem. rsnapshot uses rsync to do all the heavy lifting. I
was recently browsing my snapshots and discovered that none of the
excluded files or files deleted in the source are getting deleted from
the snapshot. rsnapshot calls rsync like this:
/usr/bin/rsync -a --delete --numeric-ids --relative --delete-excluded
2015 May 25
1
Systemd
On 5/25/2015 12:12 PM, Jonathan Billings wrote:
> On May 25, 2015, at 10:48 AM, Kirk Bocek <t004 at kbocek.com> wrote:
>> It usually happens when I've wanted to change versions of the same software between repos and that software has been compiled differently. Usually audio-visual software. Yum install triggers a conflict and yum uninstall on the older package cascades a bunch
2011 Mar 01
1
Help compiling an older version of wine on 64 bit Fedora 14
I'm having problems running a windows program (nulldc 1.0.3 but that's not important) under the latest version of wine, which is up and running (in 32 bit) on my 64-bit install of Fedora 14. I'm trying to compile a version of wine 1.1.32 under a separate prefix. I'm doing this in a way that has worked for me in the past under a 32-bit environment. As I say, I've compiled the
2006 Sep 19
3
Centos 4.4 - mythtv
can anyone advise on where to find the mythtv repo? I have dag but a
yum install mythtv-suite
yields nothing
thanks
2006 Dec 10
1
Help with Samba+JFS
I have a network server running FC5, with a hardware raid 3 card using 5
drives, as one large (1.2TB) partition in JFS. I chose JFS because of a
recommendation for performance from a MythTV tutorial, but I don't really
know much about file systems and am suspecting JFS to be causing my
problems. I run samba, apache and MythTV on this machine, and there is
essentially only one problem as far
2015 Aug 25
2
Looking for ways to save space - AKA how to boot multiple machines from the same root
I have several machines, same hardware and config, but one tiny little
change.. the hostname. Each one of these diskless machines needs its own
hostname.
Presently my pxelinux.cfg is setup like:
prompt 1
default Gentoo
timeout 10
label Gentoo
kernel boot/kernel-3.16.5-gentoo
APPEND root=/dev/nfs rw ip=dhcp
nfsroot=192.168.1.10:/RAID/diskless/XXXXX-mythtv-0.27-fixes,tcp,rsize=131072
2005 Apr 06
1
mythtv on centos4
Has anyone had any success or failures with installing mythtv onto
centos4? Even better, has anyone any prebuilt rpms to do this? Looks
to me like centos+mythtv is quite an interesting prospect in the
always-on single home server environment.
--
Cheers,
Tony
2005 Sep 26
4
MythTV on Centos 4
I'm starting a project to build a MythTV box for my living room. Anyone else
currently working with MythTV on CentOS 4?
Here are some of the gotcha's I've worked through so far:
- I was originally planning on using KnoppMyth. But their CD appears to be only for
i386. Without realizing it, the P4 CPU I picked is one of the newer ones with the
x86_64 extensions. It won't boot
2009 Jul 12
1
fchown error on tmp files
Hi,
After upgrading to 1.2 I started getting fchown errors in the log. They
look like:
Jul 12 18:32:54 jukebox dovecot: deliver(kim):
fchown(/data/mail/kim/.lists.mythtv-users/tmp/1247416373.M857540P19162.jukebox.alleroedderne.adsl.dk,
-1, 500(k
im)) failed: Operation not permitted (egid=12(mail), group based on
/data/mail/kim/.lists.mythtv-users)
I have tried to get rid of the by changing
2014 Nov 14
1
Belkin UPS, master netbook, slave MythTV server
Hi all,
I've finally gotten around to setting up the netbook that controls my
UPS and I would like to make sure that I've got the metacode correct
before configuring nut :)
Here's what I've got:
Belkin UPS F6C120auUNV
* Batteries recently replaced
* On battery: 24 port switch, PoE AP, antenna power booster, ADSL
modem, MythTV server, 19" monitor
* On surge
2015 Aug 25
0
Looking for ways to save space - AKA how to boot multiple machines from the same root
Yes it is possible. Not sure why you posted this to syslinux though.
On Monday, August 24, 2015 10:46 PM, Marc Tousignant via Syslinux <syslinux at zytor.com> wrote:
I have several machines, same hardware and config, but one tiny little
change.. the hostname. Each one of these diskless machines needs its own
hostname.
Presently my pxelinux.cfg is setup like:
prompt 1
default