similar to: Samba 2.2.8a and print$

Displaying 20 results from an estimated 900 matches similar to: "Samba 2.2.8a and print$"

2005 Mar 20
0
rpcclient adddriver command results in 'WERR_BADFILE'
I wonder if someone could help me with this problem I am getting. I have been trying to get printer drivers installed onto my Samba server (v3.0.10 FC3) for a few days now and have finally hit this problem which I cannot fathom. I run this command to copy the drivers from w32x86 into the '3' directory: rpcclient -U'root' -c 'adddriver "Windows NT x86" \
2003 May 08
1
A problem in a glm model
Hallo all, I have the following glm model: f1 <- as.formula(paste("factor(y.fondi)~", "flgsess + segmeta2 + udm + zona.geo + ultimo.prod.", "+flg.a2 + flg.d.na2 + flg.v2 + flg.cc2", " +(flg.a1 + flg.d.na1 + flg.v1 + flg.cc1)^2", " + flg.a2:flg.d.na2 + flg.a2:flg.v2 +
2004 Dec 27
0
R: Richiesta informazioni
Dear Andrea. Your request seems vague. And also: be careful, even if some of the people reading the list understand italian you are expected to post your requests in english. In short: read the FAQ and at least "An introduction to R". But you seem to be lucky, on the CRAN you will find a document by Vito Ricci, in italian, about time series analysis:
2008 Jan 09
1
Rscript on OSX
Hi, I directed somebody to install R (2.6.1) on his OSX computer, following instructions from http://cran.r-project.org/bin/macosx. She can run R from the console. But plot(1:10) doesn't produce any output or open a window (as I am used to from linux). More importantly: Rscript is not in the path (minor problem ln -s is hopefully doable). I tried to put a hardcoded path to Rscript into the
2010 Apr 19
2
[LLVMdev] Living on Clang
How about building this in the CMake or auto* level we build a separate build script for it? I attache a simple version here. It does seem to work here. It's a shell script, which uses cmake for the building but it seems the second stage file works. I am not really sure why a third stage is needed, but it can be added quite easily. A windows version should be trivial to write (next week). A
2004 Apr 27
1
SCP misses copying a file on error (possible bug?)
RCSID("$OpenBSD: scp.c,v 1.113 2003/11/23 23:21:21 djm Exp $"); Part of the OpenSSH_3.8p1, SSH protocols 1.5/2.0, OpenSSL 0.9.7c 30 Sep 2003 distribution Could someone verify this case we found that causes a file to be missed during copying? Not copying a file without any error indication is a major problem. Here is the setup to replicate the problem: On hosta /tmp: -rwxrwxr-x 1
2004 May 04
0
[Bug 863] SCP misses copying a file on error
http://bugzilla.mindrot.org/show_bug.cgi?id=863 Summary: SCP misses copying a file on error Product: Portable OpenSSH Version: 3.8p1 Platform: Alpha OS/Version: OSF/1 Status: NEW Severity: critical Priority: P2 Component: scp AssignedTo: openssh-bugs at mindrot.org ReportedBy: rxanders at
2020 Feb 17
0
fruit:resource=stream on ZFS safety?
Hi Mike and all, I still see ._ files with fruit:resource=xattr and not with fruit:resource=stream. Try extracting the attached zip file using a macintosh on the samba share. (Sounds dangerous, right?!) With fruit:resource=xattr # ls -al total 537 drwxrwx---+ 2 cwseys cwseys 9 Feb 17 09:57 . drwxrwx---+ 3 cwseys cwseys 5 Feb 17 09:57 .. -rwxrwxr--+ 1 cwseys cwseys 20120
2002 Jul 18
2
file refresh on windows 98 client
I have the following problem. I run samba on a HP-UX 11 system (L1000). 1)I have a file on UNIX on /shdir/prova3/silvana.txt with the following content: AAAAAAAAA. 2) I delete and recreate the file with the following instructions: rm /shdir/prova3/silvana.txt echo BBBBBBBBBB > shdir/prova3/silvana.txt 3) I try to see the file on a Windows98 client but I see the old versione of the file: I
2020 Aug 09
0
Interactive graphics
Dear R-Devel list members I'm facing as problem already known and linked to the use of getGraphicsEvent(prompt = "Waiting for input", ???????????????? onMouseDown = NULL, onMouseMove = NULL, ???????????????? onMouseUp = NULL, onKeybd = NULL, ???????????????? onIdle = NULL, ???????????????? consolePrompt = prompt) setGraphicsEventHandlers(which = dev.cur(), ...)
2016 Apr 27
2
Building and Invoking DSA or Pool Alloc
Hi , This Is 'Suresh M' from AMD compiler team. 1) I obtained the source code of llvm and pool-alloc (relase_32 versions ) using the following commands, svn co http://llvm.org/svn/llvm-project/llvm/branches/release_32 llvm cd llvm/projects svn co http://llvm.org/svn/llvm-project/poolalloc/branches/release_32 poolalloc 2) Was able to build the binaries and libraries
2010 Jun 23
0
Directory Permissions?
Hello, Running Samba 3.3.10 on FreeBSD 7.3. Cannot copy a folder with a subfolder and 10 files in the subfolder from an OSX 10.6.4 client to a folder on the Samba server. What happens is that the folder gets copied but not the subfolder and its files. root at aries:/usr/local/etc# testparm Load smb config files from /usr/local/etc/smb.conf Processing section "[homes]" Processing
2007 Jun 05
1
cepstral TTS and app_swift
We are having some major problems with app_swift since we went live. It is regularly segfaulting. I don't know if this is my fault or not, but here's the story: Installed the cepstral voices (at the time, 4.0) on our test system (2.6.9-42.0.10.ELsmp) and later added some extra voices (now 4.2). All worked fine - we stress tested (20+ simultaneous calls). Move to live (
2011 Aug 17
0
[LLVMdev] --enable-shared doesn't build shared library any more
Yuri, on which host? 2011/8/17 Yuri <yuri at rawbw.com>: > In r134967 it still worked, and in r137742 it now doesn't. > I used such flags: --enable-assertions --enable-shared --enable-libffi > --enable-debug-runtime --enable-debug-symbols --disable-optimized > > Before build would create directory tools/llvm-shlib under the build > tree. Now it is missing. In my
2010 May 06
0
[LLVMdev] [cfe-dev] Living on Clang
On Mon, Apr 19, 2010 at 4:52 PM, Óscar Fuentes <ofv at wanadoo.es> wrote: > The third stage is for comparing the output of clang (as compiled by > gcc) against clang (as compiled by clang). The whole process is: > > Stage 1: build clang with gcc > > Stage 2: build clang with the clang created by gcc > > Stage 3: build clang with the clang created by clang. > >
2003 Nov 01
2
problems with 2880 linux floppy image
Hi, I'm using syslinux to boot Linux off a network server running tftpd and dhcpd. The server is running RH 7.3 with syslinux version 2.06 and pxe-0.1-31.99.7.3 installed from the rpm. I created a 2880 K floppy image using syslinux and populated it with the Linux kernel images: vmlinuz, and initrd.img (trimmed of some modules) from RH 9, also, syslinux.cfg with kickstart information. The
2009 Jun 03
3
Lost sub-mailboxes - not showing after upgrading to Dovecot from Courier-IMAP
Last night we migrated from Courier-IMAP to Dovecot 1.2RC5 and all seems to work fairly well, but I seem to have lost all my mailboxes apart from INBOX. The maildirs are all on the HD in the correct place (/usr/local/virtual/bordo.com.au/jlbrown): mail:jlbrown root# ls -l total 21400 drwxrwxr-x 13 _vmail _postfix 442 Jun 4 00:11 .4D drwxrwxr-x 14 _vmail _postfix 476 Jun
2000 May 26
1
Samba + Quickbooks file problems
I updated samba to samba-2.0.7-4 (RedHat RPM). That didn't help. I changed the file ownership to user.group from user.user. That didn't help. I changed the file permissions to -rwxrwxr-- as you had suggested, and then it worked. (QuickBooks 99 needs *both* the file permissions set as noted *and* the ownership also.) However, when everyone closes QuickBooks the QBI file is deleted, and
2005 Mar 01
5
[Not Subcribed] Two-Interface sample file version - 2.0.1
Hello, I''ve "emerged" Shorewall 2.0.7 onto my Gentoo pc. Going through the 2 interface quickstart guide I download the 2.0.1 interface sample and untar it. "tar -zxvf two-interfaces.tgz" Maybe a dumb question but I can''t find anything on Google or the Shorewall mail archives that say anything about this. So I''m assuming its me. :P But the
2005 Jun 29
0
Smbmount and daily savings time shifted timestamps?
Background: I use rsync to shuffles files around from my production server and testing server. The testing server's central file share (the one that the production server pulls from) is a smbmount from an internal file server (OSX 10.4, but this is irrelevant as you'll see). I had to switch from NFS to Samba after the 10.4 upgrade due to their new NFS implementation breaking