similar to: Compiling SAMBA on DEC UNIX 4.0 W/OUT ENH SEC?

Displaying 20 results from an estimated 1000 matches similar to: "Compiling SAMBA on DEC UNIX 4.0 W/OUT ENH SEC?"

1999 Jun 02
0
error packet at line 840?
I'm trying to log into a Samba server, but I get this error: [1999/06/02 11:24:51, 4] passdb/pass_check.c:(792) Checking password for user shltch (l=10) [1999/06/02 11:24:51, 3] smbd/error.c:(133) error packet at line 840 cmd=115 (SMBsesssetupX) eclass=2 ecode=2 [1999/06/02 11:24:51, 3] smbd/error.c:(143) error string = Invalid argument [1999/06/02 11:24:51, 5] lib/util.c:(452)
1998 Jun 23
0
samba: DEC UNIX password problem
I've just installed a new DEC Unix 4.0d machine and downloaded the binary version of samba 1.9.18p8 for DEC Unix. I am able to get it up and running, but I am having problems with passwords. I am being prompted for a password when I try to connect to a non-public share, and when I type in my password it is being rejected. I did set security=share in my smb.conf file. I also tried the
2008 Oct 30
1
Enh-Req: Mark As Read When Delivered
I'm under the impression bug-reports are supposed to go to the list, so hopefully it's okay if I put in a feature request here too (assuming it's not already implemented; but it doesn't look like it). Basically, all I would like to do is be able to sometimes deliver mail as already mail into mail boxes. Is there some way to do this? If not, could a flag perhaps be added to
2003 Apr 30
2
[ENH] Clarify rsync flavors (PR#2886)
The 1.7.0 (2003-04-16) "R Installation and Adminsistration" manual mentions various flavors of R available from rsync (section 1.2, p. 1). These are also referred to in various other sources on and offline (e.g., the FAQ). The meaning of r-release vs r-patched was not entirely clear to me. How is the patched version patched? Should it just have bug fixes, and so likely be more
2007 Nov 02
1
[Patch, enh] Permit host and IP addresses in (Allow|Deny)Groups
Hi, I ran across a case in which my server maintenance was simplified by using SSHD configuration options like this in sshd_config: AllowGroups admin at 192.168.0.* sshuser in much the same fashion as (Allow|Deny)Users. In this case, the goal is to provide access to administrators only from the local network, while allowing SSH users to login from anywhere. This (IMHO) simplifies access
2013 Jul 25
0
[LLVMdev] Steps to addDestination
Hi Rasha, > for(rit=Result.begin();rit!=Result.end();++rit) > { > Value* Address= BlockAddress::get (*rit); > > IndirectBrInst *IBI = IndirectBrInst::Create(Address, Result.size(),i->getTerminator() ); > IBI->addDestination((*rit)); > } This would be creating a block looking something like: [ Do stuff ] indirectbr i8*
2009 Jun 16
0
FYI: solution Re: mock %post(pam) failure
Farkas' solution is exactly right. I have been banging my head against this problem for a while now and it wasn't until I finally paced myself and read carefully through the entire thread that I found this solution. Here is the procedure spelled out a bit more precisely. Get the CentOS 5.2 rpms of popt, rpm, rpm-libs, rpm-python and rpm-build. Obviously you can use most any mirror and
2013 Jul 24
2
[LLVMdev] Steps to addDestination
Hi 1- for(rit=Result.begin();rit!=Result.end();++rit) { Value* Address= BlockAddress::get (*rit); IndirectBrInst *IBI = IndirectBrInst::Create(Address, Result.size(),i->getTerminator() ); IBI->addDestination((*rit)); } I tried this code , but the needed destination wasn't added. 2- About LLVM backend $ llc -march=cpp example_file.ll -o I think it
2011 Apr 26
0
winbind craps out, NT_STATUS_PIPE_BROKEN
Good morning, Samba list. =) I've been experiencing intermittent winbind failures over the past few weeks. The symptom is that users that haven't connected in a while, and thus aren't in the winbind cache, are unable to connect to any shares. I see a lot of NT_STATUS_PIPE_BROKEN in the logs when the failures occur, like this one from log.winbind: ### [2011/04/26 09:20:54.671225,
2011 Jul 14
1
WLS regression, lm() with weights as a matrix
Dear All, I've been trying to run a Weighted Least Squares (WLS) regression: Dependent variables: a 60*200 matrix (*Rit*) with 200 companies and 60 dates for each company Independent variables: a 60*4 matrix (*Ft*) with 4 factors and 60 dates for each factor Weights: a 60*200 matrix (*Wit*) with weights for 200 companies and 60 dates for each company The WLS regression I would like to run
2004 Sep 10
0
Re: Flac-dev digest, Vol 1 #235 - 1 msg
> I saw this come across the wire today...freecraft appears to be some kind= of > RPG, which seems to have recently started to use FLAC in some way. I hav= e Its a nice almost-clone of the progenitor of the latest wave of real time strategy games, Warcraft II. Britton > not investigated this any further, but I thought it might interest member= s > of this list to know of new usage
2004 Aug 06
2
ices and stdin module?
I'm trying to wedge an input filter in front of ices (latest nightly from 5/5), and if I'm using the 'stdinpcm' input module, ices segfaults on me after a few seconds. I'm running on FreeBSD-4.8. Here's the relevant section of my config file: <input> <module>stdinpcm</module> <param
2004 Mar 19
1
Samba and Active Directory Permissions RESOLUTION
All, Thanks for the responses. There were two things I had to do to get this to work. The first thing was I had to change the readonly attribute in the smb.conf to NO. I also noticed that there was an error in my /etc/fstab so that the options were not read in for some reason. Once I fixed this and re-mounted the filesystem with the ACL option, I was able to do what I needed to do. Thanks
2004 Apr 05
0
Creating Shares from Windows Management Console
All, I have what I hope is a small problem.... Here at RIT, we are testing using Samba 3.x hooked into windows AD for filesharing between Windows and Apple fileshares. The way we are set up is in a OU structure where there is really no one domain admin. We are split up into multiple OU's and each OU has an administrator. What we are trying to do is to get what I call an
2004 Oct 19
0
samba not printing queue
Hi folks- I'm having a problem with Samba printing from Windows to Solaris printers, running samba 2.2.8a. At the moment, when windows jobs sent to samba, samba is copying them to /var/spool/samba, but not starting printing. This worked fine until yesterday, and nothing in Samba has been touched (at least, not to my knowledge). We use SystemV printing, which works on the unix side-I can go
2017 Nov 02
2
Publication Request: The Design of a Custom 32-bit RISC CPU and LLVM Compiler Backend
Hey everyone, I would like to add my graduate paper to the list of LLVM publications: http://scholarworks.rit.edu/theses/9550/ Here's the abstract if anyone is interested: *The Design of a Custom 32-bit RISC CPU and LLVM Compiler Backend* Compiler infrastructures are often an area of high interest for research. > As the necessity for digital information and technology increases, so does
2004 Aug 06
3
speex support in icecast
Has anyone looked at added Speex support to icecast2 and ices? I'm not quite sure where to start adding support and don't want to duplicate it if someone else has. --Joe -- Joe Sunday <sunday@csh.rit.edu> http://www.csh.rit.edu/~sunday/ Computer Science House, Rochester Inst. Of Technology --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage:
2015 Dec 15
2
"installation source" specification for netinstall
On 12/15/2015 04:24 PM, John R Pierce wrote: > On 12/15/2015 12:29 PM, ken wrote: >> centos 7 (7.1). Three places on the web said >> >> mirror.centos.org/centos/7/os/x86_64/ > > > oh, the /7/ directory is now 7.2, so you likely should be using the 7.2 > netinstall. > > if you really want 7.1, try... > http://mirrors.kernel.org/centos/7.1.1503/os/x86_64/
2009 Oct 29
2
problem with 5.4 x86_64 DVD iso?
Hi all, I downloaded the 5.4 x86_64 DVD ISO this morning (CentOS-5.4-x86_64-bin-DVD.iso). However, the md5sum and sha1sums both don't match what's in the md5sum.txt or the release notes (http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.4). I downloaded two ISOs from two different mirrors, RIT and ANL, and both ISOs have the same checksums (match each other), which are different from
2009 Oct 23
3
can't "yum install mplayer" : no libmpcdec.so.3 available
Just upgraded to 5.4 yesterday morning. (Kudos to those who did that!) That's probably irrelevant to this problem: "yum install mplayer" fails. Here's what happens: ================================================== # yum install mplayer Loaded plugins: fastestmirror, filter-data, kernel-module, keys, kmod, list- : data, merge-conf, security, upgrade-helper,