Displaying 20 results from an estimated 400 matches similar to: "SMB Signature verification failed on incoming packet"
2004 Jan 14
1
signing failures during smbclient tar operation: SMB signature check failed
(Samba 3.0.1, RedHat 9, share is a w2k3, security = ADS)
Here is a snippet of debug level 3 output of an smbclient tar operation,
with error at the end. Command 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
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]
2002 Dec 20
1
smbclient and large file support
smbclient (and smbtar) in version 2.2.7a (and prior) has problems with
large files (> 4GB). The following patch (against 2.2.7a) fixes all
known problems with this. This code has been checked into the CVS tree
in all branches as well.
--
======================================================================
Herb Lewis Silicon Graphics
Networking Engineer
2005 Feb 24
1
Compilation problem
Hello. I am trying to compile samba 3.0.11 on OpenBSD 3.6. At first i
tried the ./configure with a number of switches, but when the make
failed, i redid it with just plain "./configure && make". The configure
works fine. The make runs for awhile but dies with this:
Linking bin/swat
/usr/local/kerberos/lib/libkrb5.so.3.2: warning: mktemp() possibly used
unsafely; consider
2012 Apr 10
3
Snapper packages for Ubuntu
Hi,
I''ve created snapper packages for Ubuntu, available on
https://launchpad.net/~snapper/+archive/stable. For those new to
snapper, it''s a tool for managing btrfs snapshots
(http://en.opensuse.org/Portal:Snapper). It depends on libblocxx
available from https://launchpad.net/~bjoern-esser-n/+archive/blocxx ,
and currently uses git source up to commit 50dec40. I''ve done
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
2005 Feb 09
1
build error on samba 3.0.11 to be domain member w/ W2k ADS
I am trying to build a linux file server as a domain
member w/W2K-ADS .
I have: Slackware 10.1 freshly loaded
KRB5 1.4
Sleepycat DB 4.3.7 (needed for openLDAP build)
OpenLDAP 2.3.23
When building Samba 3.0.11, I recieve the following
errors.
Using FLAGS = -I/usr/local/include -O -Iinclude
-I/usr/local/samba-3.0.11/source/include -I/usr/local
/samba-3.0.11/source/ubiqx
2011 Aug 17
23
[RFC] btrfs auto snapshot
sorry forgot to follow the protocol, now included RFC in the subject.
Hi,
Appears that no one is working on the auto-snapshot feature for btrfs,
so here I am implementing the same.
Below is a draft on the feature list. Any comments / questions /
suggestions are welcome, please do let me know.
btrfs auto snapshot feature will include:
Initially:
- configurable timely
2024 Jun 17
2
vfs_snapper
is this module still maintained and working?
https://www.samba.org/samba/docs/current/man-html/vfs_snapper.8.html
starting to set up the pieces, I have snapshots in btrfs with snapper
itself but so far nothing visible on the windows explorer side.
As always I rtfm all over ;-)
I assume I have to do some extra magic to allow the winbind users/groups
in ...
in the related snapper-config I
2024 Jun 20
1
vfs_snapper
Am 20.06.24 um 17:32 schrieb Stefan G. Weichinger via samba:
> Am 19.06.24 um 14:21 schrieb Stefan G. Weichinger via samba:
>
>> opened a ticket at https://github.com/openSUSE/snapper/issues/917 as well
>
> Did some debugging with their devs, now I found this samba-bug:
>
> https://bugzilla.samba.org/show_bug.cgi?id=14896
>
> comment 2 might point out the actual
2024 Jun 21
1
vfs_snapper
Am 20.06.24 um 17:51 schrieb Stefan G. Weichinger via samba:
> So my alternative might be dropping snapper and do the btrfs-snapshots
> plus the rotation etc with self-written (=copied) scripts and timers.
>
> vfs_shadow_copy2 worked in my tests, I only switched to vfs_snapper
> because it looked promising to have all the rotation and cleanup of
> snapshots done by snapper
2014 Aug 05
1
was code added to detect or die on sighup recently?
I have a script that normally runs my snapshot that I haven't
used for the past several days because something seemed
to be going wrong and I wanted to run things manually.
But running the script twice today, I got:
> snaphome
Found 15 mounted dated, snaps or snap archives
?[snapper#2120]base_mp=/home
1 snap dated today.
(Use: '--force=force_create_snap' to force another snap.)
2024 Jun 20
1
vfs_snapper
Am 19.06.24 um 14:21 schrieb Stefan G. Weichinger via samba:
> opened a ticket at https://github.com/openSUSE/snapper/issues/917 as well
Did some debugging with their devs, now I found this samba-bug:
https://bugzilla.samba.org/show_bug.cgi?id=14896
comment 2 might point out the actual issue with the code, I don't know
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
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
2013 Feb 10
3
Re: Diff using send-receive code
Hello,
We''re a team of 4 final year computer science students and are
working on generating a diff between file system snapshots using the
send receive code.
The output of our utility looks like this-
(I''ve tested it on a small subvol with minimal changes just to give an idea)
root@nafisa-M-6319:/mnt/btrfs# btrfs sub diff -p /mnt/btrfs/snap1
/mnt/btrfs/snap2
2017 Jun 26
2
test builds on private server updates (kernel)
Sorry Hughes,
got some questions.
I have the feeling that I do a lot wrong. Today I sent a mailing post
at fedora where it is also about btrfs under fedora.
In time when i write the mail i forward it my patch for fedora 25
pretransaction & snapper.yp, with the hope of feedback.
https://lists.fedoraproject.org/archives/list/devel at lists.fedoraproject
2024 Jun 19
1
vfs_snapper
Am 19.06.24 um 12:36 schrieb Rowland Penny via samba:
>> ALLOW_GROUPS="domain\ admins"
> ^^^^^^^^^^^^^^^^
> Where are you getting this from ?
:-)
> If I run this in a terminal:
>
> ALLOW_GROUPS="domain\ admins" ; echo "$ALLOW_GROUPS"
>
> I get this:
>
> domain\ admins
>
> Note that the
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'
2001 May 02
2
samba 2.2.0 srpm build errors
I am running redhat 7.1 and would like to build the samba 2.2.0 rpms, but 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