similar to: Anyone using SCO 3.2v4.2 with Samba 1.9.18p3??

Displaying 20 results from an estimated 200 matches similar to: "Anyone using SCO 3.2v4.2 with Samba 1.9.18p3??"

2011 Aug 08
1
[socket.h] add (more) missing definitions
Hello, to compile kexec-tools statically against klibc we still need a patch for socket.h, otherwise: | kexec/ifdown.c:46:16: error: 'SIOCGIFCONF' undeclared (first use in this function) | kexec/ifdown.c:46:16: note: each undeclared identifier is reported only once for each function it appears in | kexec/ifdown.c:65:18: error: 'SIOCSIFFLAGS' undeclared (first use in this
2004 May 28
1
ipconfig related question (do not get static IP setting)
Hi!! I found your ipconfig stuff in the udev rpm in SuSE 9.1. I'm about to setup a initramfs (pretty cool - much better than initrd) to boot linux diskless clients over the net. All the tools I would need, seem to be there with ipconfig/nfsmount ... I like to use the information I get from PXE/syslinux or Etherboot writing something like:
2000 Oct 24
1
success on SCO5
Hi all, I'm not on the list but I thought it might interest some of you to know that openssh 2.2.0p1 compiles quite well under sco5. Although not right out of the box. I'm not using gcc on those platforms, so I had to change the call to gettimeofday() because the sco cc want only one of the two arguments (SCO doesn't care with timezone). So I had to modify those files to get it work:
2007 Apr 18
1
[Bridge] Little problem with 1.x versions (if_indextoname)
Hi, I have used bridge-utils 0.9.6 so far in a kernel 2.4.26, uClibc and ppc environment. When I use version 1.0.3 I have the problem that I do not see the brige with the 'brctl show' command if it is not fully set up. It was working with 0.9.6. I tracked the problem down to an 'incompatibility' in bridge/uClibc/kernel. 0.9.6 uses its own if_indextoname function which uses the
2018 Apr 03
1
[RFC PATCH 2/3] netdev: kernel-only IFF_HIDDEN netdevice
Sun, Apr 01, 2018 at 06:11:29PM CEST, dsahern at gmail.com wrote: >On 4/1/18 3:13 AM, Si-Wei Liu wrote: >> Hidden netdevice is not visible to userspace such that >> typical network utilites e.g. ip, ifconfig and et al, >> cannot sense its existence or configure it. Internally >> hidden netdev may associate with an upper level netdev >> that userspace has access to.
2003 Sep 17
5
openssh-3.7.1p1 segfaults
Hi, the following problem occurs on Solaris 2.6. openssh-3.7p1 and openssh-3.7.1p1 both show the same behaviour. openssh is configure with: CC='gcc -L/usr/LOCAL/lib -I/usr/LOCAL/include' ./configure --prefix=/usr/LOCAL --sysconfdir=/etc/ssh --sbindir=/usr/local/sbin --libexecdir=/usr/local/libexec --with-pam --with-tcp-wrappers --with-ssl-dir=/usr/LOCAL/ssl
2001 Mar 05
2
Samba & SCO
Has anyone here installed samba on sco? I might have to install samba on a SCO 3.2 v 5.0.5 server and was wondering if there might be any complications, I'm used to freebsd so I'm not sure what I'm in for.
2008 Aug 04
6
[Fwd: [networking-discuss] code-review: fine-grained privileges for datalink administration]
Crossbow team, The following is of interest to the Crossbow project. Since a large chunk of these changes also exist in the Crossbow gate, the delivery of this wad will result in fewer lines of changes for Crossbow''s delivery. If someone on Crossbow could participate in this review, that would be a bonus (Eric Cheng made original changes in the Crossbow gate at some point last year).
1998 Nov 14
0
Sync passwd and smbpasswd
I am having problems setting up the smbpasswd command to sync the /etc/passwd and $SAMBAHOME/private/smbasswd files. My passwd program (/usr/bin/passwd %u) doesn't seem to want to wait around for smbpasswd to send it a second password for confirmation. I am running Solaris 2.5.1 (103640-23) on an Ultra 2300 and using Samba 1.9.18p10 compiled with gcc 2.8.1. I thought that I had this running
2011 Aug 08
0
[PATCH] include: [sys/ioctl.h] needs linux/sockios.h
The defines of SIOCGIFCONF and SIOCSIFFLAGS are well hidden in linux-2.6 under #ifdef __KERNEL__ sections for example in linux/socket.h. Fixes these in kexec-tools against klibc: | kexec/ifdown.c:46:16: error: 'SIOCGIFCONF' undeclared (first use in this function) | kexec/ifdown.c:46:16: note: each undeclared identifier is reported only once for each function it appears in |
2010 Aug 13
15
NFS issue with ZFS
I have Solaris 10 U7 that is exporting ZFS filesytem. The client is Solaris 9 U7. I can mount the filesytem just fine but I am unable to write to it. showmount -e shows my mount is set for everyone. the dfstab file has option rw set. So what gives? Phillip -- This message posted from opensolaris.org
1998 Aug 27
0
Winpoopup via ppp
A short time ago I wrote regarding browsing a network from a remote site connected via Windows 95 ppp - and recieved help - thank you. I enabled WINS on the server and pointed the Win95 Network WINS setting to that IP number. Now... is there a way to get winpopup to send/recieve messages via that same connection. At the moment, this happens:- 1) I am warned that Netware can only handle 39
1998 Aug 27
0
precompiled SCO binaries u
to> A short time ago I recieved a reply to a query to> about compiling samba with the freeware gcc under to> sco unix. Im sorry, Ive misplaced your Email to> address and WEB address (which was in italian). to> Sorry to use this forum as a contact point, but to> can you contact me again? Thanks. to> to> Tony Nichols The WEB page is at
1999 Mar 01
1
Samba 2.0.3 SCO Unix 3.2v4.2 and Shadow files
Basically I've found that the 2.0.3 version of Samba is not supporting shadowed password files on SCO Unix 3.2v4.2. It appears to be doing it on SCO Unix OSR5 however. This shows up both in smbd and swat. We found this out by playing with the newest version on a SCO Unix OSR5 box. I recompiled the software on that box for a SCO 3.2v4.2 box but was unable to get the resulting binary to work
2003 Jul 09
3
OpenSSH 3.6.1p2 ON SCO 3.2v4.2 + STRICTMODES -->yes
Greetings, I have compiled OpenSSH-3.6.1p2 on SCO 3.2v4.2 and the following problem occurs: I am unable to login as root using when strictmode is set to yes. output of debug: Failed none for root from 192.168.1.1 port 1199 ssh2 debug1: userauth-request for user root service ssh-connection method publickey debug1: attempt 1 failures 1 debug2: input_userauth_request: try method publickey debug1:
2018 Apr 03
0
[RFC PATCH 2/3] netdev: kernel-only IFF_HIDDEN netdevice
On Sun, 1 Apr 2018 05:13:09 -0400 Si-Wei Liu <si-wei.liu at oracle.com> wrote: > Hidden netdevice is not visible to userspace such that > typical network utilites e.g. ip, ifconfig and et al, > cannot sense its existence or configure it. Internally > hidden netdev may associate with an upper level netdev > that userspace has access to. Although userspace cannot >
2004 Dec 28
1
OpenSSH 3.9p1 X11 forwarding
Hi, We upgraded from 3.7.1p2 to 3.9p1. The behaviour of the X11 forwarding changed significantly, it is much slower. See below the truss output (server side which runs 3.7.1p2) an check for the timestamp (6 seconds delay). Do you have any idea what may causes this behaviour? Platform is Solaris 5.9 Generic_117171-05. Thanks in advance, Andy Kocher 19279: 9.5463 sigaction(SIGCLD,
2005 Feb 26
1
drop support for SCO 3.2v4.2
I'm considering commiting something like this. -------------------------------- --- configure.ac.old 2005-02-24 19:47:25.361190001 -0800 +++ configure.ac 2005-02-25 12:33:35.341390018 -0800 @@ -374,23 +374,7 @@ ;; # SCO UNIX and OEM versions of SCO UNIX *-*-sco3.2v4*) - CPPFLAGS="$CPPFLAGS -Dftruncate=chsize" [snip next 16 deleted lines] + AC_MSG_ERROR("This Platform
2007 Apr 18
0
[Bridge] Problem with startup script
I put a bridging firewall together last winter (with some help) and have it= in production in front of a couple windows web and mail servers for going = on 6 months now. I used Fedora C1 with 2.4.22 kernel and 0.9.6 bridge-utils= . The bridge has solved a lot of security headaches. I use a modified start= up script written by David Whitmarsh that has worked really well. http://ww=
2003 Aug 01
0
FW: winbind on Solaris 2.5.1 not working.
-----Original Message----- From: Clark Mr Philip Sent: Friday, August 01, 2003 11:15 AM To: 'Jeremy Allison' Subject: RE: [Samba] winbind on Solaris 2.5.1 not working. Sure but its rather large and the funny thing is that it runs when it is trussed ( not correctly mind you) but not without it. the truss switches I use are aefo and as I said its large. The IP's and Hostnames are in