similar to: What is this!

Displaying 20 results from an estimated 20000 matches similar to: "What is this!"

2001 Dec 09
2
Samba and CUPS... Driving Me Psychotic
I have set up samba 2.2.2 (debian package 2.2.2-2, actually). Files are shared out (though Win98 doesnt like my valid users lines, a task for another day). However, it hits the fan when I try to share out my printer to my win2000 system (note: I can print from the server). Ive been through DIAGNOSIS.txt and the HOWTO collection, which didnt help, unless I missed something. Here are some relevant
2002 Feb 12
1
What is the function of nmbd?
I've got Samba 2.2.2 installed and running fine on one of our servers (RS/6000 AIX 4.3.3 and using NT authentication), however, when I do Test #4 (from docs/textdocs/DIAGNOSIS.txt) it looks like this: npssrv{root}#nmblookup -B npssrv _SAMBA_ querying _SAMBA_ on 173.148.200.113 name_query failed to find name _SAMBA_ The test said I should get back the IP address of our samba server. I got
2001 Nov 29
8
File transfer speed issue
Hi all, I have aproblem with Samba copying (unfortunatly I'm new to samba so my skills are fairly limited). I have a sun box (solaris 8) with samba 2.2.2. Copying from sun to a nt server is fast (as good as you would expect) however, copying from the nt server to the sun box is slow (files copy normally, then slow to a complete halt then copy very slowly). We cannot see anything on a
2018 Mar 04
6
Error joining Samba 4.7.4 DC to existing Win2008R2 domain
On Sun, 4 Mar 2018 00:14:48 +0100 Claudio Nicora <claudio.nicora at gmail.com> wrote: > > > And I can now confirm that 4.7.4 on the latest Ubuntu 18.04 snapshot > > joins to a Samba AD domain as a DC. > I'm sure it does, that's why I suspect something is wrong in my > Win2000-->Win2008R2 upgraded domain AD. > > > Another thing that comes to my
2002 Jun 26
2
Windows 95
I am having a problem with some Windows 95 PC's . I had Samba 2.0.5 installed on a Sun system with Solaris 6, and a local network of PC's with W95 and W98, and everything was working fine. I then installed a new server with Solaris 8, and changed the IP addresses on the network, and the W98 PC was fine as was one of the W95 PC's, but 2 W95Pc's cannot see the Samba share, if I do
2003 Aug 14
5
Access denied when printing to Samba printers
Howdy all, I'm setting up a print server machine to serve hosts in an Active Directory domain. Debian GNU/Linux ("sarge", current testing branch), Samba 3.0.0beta2-1. Success so far: - All steps in the current DIAGNOSIS document <http://au1.samba.org/samba/devel/docs/html/diagnosis.html> - Sharing printer drivers from the [print$] share (yay!) - Connecting to the
2001 Nov 21
2
access from win98
Dear List I have installed RHL 7.1 and installed samba as described in FAQ. When I try to access through Windows 98(client) Network Neighbourhood, it shows "Linux Server" but i could not able to access, as following error appears: \\Linux Server is not accessible The computer or sharename could not be found, make sure you typed is correctly, and try again. I just
2004 Sep 03
2
strptime problems
Hi, I'm experiencing a problem with strptime. (R 1.9.1 on a Win2000 machine) I have a large list containing 6 columns and 161800 rows. One column contains dates that I want to convert in order to compare the different dates. Some dates work just fine while others become NA. I don't see any difference between the dates. I've attached an example from my code. Hope this explains my
2002 May 26
1
Samba + Active Directory
Hi! I'm trying to use Samba 3.0 (CVS) as a PDC for Win2000. After reading some Howto's it works great to join the domain and to login but a big problem is still there. I want to have at least one Domain Administrator. But i don't know how to make one. In the Howtos and manuals (which are made for 2.2) stands that you have to insert DomainAdminGroup = @adm (or something like that) in
2013 Apr 18
1
parSapply can't find function
Here is the code, assuming 8 cores in the cpu. library('modeest') library('snow') cl = makeCluster(rep('localhost', 8), 'SOCK') x = vector(length=50) x = sapply(x, function(i) i=sample(c(1,0), 1)) pastK = function(n, x, k) { if (n>k) { return(x[(n-k):(n-1)]) } else {return(NA)} } predR = function(x, k) { pastList = lapply(1:length(x), function(n)
2013 Apr 18
1
snow: cluster initialization
Dear all, I found a strange thing with the snow package. This will work: y = matrix(1:4, 2) cl = makeCluster(rep('localhost', 8), type='SOCK') parMM(cl, y, y) This will not: y = matrix(1:4, 2) ncore = system('nproc') parMM(cl, y, y) Error in cut.default(i, breaks) : invalid number of intervals I also tried: cl = makeCluster(rep('localhost', ncore),
2002 Jun 09
2
Win98 not doing name resolution.
I recently reinstalled Linux on my fileserver (RedHat 7.2), which was running Samba (v 2.2.1a). Now, trying to reconfigure Samba back to its original state (silly me didn't keep a copy of the conf file) I've run into a problem. My win98 machines can't find the Samba server by name, but they can by number. By this I mean: On a Linux desktop, smbclient -L //marvin/ works as
2010 Dec 07
9
[PATCH] Btrfs: pwrite blocked when writing from the mmaped buffer of the same page
This problem is found in meego testing: http://bugs.meego.com/show_bug.cgi?id=6672 A file in btrfs is mmaped and the mmaped buffer is passed to pwrite to write to the same page of the same file. In btrfs_file_aio_write(), the pages is locked by prepare_pages(). So when btrfs_copy_from_user() is called, page fault happens and the same page needs to be locked again in filemap_fault(). The fix is to
2003 Oct 06
1
I need to know What version of Samba and Linux work with Win2000
Hi The information on Linux set up for Windows in the web site is dated 1996 and only deals with NT4 and Win95. I have found a FILE NOT FOUND problem using RedHat 6.2 and samba 2.0.6 (PS Linux 2.0.35 worked with Win2000 ! I have seen comments that Win2000sp2 uses RPC's which are not in Samba 2.2.0. I have seen that others have reported such a problem in Samba 2.2.2. What Samba version ?
2011 Apr 06
3
[PATCH V2] Btrfs: fix subvolume mount by name problem when default mount subvolume is set
We create two subvolumes (meego_root and meego_home) in btrfs root directory. And set meego_root as default mount subvolume. After we remount btrfs, meego_root is mounted to top directory by default. Then when we try to mount meego_home (subvol=meego_home) to a subdirectory, it failed. The problem is when default mount subvolume is set to meego_root, we search meego_home in meego_root but can not
2002 Jul 18
1
CRITICAL can't copy files to samba volumes
I've set the perms on the vlumes as wide open as possible.. 2k and Win98 give different errors. When trying to copy a local folder (With files in it) to the smaba share I get: You may not be able to to access files created in the folder \\samba-server\software\new folder\scripts Do you want to continue Yes No Win2k says "Cannot copy FOLDERNAME: The specified network name is
2001 Nov 19
1
Slow writes from DOS client
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: Michael Stein.vcf Type: application/octet-stream Size: 455 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/20011119/3a683333/MichaelStein.obj
2001 Dec 20
2
RH7.2&&smbd2.2.1a&&W98/2000&&Connection Problem
Hello all! I've readed somes docs and I found nothing about the following trouble : I can't connect to my sbmd server using the following : '\\MYRH72SMBDSERVERNAME\'. I always got a error message like : 'Share name could not be found, make sure you typed it correctly....' , but if I utilize \\10.x.x.x\ all is working fine (I don't want to access using the \\IP\
2003 Mar 28
1
smbpasswd and shadow passwords
Hi everyone, I'm still debuging my installation of samba. in /textdocs/DIAGNOSIS.txt under test 7, it suggested that - you have shadow passords (or some other password system) but didn't compile in support for them in smbd How do I check if my shadow passwords isn't compiled in support for them in smbd, if they are not, how do I go about compiling them? - you enabled password
2001 Nov 28
2
Problem with printer driver sharing Win2k klients.
Hi... I got this new server at work that I have to get 100% up and running by tomorrow. It's running Samba 2.2.1a on SuSE 7.3 Pro It's supposed to be VPN - File and Printer Server The printers are: One OCE 700C / CS90 color copier and One OCE 3165 And there is only one problem left. I can install the printer drivers for Win9x & NT on the samba server. But I can't figure out how to