similar to: rsync: hlink.c:271: check_prior: Assertion `node->data != ((void *)0)' failed.

Displaying 20 results from an estimated 800 matches similar to: "rsync: hlink.c:271: check_prior: Assertion `node->data != ((void *)0)' failed."

2008 Oct 14
1
assert problem
rsync -rltpcvxH --progress --delete /mnt/sdf1/dvd . .... lots of stuff works, but then.... .... dvd/setdir/www/web_admin-1.0-noarch-001.tgz 1306806 100% 3.34MB/s 0:00:00 (xfer#927, to-check=1004/2734) dvd/setdir/xlibs/ deleting dvd/setdir/xlibs/gstreamer-0.10.21-i586-001.tgz deleting dvd/setdir/xlibs/gst_plugins_base-0.10.21-i586-001.tgz
2009 Oct 26
1
Bootable USB key...
Hi, I have a 'little' issue with my bootable USB keys... The following used to work (isolinux 3.11-4): Device Boot Start End Blocks Id System /dev/sdg1 * 1 3 23126 6 FAT16 /dev/sdg2 4 1023 7873380 83 Linux mkfs.vfat -n BOOT /dev/sdg1 mkfs.ext2 -m 0 -b 4096 -L DATA /dev/sdg2 syslinux -s /dev/sdg1 cd
2011 Jul 22
0
Strange problem with LVM, device-mapper, and software RAID...
Running on a up-to-date CentOS 5.6 x86_64 machine: [heller at ravel ~]$ uname -a Linux ravel.60villagedrive 2.6.18-238.19.1.el5 #1 SMP Fri Jul 15 07:31:24 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux with a TYAN Computer Corp S4881 motherboard, which has a nVidia 4 channel SATA controller. It also has a Marvell Technology Group Ltd. 88SX7042 PCI-e 4-port SATA-II (rev 02). This machine has a 120G
2014 Oct 05
1
CentOS 7 - Have 2 disks, each with a biosboot partition, can only boot off one of them
Hi all, I used a kickstart script to setup a new machine of mine with RAID 1 (I couldn't get anaconda to create matching partition schemes). So I've now got /dev/sdg1 and /dev/sdh1 as 'bios_grub' (/dev/sd{a-f} are a separate array). 0 root at an-nas02:~# parted /dev/sdg print free Model: ATA ST3000NC000 (scsi) Disk /dev/sdg: 3001GB Sector size (logical/physical):
2019 Sep 12
0
Fw: Btrfs Samba and Quotas
Hello Joenes, below you find the output. I did not shorten it by tmpfs and the docker related entries. Are you working on fixing the Issue I described? Regards, Hendrik df -TPh Dateisystem Typ Gr??e Benutzt Verf. Verw%
2006 Dec 23
3
How to start installing a Quad-Devel-Station?
Hello Xen-Users, I am running a Debian GNU/Linux Devel-Station (P2/366 MHz, 512MByte) and use currently chroots which give some problems from time to time. I have following configuration: ----8<------------------------------------------------------------------ /dev/sda1 / 7700 GByte # Master System /dev/sda2 swap 256 MByte # Master System /dev/sda3 /var 512 MByte # Master System
2008 Mar 11
2
DO NOT REPLY [Bug 5318] New: Rsync assertion in check_prior() when using --append
https://bugzilla.samba.org/show_bug.cgi?id=5318 Summary: Rsync assertion in check_prior() when using --append Product: rsync Version: 3.0.0 Platform: Other OS/Version: FreeBSD Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy:
2008 Oct 11
1
Rsync 3.0.5pre1 released
Rsync version 3.0.5pre1 is now available for release testing. This is a bug-fix release. Please test this new release and send email to the rsync mailing list with any questions, comments, or bug reports. To see a full summary of the changes since 3.0.4, visit this link: http://rsync.samba.org/ftp/rsync/src-previews/rsync-3.0.5pre1-NEWS You can download the source tar file and its signature
2008 Oct 11
1
Rsync 3.0.5pre1 released
Rsync version 3.0.5pre1 is now available for release testing. This is a bug-fix release. Please test this new release and send email to the rsync mailing list with any questions, comments, or bug reports. To see a full summary of the changes since 3.0.4, visit this link: http://rsync.samba.org/ftp/rsync/src-previews/rsync-3.0.5pre1-NEWS You can download the source tar file and its signature
2009 Jan 13
2
mounted.ocfs2 -f return Unknown: Bad magic number in inode
Hello, I have installed ocfs2 without problem and use it for a RAC10gR2. Only Clusterware files are ocfs2 type. multipath is also used. When I issue : mounted.ocfs2 -f I have a strange result: Device FS Nodes /dev/sda ocfs2 Unknown: Bad magic number in inode /dev/sda1 ocfs2 pocrhel2, pocrhel1 /dev/sdb ocfs2 Not mounted /dev/sdf
2007 Jun 13
1
lvm
Hello, I have a physical volume with no volume group. # /sbin/pvscan -n WARNING: only considering physical volumes in no volume group PV /dev/sdg2 lvm2 [148.95 GB] Total: 1 [148.95 GB] / in use: 0 [0 ] / in no VG: 1 [148.95 GB] Can I just create a volume group -- for example: # vgcreate my_volume_group /dev/sdg2 and then activate it: # vgchange -a y my_volume_group I
2019 Jul 09
0
[PATCH] core: Add support for BLS Type 1 entries
Modern distributions are moving toward a common boot scheme called "The Boot Loader Specification". This patch enables syslinux to parse the drop-in files that are defined by this new specification. Link to documentation of the options added to syslinux by this patch: https://drive.google.com/uc?export=download&id=1nuRISVJeE1whYggFURywoQFpPzc6s1MC MD5 (syslinux-bls1.txt) =
2006 May 16
1
cannot verify samba-3.0.22.tar.asc
Hello, I tried both us2.samba.org and usb3.samba.org. What am I doing wrong? BLS $gpg --version gpg (GnuPG) 1.4.3 Copyright (C) 2006 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. Home: ~/.gnupg Supported algorithms: Pubkey: RSA, RSA-E,
2009 Jul 27
2
DO NOT REPLY [Bug 6576] New: generate_files lists non-existent files
https://bugzilla.samba.org/show_bug.cgi?id=6576 Summary: generate_files lists non-existent files Product: rsync Version: 3.0.6 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: stlman at poczta.fm
2005 Oct 11
0
AW: Re: xen 3.0 boot problem
> > Well, i''m using here the qla2340 on several boxes. It works > > with Xen 2.0 but noch with Xen 3.0. as part of SUSE Linux 10.0: > > Interesting. If the driver really doews work flawlessly in > Xen 2, then I think the culprit has to be interrupt routeing. > > Under Xen 3, does /proc/interrupts show you''re receiving interrupts? I cannot boot with
2005 Oct 11
0
AW: Re: xen 3.0 boot problem
> > Well, i''m using here the qla2340 on several boxes. It works > > with Xen 2.0 but noch with Xen 3.0. as part of SUSE Linux 10.0: > > Interesting. If the driver really doews work flawlessly in > Xen 2, then I think the culprit has to be interrupt routeing. > > Under Xen 3, does /proc/interrupts show you''re receiving interrupts? I cannot boot with
2009 Nov 12
1
no valid partitiontables anymore
Hi, recently I had to shut down an iscsi-raid an the connected servers. After the reinstallation and changing the ip config to match our new lan design, I can login to the iscsi device, the volumes are there and I can establish an iscsi link to some volumes. But, some other volumes on the iscsi device are reported with an invalid partition table or that they can't be mounted. e.g.: fdisk
2019 May 27
0
[PATCH] (vesa)menu.c32: Add support for BLS
Gregory Bartholomew wrote: > On Sat, May 25, 2019 at 3:42 PM Sebastian Herbszt <herbszt at gmx.de> > wrote: > > > > Gregory Lee Bartholomew wrote: > > > Modern distributions are moving toward a common boot scheme called > > > "The Boot Loader Specification". > > > > Which distributions are using this yet? [copy & paste from other
2002 Oct 04
3
R 1.6 Gui for Windows
I upgraded to R Gui 1.6 this morning and I can't seem to get it to accept my new startup directory. R 1.51 will accept "F:\_ben\bls\gen1\results\bls\analysis" as the start in directory for the R Gui shortcut, but R 1.6 will not. R 1.6 will accept "F:\_ben\bls\gen1\results\bls". It seems to have trouble when I add "\analysis." R still loads fine but I get the
2009 Mar 31
0
How to load data from BLS web
I would like to load the producer price indexes of BLS (Bureau of Labor Statistics) into R: For example, Commodity Data in http://www.bls.gov/ppi/ There are many tables there. I was wondering if you knew some R-package/function that can do this or any basic idea onwriting functions to load data that can be loaded from web. Thanks, -james