search for: bck

Displaying 20 results from an estimated 40 matches for "bck".

Did you mean: back
2011 Jan 26
2
how to unmount an NFS share when the NFS server is unavailable?
Hi All, How do I unmount an NFS share when the NFS server is unaivalable? I tried "umount /bck" but it "hangs" indefinitely "umount -f /bck" tells me the mount if busy and I can't unmount it: root at saturn:[~]$ umount -f /bck umount2: Device or resource busy umount: /bck: device is busy umount2: Device or resource busy umount: /bck: device is busy This non-...
2018 Apr 10
0
glusterfs disperse volume input output error
Hi, Could you help me? i have a problem with file on disperse volume. When i try to read this from mount point i recieve error, # md5sum /mnt/glfs/vmfs/slake-test-bck-m1-d1.qcow2 md5sum: /mnt/glfs/vmfs/slake-test-bck-m1-d1.qcow2: Input/output error Configuration and status of volume is: # gluster volume info vol1 Volume Name: vol1 Type: Disperse Volume ID: a7d52933-fccc-4b07-9c3b-5b92f398aa79 Status: Started Snapshot Count: 0 Number of Bricks: 1 x (13 + 2)...
2006 Apr 04
0
Need help debugging (long)
...->size <= 2 * SIZE_SZ, 0) (gdb) 4393 if (__builtin_expect (perturb_byte, 0)) (gdb) 4397 if (!prev_inuse(p)) { (gdb) 4404 if (nextchunk != av->top) { (gdb) 4409 if (!nextinuse) { (gdb) 4413 clear_inuse_bit_at_offset(nextchunk, 0); (gdb) 4421 bck = unsorted_chunks(av); (gdb) 4429 set_foot(p, size); (gdb) 4421 bck = unsorted_chunks(av); (gdb) 4422 fwd = bck->fd; (gdb) 4423 p->bk = bck; (gdb) 4424 p->fd = fwd; (gdb) 4425 bck->fd = p; (gdb) 4428 set_head(p, size | PREV_...
2008 Mar 08
2
error mounting NFS client on NFS server
My NFS server is on 192.168.10.10, with the following setup in /etc/exports: /backup 192.168.10.0/24(rw) Then, form a client (192.168.10.11), I run mount 192.168.10.10:/backup /bck, but get the following error: root at vps01 [~]# mount 192.168.10.10:/backup /bck mount.nfs: Input/output error On the main server, I see this in /var/log/messages: Mar 8 08:42:52 venus kernel: kjournald starting. Commit interval 5 seconds Mar 8 08:42:52 venus kernel: EXT3 FS on dm-6, internal...
2004 Mar 10
1
copy error + control file corruption in ocfs 1.10
Wim, Below are two problems I found in testing the newly released ocfs version. Just for your information. Gr, Robert. - Copying of multiple files gives errors [oracle@prac01 test]$ cp --o_direct -R ./a2/* ./backup/a2/. cp: writing `./backup/a2/./ccdata.dbf.bck': Invalid argument cp: writing `./backup/a2/./ccindex.dbf': Invalid argument cp: writing `./backup/a2/./control02.ctl': Invalid argument cp: writing `./backup/a2/./system01.dbf': Invalid argument cp: writing `./backup/a2/./temp01.dbf': Invalid argument cp: writing `./backup/a2/....
2015 Aug 21
5
Problem with backup of the Samba 4
...d a >> export $PATH=$PATH:... >> to the top of the script, where you add all directories, used >> executables are in. >> >> >> For debugging, you can run the script via cron: >> >> 0 1 * * 1-5 /bin/bash -x /usr/sbin/samba_backup > >/tmp/bck.log 2>&1 >> >> and have a look in the log afterwards. >> >> >> Regards, >> Marc >> >Hi, > >I have the same problem and the log file show: > >Error while backuping ./private/privilege.ldb > >samba 4.1.19 > >Regards >Giuse...
2015 Aug 19
3
Problem with backup of the Samba 4
Hi, I followed the tutorial below to do backup of the Samba4: https://wiki.samba.org/index.php/Backup_and_Recovery When I execute the backup script manually, it is executed perfectly, but when I execute in the crontab, it isn't work. It is my crontab on Debian 7: 0 1 * * 1-5 /usr/sbin/samba_backup Does somebody have an idea ? Regards, Márcio
2010 Feb 18
3
NFS client firewall config?
...Which ports do I need to have open on an NFS client's firewall to allow it to connect to a remote NFS servers? When I disable iptables (using ConfigServerFirewall), it connects fine, but as soon as I enable it, NFS gives me this error: root at saturn:[~]$ mount master1.mydomain.co.za:/saturn /bck mount: mount to NFS server 'master1.mydomain.co.za' failed: RPC Error: Unable to send. I have added ports 111 & 2049 in both the TCP & UDP ingres & exgress ranges, but that doesn't seem to help. portmap & nfs is running as well. But as I say, as soon as I disable the fi...
2017 Feb 03
3
Dovecot dsync 'ssl_client_ca'
Hello, Still working with my dsync pb. I have done a clone (vmware) of my email server. Today I have two strictly identical emails servers (server1 (main) and server2 (bck) (except IP, hostname and mail_replica). The ssl config on my both server: ssl_protocols = !SSLv2 !SSLv3 ssl = required verbose_ssl = no ssl_key = </etc/ssl/private/private.key ssl_cert = </etc/ssl/certs/key.crt ssl_ca = </etc/ssl/certs/GandiStandardSSLCA2.pem This config is working...
2002 May 21
1
smbfs related oops
...[<c01369c0>] [<c01367a9>] [<c01369c0>] [<c0136ae2>] [<c01369c0>] [<c0106b33>] Code: 0f b6 56 00 46 89 d0 c1 e0 04 01 d8 c1 ea 04 01 d0 6b d8 0b [6.] A small shell script or example program which triggers the problem (if possible) smbmount //odin/e\$ /bck/mnt -o username=xxx,password=xxx smbmount //frigg/backup /bck/backup -o username=xxx,password=xxx cd /bck # Also happens with -aq but this prints more info rsync -avv --delete Dokumenter2 /bck/backup [7.] Environment [7.1.] Software (add the output of the ver_linux script here) Debian potato w/ke...
2004 Mar 10
2
copy error + control file corruption in ocfs 1.1 0
...ontrol file corruption in ocfs 1.10 Wim, Below are two problems I found in testing the newly released ocfs version. Just for your information. Gr, Robert. - Copying of multiple files gives errors [oracle@prac01 test]$ cp --o_direct -R ./a2/* ./backup/a2/. cp: writing `./backup/a2/./ccdata.dbf.bck': Invalid argument cp: writing `./backup/a2/./ccindex.dbf': Invalid argument cp: writing `./backup/a2/./control02.ctl': Invalid argument cp: writing `./backup/a2/./system01.dbf': Invalid argument cp: writing `./backup/a2/./temp01.dbf': Invalid argument cp: writing `./backup/a2/....
2007 May 19
3
table with no row headers
Is this the right way to turn off row headers? table.rowHeaderMode = LAYOUT_FIX_WIDTH table.rowHeaderWidth = 0 -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407
2017 Feb 03
4
Dovecot dsync 'ssl_client_ca'
...riviez : > Hello, > On 02/03/2017 08:51 AM, Thierry wrote: >> Hello, >> >> Still working with my dsync pb. >> I have done a clone (vmware) of my email server. >> Today I have two strictly identical emails servers (server1 >> (main) and server2 (bck) (except IP, hostname and mail_replica). >> >> The ssl config on my both server: >> >> ssl_protocols = !SSLv2 !SSLv3 >> ssl = required >> verbose_ssl = no >> ssl_key = </etc/ssl/private/private.key >> ssl_cert = </etc/ssl/certs/key.crt >>...
2004 Jan 06
7
Getting ext3 up and running
I have a Debian system from a Knoppix distribution. I started out with ext2 but decided to change to ext3. tune2fs -j OK. However the system boots with a warning ....ext3 mounted as ext2. proc/mounts confirms this and no journal is running. So I have to make an initrd. Did so using instructions in the Debian Reference and this did not change anything. Any attempt to use the img produced was a
2017 Feb 06
2
Dovecot dsync 'ssl_client_ca'
...lo, >>>>>> >>>>>> Still working with my dsync pb. >>>>>> I have done a clone (vmware) of my email server. >>>>>> Today I have two strictly identical emails servers (server1 >>>>>> (main) and server2 (bck) (except IP, hostname and mail_replica). >>>>>> >>>>>> The ssl config on my both server: >>>>>> >>>>>> ssl_protocols = !SSLv2 !SSLv3 >>>>>> ssl = required >>>>>> verbose_ssl = no >>&gt...
2018 Dec 02
0
Dovecot 2.3.4 crash
...>, p=0x562c3664bf60, have_lock=0) at malloc.c:3905 size = <optimized out> fb = <optimized out> nextchunk = <optimized out> nextsize = <optimized out> nextinuse = <optimized out> prevsize = <optimized out> bck = <optimized out> fwd = <optimized out> errstr = <optimized out> locked = <optimized out> __func__ = "_int_free" #5 0x00007fdb923e978f in mysql_close (mysql=0x562c3662f9b0) at ./libmariadb/libmariadb/mariadb_lib.c:1939 No locals. #6...
2017 Feb 03
0
Dovecot dsync 'ssl_client_ca'
Hello, On 02/03/2017 08:51 AM, Thierry wrote: > Hello, > > Still working with my dsync pb. > I have done a clone (vmware) of my email server. > Today I have two strictly identical emails servers (server1 > (main) and server2 (bck) (except IP, hostname and mail_replica). > > The ssl config on my both server: > > ssl_protocols = !SSLv2 !SSLv3 > ssl = required > verbose_ssl = no > ssl_key = </etc/ssl/private/private.key > ssl_cert = </etc/ssl/certs/key.crt > ssl_ca = </etc/ssl/certs/GandiSt...
2015 Aug 21
0
Problem with backup of the Samba 4
...ATH:... >>> to the top of the script, where you add all directories, used >>> executables are in. >>> >>> >>> For debugging, you can run the script via cron: >>> >>> 0 1 * * 1-5 /bin/bash -x /usr/sbin/samba_backup > >> /tmp/bck.log 2>&1 >>> and have a look in the log afterwards. >>> >>> >>> Regards, >>> Marc >>> >> Hi, >> >> I have the same problem and the log file show: >> >> Error while backuping ./private/privilege.ldb >> &...
2020 Apr 27
1
Offline login doesn't work with smbclient (NT_STATUS_NO_LOGON_SERVERS)
...ILE) user_flgs: NETLOGON_CACHED_ACCOUNT credentials were put in: FILE:/tmp/krb5cc_0 ???san???root???~???ntlm_auth --request-nt-key --domain=MYDOM --username=testuser --password=xxxxxxxx --offline-logon NT_STATUS_OK: The operation completed successfully. (0x0) ???ghost?? root ??~???smbclient //san/bck -UMYDOM\\testuser Enter MYDOM\testuser's password: session setup failed: NT_STATUS_NO_LOGON_SERVERS Anyone has any idea what could be the problem?
2008 Oct 24
2
replace
i need your feedback about this command, it should find a string in multiple html files in a directory and replace it with a different string... find /dir -name "*.html" -exec sed -i 's/"old"/"new"/g' {} \; Thx.