Displaying 20 results from an estimated 400 matches similar to: "%L substitution..."
2000 Feb 01
0
FEATURE REQ: safe % expansion via new syntax
Proposal: There should be a way to specify that some substitutions
should be made in a way that is safe as far as Bourne Shell
command lines are concerned (e.g., if %f expands to a string
with special characters in it, it should be expanded to a
sutiably quoted string in 'print command' parameters).
Either all parameters that eventually result in a /bin/sh command line
2002 Jul 18
1
Compile error in Samba_2_2 CVS
The current samba_2_2 gives the following compile error
on RedHat 7.1 i386
cd packaging\RedHat
sh makerpms.sh
[snip...]
Compiling recycle/recycle.c
mkdir recycle/.libs
gcc -Wall -I../../source -I../../source/include -I../../source/ubiqx
-I../../source/smbwrapper -c recycle/recycle.c -fPIC -DPIC -o
recycle/.libs/recycle.lo
recycle/recycle.c: In function `do_parameter':
recycle/recycle.c:157:
2002 Oct 29
0
samba error when browsing network.
Hello,
I've got samba 2.2.6 running on my internal network. I'm trying to
connect to my home directory via a win2ksp3 client, and i'm getting the
below error message in my satellite.log file which is the log file
created when i tried to connect. Any suggestions appreciated.
Thanks.
Dave.
ERROR: string overflow by 4 in string_sub(%u, 7)
[2002/10/28 22:03:22, 0]
2000 Jan 28
1
PATCH: 'source environment' param and % token subs for 'netbios name'
Attached please find unified diffs against Samba 2.0.6. I'm hoping that
others will find it useful and that it may even find its way into Samba
2.0.7
This patch does two things:
- Modifies the handling of the 'netbios name' parameter so that
standard_sub_basic() is run on its value when the 'netbios name'
parameter is processed.
This has to be done this way because
2002 Jul 09
1
PATCH: Performance improvement for parameterised include path names
I posted last week regarding a bug in the way that smb was re-reading
our config files every 60 seconds even though the files were not
changing.
As a result we had 396 smbd processes trying to read three files at the
same moment with the obvious load average.
The reason that all the smbd's were running at the same moment is
because the smbd's read the config files every 60 seconds
2002 Sep 18
1
Error log?
Hi,
I'm getting the following errors from smbd every night... The error log
will grow to consume all the file space on the system.
Sep 18 06:00:00 seawolf smbd[2257]: [2002/09/18 06:00:00, 0]
lib/util_str.c:string_sub(1188)
Sep 18 06:00:00 seawolf smbd[2252]: [2002/09/18 06:00:00, 0]
lib/util_str.c:string_sub(1188)
Sep 18 06:00:00 seawolf smbd[2251]: [2002/09/18 06:00:00, 0]
1999 Jul 21
1
2.0.5 problem with variable substitutions
I have a problem with 2.0.5 that did not happen in 2.0.4b or previous
releases. I am seeing thousands of these messages in log.smb:
[1999/07/20 23:44:24, 0] lib/util_str.c:string_sub(1095)
ERROR: string overflow by 7 in string_sub(%M, 967)
and the smbd process seems to be stuck in a tight loop.
It's caused by the variable substitutions in these lines from smb.conf:
root preexec = [ %U
2004 Jan 22
2
2.2.8a - string overflow by 6 in string_sub
Hi,
smbd eats a lot of cpu time and there is this error in the log:
[2004/01/21 23:30:00, 0] lib/util_str.c:string_sub(1221)
ERROR: string overflow by 6 in string_sub(%m, 73)
21:53:20 up 15 min, 2 users, load average: 2.37, 2.15, 1.18
PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND
1123 root 14 0 2084 1540 1300 R 49.3 2.5 5:09 smbd
1137 root
2000 Jan 30
0
More checks for param/loadparm.c
Here's a second set of diffs for sanity-checking smb.conf files.
This one implements a basic set of checks on netbios names.
No, it won't recognize someone using an ip address, but
it will realize the dots don't belong:
$ testparm
Load smb config files from /usr/local/samba/lib/smb.conf
WARNING: netbios name "127.0.0.1" contained a dot,
which is only legal in DNS domain
2002 Jul 24
1
%u etc not working
Hello I've got some problems with log files and usernames.
I was trying to make seperate log files for different users but I cannot get them to work when I specify log file = /var/log/samba.%u a file samba.%u appears in /var/log
Am I missing something here or might it be a compile error?
Greetz Maxor
-------------- next part --------------
HTML attachment scrubbed and removed
2002 Dec 11
2
Samba 2.2.7a released
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The Samba Team is proud to announce the release of Samba 2.2.7a.
This is the latest stable release of Samba and the version that all
production Samba servers should be running for all current bug-fixes.
The source code can be downloaded from :
http://download.samba.org/samba/ftp/
in the file samba-2.2.7a.tar.gz or samba-2.2.7a.tar.bz2.
Both
2002 Dec 11
2
Samba 2.2.7a released
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The Samba Team is proud to announce the release of Samba 2.2.7a.
This is the latest stable release of Samba and the version that all
production Samba servers should be running for all current bug-fixes.
The source code can be downloaded from :
http://download.samba.org/samba/ftp/
in the file samba-2.2.7a.tar.gz or samba-2.2.7a.tar.bz2.
Both
1998 Jun 29
0
1.9.18p8 compile problems
I get the following compile error when compiling p8 with p4 Makefile:
Linking smbd
util.o: In function `check_log_size':
util.o(.text+0x2cc): undefined reference to `slprintf'
util.o: In function `name_mangle':
util.o(.text+0x94f): undefined reference to `slprintf'
util.o: In function `standard_sub_basic':
util.o(.text+0x4c9e): undefined reference to `slprintf'
util.o: In
1997 Dec 31
1
security = server not working properly (PR#2786)
> I have the following in my smb.conf for NT servers (3.51 and 4.0):
>
> security = server
> password server = %m
>
> This works fine for 1.9.17p3 and earlier, but doesn't work with 1.9.17p4,
> 1.9.17p5, or 1.9.18alpha14.
>
> Here is the error I'm getting:
>
> NetwkstaUserLogon gave error 59
> password server BUD failed NetWkstaUserLogon
>
>
2005 Feb 07
1
System directory L"%SystemRoot%\\system" is not accessible
Hey, all,
Running Wine 20050111 under SuSE 9.2 (SuSE 9.2 package from
sourceforge.net).
Wine was working fine until about an hour ago; I had several programs
installed and working and did not have this error (afaik).
Then I decided to install Septerra Core (
http://www.lith.com/sites/septerra/ , don't download the demo, though;
it is of no use in debugging, because the demo install does
1999 Jul 22
1
Samba 2.0.5a released - bugfix for 2.0.5.
Due to a problem with a crash bug in smbd in 2.0.5, we
have released Samba 2.0.5a containg a fix for this problem
(which was causing problems for people using macro expansions
in print scripts).
Here are the notes for what we fixed between 2.0.5
and 2.0.5a, which should now be available on all
worldwide mirror sites.
Changes in 2.0.5a
-----------------
1). Fix for smbd crash bug in
2003 Dec 01
0
No subject
the files when you attempt to rename it. This is caused by Window's Media
Player loading the file when you click on it.
To work around this I had to go into Windows Explorer and change the folder
options from "Enable Web Contents in Folders" to "Use Windows Classic
Folders". This way, Windows Media player won't load the file when you click
on it.
Just trying to save
2004 Apr 08
1
Accent with winbind and pam_mkhomedir
Hello
I am using Winbind to authenticate user against an NT Domain. client are
mainly using Win98
I use pam_mkhomedir to auto create home directory of my users.
everything work fine. even the accents in the shared directory
but when i try to logon for the first time with an accented username
it create a home directory with strange characters
invit? seen from win98 and invi_ seen from linux.
2011 May 24
2
IMAP Label Updates not showing up across shared account
Dovecot 2.0.13
Centos 5.4 x86_64 2.6.18-164.9.1.el5 (on ESXi)
OS/Logs on local storage, /home all on NFS server for datastore (NFS Store Centos 5.5 x86_64 2.6.18-194.11.1.el5)
Thunderbird 3.1.10 on XP/W7 Desktops
We are seeing a werid issue where there is a delay of up to a few mins in seeing label updates on messages.
I have confirmed that Thunderbird is sending the update to the server with
2002 Sep 21
7
Another printing problem...
I'm running samba 2.2.3a-6 under Debian (testing) and I
am having a heck of a time getting Windows 2000 to print
to my printer. I keep getting that "Access denied, unable
to connect" message. At one point I had it so you could
print test pages, but as soon as you tried to print from
an application, it would break. However, that doesn't
even work anymore. I've been reading