search for: auxh

Displaying 4 results from an estimated 4 matches for "auxh".

Did you mean: auth
2002 Oct 02
0
rsync hangs at the end of the work.
Ok, so I tried with -v -v and -v -v -v, but this does not give more clue, only much more useless log data. I still have the problem that with: rsync -v -auxHS --delete --force / /backup/ I get the following log: building file list ... done deleting var/cache/man/cat1/gcc.1.gz deleting var/cache/man/cat1/gawk.1.gz deleting var/account/pacct-20010930.gz deleting tmp/bounce/b1.mail deleting tmp/.#l.html deleting tmp/#l.html#...
2002 Sep 17
1
'error in rsync protocol data stream'
Hello, While doing a local "rsync" with: rsync -v -auxHS --force / /backup/ (on /backup is mounted another disk), I get these errors: rsync: error writing 4 unbuffered bytes - exiting: Broken pipe rsync error: error in rsync protocol data stream (code 12) at io.c(463) rsync: error writing 69 unbuffered bytes - exiting: Broken pipe rsync error: e...
2002 Sep 17
2
'error in rsync protocol data stream' - Tim Conway
...t; To: rsync@lists.samba.org > cc: (bcc: Tim Conway/LMT/SC/PHILIPS) > Subject: 'error in rsync protocol data stream' > Classification: > > > >Hello, > >While doing a local "rsync" with: > > rsync -v -auxHS --force / /backup/ > >(on /backup is mounted another disk), I get these errors: > >rsync: error writing 4 unbuffered bytes - exiting: Broken pipe >rsync error: error in rsync protocol data stream (code 12) at io.c(463) >rsync: error writing 69 unbuffered bytes - exiting: Br...
2024 Jun 02
0
[PATCH] drm/nouveau/i2c: rename aux.c and aux.h to nvkm_i2c_aux.c and nvkm_i2c_aux.h
...;> If anything, auxch.[ch] would be a better choice. >> >> Ben. > > Do you mean it would be better to rename them in the following way? > > rename drivers/gpu/drm/nouveau/nvkm/subdev/i2c/{aux.c => auxc.c} > rename drivers/gpu/drm/nouveau/nvkm/subdev/i2c/{aux.h => auxh.h} Not quite.? "aux" refers to DP "AUX CHannels", so, auxch.c and auxch.h are OK names. > > >> >>> >>> diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/Kbuild >>> b/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/Kbuild >>> index...