Displaying 20 results from an estimated 1200 matches similar to: "Misunderstanding samba [homes]"
2013 Aug 05
1
Samba 4 as member server
Hello list,
I'm trying to setup a small samba4 domain ( 1 DC, 1 member server, 12 Win7
clients) on Ubuntu with the packages shipped with Ubuntu 13.04 (Samba
4.0.0), I also tried on Ubuntu 13.10 (Samba 4.0.3).
DC seems to work fine, I can manage users an gpo, clients can join and
logon. But I cannot the member server working.
My smb.conf:
[global]
workgroup = VERWALTUNG
2007 Oct 08
2
rsync error: protocol incompatibility (code 2) at main.c(1385)
Hello,
i'm trying to backup one of my hosts with a two rsync-scripts, which are
mainly just calling on the client side
/usr/bin/rsync --server --sender -vlogDtprz --delete-excluded
--numeric-ids --exclude-from=/etc/sm-backup/rsync.exclude /
and on the server side
rsync -avz --numeric-ids -e "ssh -i $key" --delete --delete-excluded
rsync@$client:/ $DATA_PATH/$client/daily.0
2004 May 25
1
Share violation on file error
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
I see some strange errors on a samba-3.0.2a PDC and fileserver
running under Linux.
Every now and then users are not able to access some random file.
Windows tells the user that the "file is already opened"
or some similar error message (it's an error message in german)
The files are varying, I see all kinds of filenames where
2007 May 01
3
simulation
Hello
I would like to simulate datasets in the following way:
x <- rpois(999, 2000)
y <- sum(exp(rgamma(x, scale=2, shape=0.5)))
The problem is, that by calling "y" I just get 1 value back and not 999 values. Can anyone help me? Thanks!
Brigitte
[[alternative HTML version deleted]]
2007 May 01
2
Simulation using parts of density function
Hi
My simulation with the followin R code works perfectly:
sim <- replicate(999, sum(exp(rgamma(rpois(1,2000), scale = 0.5, shape = 12))))
But now I do not want to have values in object "sim" exceeding 5'000'000, that means that I am just using the beginning of densitiy function gamma x < 15.4. Is there a possibility to modify my code in an easy way?
Thanks for any help!
2020 Apr 23
1
Samba 4.12 network share issue
Dear all,
I would need some help if we?re running in issues ?cause a wrong configuration of our shares, or it?s a bug in samba 4.12
On samba 4.11 we have no issues with our network shares when Windows Clients connect them.
After upgrade to 4.12 we run in to the issue that network shares which are mounted as drives per gpo not working well,
We get on windows when we try to open the network drive
2003 Mar 19
0
Samba and Win2k: Printing from Outlook Express
Hi,
we are operating the IT of a small non-profit organization with a Samba
server (2.2.5) and roughly 15 Win2k workstations. Everything works
fine so far but one single issue: Printing messages from Outlook
Express: only the header of the mail is printed, no single line of the body.
All the domain users are standard-users (I'm not sure about the
correct English wording, may be someone
2005 Sep 07
3
Office (2003) saving excel sheet takes VERY long..
Hi!
Maybe you can help me, would be very nice!
I'm new to the list and I'm very glad that it exists...
A week ago we migrated to samba and since then it's taking very long to
save a 1,8MB excel document. On fast ethernet it takes us about 10
seconds, on wireless lan it can take up to a minute, although
transferring the same amount of data from the very same machine, that is
2003 Feb 24
4
NT_STATUS question
Hi all
Got a couple of errors in the logs wondering what they mean???
Google does not come up with too much on these NT_STATUS_NO_SUCH_FILE,
NT_STATUS_SHARING_VIOLATION, NT_STATUS_INVALID_LEVEL and
NT_STATUS_OBJECT_NAME_NOT_FOUND.
Four clips illustrating the above are below...
I have am wondering how I sort this out. I am particularly worried about
the NT_STATUS_NO_SUCH_FILE.
All the
2004 Apr 02
1
isolinux - memdisk problems
I had posted the problem described below about two weeks ago,
and I would like to add some odd behaviour even on machines where
the zip image is loaded correctly (without divide by zero).
If I call DOS fdisk, when booted from the image, fdisks asks
if it should enable the large disk support and the returns
immediately to the command prompt.
regards
--
Bernhard Treutwein
2007 May 03
0
unscrible pls
On 5/2/07, r-help-request@stat.math.ethz.ch <
r-help-request@stat.math.ethz.ch> wrote:
>
> Send R-help mailing list submissions to
> r-help@stat.math.ethz.ch
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://stat.ethz.ch/mailman/listinfo/r-help
> or, via email, send a message with subject or body 'help' to
>
2018 Jan 16
0
flatpak installation package?
Of course... R _is_ open source. However, it is unwise to assume that the volunteers scratching itches for their preferred distros will take on additional work... it is more likely that you will need to take on scratching that new itch.
--
Sent from my phone. Please excuse my brevity.
On January 16, 2018 7:36:45 AM PST, Treutwein Bernhard <Bernhard.Treutwein at Verwaltung.Uni-Muenchen.DE>
2017 Nov 29
1
[ANNOUNCE] xf86-video-vboxvideo 1.0.0
The first release of vboxvideo in upstream X.Org. Enjoy!
Regards
Michael
--
Michael Thayer (2):
Initial commit.
vboxvideo 1.0.0
git tag: xf86-video-vboxvideo-1.0.0
https://xorg.freedesktop.org/archive/individual/driver/xf86-video-vboxvideo-1.0.0.tar.bz2
MD5: 42c840707d0e5e3459ab615c9814578f xf86-video-vboxvideo-1.0.0.tar.bz2
SHA1: 219e0efdcc5afbd048aed4b780833765f01624bf
2001 Oct 08
1
access denied but only in cetain situations
Hello
we did reinstall a server and we also reinstalled samba ( using the old smb.conf )
Now we have a strange behavior.
If i start a dos programm that resides on the samba server from the command line we get the message "access denied" ( Zugriff verweigert ).
if I start the same program form windos start/run with the entire path, then the app starts.
What is even stranger, after I
2008 Jan 09
2
labels to values
I couldn't find out how the following to solve:
There is a column in a data.frame:
> d[, 'Y6']
[1] 6 3 8 11 8 9 6 8 3 5 10 15 NA 9 8 3 8 16 6 6 NA 10 5 2 7 7 6 16 7 15 7 10 12 8 7 12 12 16 7 6 8 8
15 6 [45] NA 8 99 7 12 8 9 16 7 16 8 7 7 1 15 12 8 7 10 7 8 7 8 9 8 6 6 8 6 16 11 5 11 11 1 11 3 7 7 10
10 10 6 11 [89] 16 NA
2004 Mar 16
0
Isolinux - Memdisk problems - divide by zero after booting
I'm trying to switch from a standard floppy emulation
rescue disk (PQ-Magic & Ghost) to a no emulation
large floppy using isolinux & memdisk. I finally
got the CD booting on two systems (see below)
but on a third system I get a divide by zero message
and/or other error from DOS, which is starting
to boot correctly. It appears to happen during
loading the drivers in config.sys. It is an
2002 Dec 09
0
SAMBA 2.2.7, compilation errors
Hello, SAMBA-team,
when compiling SAMBA 2.2.7 on my SMP-Primergy (1 GIG RAM, SMP with two
Pentium III 1 Ghz) i first get some compiling errors (different sources but always it' s
"warning : passing arg 1 of 'function' discards qualifiers from pointer target type") and
then finally compilation stops when beginning to link /bin/smbd with "lib/system.o: In
function
2003 Nov 24
0
samba3 with ldap: connections from WinXP and smbclient 3 are OK, but not from WinNT and smbclient 2
Hello,
please excuse if this question was asked before, but I wasn't able to
find an answer for my problem in the list archive nor (with google) on a
website.
Here is my problem:
I use Samba 3 from Debian/unstable together with ldap. The ldap-server
is a NDS Server (Novell directory service/eDirectory). Authentication
works well
- with the smbclient of samba 3.x
- from Windows2000 with
2005 Sep 06
1
Cannot print PDF-Files...
Hi,
I have a network with a Server running 3.0.14 (Debian sarge), which is
doing quite fine as a PDC and as a printer server (using cups). Almost.
Printing is working, I can print Windows test pages, I can print
from several applications, including MS office. But I cannot print
over the network from Acrobat Reader, not at all. If a network
printer is selected and used, than _nothing_ happens,
2011 Nov 29
0
2.0.16 - auth with vpopmail won´t work anymore
Hi,
after upgrading from 2.0.15 to 2.0.16 authentication with vpopmail won?t
work anymore.
2.0.x and 1.2.x works (this output is from 2.0.15):
Nov 28 18:29:21 mail dovecot: auth: Debug: auth client connected (pid=3855)
Nov 28 18:29:21 mail dovecot: auth: Debug: client in: AUTH 1 PLAIN
service=imap secured lip=10.114.57.11 rip=10.114.57.11 lport=143
rport=37693