Displaying 6 results from an estimated 6 matches for "mamba".
Did you mean:
samba
2019 Nov 12
0
RFC 5258 violation: incomplete response for "LIST ($OPT RECURSIVEMATCH) ..."
...m/dovecot-test/user PATH=/usr/bin:/bin \
doveadm -c /tmp/dovecot.conf mailbox create foo2 baz2
$ env -i USER=user HOME=/dev/shm/dovecot-test/user PATH=/usr/bin:/bin \
doveadm -c /tmp/dovecot.conf mailbox create -s \
foo2/{bar1,bar2} baz2/{bar2,bar22,bar222} eps2 eps2/mamba qux2/bar2
$ env -i USER=user HOME=/dev/shm/dovecot-test/user PATH=/usr/bin:/bin \
doveadm -c /tmp/dovecot.conf exec imap
S: * PREAUTH [CAPABILITY IMAP4rev1 ? LIST-EXTENDED ?] Logged in as user
C: D01 LIST "" "*"
S: * LIST (\Noselect \HasChildren) "/...
2010 Oct 22
2
puppet-zenoss plugin
Hello All,
I''m testing the puppet-zenoss plugin:
http://github.com/mamba/puppet-zenoss
I''m able to export and collect host properly. I however, can''t get
the provider to work. I can''t see much of the provider or type from
running puppetmaster in debug/verbose mode. Are there any tools to
test out a provider and/type? Also, if anyone has t...
2006 Sep 27
1
samba & ACL questions
...ectory,
but not read its contents. Then I can give said user more permission to
a sub folders contents. Meaning: I don't want a user to see what is in
\\files1\IS <file:///\\files1\IS> but I want to give them permissions
to the contents of \\files1\IS\meetingminutes
<file:///\\files1\mamba\meetingminutes> I cant seem to get this to work
with samba.
I suppose one could always create another share, but it's really not the
ideal solution when this has to be done in many scenarios.
I am running RH ES4, and from my searching for the answer to this, I
recall reading that th...
2005 Jul 08
1
Printer dialogue box slow to pop up
...0024 status: WERR_OK
the command enumprinters lists the contents of the printcap file but
before it lists the contents, it gives the error:
0024 status: WERR_INSUFFICIENT_BUFFER
-------------------------------------------------------------------
Looking at the level 5 log output of the computer mamba (winxp) accessing
the printer AccntingCannon, we see the errors:
15594 status: WERR_UNKNOWN_LEVEL
Namely:
[2005/07/08 16:00:56, 4, pid=27707, effective(0, 1000), real(0, 0)]
rpc_server/srv_spoolss_nt.c:_spoolss_getprin
terdriver2(5605)
_spoolss_getprinterdriver2
[2005/07/08 16:00:56, 4, pid=27...
2004 Jun 02
0
idmap with w2k3 active directory ldap supported?
...nistrator,cn=Users,dc=gel,dc=local
# ldap ssl = start tls
ldap user suffix = ou=Pernalab_site_users,dc=gel,dc=local
# ldap group suffix = cn=Users
ldap machine suffix = cn=Computers
# password server = 192.168.168.50
realm = gel.local
netbios name = mamba
security = ADS
idmap backend = ldap:ldap://192.168.168.50/
ldap idmap suffix = ou=Idmap,dc=gel,dc=local
idmap uid = 10000-20000
idmap gid = 10000-20000
# winbind params
winbind separator = +
winbind enum users = yes
winbind enum grou...
2010 Jun 19
2
How to Print Rails Source
Hi all,
Inspired by Mike Schwab, I''d like to read the Rails 3 source code on printed
paper (and preferably in color).
For example, xv6 (http://pdos.csail.mit.edu/6.828/2009/xv6-book/index.html)
did a nice job printing their code (
http://pdos.csail.mit.edu/6.828/2009/src/xv6.pdf). It even has line numbers
and an index. The only thing I would like to add is syntax highlighting.
Anyone