similar to: Can't access a linux server using a Win2K client

Displaying 20 results from an estimated 10000 matches similar to: "Can't access a linux server using a Win2K client"

2002 May 15
2
Linux server, Win2k client: Almost works, what am I missing?
Hello all. A couple of days back I posted a question about how I could get a Win2K client to mount a share from my linux Samba server. I was getting the familiar "account is not authorized to log in from this station" error on the Win2K box, despite a set-up that supposedly allowed guest logins *and* implemented the registry hack for clear-text passwords on the Win2k box. While I
2002 Sep 12
1
AW: File "locking" problem continues.
Hi Kris, lsof (http://freshmeat.net/projects/lsof/) available with most distributions might be your friend: > About: > Lsof is a Unix-specific diagnostic tool. Its name stands for LiSt Open > Files, and it does just that. It lists information about any files that > are open by processes currently running on the system. It can also list > communications open by each process. Using
2002 May 13
1
Samba 2.2.4 SWAT Says Broken Link
Howdy! Just downloaded the Binary RPM for Red Hat 7.2. Seemed to install fine (after I removed 2.2.3a) but when I try to use SWAT in Konquerer, it comes back and says that the link is broken to the machine name. I've tried: http://localhost:901, http://[ip]:901 and http://[machine name]:901. I do have SWAT checked in the Service configuration. Any particular reason it would do that?
2002 May 16
2
redhat linux 7.3 package
Is there a Samba package for Redhat Linux 7.3? I only see packages for 7.2 and below. If package not yet available for 7.3, is there an estimated time that one will be created? Thanks, Huy -------------- next part -------------- HTML attachment scrubbed and removed
2002 Jul 03
2
Occasional problem with hanging SMB mounts.
Hello everyone. I have two linux servers* that each have four directories mounted as SMBFS shares from a Windows 2000 Server. For the most part, this set-up is working great, however, there have been occasional hiccups. Every so often, one of the servers, LINUX-ONE, logs a couple of Samba-related errors. The following is an example: Jun 30 06:30:45 mx-two kernel: smb_trans2_request:
2002 Jul 22
1
Samba 2.2.4 - files have disappeared!
Hello all. I have two linux machines, Red Hat 7.1 with kernel 2.4.9-34 (Red Hat stock), with Samba 2.2.4 installed. Both of these machines usa Samba to mount several shares from a common Windows 2000 server. These machines also run Courier IMAP. For those not familiar with email systems, Courier uses the "Maildir" method of email storage and retrieval; each message is stored as a
2002 Oct 28
3
SMBFS files receiving incorrect timestamps
Hello all. Our system consists of two linux machines, each running Red Hat 7.1 (kernel 2.4.9-34), using SMB to mount multiple shares hosted by a Windows 2000 Advance Server. smbclient from Samba 2.2.5 is used to do the actual mounting. Over the weekend, a number of files on these SMBFS shares were created with incorrect timestamps (modification times). In some cases, the timestamps were off by
2002 May 14
2
Creating Samba users?
I am a new Samba user - I just installed on Solaris 8 and (finally) got smbd and nmbd running. Now how do you create a user in Samba? The documentation provides tons of information about smbadduser and smbpasswd except *how to use it.* Any help is greatly appreciated. For example, how to I create a Samba "root" user if I am the Unix "root" user? Thanks -- JW
2002 Sep 04
3
Probably a stupid question about smbfs and smb.conf.
This seems like it should have an obvious answer, but I haven't seen a clear word one way or the other in the man pages or other documentation that I have read - is smbmount's behavior in any way governed by the smb.conf file? The reason I ask is one of the other sysadmins here has been trying to figure out ways to improve smbfs performance, and he came across the speed.txt file in
2002 May 14
3
How to mount a samba partition in Linux?
I have installed Samba 2.2.1.a. From windows it works allright. From Linux I can browse with smb://server. But I do not have write permissions. When I open a console and in this console enter the command smbclient //server/folder I do have write permissions. Someone told me to mount samba with mount -t smb -o username=***,pasword=*** \\192.168.0.1\folder /destination, but when I do this I get
2002 Sep 11
1
File "locking" problem continues.
Hello, all. A while back I posted a question about an issue, but did not get any replies. I understand this might not be something anybody has a definite answer for, and I understand I may not be offering the right information. If that is the case, please let me know what information I can provide, and please don't hesitate to offer any suggestions about what could be causing this problem.
2006 Jan 10
2
Best pratice for this scenario
Hello all, I'm in the middle of the migration of an old web-server to a new CentOS. Let me explain how things work now, I have a group of devs that use the same user to work on the sites, this have a problem because we never know who alter witch file. Most of the files on the old web-server are owned like devuser:apache and in the new one I setup LDAP-Auth to get the real users but the
2002 Oct 09
1
File validation errors?
Two days ago I got a whole slew of smbfs errors in my system logs, all stemming from an apparent inability to read two files. Here are some samples: Oct 7 14:36:41 server kernel: smb_file_read: cur/1033577524.16219.server.iatdev.com,S=230098@2,T validation failed, error=4294967294 Oct 7 14:36:47 server last message repeated 5984 times Oct 7 14:36:47 server kernel:
2002 Dec 06
2
File changed as we read it.....
Hi, This is probably a newbie question, but here goes. I am using samba to mount some windows box's hard drives to a linux box for the purpose of doing backups on the windows boxes. This is done late at night and I am SURE that no one is using the windows boxes.... While backing up I often see tar complain as follows: "tar: IssRating/C4dll.dll: file changed as we read it" or
2002 Mar 13
1
smbfs win2k 2.2.3a error
Fellow SAMBA lovers: I've been using 'mount -t smbfs blah blah' for over a year to do backup/restore. I recently upgraded SAMBA from 2.2.2 to 2.2.3a and the NT Server I was attaching to from v4 to Win2k. Now 'mount -t smbfs' returns an error. However, smbmount with the same parameters works, so I just changed the scripts to use smbmount. I suspect it's the Windoze server
2007 May 24
15
Specs for code stored in rails_app/lib/
Where should the specs go for code in the "lib" directory of a Rails app? I made a folder, "spec/lib/", for storing such specs, and RSpec automatically picks them up when run using "rake spec". Before I go ahead and patch rspec_on_rails/lib/autotest/ rails_rspec.rb so that autotest can monitor these specs I''d like to ask whether this is the
2006 Jul 20
5
Apache 2.2, Mongrel and #caches_page
Hi ! I''m no expect when it comes time to configure Apache. I just enabled page caching in my Rails app, and am now looking at making Apache serve the cached files instead of calling into Rails. I know Mongrel is able to serve cached files if it finds them, but I''d like Apache to do it. Looking at .htaccess, there is this section: RewriteEngine On RewriteRule ^$ index.html
2011 May 26
1
[ANNOUNCE]: Release of iptables-1.4.11
The netfilter coreteam presents: iptables version 1.4.10 the iptables release for the 2.6.39 kernels. Due to some mistakes on my side we didn't have a release for longer than expected, so this contains a rather large number of changes. Changes include: - various bugfixes, cleanups and documentation updates - a new "guided option parser" from Jan, replacing a lot of the
2008 Jan 10
2
FreeBSD tar errors on valid empty tar.gz
Seems our current libarchive? That support FreeBSD's tar implementation has a bug where it can create archives it cant read back. This can be seen by simply creating an empty tar.gz file and then trying to expand or list it. In doing the above you get the following error: tar: Unrecognized archive format: Inappropriate file type or format N.B. gtar can list and expand the created file
2002 Jun 12
1
WinXP Pro 'Loses' Samba Server
I have Samba running on my web server (it's not a major file server or anything) so that I can access files on it from my local network. Mainly things like I can view my webalizer pages thru a local machine, or to copy files over for installation. Anyway - every 2-3 hours, I 'lose' the connection and have to reboot the WinXP machine (yeh, I know - 'Rule #1 of Microsoft - When in