similar to: (no subject)

Displaying 20 results from an estimated 200 matches similar to: "(no subject)"

2002 Dec 16
0
Samba versus NFS/ftp
I ran some tests today, ftp'ing a 288MB file to the server was completed in 29.3 seconds, ~10 MB/sec. This is 3 times faster than Samba! which needed 82 seconds using drag/drop on W2K. NFS needed 39 seconds. I have read the 'performance tuning' documents and have done all/most of the changes they recommend but nothing appears to increase the speed. We are running Solaris 8 with
2020 May 17
3
Problems with userdb and mail deliveribility
I briefly got some mails delivered, but not anymore. Attached are dovecot-info.log, dovecot-debug.log, dovecot.log, maillog, /etc/mail/passwd smtpd.conf, vaddr, vusers, vdomains Thanks for any help. Chris Bennett -------------- next part -------------- May 15 12:54:25 master: Error: service(config): pipe() failed: Too many open files May 15 12:54:25 master: Error: service(auth): pipe() failed:
2020 May 17
1
Problems with userdb and mail deliveribility
On 17 May 2020, at 11:08, Chris Bennett <chris-dvcot at freedomforlife.rocks> wrote: > > I realize that I dumpimg a lot of info out there. But not what we need. doveconf -n postfix -n (or equivalent) What MTA you are using (postfix, etc) Errors in mail.log showing the failures. > I can shoot for system users, but I really want to get the virtual users > working. This is a
2010 Jun 25
3
gsub with regular expression
If I have a text with 7 words per line and I would like to put first and second word joined in a vector and the rest of words one per column in a matrix how can I do it? First 2 lines of my text file: "2008/12/31 12:23:31 numero 343.233.233 Rodeo Vaca Ruido" "2010/02/01 02:35:31 palabra 111.111.222 abejorro Rodeo Vaca" Results: Vector: 2008/12/31 12:23:31 2010/02/01 02:35:31
2005 Feb 16
0
Samba 3.0.11 as Domain member with ADS W2K
I've been following the forums on this subject. I am still having problems implimenting this at my site. I am trying to replace a Novell 5 file server doing single server signon(workstation manager) with a linux/samba server and a W2K ADS server. I tried this with slackware 10.0, samba 3.0.10, MIT krb5 v 3.1 5, openldap-2.1.22 and got it pretty close (could login wihtout password) but had
2006 Jul 14
0
FOSCON II: The Ruby Rodeo
PDX.rb presents... FOSCON II: The Ruby Rodeo! We invite you to join us for a set of presentations on Ruby programming and Ruby culture. Confirmed speakers include: * Alex Bunardzic * Lucas Carlson * Topher Cyll * Ryan Davis * Geoffrey Grosenbach * Amy Hoy If you didn''t catch it last year, FOSCON is a free and fun gathering of Ruby fans held in the evening during
1997 Jul 15
0
Samba and Win95 printing problem
I am having some problems setting up the printing for samba and was wondering if anyone has any ideas. Samba 1.9.16p11 is running on a SparcStation 20 running SunOS4.1.3_u1. Accessing the shares, like [homes], is successful. When attempting to connect to a printer using Win95 with Service Pack 1, an error occurs. The printer share name, host name, and printcap name are all the same and exactly
2005 Jun 23
0
Printers: Fedora + WinXPHome
I have a network with 1 Linux box (host), 2 Win98 machines, and 1 WinXPHome machine. There is a Deskjet attached to the Linux box, and an HPLJ Postscript attached to one of the PCs. Until recently I was running RH7.1 with Samba 2.x and all computers could print to both printers (which, obviously, were shared). I have recently rebuilt the LInux box, and in the process installed Fedora, with Samba
1998 Sep 08
0
SysV interface script
A long time ago, on a mailing list far away, I promised to send the SysV interface script that I use with success; the supplied one is a bit, err, basic... Well, one thing led to another, and I quite forgot, so without further ado, here it is (usual disclaimers): #!/bin/sh # # This interface script drives a PC-attached printer via the SAMBA utility. # # This script is a gross simplification of
2003 Nov 15
6
Samba 3 and CUPs printer causes explorer to abend
I am attempting to setup a Samba printserver to replace our Windows Print servers. I have defined a few printers in CUPS, some raw, and some not. When I use the GUi to upload the drivers, The dialog works, however after that is accomplished, any attempt to get the printer properties or to use the printer from my W2K system (cpq0277) causes explorer to ABEND. System setup: RedHat 9 CUPS
2004 Feb 18
5
ownership & ssh
Here's another easy rsync question (I am trying to make sense of some stuff): Let's say I have this burp file, which I set the follow uid/gid: raub@kushana-13>ls -l burp -rw-r--r-- 1 nobody4 noaccess 44800 Feb 18 13:07 burp raub@kushana-14> When I move it to katri, since it does not have those uid/gid defined, it just spits them out as the appropriate numbers (that were
2005 Sep 19
0
RUXCON 2005 Update
Hi, RUXCON is quickly approaching yet again. This e-mail is to bring you up to date on the latest developments on this years conference. Our speakers list is complete [1] and our timetable has been finalised [2]. Below is a list of presentations for RUXCON 2005 (in order of acceptance): 1. Breaking Mac OSX - Ilja Van Sprundel & Neil Archibald 2. Binary protection schemes - Andrew
2005 Oct 25
0
question about accessing XP login names within smb.conf
I don't want to maintain a list of userids in either Linux, or Samba. Our PDC is a win 2000 box and all the userids are stored on that win 2000 box. I'd like to store the "My Documents" folders on a Samba server and use %U to map each student's "My Documents" to their directory on the Linux machine. This works well in Win 98, but on the XP machine, instead of
2005 Oct 24
0
%U and %u different between XP and Win98
I want to use %U to map My Documents to each individual's directory on the Samba server. This is working fine in Win98 but in XP %U maps to "guest" when I log in as "george". In Win98 %U comes across as "george". I am running Samba V 3.0.20 Linux kernel 2.4.22 Slackware 9.1.0 All Win98 and XP machines are in a domain with the pdc on a different box from
2005 Nov 07
0
%u and %U different between Win98 and Win XP Pro
I have a computer here with both Win 98 and Win XP Pro set up as a dual boot. The computer name and domain are the same in both O/S's. I log in to them with the user name "george". When I log in from Win 98, %u expands to my username, "george". When I log in through Win XP, I get "guest". Can anyone suggest why this is happening? I don't have any userid's
2002 May 15
1
general cups & access permissions woes
Hello all, I have been trying set up a linux box as a print server for our mixed windows network. It has samba working - everybody can see it & a shared directory. I installed cups & that too seems to be fine - printing test pages from the web interface works perfectly. But i can't get them to talk. I think this is mostly as i can't find a decent howto & so am poking
2012 Feb 06
0
BDC constantly rebinds to master ldap server causing browsing delay
Hello, I seem to be having an issue where one of my BDC servers constantly needs to rebind to the "master" ldap server (ldap1.ae-solutions.com). Whenever this happens I see several entries in the log like this: "smbldap_search_ext: waiting 928 milliseconds for LDAP replication." It appears to cause delay when browsing samba shares whenever this happens. The master
2005 Nov 07
1
Windows refusing samba server
Hi George, my machines are coming back since I've rebooted the machine. Some others don't. Because there is an unspecified interval of time between dying and reviving machines, I am sure it's a kerberos issue. But I don't have any idea where this error is located. I hope the machines are all coming back to productivity and stay at this point. My samba is running as a domain
2005 May 30
2
smbclient hangs
Hello, I'm having problems with using smbclient on a win2k share. The server runs samba 3.0.14a on Solaris 9. I want to tar the whole directory of a share. Into a file on the server What I found out so far is, that it works until a maximum file count of 35. It is not size dependant but if the file count in that share exceeds more than 35 the smbclient hangs for ever and with the time is
2020 Jun 03
2
Cannot log in to IMAP server and logs are unclear as to why
I?m trying a super basic config based upon https://wiki.dovecot.org/HowTo/PostfixDovecotLMTP but before I work on shipping mail through Postfix to DoveCot, I wanted to make sure IMAP is working first, but I can?t even get a basic login to so I thought I?d see if the gurus on the list might be able to point out I?m doing wrong. The documentation is pretty good, but there were some gaps I had to