similar to: Samba 2.2.0 bug.

Displaying 20 results from an estimated 800 matches similar to: "Samba 2.2.0 bug."

2001 Apr 05
0
Newbie Question: Does smbwrapper/smbsh actually work?
I guess the uSSubject line says it all. Does smbwrapper/smbsh actually work? It took some editing to get smbwrapper to actually compile, but the changes seemed obvious (different versions of gcc?). However when I try to execute smbsh (RH7.0), I get to the message ERROR: can't get smbw shared lock which looks like it could be a difference between the way different OS handle things. So,
2002 Jun 26
22
FW: samba woes
All, I have been working on a component that is included with samba called SMBSH. The binary allows you to automount your NT shares by accessing your profile . I have been working on this for the last few days and have been unsuccesful at getting it work. Now I am not much of a programmer, but I did my best to try and troubleshoot this. However it just does not want to work in Linux. I
1999 Jan 23
4
smbwrapper
> What you are looking for is smbwrapper, which is in fact included with Samba > 2.0. However as it is not supported on all systems it is not included > in the default build (it should work nicely on Solaris though). > Essentially smbwrapper is a preloaded library which intercepts system calls and > simulates a /smb filesystem, so you can access /smb/SERVER/SHARE/file.txt.
2000 Aug 04
1
Compiling under suse linux 6.4
Hi I can't get 2.0.7 to compile under linux 6.4. My configure looks like: ./configure --with-smbwrapper --with-automount --with-smbmount but when I make, all goes well until: Compiling smbwrapper/shared.c Linking bin/smbsh Compiling smbwrapper/smbw.c with -fpic smbwrapper/smbw.c:1429: warning: `struct stat64' declared inside parameter list smbwrapper/smbw.c:1429: warning: its scope
2000 Feb 02
0
ERROR: can't get smbw shared lock (Bad file number)
Hi, I'm using samba in 2.0.6 in an IRIX 6.5.5 environnement. Everything is working fine. I definetly need to access NT server's files (the reverse approach). I'd love to have ability to use smbfs and/or smbmount, but since these are only released on Linux, and following the attached message advices , I'm trying to resolve my need with smbsh. I remain getting the error message
1999 Aug 26
0
smbsh always segfaults
Version 2.0.5a (same prob w/2.0.4b, though). smbsh segfaults after I enter my password. As root, it just seg faults. As my login user, it dumps core. Attached is a script of an strace of it. Running RH 6.0, kernel 2.2.10, AMD K6-2/350, 64M RAM. Configure options were: CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{pref} --libdir=/etc \ --with-lockdir=/var/lock/samba
2003 Oct 22
1
FW: smbsh problem - please help
Hi, currently I am running Solaris 8 and I am trying to install Samba so that I can run smbsh to access a Windows server. I do the following: ./configure --prefix=/usr/local/samba --with-smbwrapper make make install All the documentation I have seen says what I am doing is correct. Neither the configure nor any of the make commands fail. And once the installation is complete everything else
1999 Apr 05
0
smbsh cannot do cat, cp ...
Hi, I have samba 2.0.3 running on my SGI IRIX 6.4 box. So far everything seems to work fine with the following exception. When I run smbsh. I think somehow the program thinks that it is operating on the system root directory (/), not the /smb/host/... Here are a few symptoms: I start smbsh (in tcsh), it first gives an error rightaway: ERROR: can't get smbw shared lock (Bad file number)
1999 May 21
3
SMBSH
On Fri, 21 May 1999, Sami Cokar wrote: > Hello, > how do you use smbsh? I have not found any dox on it other than how to > compile it. any help would be appreciated. Thanx. SMBSH is really neat. After you compile and install it (./configure --enable-smbwrapper ; make ; make install does it) you simply run it - it'll give you a login/pw and your usual shell prompt. You then can
2002 Sep 15
0
Samba 2.2.5, smbsh and Mandrake 8.2
Hi all I'm currently using Samba 2.2.5 with LDAP support on my PDC and normal (no-LDAP) on other Linux boxes I have, and smbsh keeps failing with this error: ERROR: can't get smbw shared lock (Invalid argument) Does anyone know what's up? Is smbsh broken in general (obviously it is in my case)? Best Diego
2001 Dec 15
0
smbsh error
I am having a problem with smbsh. I get the following error after I enter my username and password: ERROR: can't get smbw shared lock (Invalid argument) I am running linux 7.2 with samba 2.2.2. The error message is produced from the function lockit(void) in smbwrapper/shared.c. The error originates in file lib/util.c in function: fcntl_lock(shared_fd,SMB_F_SETLKW,0,1,F_WRLCK) fcntl_lock
2008 Dec 29
2
Source for Kernel
OK, perhaps I wasnt clear in my previous posting. I am looking for either a SRPM for the CentOS 5.2 centos.plus kernel, or more likely, a diff from the kernel at kernel.org. I was pointed to the wiki, which MENTIONED a Source RPM, but didnt point to anywhere to find these for CentOS. All Ive been able to find are ISO's . I really dont need a bunch of tools that will complicate the problem,
2009 Jan 06
2
Anyone got Diskless BOOT working under CentOS ???
Im trying to get a diskless boot set up under CentOS 5.2, and having no luck at all. I am to the point of running system-config-netboot, and whatever information I put in, I get an error message. Responding to the 2nd button on the first popup, which asks for NFS info, I put in the IP address of the current machine (the machine that will hold the boot images for the diskless machine) and the
2006 Jun 28
3
Autodesk DWG Viewer
Application: DWFViewer.exe Wine 0.9.14 - mandriva 2006.0 This is Autocad's "free" viewer program for dwf files. I had to install IE6 first as a pre-requisite. I used the Wine recommended method of adding that one dll to the windows/system32 directory then ran ie6setup.exe to install it. The DWFViewer installed fine, but then when trying to run it this message came up: This
2006 Aug 10
2
check_box form helper questions/issues
I''m using Rails 1.1.x and it looks like the check_box form helper expects me to provide and object and method so it can determine if the checkbox should be checked or not. I''m having a couple of issues with this. note: I''m using UserEngine and adding a HABTM so that: class User < ActiveRecord::Base has_and_belongs_to_many :foos end class foo <
2006 Aug 12
2
Layouts: application.rhtml v. mycontroller.rhtml
I was trying to be all DRY and standardize my layouts to one file and made an application.rhtml. There was no application.rhtml at all before. So I renamed all my controller layouts to .txt and then tested. I got empty pages. I found some issues with Login/UserEngine and application.rhtml, but nothing that looked like this behavior. Is routing messing me up? It''s as if
2006 Aug 17
1
Any success with stubbing Net::HTTP::get?
I found this link the other day, re: how to stub out Net::HTTP::get and just about flipped it was so cool: http://habtm.com/articles/2006/01/12/mocking-net-http-get. This is exactly what I needed and allowed me to right even more happy model tests. I made an http.rb in my test/mocks/test directory and added the suggested require line in my model_test.rb file. Now, he didn''t give
2006 Jul 13
1
RailsCron usage question
I''m yet another person looking to do some background Rails processing. >From post & the wiki, it looks like I should be using RailsCron. So I''m about to start playing. In parallel, I''d like to get some opinions re: database access. I have a table that I''d like to re-fresh periodically in the background. Is it safe, using RailsCron, to be accessing
2009 Jan 05
1
Problem setting up diskless boot.
OK, I did this once, several years ago, but I have to do it again, and I cant figure out what this stupid error message is trying to say. I am executing system-config-netboot trying to create a diskless client for a diskless boot I constantly get a popup, with different error messages. I try to 'fix' something, and I get a different popup. The current one says: You
2009 Jan 04
1
"General Error" in Firefox (CentOS 5.2) Video
This is a new instalation of CentOS 5.2 When I go to FireFox and try to watch a Video clip, some files transfer, and then I get the message "General Error" in the video window. I ASSUME some additional software needs to be downloaded, but what from where? When running on that Other OS, a message comes up giving you an opertunity to do the download. --