similar to: individual printer setup samba 3.2.5

Displaying 20 results from an estimated 1400 matches similar to: "individual printer setup samba 3.2.5"

2008 Feb 29
1
freeRADIUS + krb5 + samba + AD
Hi, We are using freeRADIUS 1.1.6. + samba 3.0.1 + krb5-1.3.2 talk to active-directory(win2k3). Followed by: http://wiki.freeradius.org/FreeRADIUS_Active_Directory_Integration_HOWTO Now it can work. But there are multiple domains in active-directory. Can samba or krb5 support mutiple domains? How to configure krb5.conf and smb.conf can let it support multiple domains?
2007 Dec 21
2
Single Sign On, authentication, and Windows XP Home
Hello, I have a small (medium?) sized network of about 30 XP machines. About 2/3 of these machines are running Home Ed. while the other 1/3 are running Professional Ed. I currently have two samba shares, and I'm using 'user' security. I want to implement single sign on, some way, somehow. I've considered: NIS and LDAP, but I can't get the NIS pGina plugin to
2007 Jun 09
2
Vista client / Linux server - high browsing latency
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I have the following system set up: Server: Ubuntu 7.04, Samba 3.0.24, http://www.esuna.co.uk/~jay/misc/smb.conf Client: Vista Ultimate 64-bit, NetBIOS over TCP/IP disabled, LMHOSTS lookup disabled. Share mapped to drive Z:. Up until a few days ago this was working fine. Read/write transfer rates of over 20MB/s onto a RAID-1 array, speedy
2008 Jan 05
2
Odd, slow Windows XP client download behavior
I recently set up a Samba server (3.0.24-6etch9) on my debian etch system. While accessing its shares through 1GBit Ethernet with a Windows XP SP2 client there's some real odd behavior: In one direction (uploading files from WinXP -> debian) the speed is just great, no matter what, around 35MiB/s. In the other direction (downloading a file WinXP <- debian) it idles at around 120KiB/s
2012 Nov 16
2
Problem Backup Maildir to NTFS
Dear Sirs, I need to make a backup of email accounts (Maildir) a Linux server to a Windows server with NTFS, but get the following error: rsync: rename "/mnt/rsync/cur/137D94_29.ml110c.qnet.com.pe,S=32828:2,S.M92y5w" -> "cur/137D94_29.ml110c.qnet.com.pe,S=32828:2,S": Invalid argument (22) I have installed Rsync v3.0.9 The command is executed: rsync -rltDvu
2010 May 30
1
Calling fft from C
Hi I have made a R function 'convolve2' for convolution of two real valued vectors based on Rs 'convolve' with option type="open" - see below. (exp.length and irf.length are variables set in another part of the program) I wish to implement the function convolve2 in C and use it in a function used from R with .Call - e.g. I need to call fft in C. All I can find in the
2007 Jul 06
1
winbindd running amok
Hi, on a customer system samba/winbindd is used for windows and unix authentication. I just tuned searches of the ldap backend to speedup by factor 20-200 and slapd now doesn't seem to be the bottleneck anymore. Don't know how well the windows authentication now works, since this is presently done by the heartbeat failover server. However, simply starting 'mc' as root makes
2012 Nov 02
4
vanilla rsync 3.0.9 hangs after transferring ~2000 files
Hello rsync folks I'm trying to use rsync for backing up our servers. This mostly works extremely well, with no problems. However, 1 server is giving me a lot of trouble. It has a directory with (currently) 734088 files in it, and every time I try to backup this dir, rsync hangs after transferring roughly 2000 files. Sometimes it's around 1800, sometimes it's over 2100 (I think), but
2004 Oct 06
3
read.delim problem with trailing spaces
I'm trying to read a comma delimited dataset that uses '.' for NA. I found that if the last field on a line was a missing '.' it was not read as NA, but just a '.', and the life variable was made a factor. The data looks like this, income,imr,region,oilexprt,imr80,gnp80,life Afghanistan,75,400.0,4,0,185.0,.,37.5 Algeria,400,86.3,2,1,20.5,1920,50.7
2013 Jul 17
1
writing multiple lines to a file
HI, May be this helps: printer1<- file("out1.txt","w") write(sprintf("This is line %d.\n",1),printer1,append=TRUE) write("This is line 2",printer1,append=TRUE) close(printer1) #or ?printer1<- file("out1.txt","w") writeLines("This is line",con=printer1,sep="\n") writeLines("This is line
2013 Apr 22
2
subset dataframe
I can't understand what is happening. This is the code and results: > agoa <- read.table(file = "C:/Users/HTPC/Documents/_Documents/Research/WithDidia/AGOAUSImports.txt", header = T, sep = "\t", dec = ".", na.strings = "NA", stringsAsFactors = T)# > str(agoa); names(agoa) 'data.frame':109 obs. of  19 variables:  $ X    : Factor w/ 39
2010 Apr 14
2
winxp + sp3 = samba-shared printer hangs the system
hi, since I upgraded some winxp-pro sp2 client to sp3, my samba-shared printers are no-longer usable :-/ With sp3, if I run notepad and choose the men? File-Print, the "print" window hangs and does not show any printer for about 1 minute! The same thing happens when I click on the men? Start-settings-Printer and faxes. With sp2, everything works correctly and I can browse all my
2001 Jun 13
1
unreal does'nt install
How can I install Unreal Tournament under wine (20010510)? When I tried it, I got following message after all files were copied: >err:psdrv:PSDRV_FindPrinterInfo Error 2 getting PPD file name for >printer 'Printer1 auto' >fixme:winspool:AddPrinterW DocumentProperties fails >verr:psdrv:PSDRV_FindPrinterInfo Error 2 getting PPD file name for >printer 'Printer1
2002 Jun 06
4
Linux and Printing via smbprint
Hi there Looking at the archives I didn't find a solution to the following problem we have here: Printing from our linux-server (wagner) to an intel printserver (PS652D8F) doesn't work. Here's the stuff we know/tried: wagner:~ # smbclient -L //PS652D8F -N added interface ip=10.0.0.10 bcast=10.0.0.255 nmask=255.255.255.0 Got a positive name query response from 10.0.0.40 ( 10.0.0.40
2006 Jul 18
2
how can I delete rows?
Hello, I am very new in R so I am so sorry for this question. I have the Barro-Lee data set which contains 98 countries and I want to run the regressions only for the Latin America countries, so what do you recomend? How can I delete all the other countries or how can I select the countries of Lat. Am. thank you this is the list of countries SHCODE COUNTRY NAME WBCTRY
2007 Dec 10
1
[Problem] [Centos 5] Samba-3.0.23c-2 login authentication problem
Hello, I have comfigured samba-3.0.23c-2 server on CentOS-5, but when i was logging in from the client system, even if I donot provide password and hit enter key, the client is logging in as Anonymous user. Samba server should not allow for Anonymous login. (I am configuring linux (Server) to linux (Client) i am not using windows) 1) The contents of /etc/samba/smb.conf file as follows,
1999 May 13
1
permissions for printing
I have just installed Samba for the following configuration: AIX 4.2, with NT clients We are trying to print from clients to unix printers through a Progress (database) program. On unix, I would identify my destination as "lp -s -dprinter1". Now, I indicate "//rs6000/printer1". People in our systems department (and therefore, people with "root" privileges) can
2002 Sep 13
2
new feature in 2.2.6 ?
Hi Jerry et al, will the 2.2.6 release show the printers in the 'add-new-printer-wizzard' on the client like the WINDOWS server do ? I'm not sure if you know what I mean, so here is a little illustration: ----------------------------- | NTSERVER | | \\ntserver\printer1 | | \\ntserver\printer2 | | \\ntserver\printer3 | | SAMBASERVER |
2009 Jul 27
2
Help printing please!!!
Hi everyone, well I need some help using wine and printing, my problem is very specific. In a little market Im workin now, the owners decided to run Linux in all the computers, everything went perfect, even the control and accountability software that was running over Visual Fox Pro, till I deal with printing... Thing is that if I use one function of the application that prints a report for
2001 Mar 15
1
Printing problems with wine
Hello, I have some Problems with getting WINE to print. I'm using wine on a non-Windows machine with Debian Potato. Everything works fine except printing. When I try to print something I always get something like "Printer not setup properly". The errormessage from wine is err:psdrv:PSDRV_AFMGetCharMetrics No whitespace found. My .wine/config -file looks like this: [parallelports]