Displaying 10 results from an estimated 10 matches for "annonymity".
Did you mean:
anonymity
2003 May 12
2
Annonymous access guest ok = yes
I am trying to get some printer shares to be anonymous access.
I have set guest ok = yes
but from the log file, it looks like if a username is passed, and a failed
lookup, it wont just default to annonymous. Is there another setting or
configuration that I need to add to get it to work?
LOG FILE:
[2003/05/12 16:13:52, 0] passdb/pdb_ldap.c:pdb_getsampwnam(939)
LDAP search
2002 Jul 26
1
Samba connection
Hi
I am very new to linux.
I am trying to run samba on a domain network I have named the machine Pingo
and can see this on the NT network but cannot brows to the share folder.
I can use smbmount to see NT shares in pingo but not Pingo on the domain.
My smb.conf file is below
[global]
netbios name = PINGO
server string = PINGO
workgroup = BASILDON
encrypt password = yes
security = domain
2006 Jan 20
1
Samba printing
I have a Red Hat 9 Linux box running Samba
version:2.2.7a-8.9.0-security-rollup-fix and Hylafax acting as a fax
server. I print from my Windows XP machine to the Samba shared printer
hoping the file name would be passed to Hylafax to use as the outbound
phone number but Samba is submitting the job to Hylafax with a job name
like:
smbprn.000117.JrVPBv
Hylafax can't process the job since
2017 Oct 30
2
lld: sigbus error handling
But that would disable mmap IO on systems that don't support fallocate. I'm
not sure if OpenBSD people are for example happy about that.
On Mon, Oct 30, 2017 at 2:03 PM, Rafael Avila de Espindola <
rafael.espindola at gmail.com> wrote:
> Rui Ueyama via llvm-dev <llvm-dev at lists.llvm.org> writes:
>
> > If your system does not support fallocate(2), we use
2017 Oct 23
8
lld: sigbus error handling
If your system does not support fallocate(2), we use ftruncate(2) to create
an output file. fallocate(2) succeeds even if your disk have less space
than the requested size, because it creates a sparse file. If you mmap such
sparse file, you'll receive a SIGBUS when the disk actually becomes full.
So, lld can die suddenly with SIGBUS when your disk becomes full, and
currently we are not doing
2009 Sep 03
1
building r packages for windows on a mac/linux
--- On Thu, 3/9/09, Vinh Nguyen <vinhdizzo at gmail.com> wrote:
> hi hin-tak,
>
> i'm trying to build r packages for windows on a
> mac/linux. i guess
> this used to possible and supported, but is no longer
> supported. i
> ran into this post of yours,
> https://stat.ethz.ch/pipermail/r-devel/2009-July/053971.html,
> and hope
> u don't mind me
2003 Nov 20
1
Large RAM (> 4G) and rsync still dies?
Hello. Hopefully someone can shed some light on this:
We've got a production server with _LOTS_ of files on it. The system is a dual
XEON with 4GB of RAM. During the evening, the load is very low. Linux shows
(via 'top') that approximately 3G of RAM is cached RAM, and 500M is buffered.
That, if my understanding is correct, should leave us with 3.5G of available
memory to draw
2002 Jun 24
2
documentation bug for --daemon "use chroot" in conjunction with -o and -g
Hi all,
Tripped over a documentation bug. I'm guessing the behavior I've found
isn't a bug in itself as it's kind of implied by chroot (unless the
/etc/passwd db is read *before* you do the chroot call), so I'm calling
it a documentation bug.
The Setup:
System A: running rsync --daemon from xinetd, configured with a
read-only share.
System B: syncing a local directory
2008 Apr 14
8
zaptel 1.4.10 regression with TE220B on Proliant DL380 G5 ?
Hi list,
After a lot of testing + troubleshooting, I guess I'm observing
what I am now calling a regression with zaptel 1.4.10 (is it?)
As such I call for peer feedback, before either asking Digium
install support or filing a bug.
Thanks in advance!
System: HP Proliant DL380 G5 with 2x PCI-X + 1x PCIe riser card
OS: Centos 5
Kernel: 2.6.18-53.1.14.el5 (also tested under
2006 Jan 23
0
Samba printing to Hylafax
I'm sure it's been solved before and probably more gracefully but here's
the print string I used to accomplish printing from MS Word.
gs -sDEVICE=pdfwrite -dNOPAUSE -sOutputFile=/tmp/%s.pdf /var/spool/samba/%s;lpr -Pfaxit `strings %s|grep %%Title:|gawk '{print " -o phone="substr($5,1,11)}'` /tmp/%s.pdf;rm -f /tmp/%s.pdf