Displaying 9 results from an estimated 9 matches for "le2005".
Did you mean:
2005
2005 Jul 16
2
Adding samba users via a script
Hi all,
I have a script that I wish to implement for adding users and samba users in
bulk. I'm running Samba 3.0.13 on Mandriva LE2005 although the script dates
back to samba 2 days.
The script works by reading the user's name, password and group from a text
file, first generating Unix user accounts and then running:
/usr/bin/smbpasswd -a -s $user $pwd > /dev/null
to add the smb accounts. The -s switch should allow the...
2005 Oct 19
1
High CPU load on smiod
Hi all,
I'm running Samba 3.0.13 on Mandrake 10.2 (LE2005) and have mounted the shares
on an NT4 server to rsync the files over to the Samba box.
The only thing is that Linux sees the dual Xeons in the server as four CPUs
and the first core on CPU1 hits 100% while the files are copying over. Every
so often, CPU1, core 2 takes over (at 100%) for a shor...
2005 Sep 01
1
net rpc vampire
Ok folks, here goes:
We have an old NT4 machine that we wish to replace as the PDC on our network.
In it's place, we've got a dual xeon box with Mandrake LE2005 and Samba
3.0.13-2 and I'm currently trying to draw the accounts over with vampire. I'm
using tdbsam as a backend.
I've been through several readme's and howto's and have created all the UNIX
accounts, mapped unix groups to Windows groups etc and the NT4 server sees it
as...
2005 May 13
1
cupsaddsmb problem
Hi all,
I have a problem with adding point and print to a print server. The server
details are as follows:
700MHz Celeron + 384MB RAM
Mandriva LE2005 (Mandrake 10.2)
Samba 3.0.13-2mdk
CUPS 1.1.23
cups drivers 10.2-0.11
gimpprint-cups 2-1.1.23-11
foomatic 3.0.2-1
The server is bound to an NT4 based domain (to be replaced with Linux/Samba in
the summer) and winbind works fine with wbinfo -u and -g returning a full
list of users and groups.
Cup...
2006 Mar 25
0
Access Violation running an application calling Borland libraries vcljpg60.bpl & vcl60.bpl
Access Violation running an application calling Borland libraries
vcljpg60.bpl, vcl60.bpl.
I am using Wine 0.9.10 and Mandriva LE2005. Although I can run several windows
application successfully, I have never been able to run one - Heredis8 - that
seems to be using Borland libraries (vcljpg60.bpl, vcl60.bpl, and others).
The output from running "winedbg Heredis8.exe" is below. There is no error
message on the consol...
2006 Jan 09
1
Connecting from XP to samba shares
Hi all,
This question has probably been asked and solved/dismissed several
times before, but I didn't find any clear solution googling about.
The problem is I have a samba server (in Mandriva LE2005) with
"security=share" (this is the setting I want). There I have a shared
directory I'd like to be available to anyone, provided they give the
correct password (win98 style).
When I connect from another linux box, it works. I get a window asking
for username and password, and I can...
2006 May 12
2
Re: Can Garmin's (MapSource) USB map-card reader be used in Wine?
Hello,
I tried to install Mapsource 6 in Wine (20050211.2) on MDK LE2005 but it
didn't install... The same with GIDroute which installed but didn't want to
be launched.
I will give it a try on MDV 2006 but I don't expect a miracle. And the pseudo
map applications for Linux are not really what we can consider as useful and
easy to handle with...
Ciao @+...
2005 Jun 10
1
Re: Samba problems - looks like a bug in client
...hough this is never as bad from any other application.
> 1. Command syntax may have changed on you.
Always possible. My main problem, though, is in saving files across the
lan, direct from apps like gnumeric.
> 2. Network connectivity (check both sides with nmap). I noticed that on
> LE2005 that shorewall is on and set up by default.
Shorewall is not installed on this (the client) box, and windows boxes can
save correctly, indicating that shorewall on the server is working
correctly.
> 3. File system permissions on your share directories. (test by making
> it chmod 777)
>...
2005 Oct 10
8
Help with sincronizing two directories on remote servers
Dear friends,
a newbie here.
we have two webservers, a and b, both of them with rsync
installed.
We would like to rsync one directory on one server with
another directpory on another server.
What I do is to go to one of the server (server a) as root
using ssh, navigate to the directory, and write
rsync -avz username@serverb:directory/ ./
But it does not work.
Am I doing something