similar to: Fw: Samba as a NT PDC

Displaying 20 results from an estimated 1000 matches similar to: "Fw: Samba as a NT PDC"

2002 Oct 17
1
Samba as a NT PDC
Hello, I have had Samba running for a long time now as a domain controller to win98 computers with no issues. I have started to modify to allow for the new XP machines we are having. I added CARTER$ (machine name) to the unix account. I added it with smbpasswd. I go to add itself to the domain (smbpasswd -j CHERRY_HILL) and I get this error: No password server list given in smb.conf - unable
2002 Oct 18
0
Fw: something wrong with the list (or its members)
Had to modify because the list rejected it because out -- of -- office was detected in the message,. Adam Lang Systems Engineer Rutgers Casualty Insurance Company http://www.rutgersinsurance.com ----- Original Message ----- From: "Adam Lang" <aalang@rutgersinsurance.com> Cc: <samba@samba.org> Sent: Friday, October 18, 2002 10:56 AM Subject: Re: [Samba] something wrong with
2001 Mar 29
1
Samba won't act as PDC
I have been tasked to be one of the main targets, er, I mean, guys to facilitate our changeover from a rather aged Novell server to Samba. My boss set up Samba 2.0.7 (RPM shows "samba-common-2.0.7-4" with an RPM -q). I am trying to convert it to PDC functionality, and am having difficulty. In the log I see this: "smbd/password.c:authorise_login(826) rejected invalid user
2002 Oct 22
1
Roaming Profiles, My Documents and XP
Hello, I successfully joined an XP machine to my Samba PDC. When looking at the profile folder on the samba server for the user (which I had to create manually. Is there a way this can be done automatically?) I saw the My Documents folder was copied up. I was thinking this was cool because people would have their stuff stored on the server and wouldn't have to teach them anything
2002 Aug 13
0
Samba/Linux - Password synchronization problem - solved!!!
ok! i did everything as John said and it works! " %o " is not necessary. so there must be a mistake in the book "using samba". thanks for helping slawek ----- Original Message ----- From: "John Benedetto" <jbenedet@unm.edu> To: "Rasmus Reinholdt Nielsen" <rasmus@narani.dk>; "Slawek W" <to-slawek@wp.pl>;
2003 Dec 01
0
No subject
and that access to the client should be denied. > James > > ----- Original Message ----- > From: "Alexander Lobodzinski" <lobo@mental.com> > To: <samba@lists.samba.org> > Sent: Monday, August 20, 2001 10:17 AM > Subject: Can I have only certain users log in to a Samba DC client? > > > > A machine should be member of a domain controlled by
2011 Aug 13
0
Casualty Actuarial Society request for proposals for R Workshop
I'm a property-casualty actuary, use R in at my job, and lurk on the list. In conjunction with one of its meetings, the Casualty Actuarial Society (I'm a member) is looking for proposals from people to teach a workshop in R and I thought members of the list might be interested. I've pasted the information below. My apologies if this posting violates list rules. Thanks. Kevin
2020 Jul 16
2
read.csv fails in R console in Ubuntu terminal but works in RStudio after R 3.6.3 upgrade to R 4.0.2
On 7/15/20 1:35 PM, Dirk Eddelbuettel wrote: > On 15 July 2020 at 16:16, Sam H wrote: > | I am trying to download some data using read.csv and it works perfectly in > | RStudio and fails in the R console in the terminal in Ubuntu 18.04 after > | upgrading from R 3.6.3 to 4.0.2. Before upgrading this worked in the R > | console in the terminal also without any issues. > | > |
2020 Jul 15
0
read.csv fails in R console in Ubuntu terminal but works in RStudio after R 3.6.3 upgrade to R 4.0.2
On 15 July 2020 at 16:16, Sam H wrote: | I am trying to download some data using read.csv and it works perfectly in | RStudio and fails in the R console in the terminal in Ubuntu 18.04 after | upgrading from R 3.6.3 to 4.0.2. Before upgrading this worked in the R | console in the terminal also without any issues. | | Why would that be? How to fix this? | | Below please find R code output and
2012 Jul 22
3
[LLVMdev] Setting up a cross-compiler for cortex-m3
On Wed, Jul 18, 2012 at 6:08 PM, salvatore benedetto <salvatore.benedetto at gmail.com> wrote: > On Wed, Jul 18, 2012 at 5:45 PM, Renato Golin <rengolin at systemcall.org> wrote: >> On 18 July 2012 15:46, salvatore benedetto >> <salvatore.benedetto at gmail.com> wrote: >>> $ clang++ -ccc-host-triple thumbv7m-none-gnueabi noInclude.cpp -c >>>
2003 Dec 01
0
No subject
remove unix password sync = yes Reply on a question.... http://www.mail-archive.com/redhat-devel-list@redhat.com/msg04223.html Good Luck, Ries Return-Path: <ries@franksintl.nl> Delivered-To: samba@lists.samba.org Received: from tiny.int.franksintl.nl (goblin.franksintl.nl [195.193.231.154]) by lists.samba.org (Postfix) with ESMTP id 6771C4AC8 for <samba@lists.samba.org>; Thu, 17
2006 Apr 12
1
BAD Error in IMAP Command
Hello. I have dovecot .99.14, sendmail, squirrelmail installed. Squirrelmail logins in fine and works with the IMAP server. I set up Outlook to connect to the imap server and it hangs. I telneted to the IMAP port and receive the following: * OK dovecot ready. a1 login aalang a1 BAD Error in IMAP command received by server. BYE BYE BAD Error in IMAP command received by server. I try STATUS and
2012 Jul 18
2
[LLVMdev] Setting up a cross-compiler for cortex-m3
On 18 July 2012 14:33, salvatore benedetto <salvatore.benedetto at gmail.com> wrote: > but I still haven't figure out how to build for cortex-m3 > > clang -march=armv7-m -mfloat-abi=soft <something missing?> testReference.cpp -c -march should have done the trick. You can also try -mcpu=cortex-m3, or try -ccc-host-triple armv7m-none-gnueabi (or -eabi), and possibly
2012 Jul 18
3
[LLVMdev] Setting up a cross-compiler for cortex-m3
On 18 July 2012 15:46, salvatore benedetto <salvatore.benedetto at gmail.com> wrote: > $ clang++ -ccc-host-triple thumbv7m-none-gnueabi noInclude.cpp -c > --sysroot=/home/emitrax/CodeSourcery/Sourcery_G++_Lite/arm-none-linux-gnueabi/libc/ Try -ccc-gcc-name arm-none-linux-gnueabi-g++ -ccc-host-triple thumbv7m-none-linux-gnueabi Sometimes it's better than sysroot, as it finds it
2012 Jul 18
0
[LLVMdev] Setting up a cross-compiler for cortex-m3
On Wed, Jul 18, 2012 at 5:45 PM, Renato Golin <rengolin at systemcall.org> wrote: > On 18 July 2012 15:46, salvatore benedetto > <salvatore.benedetto at gmail.com> wrote: >> $ clang++ -ccc-host-triple thumbv7m-none-gnueabi noInclude.cpp -c >> --sysroot=/home/emitrax/CodeSourcery/Sourcery_G++_Lite/arm-none-linux-gnueabi/libc/ > > Try -ccc-gcc-name
2012 Jul 18
0
[LLVMdev] Setting up a cross-compiler for cortex-m3
On Wed, Jul 18, 2012 at 3:52 PM, Renato Golin <rengolin at systemcall.org> wrote: > On 18 July 2012 14:33, salvatore benedetto > <salvatore.benedetto at gmail.com> wrote: >> but I still haven't figure out how to build for cortex-m3 >> >> clang -march=armv7-m -mfloat-abi=soft <something missing?> testReference.cpp -c > > -march should have done
2012 Jul 18
1
[LLVMdev] Setting up a cross-compiler for cortex-m3
On 18 July 2012 17:08, salvatore benedetto <salvatore.benedetto at gmail.com> wrote: > I of course own you a beer :-) Thank you very much. I will remind you of that, next year, on EuroLLVM 2013. :D > Which part of gcc I'm using with that option? > Just the libc, libgcc et all? AFAIK, it uses the name to find the tool chain, and guess all other binaries from it. So it calls
2012 Jul 30
0
[LLVMdev] Cross-compiling for cortex-m3: how do I get ride of -ccc-gcc-name ?
On 30 July 2012 09:14, salvatore benedetto <salvatore.benedetto at gmail.com> wrote: > I'm sorry, I should have been more clear. I don't just want to get > right of the option itself, I want not to > have the need to a have a GCC cross-toolchain around. That requires a bit more than just compiling binutils. You'll need a working linker and a perfect interaction between
2012 Jul 30
1
[LLVMdev] Cross-compiling for cortex-m3: how do I get ride of -ccc-gcc-name ?
On Mon, Jul 30, 2012 at 10:27 AM, Renato Golin <rengolin at systemcall.org> wrote: > On 30 July 2012 09:14, salvatore benedetto > <salvatore.benedetto at gmail.com> wrote: >> I'm sorry, I should have been more clear. I don't just want to get >> right of the option itself, I want not to >> have the need to a have a GCC cross-toolchain around. > >
2012 Jul 22
3
[LLVMdev] Setting up a cross-compiler for cortex-m3
On 22 July 2012 22:03, salvatore benedetto <salvatore.benedetto at gmail.com> wrote: > While we are at it, if a new comer would like to understand where everything > takes place, where should he look? > > I did a grep in the source and eventually ended up in clang/something/driver. That's pretty much it: clang/lib/Driver