similar to: proposed change to configure

Displaying 20 results from an estimated 2000 matches similar to: "proposed change to configure"

2002 Jul 08
1
PATH problem in Irix.
I recently compiled openssh 3.4p1 for SGI Irix, and found the same problem I'd had with 2.5. Viz. that Irix /usr/include/paths.h defines _PATH_USERPATH, not USER_PATH, so that defines.h doesn't find it and we get the default, which is missing /usr/bsd (which on Irix has things like head, more, lpr) and /usr/bin/X11. This annoys the users, who want X11 to work. I added a test to
2002 Dec 20
1
smbclient and large file support
smbclient (and smbtar) in version 2.2.7a (and prior) has problems with large files (> 4GB). The following patch (against 2.2.7a) fixes all known problems with this. This code has been checked into the CVS tree in all branches as well. -- ====================================================================== Herb Lewis Silicon Graphics Networking Engineer
2002 Feb 15
3
Samba Team? - "ld.so.1: ls: fatal: relocation error: file /usr/lib/nss_winbind.so.1: symbol socket: referenced symbol not foun d"
I've recompiled samba 2.2.3a and still any time I do a ls -l in a directory where there are files from a PC I get the error : ld.so.1: ls: fatal: relocation error: file /usr/lib/nss_winbind.so.1: symbol socket: referenced symbol not found If I shut off winbind or take winbind out for my /etc/nsswitch.conf file, I can get a directory listing and it lists the users ID that winbind assigned to
2000 Aug 24
0
What features does SWAT support? (maybe bug)]
Forgot to cc the list -------- Original Message -------- Subject: Re: What features does SWAT support? (maybe bug) Date: Thu, 24 Aug 2000 11:24:42 -0700 From: Herb Lewis <herb@chomps.engr.sgi.com> Organization: Silicon Graphics Inc. To: isguest@sab.wels.net References: <OF0A849412.C22D0F8E-ON86256945.0059D966@sab.wels.net> isguest@sab.wels.net wrote: > > We're running
2002 Feb 15
2
Samba Team? - "ld.so.1: ls: fatal: relocation error: file /usr/lib/nss_winbind.so.1: symbol socket: referenced symbol not fou n d"
You can test if winbind is able to resolve user IDs internally with "wbinfo -u". This uses the samba tool "wbinfo" to connect directly to the running winbind daemon and list all the Windows domain users. If that fails, then you have problems with the winbind daemon itself. The authentication between winbind and the PDC can be tested with "wbinfo -t", which is usually
2014 Feb 06
0
Array Confusion
I have the following instruction that returns an array that I'm quite confused about. I can't even read it. Can someone shed some light as to how to reach into this array of hashes (that's what I can see) to get the location lat and lon? res = Geocoder.search(addy1) This is the res: [#<Geocoder::Result::Google:0x007fb46c345e18
2003 Mar 24
0
[Bug 518] _PATH_STDPATH can get redefined in includes.h if paths.h exists
http://bugzilla.mindrot.org/show_bug.cgi?id=518 Summary: _PATH_STDPATH can get redefined in includes.h if paths.h exists Product: Portable OpenSSH Version: 3.5p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo:
1999 Nov 11
0
Samba 2.0.6 IRIX inst packages
Packages have been uploaded to the main samba server and should be available on all mirrors shortly. -- ====================================================================== Herb Lewis Silicon Graphics Networking Engineer 2011 N Shoreline Blvd Strategic Software Organization Mountain View, CA 94043 herb@sgi.com
2002 Dec 11
3
2 gigabyte issue
I am running RedHat8, samba 2.2.7 The mailing list archives seem to pin the 2gb problem on several unrelated issues (all of which i explored). The machines in question have no problems creating 2+gb files locally and via NFS. Is this an issue with smbfs? smbmount? anyone have a workaround? -- 'As we enjoy great Advantages from the Inventions of others we should be glad of an Opportunity
1999 Dec 21
0
Problem with UTMP recording
Hello to all! I have problem with OpenSSH 1.2.1pre18 on Linux (kernel 2.2.13, distribution Slackware 4.0). When someone login using ssh, there is no way to see his presentance with some 'standard' tools (finger, who, w, users...). Of course, his proccesses are in ps, and so. I've tried to see /etc/utmp using vi, and there is some entry, but maybe invalid, or something. When I enable
2003 Jul 31
2
Vanishing Permissions on Shares
I am trying to move our network from windows NT-2k to Samba /Linux. So far everything is great but there is one main obstacle; when I apply permissions to a Samba share via my W2K workstation, the permissions instantly disappear. This happens regardless of the owner / creator of file or the user / group permission I attempt to add. I have run 2.2.7, 2.2.8, and now 3.0 beta3. All three behave
2001 Mar 15
0
problems compiling on Irix
I think I have resolved my problem, but having typed most of this I might as well send it. I have OpenSSH_2.5.1p2 which I am trying to build on Irix 5 In Irix /usr/include/paths.h _PATH_ROOTPATH and _PATH_USERPATH are defined. defines.h looks for USER_PATH and _PATH_STDPATH and misses this, so that sshd does not include the path for X11 when users login. I copied a chunk of ifdef viz. #ifdef
2002 Dec 17
2
Still having trouble with copying large files
I had originally written about this problem last month (http://lists.samba.org/pipermail/samba/2002-November/085418.html) Since then, our company has added another Windows Fileserver which I'm trying to back up, and they are both having the problem. Because it happens on both servers, this leads me to believe it really is a problem with my Samba server. I've upgraded to 2.2.7a, as the
2002 Mar 29
2
scp : Problems with pathing
Hi, I'm sure I'll get a few "RTFM", but I hope I'll allay those feelings. I'm getting the "scp: command not found". I've read the FAQ. I've read bugs 42 and 82 in bugzilla. Hopefully, I didn't overlook something. At a minimum, defines.h has : #ifdef USER_PATH # ifdef _PATH_STDPATH # undef _PATH_STDPATH # endif # define _PATH_STDPATH
2002 Nov 22
0
RE:swat in samba-2.2.7
Hi, I have installed samba 2.2.7 and cannot get swat to work. I have entry in /etc/services file and alo in /etc/xinetd.d/swat. I'm logging in as root/rootpassword from local or other machine. i'm getting error 401 Bad Authorization username or password incorrect What am i doing wrong??? Thanks Mohan -----Original Message----- From: samba-request@lists.samba.org
2001 Feb 12
3
add scp path to _PATH_STDPATH
what do you think about this patch to add the path to scp to _PATH_STDPATH? is there a better or cleaner way to do this? i'm hoping to ward off 'scp doesn't work' questions for the next release. i did *not* add this to a --with-default-path path, because if a user specifies that, they should control its value completely. Index: Makefile.in
2003 Jan 21
2
net view work alike
Hi all, Is there a command that emulates net view? I want to dump a list of all NetBIOS hosts actively on the LAN. Thanks, -- Christopher Barry Manager of Information Systems InfiniCon Systems http://www.infiniconsys.com office:610.233.ISIS (4747) direct:610.233.4870 cell:267.879.8321
2002 May 16
7
Name Resolution, Pinging
I am running redhat 7.3 with Samba 2.2.4. I was wondering if there was a way to use Samba to resolve my IPs instead of having to add all the entries to my /etc/hosts file? For instance, I would like to be able to do `ping acormany` instead of `ping <IP Address>`. We are currently using WINS on a Windows box to resolve the IPs. As of right now, I can `ping acormany` on a Windows system, but
2003 Jan 17
1
Cannot reconnect network drives from Windows XP
Dear Samba List, My Windows XP machine is unable to reconnect my Linux samba network drive when I login. I installed: Win2000_PlainPassword.reg which allows me to connect manually, but it is a requirement that this be automatic on each login. Has anyone found a way to achieve this? Thanks, Dick
2003 Jan 31
1
How to find out, if samba has SSL/LDAP support or not ?
Hi, I'm the developer of KSambaPlugin. Is there a way to find out if samba was compiled with SSL / LDAP support or not ? I want to disable the options in the case that samba doesn't support them. Thanks, Jan Sch?fer