Delete them from the destination and resync with -S.
- Aner
On 3/29/22 12:14, F Bax wrote:
Looks like sparse files are no longer sparse on /mnt/wd2l/ !! Thanks Otto &
Aner.
du reported different sizes for several dozen folders that contain files
created by scan to PDF. Not all of the scanne
Looks like sparse files are no longer sparse on /mnt/wd2l/ !! Thanks Otto &
Aner.
du reported different sizes for several dozen folders that contain files
created by scan to PDF. Not all of the scanned files were affected; but
some might contain mostly blank pages.
For one sample file; ls -l report
On Tue, Mar 29, 2022 at 11:12:23AM -0400, F Bax wrote:
> # dumpfs /dev/rwd1l | head -1
> magic 11954 (FFS1)timeWed Jan 8 19:45:37 2020
> # dumpfs /dev/rwd2l | head -1
> magic 11954 (FFS1)timeSun Mar 27 13:01:58 2022
OK, third option: you had sparse files on the source disk. S
You may have large files with "holes" in them (i.e. sparse files). Rsync has a --sparse
(-S) flag that tries to create holes in the replicated files when it finds sequences of
nulls in the source file.
The -a flag does not turn on this sparse file handling.
You can run "du" on different direc
# dumpfs /dev/rwd1l | head -1
magic 11954 (FFS1)timeWed Jan 8 19:45:37 2020
# dumpfs /dev/rwd2l | head -1
magic 11954 (FFS1)timeSun Mar 27 13:01:58 2022
On Tue, Mar 29, 2022 at 11:07 AM Otto Moerbeek wrote:
> On Tue, Mar 29, 2022 at 10:58:49AM -0400, F Bax wrote:
>
> > I use
On Tue, Mar 29, 2022 at 10:58:49AM -0400, F Bax wrote:
> I used rsync to copy files.
> sudo rsync -anv --delete /mnt/wd1l/ /mnt/wd2l/
> reports no changes required (runtime under 3 minutes).
> sudo diff -r /mnt/wd1l/ /mnt/wd2l/
> reports no difference (runtime 10 hours)
>
> $ sudo df -i /mnt/wd1l
I used rsync to copy files.
sudo rsync -anv --delete /mnt/wd1l/ /mnt/wd2l/
reports no changes required (runtime under 3 minutes).
sudo diff -r /mnt/wd1l/ /mnt/wd2l/
reports no difference (runtime 10 hours)
$ sudo df -i /mnt/wd1l/ /mnt/wd2l/
Filesystem 512-blocks Used Avail Capacity iused
On Tue, Mar 29, 2022 at 10:25:34AM -0400, F Bax wrote:
> I copied all files from /mnt/wd1l to /mnt/wd2l
>
> wd2l is slightly larger than wd1l; yet wd2l is full!
>
> $ df -h /mnt/wd1l /mnt/wd2l
> Filesystem Size Used Avail Capacity Mounted on
> /dev/wd1l 1020G 952G 16.5G 98% /mnt/wd1l
> /dev/wd2l
I copied all files from /mnt/wd1l to /mnt/wd2l
wd2l is slightly larger than wd1l; yet wd2l is full!
$ df -h /mnt/wd1l /mnt/wd2l
Filesystem Size Used Avail Capacity Mounted on
/dev/wd1l 1020G 952G 16.5G 98% /mnt/wd1l
/dev/wd2l 1020G 969G -508M 100% /mnt/wd2l
Output from disklabel is almost identi
Le 29/03/2022 à 12:10, Claudio Jeker a écrit :
I doubt it is the filters. You run into some sort of memory leak. Please
monitor 'bgpctl show rib mem' output. Also check ps aux | grep bgpd output
to see why and when the memory starts to go up.
With that information it may be possible to figure out
On 2022-03-28, ITwrx wrote:
> I'm running php7.4 and php8 at the same time on an OpenBSD 7.0 machine
> i'm testing as a web server. I'm pretty sure they were both starting up
> fine until yesterday (it's been a while) after i updated with pkg_add -u
> and syspatch. Now, php8 fails to start with:
>
On 2022-03-29, Claudio Jeker wrote:
> On Tue, Mar 29, 2022 at 09:53:56AM +0200, Laurent CARON wrote:
>> Hi,
>>
>> I'm happily running several OpenBGPd routers (Openbsd 7.0).
>>
>> After having applied the folloxing filters (to blackhole traffic from
>> certain countries):
>>
>> include "/etc/bg
On Tue, Mar 29, 2022 at 09:53:56AM +0200, Laurent CARON wrote:
> Hi,
>
> I'm happily running several OpenBGPd routers (Openbsd 7.0).
>
> After having applied the folloxing filters (to blackhole traffic from
> certain countries):
>
> include "/etc/bgpd/deny-asn.ru.bgpd"
> include "/etc/bgpd/deny-
Hi,
I'm happily running several OpenBGPd routers (Openbsd 7.0).
After having applied the folloxing filters (to blackhole traffic from
certain countries):
include "/etc/bgpd/deny-asn.ru.bgpd"
include "/etc/bgpd/deny-asn.by.bgpd"
include "/etc/bgpd/deny-asn.ua.bgpd"
# head /etc/bgpd/deny-asn.
On Fri, Mar 25, 2022 at 12:23:45PM -0500, rea...@catastrophe.net wrote:
> The setup is two gateways with IPsec channels setup in tunnel mode
> to bridge networks 10.255.255.0/24 and 10.254.255.0/24. Traffic from
> server-east:enc0 does not match a SA in place when trying to connect to
> httpd on s
Dnia Tue, Mar 29, 2022 at 05:31:56AM +0300, Mihai Popescu napisał(a):
> > Pure access points are just network bridges ...
>
> Most AP I encountered were linux based with web servers for
> configuration access.
> Do you know if there is an AP model with minimal firmware to do that bridging?
> If so
16 matches
Mail list logo