Displaying 20 results from an estimated 200 matches similar to: "3.0.8/3.0.9 printing tdb entries not clearing"
2001 Nov 27
5
share modes
Hello all,
I used to have
share modes = no
on all my application shares as they were accessed for read-only. I
particularly put this on my netlogon share after someone got an exclusive
lock on part of the login script! I find with 2.2.2 that share modes is no
longer allowed and I get smbstatus lock entries for loads of application
stuff which people should be locking. What is the 2.2.2
2003 Jun 09
2
update encypted and LDAP
Hello all,
I'm currently trying out samba-3.0alpha24 and moving to samba-3.0.0beta1
since we're getting into XP and encrypted passwords etc. I was hoping to
set everyone (about 13,000 users) up on an LDAP (openLDAP) server with
just the Unix crypt passwords for now and run with
encrypt passwords = no
update encrypted = yes
for a while to populate the NT/LM password hashes before
2004 Nov 24
2
PROFILES - XP - SAMBA 3.0.8 - 3.0.9
Please anyone can help me?
We use samba 3.0.9 at the moment as pdc with xp clients.
Since 3.0.8 the profiles are no more loaded from the server.
Only members of the admingroup are having functional profiles.
XP tries to load them, I offered an empty folder for a poweruser,
which was found, but the profile is only temporary and not
copied to the server (xp doesn't report any error on logon or
1999 Jun 24
2
Respond95 for Fax sending under win95/98
Hello,
i'm using the respond-program to send faxes from the win-clients.
Now i'm looking for the web-page, were this program is shown, because i've
some trouble to reinstall this after an bigger crash.
Perhaps someone can give me the URL of this or alternative programs to do an
recipicient query on the win-clients befor sending the fax.
Thanks 4 help,
Yours,
Oliver Grube
1999 May 18
3
Cntrl-M characters ...
Hi,
I am using Samba 1.9.18. The server is running on Solaris 2.5.1 and the client is on Win NT 4.0
I am annoyed by the Control-M characters appearing in text files when the files are edited on Windows
editors and viewed in vi on Sun machine. I had to manually remove the Control-M characters.
Is there a way to eliminate the Control M characters ?
Thanks
Krishna
1999 Aug 25
4
Client on dos
I need to use a samba server (linux redhat 6.0 ) from a diskless dos
machine ( has a floppy drive for booting) . So i need a very little
tcp-ip stack for dos and a client for a NT server on dos so that they
will be small enough to be on a 1.44 system floppy.
Is that possible ?
Paul
1998 Sep 09
1
WINS problem discovered and fixed!! browsing speedup of 20X for large networks
Ok, after several months of pulling my hair out I finally fixed WINS and
browsing at out Univesity. It ended up being an acutal bug, er bad code
segment. To explain we have a large number of clients ~1000+ at any one
time over 6 subnets. Browsing was spuratic at best. nmbd sucked up %70
of the proccessing power of a sparc 5. Well after serious investigation
I traced it down to two lines of
2001 Apr 19
3
Install problems with RedHat 7.0 RPM for 2.2.0
I just went through upgrading from 2.0.7 on Redhat 7.0 using the binary RPM
provided by samba.org and noticed a problem with the swat install.
It seems that the swat binary in the RPM is built to look for it's
supporting files in /usr/share/samba/swat whereas the RPM installs said
files in /usr/share/swat. This results in the following error message when
you try to access swat:
400 Server
1999 May 17
4
Drive namings...
Just wondering if there is a way to get drive namings to change according
to who's logged into the network.
ie.
'bob' logs into windows networking and gets...
E: 'bob' on server kiwi.
Now if 'sue' logs into windows networking on the same pc she gets...
E: 'bob' on server kiwi.
But E: contains sue's stuff. So is there a way into making 'sue'
1999 Sep 09
1
SAMBA digest 2226
samba@samba.org ????????:
> SAMBA Digest 2226
>
>For information on unsubscribing see http://samba.org/listproc/
>Topics covered in this issue include:
>
> 1) RE: weird printing problems.
> by "cbrink" <cbrink@allsportssupply.com>
> 2) Re: weird printing problems.
> by "John J. LeMay Jr." <jlemay@njmc.com>
> 3) Connection
1999 May 05
6
How to install network apps?
I'm trying to figure out an
intelligent way to install
apps on the network server,
and be able to install once
and have all the clients use
this. However, it seems
like most installations modify
the registry and seem to
demand a client-by-client installation.
Am I missing something on this?
Can someone provide me some hints
or references to help this?
(And is anyone thinking about a
SMS/ZEN
2001 Nov 14
6
issues with version 2.2.2
Hi --
Does anyone have any strong comments either
positively or negatively about the new version 2.2.2
running on Solaris 2.7 or 2.6?
I have been running version 2.2.1 since August and
have been having some really unusual behavior with
random denial for some users from some machines at
random times. Is there any evidence that 2.2.2
might help with this?
--
2011 Sep 07
2
ggplot2-Issue placing error bars behind data points
Hi all,
This seems like a basic problem, but no amount of playing with the code has
solved it. I have a time-series data set like that shown below (only longer)
and am seeking to plot the data with filled, circular points and error bars.
I would like the error bars to be behind the points otherwise they tend to
obscure the points (especially when I have a lot of points in the actual
data set).
2011 Apr 15
0
link SELinux context change with 3.0.8
With rsync-3.0.7-3.fc14.x86_64,
rsync -aX /lib/ /lib2
produced links with SELinux context,
system_u:object_r:lib_t:s0
with rsync-3.0.8-1.fc14.x86_64,
unconfined_u:object_r:lib_t:s0
Is this by design, or a regression?
--Fred
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Nov 10
0
Permission / file_set_dosmode problem in 3.0.8
--- branches/SAMBA_3_0_RELEASE/source/smbd/dosmode.c 2004/10/25 19:25:54
3220
+++ branches/SAMBA_3_0_RELEASE/source/smbd/dosmode.c 2004/11/07 20:42:45
3605
@@ -344,7 +344,9 @@
return(-1);
}
- get_acl_group_bits(conn, fname, &st->st_mode);
+ if (!get_acl_group_bits(conn, fname, &st->st_mode)) {
+ return(-1);
+ }
if (S_ISDIR(st->st_mode))
dosmode |= aDIR;
This
2011 Nov 05
0
Xen trace buffers: disabled in Kernel 3.0.8 Dom0 + Xen 4.1.2 Need help
Hi,
I have successfully install Xen 4.1.2 on CentOS 5.7 with Kernel
3.0.8(PVOPS Enabled), everything works fine but i got these messages in
xl dmesg:
(XEN) ERST table is invalid
**********
(XEN) Xen trace buffers: disabled
Anyone knows how to make ERST table valid and enable Xen trace buffers?
Thank you.
_______________________________________________
Xen-users mailing list
2004 Nov 18
0
Win SBS 2003 ADS and samba 3.0.8 authentication problem for 11th user
Hi,
I'm running samba 3.0.8 on SuSE 9.0 (heimdal 0.6-161) as a ADS member server
in a Windows SBS 2003 Domain (with 15 client access licences).
My problem is, that every morning, when people login the eleventh user
cannot connect to the samba shares.
After restarting nmb, smb and winbind, they can.
The log file for the client pc shows following error:
...
[2004/11/18 08:56:55, 1]
2009 Dec 18
0
Skyline CMS Release 3.0.8
Hi All,
Just 10 days after 3.0.7 we''re releasing 3.0.8 with support for
SQLite3. In combination with our demo application, this makes trying
out Skyline CMS a breeze. We also enabled Github issues for Skyline to
track bugs and issues with Skyline CMS.
Besides the SQLite3 support the most notable change since 3.0.7 is the
improved API documentation which you can find on
2004 Nov 26
0
How to increase the max connections allowed on samba 3.0.8
Hello,
I have 300 users and each one needs at least 5 shared disk via samba, but
with my samba version 3.0.8 I have no more than 350 smbd processes enable so
I have the message :
[2004/11/26 11:14:20, 0] smbd/service.c:(340)
Couldn't find free connection.
The variable MAX_CONNECTIONS is no more present in smbd/conn.c, so how can I
increase my free connection set.
I'm in production
2011 Apr 28
1
rsync-3.0.8: problem with installing man pages when using seperate build dir
Hi all,
there is a little problem when building rsync outside it's source dir with
installing the man pages: they are not found and therefor not installed. The
attached patch fixes this situation.
Kind regards,
H.-A. Arnolds
--
________________________________________________________________________
Dipl.-Ing. Heinz-Ado Arnolds
MPI fuer Astrophysik
Karl-Schwarzschild-Strasse 1