search for: pianoman

Displaying 7 results from an estimated 7 matches for "pianoman".

2006 Feb 13
3
Samba not listening on 127.0.0.1... hua???
<rant>Every time I set up a new test Samba server, the step to "net rpc rights grant..." ALWAYS fights me tooth and nail... ALWAYS with a different error message. I've even created little scripts to run so I am not typing commands incorrectly... but NNNOOOOOO, the script to grand rights to one stink'n account always has to complain!</rant> OK, this time it is...
2004 Jul 06
1
Q about net groupmap examples on samba.org
...has joined the domain, and then domain related functions being run on that Win2K client. 3) Windows Security - Local Groups specifying what permissions that domain account user has on the local Win2K box while they are logged in. So I created some groups in /etc/group as follows: domadmin:x:2000:pianoman domusers:x:2001: domguest:x:2002: ntadmins:x:2010:pianoman ntpwrusr:x:2011: ntusers:x:2012: ntguests:x:2013: Then I built my own initGrps.sh as follows: #!/bin/bash # # initGrps.sh # # Map Windows Domain Groups to UNIX groups net groupmap modify ntgroup="Domain Admins" unixgroup=domad...
2004 Jul 09
1
Access Denied touching shared CUPS printer
I am now getting around to setting up a test printer. CUPS is installed in RAW mode and a test print work A-OK. I also set the CUPS printer que as default. Below are my printer related smb.conf lines for this PDC. [global] ... ########## NT Domain Related ########## admin users = pianoman ldsinst ... ########## Printing ########## printcap name = CUPS printing = CUPS [printers] comment = SMB Print Spool path = /var/spool/samba printable = Yes guest ok = Yes read only = no use client driver = Yes browseable = No create mode = 0600 ... And I d...
2010 Apr 19
0
[LLVMdev] Problem with the installation of llvm gcc
You need to manually copy the llvm-gcc front-end binaries to somewhere in your path. Alternatively, you can download the clang front-end and start using that instead. On Mon, Apr 19, 2010 at 10:58 AM, khaled hamidouche <khaledhamidouche at gmail.com> wrote: > Hello > > I'm trying to install LLVM and LLVM GCC > so I check out  the source of llvm and llvm-gcc-4.2 from the svn
2004 Jun 30
1
[Samba 3.0.4] Allows w2k machine to join domain, but unable to log on.
Specs: RedHat 9 Samba V: 3.0.4 Clients: W2K and WinXP Pro smb.conf file: # Global parameters [global] workgroup = aharinc.com netbios name = CHIMERA server string = Chimera- Test PDC encrypt passwords = Yes passwd program = /usr/bin/passwd %u passwd chat = *New*password* %n\n *Retype*new*password* %n\n
2010 Apr 19
4
[LLVMdev] Problem with the installation of llvm gcc
Hello I'm trying to install LLVM and LLVM GCC so I check out the source of llvm and llvm-gcc-4.2 from the svn I flow the instructions of this page http://llvm.org/docs/GCCFEBuildInstrs.html I did the installation of LLVM and LLVM GCC well but the problem is there is no llvm-gcc at the end of instalation !!! ?? I mean in the /usr/local/bin/ there are all the commands of llvm (lli llc llvmc
2010 Apr 22
0
[LLVMdev] Operand, instruction
if (ConstantInt *c = (ConstantInt *) dyn_cast<ConstantInt>(index)){ errs() << "And it's a constant!!!!!!1111oneone!! (" <<c->getZExtValue() << ")\n"; } -- "Believe you can, believe you can't; either way you're right."  -Henry Ford -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at