search for: clitar

Displaying 20 results from an estimated 55 matches for "clitar".

2005 Feb 09
1
build error on samba 3.0.11 to be domain member w/ W2k ADS
...4 -D_GNU_SOURCE -I/usr/local/samba-3.0.11/source LIBS = -lcrypt -lresolv -lnsl -ldl LDSHFLAGS = -shared -Wl,-Bsymbolic -L/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath,/us r/lib LDFLAGS = -L/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath,/usr/lib Compiling client/clitar.c client/clitar.c:91: error: parse error before '*' token client/clitar.c:91: warning: data definition has no type or storage class client/clitar.c: In function `tar_parseargs': client/clitar.c:1754: error: `regex_t' undeclared (first use in this function) client/clitar.c:1754: erro...
2005 Feb 15
3
3.0.11 client/clitar.c Fails to Compile on RedHat and AIX
Nearly identical results on AIX 5.2 and RedHat 7.3. In both cases: ./configure --with-winbind --with-ads --with-ldap --with-krb5 AIX 5.2: Compiling client/clitar.c client/clitar.c:91: error: parse error before '*' token client/clitar.c:91: warning: data definition has no type or storage class client/clitar.c: In function `tar_parseargs': client/clitar.c:1754: error: `regex_t' undeclared (first use in this function) client/clitar.c:1754: erro...
2003 Sep 23
1
smbclient write default to stderr?
Hi I have problem with smbclient in samba3 rc2, rc4. When I start tar backup with it: smbclient //comp-32/volume pass -U user -d0 -Tc /dev/tape0 > /dev/null [2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830) directory \Kart-32\ [2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830) directory \Kart-32\mairs\ [2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830) directory \Kart-32\mairs\Kart-32\ [2003/09/23 08:27:46, 0] client/clitar.c:do_t...
2005 Feb 24
1
Compilation problem
...client/client.c: In function `do_get': client/client.c:699: warning: passing arg 4 of `cli_getattrE' from incompatible pointer type client/client.c: In function `do_put': client/client.c:1075: warning: passing arg 4 of `cli_getattrE' from incompatible pointer type Compiling client/clitar.c client/clitar.c:91: syntax error before `*' client/clitar.c:91: warning: data definition has no type or storage class client/clitar.c: In function `tar_parseargs': client/clitar.c:1754: `regex_t' undeclared (first use in this function) client/clitar.c:1754: (Each undeclared identifie...
2005 Feb 09
1
Samba 3.0.11 won't compile on Solaris 8
Samba 3.0.11 won't compile on my Solaris 8 machine. It keeps getting compile errors in clitar, although I am using exactly the same configuration options as in Samba 3.0.10. Here is the basic configuration from config.log $ ./configure --with-ldap --with-ads --with-acl-support --with-pam --with-krb5=/usr/local --enable-shared --without-gnu-ld --with-mysql-prefix=/usr/local/mysql --e...
2004 Jan 14
1
signing failures during smbclient tar operation: SMB signature check failed
...and is: # smbclient \\\\snapper\\dfs <password> -U Administrator -E -W CISWINNET -D home -d3 -Tqca /tmp/test.tar [2004/01/14 15:05:10, 3] lib/util.c:dos_clean_name(549) dos_clean_name [\home\faculty\bryant\bryantback-brblt\Images\backups\backup20010502.zip] [2004/01/14 15:05:10, 3] client/clitar.c:do_atar(673) file \home\faculty\bryant\bryantback-brblt\Images\backups\backup20010502.zip attrib 0x80 [2004/01/14 15:05:10, 3] client/clitar.c:do_atar(686) getting file \home\faculty\bryant\bryantback-brblt\Images\backups\backup20010502.zip of size 15593375 bytes as a tar file backup20010502....
2004 Jan 13
1
SMB Signature verification failed on incoming packet
...error "SMB Signature verification failed on incoming packet!" I start the command, and it happily runs for about 3 minutes and then... [2004/01/13 17:39:21, 0] libsmb/clientgen.c:cli_receive_smb(121) SMB Signature verification failed on incoming packet! [2004/01/13 17:39:21, 0] client/clitar.c:do_atar(698) Error reading file \home\faculty\bryant\bryantback-brblt\Images\backups\backup20011126.zip : Server packet had invalid SMB signature! [2004/01/13 17:39:21, 0] client/clitar.c:do_atar(733) Didn't get entire file. size=50316714, nread=46322640 [2004/01/13 17:39:21, 0] client/cl...
1999 Jun 15
0
FIX for smbtar zero length files... (Cont :)
(Erm, sorry about that...) I was talking about errors of the type: Got 0 bytes. The problem was sporatic, and seemed to be load/speed based. That is, the faster the Linux box, the more errors we had. A look through clitar.c led me to a solution. Currently, clitar.c is written to pad a file with zeros if a file read error occurs. This is normal. All of our errors were of the 0 byte length variety, which allows us to retry the read. In all the cases we've seen, this allows us to read the file and save the real...
2005 Mar 14
1
RE: Samba 3.0.11 won't compile on Solaris 8
> On Tue, 8 Feb 2005, Celeste Suliin Burris wrote: > > > Samba 3.0.11 won't compile on my Solaris 8 machine. It keeps getting > > compile errors in clitar [snip] I'm having this same problem. > Wonder why it is failing with #ifdef HAVE_REGEX_H ? That > macro is not defined anywhere. We don't even test for > regex.h anyways. Can you check > and see where HAVE_REGEX_H is defined. It turns out it is defined in gssapi.h from...
1997 Jul 24
0
smbclient, tar, and exclude
...rsively; if the exclude file is a directory, files that are in the directory or subdirectories are not excluded from the tar create. I would like the exclude feature to work recursively, and attached is a patch to do it. The exclude feature works the same way for both create and extracts. *** clitar.c Thu Jul 24 14:05:49 1997 --- clitar.c.new Thu Jul 24 13:58:29 1997 *************** *** 372,381 **** } /**************************************************************************** ! Compare two strings in a slash insensitive way ***********************************************************...
2000 Dec 16
0
bug fix for smbclient/tar
...ges size while the network backup is running, and the resulting backup file is (mostly) unusable. A simple fix is to not read more of the file than was there during the file size query. Then only one file in the tar archive will be bad. The attached patch is for the 2.0.7 version, source/client/clitar.c -------------- next part -------------- --- clitar.c.orig Sat Dec 16 09:50:59 2000 +++ clitar.c Sat Dec 16 10:46:51 2000 @@ -729,6 +729,17 @@ break; } + nread += datalen; + + /* if file size has increased since we made file size query, truncate + read so ta...
1999 Oct 05
0
smbclient tar restore problem (linkflag) from tape-drive
...ent //celeborn/test -U peter -T x /dev/rmt/0 The problem seems to be that the linkflag obtained from the tape drive is not handled and the file is skipped. The linkflag appears to be NULL - the code wonders whether it could be a "gnu tar archive?". >From reading the code in "clitar.c" the current linkflag values that are currently handled are: '0', '5', and 'L'. If the linkflag is any other value (eg NULL) the file is skipped. I have exprimented with substituting the code for linkflag case '0' for the default case and removing the &quo...
2004 Sep 15
2
smbclient's tar_re_search broken?
Hi all, My old and stable backup script don't work anymore. It's based on smbclient's tar command using crX parameters for creating archive, excluding files based on basic regular expressions. The box is running Fedora core 2, fully updated: kernel-2.6.8-1.521 samba-common-3.0.7-2.FC2 samba-client-3.0.7-2.FC2 The error is easily reproducible: smbclient //ntpdc/share -A credfile \ -c
2001 May 02
2
samba 2.2.0 srpm build errors
...ut I rec'd an error. Is there something obvious I am doing wrong? I tried 2.0.7 just to see if that would work, but it failed with different issues. I know it says to submit a bug report, but I would assume I am at fault since I've never built an rpm from source before. Compiling client/clitar.c client/client.c: In function `process_command_string': client/client.c:1766: Internal error: Segmentation fault. Please submit a full bug report. See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions. make: *** [client/client.o] Error 1 make: *** Waiting for unfinished jobs......
1998 Aug 07
1
How to include system files with smbtar?
...e system" to the $SMBCLIENT command line at the end of the smbtar shell script, I get no tarred files at all. Can anybody help me with this? BTW, 'tarmode system' seems to be undocumented. (As are nosystem, hidden, nohidden, verbose, noquiet, quite, noverbose.) I had to check the clitar.c source to find this. Thanks, Ben
1998 Apr 12
0
Long file name support for smbclient
...Devil's Thumb Entertainment Network Administrator Boulder, CO - (303) 938-1200 rob@DevilsThumb.COM http://www.DevilsThumb.COM/~rob "The notion of errors is ill-defined." - IRIX 'netstat' man page -------------- next part -------------- --- clitar.c.orig2 Sat Apr 11 13:45:45 1998 +++ clitar.c Sat Apr 11 18:08:45 1998 @@ -155,6 +155,7 @@ long chk, fchk; int i; char *jp; + static char *long_file_name; /* * read in a "standard" tar format header - we're not that interested @@ -184,23 +185,43 @@ return -...
2020 Dec 15
0
[Announce] Samba 4.13.3 Available for Download
...com> * BUG 13124: s3-libads: Pass timeout to open_socket_out in ms. o G?nther Deschner <gd at samba.org> * BUG 14486: s3-vfs_glusterfs: Always disable write-behind translator. o Volker Lendecke <vl at samba.org> * BUG 14517: smbclient: Fix recursive mget. * BUG 14581: clitar: Use do_list()'s recursion in clitar.c. o Anoop C S <anoopcs at samba.org> * BUG 14486: manpages/vfs_glusterfs: Mention silent skipping of write-behind translator. * BUG 14573: vfs_shadow_copy2: Preserve all open flags assuming ROFS. o Jones Syue <jonessyue at qnap.com&g...
2020 Dec 15
0
[Announce] Samba 4.13.3 Available for Download
...com> * BUG 13124: s3-libads: Pass timeout to open_socket_out in ms. o G?nther Deschner <gd at samba.org> * BUG 14486: s3-vfs_glusterfs: Always disable write-behind translator. o Volker Lendecke <vl at samba.org> * BUG 14517: smbclient: Fix recursive mget. * BUG 14581: clitar: Use do_list()'s recursion in clitar.c. o Anoop C S <anoopcs at samba.org> * BUG 14486: manpages/vfs_glusterfs: Mention silent skipping of write-behind translator. * BUG 14573: vfs_shadow_copy2: Preserve all open flags assuming ROFS. o Jones Syue <jonessyue at qnap.com&g...
2000 Jun 07
2
samba head
...t I consistantly get the same compile error. I have compiled and installed the current 1.2 ldap version. I put the contents of ./ldap/include/ in /usr/local/etc/openldap/lib/ and the contents of ./ldap/libraries/ in /usr/local/etc/openldap/lib/. When I compile I get this error: Compiling client/clitar.c Linking bin/smbclient /usr/lib/libreadline.a(shell.o): In function `get_home_dir': shell.o(.text+0x11c): multiple definition of `get_home_dir' lib/username.o(.text+0x974): first defined here /usr/bin/ld: Warning: size of symbol `get_home_dir' changed from 138 to 37 in shell.o collect2...
2003 Nov 14
1
smclient-excludes
...;-r". So the questions are: - Can we exclude multiple items from being processed by smbclient via "-X"? Or somehow else? - If yes, could someone point us to the right syntax? - How to understand the "-r" option? Does "HAVE_REGEX_H" to be compiled into client.c/clitar.c to support regexes? The behavior of "-r" does not change the way we expected from reading the manuals. Thank you all, Stefan G. Weichinger mailto:monitor@oops.co.at