similar to: smbclient changed behaviour authentication-file

Displaying 20 results from an estimated 110 matches similar to: "smbclient changed behaviour authentication-file"

2018 Sep 03
2
smbclient changed behaviour authentication-file
Hello, thank you for this information. Do you have any idea for an workaround? Kind regards Philipp Rehs Am Freitag, den 31.08.2018, 13:28 -0700 schrieb Jeremy Allison: > On Fri, Aug 31, 2018 at 08:07:27PM +0000, Rehs, Philipp Helo via > samba wrote: > > Hello, > > > > we are using Sambadav[1] with Samba 4.4 in our university, which > > relays > > on
1998 Apr 08
1
remote subnet browsing and NT4.0SP3
Hello, I have a samba 1.9.18p4 server running as a domain master browser on a subnet, with some clients distributed on other subnets. If there are only Win 95 clients on a subnet, browse sync works - but not if there are Win NT 4.0 SP3 machines on that subnet. Error from nmdb (at log level 3): sync_with_lmb: Initiating sync with local master browser MAILHEIDELBERG<0x20> at IP
2008 Apr 06
1
lme cant get parameter estimated correctly
I am caught in a mental trap. Why isn't the between groups variance estimated (0.0038) to be around the value with which I generated the data (0.0002)? Thanks Toby set.seed(76589437887) fph = 0.4 Sigh = sqrt(0.0002) Sigi = sqrt(0.04) ci = 1 fpi = matrix(,7200,3) for (i in 1:90) { fph = rnorm(1, fph, Sigh) for (k in 1:80) { fpi[ci,1:3] = matrix(c(i, k, rnorm(1, fph, Sigi)),1) ci
2009 Jul 29
3
[LLVMdev] Yet another MSVC fix
Please commit... Best Olaf Krzikalla -- Olaf Krzikalla Technische Universitaet Dresden Zentrum fuer Informationsdienste und Hochleistungsrechnen Abteilung Verteiltes und Datenintensives Rechnen Zellescher Weg 12, 01069 Dresden Willersbau, Zimmer A105 Telefonnr.: +49 351 463-32442 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: twine.patch
2013 Jan 30
1
kernel driver prevents supend to disk since 3.7 series
Hello, 3.7.x kernels prevent my laptop with Optimus VGA from suspend to disk with an PFIFO write fault in PCOPY0, see kernel log below. During the 3.6.x upto 3.6.11 suspend worked without problems. lspci -v info of the VGAs is attached. What may I do to debug this further ? Thanks for any help and greetings, Hermann Jan 30 00:32:41 seba kernel: [ 69.468486] nouveau [ DRM] suspending
2010 Jan 04
3
[Bug 430] Could add option to sftp-server to disable write access
https://bugzilla.mindrot.org/show_bug.cgi?id=430 --- Comment #6 from Damien Miller <djm at mindrot.org> 2010-01-04 14:00:26 EST --- Created an attachment (id=1763) --> (https://bugzilla.mindrot.org/attachment.cgi?id=1763) /home/djm/sftp-ro.diff Adds a -R commandline option to disable writes and other filesystem- modifying options. -- Configure bugmail:
2009 Jul 29
0
[LLVMdev] Yet another MSVC fix
Sorry, I was too fast. There is more... But now all compiles fine. However I'm not very satisfied with the Constants.patch since I don't know for 100% sure what's going on. OK, I know that MSVC tries to instantiate the virtual member function FoldingSet<MDNode>::GetNodeProfile where gcc seems to be more relaxed on the instantiation of template functions. But I have no idea
2002 Jul 30
1
Fwd: Reh Hat ipchains tricks
Hi Raymond, I also struggled 3 days to set up a direct connection between a RH7.3 box and a WinME box with a crossover cable for experiment and met with frustration. The setup of WinME box has no problem and it can connect to other Win boxes for file sharing. IP Address RH7.3 192.168.0.1 WinME 192.168.0.2 Ping started connecting but both boxes can't see each another. I also doubt
2003 Dec 01
0
No subject
out(Sometimes it fun to watch for hours) and see if you see any coming from 192.168.0.2 Dan -----Original Message----- From: Stephen Liu [mailto:satimis@writeme.com] Sent: Tuesday, July 30, 2002 7:31 PM To: Raymond Gimilio Cc: samba@samba.org Subject: Re: Fwd: [Samba] Reh Hat ipchains tricks Hi Raymond, I also struggled 3 days to set up a direct connection between a RH7.3 = box=20 and a
2002 Aug 13
2
AW: Unable to open configuration file "/etc/smb.conf" (or whereve r i specify)
Hi, it looks like you have something really messed up on your system. The size of the file is 1243 bytes (from strace) but 0 bytes are being read. If you had no permission to read the strace would have looked like this: open("/etc/samba/smb.conf", O_RDONLY|O_LARGEFILE) = -1 EACCES (Permission denied) A quick look at the source code reveals: /etc/samba/smb.conf is opened in file_load
2006 Mar 19
1
Extracting numerical vectors from an array - use of multhist (plotrix)
Dear R community members, I am very new to R, so I hope I didnĀ“t oversee the answer to my question in the manuals and faqs. I am trying to create a histogram containing several data sets (I would like to see how the dependent variable is distributed for the different groups). This should be possible using the function multhist contained in the plotrix package. (I am using R 2.2.1, in windows XP).
2015 Jun 08
0
New R package kwb.hantush (0.2.1): calculation of groundwater mounding beneath an (stormwater) infiltration basin
Dear R users, It is a pleasure for me to announce the availability of the new package kwb.hantush (0.2.1)? on CRAN. Its objective is the calculation of groundwater mounding beneath an (stormwater) infiltration basin by solving the Hantush (1967) equation. For checking the correct implementation of the algorithm the R modelling results were cross-checked against alternative models assessed in
2015 Jun 08
0
New R package kwb.hantush (0.2.1): calculation of groundwater mounding beneath an (stormwater) infiltration basin
Dear R users, It is a pleasure for me to announce the availability of the new package kwb.hantush (0.2.1)? on CRAN. Its objective is the calculation of groundwater mounding beneath an (stormwater) infiltration basin by solving the Hantush (1967) equation. For checking the correct implementation of the algorithm the R modelling results were cross-checked against alternative models assessed in
2009 Aug 28
1
[LLVMdev] Building an external lib with the LLVM build system
Hi @llvm, what I have here is a library named clangAddons which is tightly coupled to clang and LLVM. This lib provides a single external function only which is then used by my actual application (a QT project). Of course the clangAddons lib needs to be compiled using the LLVM build infrastructure to get all the compiler flags right (you can see it as a lib similiar to clangAST aso.).
2006 Apr 27
1
Plotting Data Frame
Dear R community members, I think I am asking a very simple question, but I really looked up in the faqs and manuals and found nothing helpful. I am trying to plot a data frame with the following structure (this is just a small extract): glo conc odor line series X1 X2 X3 X4 X5 X6 X7 X8 X9 X10 X11 X12 X13 1 0 AIR LN1 UP -0.488
2002 Oct 02
2
output from script
Hi, perhaps the answer to my question is obvious and I didn?t find it because I?m new to R ... The problem is as follows: I read some data from file, do some commands which are well processed and finally make some graphics. OK Then I put these commands together in a *.R file which I can process ... Among these i. e. is sum_input = summary(mydatatable) sum_input ..... plot(mydatatable) What
2009 Sep 11
2
[LLVMdev] compiling clang with rtti
Hi @llvm, I've already asked the following questions to the clang dev list but got no response. Maybe there is a wider audience at llvmdev and someone here can help me. The question actually boils down to: How can I compile clang with rtti enabled? And this was my original mail (with some points now better explained) to clang: <--BEGIN--> Hi @clang, I'm somewhat puzzled about
2023 Mar 01
1
[Announce] Samba 4.18.0rc4 Available for Download
Release Announcements ===================== This is the fourth release candidate of Samba 4.18.? This is *not* intended for production environments and is designed for testing purposes only.? Please report any defects via the Samba bug reporting system at https://bugzilla.samba.org/. Samba 4.18 will be the next version of the Samba suite. UPGRADING ========= NEW FEATURES/CHANGES
2023 Mar 01
1
[Announce] Samba 4.18.0rc4 Available for Download
Release Announcements ===================== This is the fourth release candidate of Samba 4.18.? This is *not* intended for production environments and is designed for testing purposes only.? Please report any defects via the Samba bug reporting system at https://bugzilla.samba.org/. Samba 4.18 will be the next version of the Samba suite. UPGRADING ========= NEW FEATURES/CHANGES
2017 Apr 20
4
OT: systemd Poll - So Long, and Thanks for All the fish.
On Wed, April 19, 2017 16:22, Chris Murphy wrote: > > Apple has had massively disruptive changes on OS X and iOS. Windows > has had a fairly disruptive set of changes in Windows 10. About the > only things that don't change are industrial OS's. > I have no idea how this reference applies to my earlier post. We do not use Apple or Windows servers and the desktop