Displaying 16 results from an estimated 16 matches for "sniplet".
Did you mean:
snipplet
2000 Jan 30
1
Slow writes from MS-DOS LanMan Client to Samba server
...options=TCP_NODELAY SO_SNDBUF=32678 SO_RCVBUF=32678
read size=8192
keep alive=30
guest account=nobody
printing=bsd
map to guest=Bad User
encrypt passwords=yes
workgroup=MZ
interfaces=212.xx.xx.xx/255.255.255.240
security=SERVER
unix password sync=yes
lm announce=no
netbios name=LNX-MZ-1
---- end of sniplet smb.conf ----
---- protocol.ini ----
[network.setup]
version=0x3110
netcard=ms$elnk3,1,MS$ELNK3,1
transport=tcpip,TCPIP
lana0=ms$elnk3,1,tcpip
[ms$elnk3]
DRIVERNAME=ELPC575$
INTERRUPT = 0xB
MAXTRANSMITS=40
[protman]
drivername=PROTMAN$
PRIORITY=MS$NDISHLP
[tcpip]
NBSessions=4
---- end of sniple...
2005 Jun 29
1
Kickstart-based Install, editing comps.xml, hdlist/hdlist2
...nstall that does the following:
1) edits comps.xml to modify @base and @core
2) takes newer packages into consideration
3) compiles this information, creates new hdlist{2} reference files
4) gets the mother to work.
This seemingly simple process seems to lack a bit of documentation. I
ahve found sniplets all over the 'net where it would show a small
process of how to get all this done, however, the author fails to
document the utility or method in detail, or the process is for
something totally archaic such as RH6.2.
Any help would be greatly appreciated.
Thanks!
-dant
2005 Jul 11
2
Unable to dial certain calls
To begin with, I am new to both asterisk and VOIP and although I've
gotten pretty far with my Asterisk setup and have two different sip
accounts working fine for outgoing calls I am having trouble with one
issue.
My problem is that I have another provider who uses IAX2 that I wish
to use for calling various countries, including local (The
Netherlands) calls and calls to the US to
2003 Jan 06
1
replacing a w2k machine with samba 2.2.7a
...2 weeks already , without any major problems. i have a few minor problems though :
generally, this server holds a few shares for several different groups in my organization. each share is writable for members of that group, and readable for the rest. this is accomplished by the following setup (a sniplet from my smb.conf regargding the "_creative" share):
[global]
workgroup = MyOrg
winbind separator = +
winbind uid = 10000-20000
winbind gid = 10000-20000
winbind enum users = yes
winbind enum groups = yes
template homedir = /mnt/usersdata/_users/%U...
2009 Jul 02
0
SweaveListingUtils --- a package for joining markup provided by TeX package 'listings' with Sweave
...words found by ls() in the search() list;
besides this side effect require(), library() should behave as usual.
This way, each package can have its own markup style which can be useful
to highlight ones own new functions in a different way.
Finally, SweaveListingUtils also covers inclusion of code
sniplets from a repository / an url (notably/by default from r-forge).
This can help to include R code from source files in some package
R folder to be consistently documented in some vignette.
For details you may wish to consider ?lstinputSourceFromRForge
and vignette "ExampleSweaveListingUtils&quo...
2009 Jul 02
0
SweaveListingUtils --- a package for joining markup provided by TeX package 'listings' with Sweave
...words found by ls() in the search() list;
besides this side effect require(), library() should behave as usual.
This way, each package can have its own markup style which can be useful
to highlight ones own new functions in a different way.
Finally, SweaveListingUtils also covers inclusion of code
sniplets from a repository / an url (notably/by default from r-forge).
This can help to include R code from source files in some package
R folder to be consistently documented in some vignette.
For details you may wish to consider ?lstinputSourceFromRForge
and vignette "ExampleSweaveListingUtils&quo...
2010 Oct 18
1
After Upgrade to Dovecot 2.0.5 SSL problems
...rt: where=0x4004, ret=560: fatal unknown CA [127.0.0.1]
?
With SSL-disable, autocreation folders for new users is no problem.
I've searched a fiew days for a solution, but I did not find anything. Also dovecot-page what describes running SSL does not help me.
Here are the relevant config-sniplets:
?
plugin {
? autocreate = Trash
? autocreate2 = Sent
? autocreate3 = Junk
? autocreate4 = Drafts
? autosubscribe = Trash
? autosubscribe2 = Sent
? autosubscribe3 = Junk
? autosubscribe4 = Drafts
}
service imap-login {
? inet_listener imap {
??? address = *
??? port = 143
? }
? inet_listener imap...
2011 Jan 13
2
parsing an e-mail with perl
Dear List,
I need to be able to pull off attachments from e-mails on the fly and
then demime them and print them. I have been studying MIME::Tools but
was hoping someone could point me to a script example of something I
could use.
Any help would be appreciated - Thanks!
--
Greg Ennis
2004 Oct 20
1
winbind AD group "non primary group" permissions
...uot;zero
administration"
Samba Server is a sun running solaris 9 , samba-3.0.7 is installed with
winbind , all is running as expected , users can connect to the share , if
the share isnt already created , it is created by preexec script
-------------------------------------------------------
sniplet of smb.conf
--------------------------------------------------------
[pst]
root preexec = /bin/ksh -c "mkdir /export/home/pst/%u"
path = /export/home/pst/%u
read only = no
create mask = 0700
directory mask = 0700
available = yes
publ...
2004 Apr 15
0
phyper accuracy and efficiency (PR#6772)
...you are likely to get total cancellation. For example
phyper(59, 150, 150, 60, FALSE, FALSE) gives 6.372680161e-14. The right answer
is
dhyper(0, 150, 150, 60, FALSE) which is 5.111204798e-22.
phyper is also really slow for large arguments.
Therefore, I suggest using the code below. This is a sniplet from Gnumeric, so
you'll have to s/gnm_float/double/ and s/gnum//, etc. The code isn't perfect.
In fact, if i*(NR+NB) is close to n*NR, then this code can take a while.
Not longer than the old code, though.
/*
* New phyper implementation. Copyright 2004 Morten Welinder.
* Distr...
2009 Apr 20
0
New versions for the distr-family of packages
...a list of major improvements in version 2.1:
%---------------------------------------------
SweaveListingUtils:
%---------------------------------------------
+ a new package devoted to joining markup provided by TeX package
'listings' with Sweave;
+ also covers inclusion of code sniplets from an url
(notably r-forge) in order to ease consistency
of documentation with code that is being developed.
see also ?lstinputSourceFromRForge and
vignette "ExampleSweaveListingUtils"
%---------------------------------------------
distr
%----------------------------...
2009 Apr 20
0
New versions for the distr-family of packages
...a list of major improvements in version 2.1:
%---------------------------------------------
SweaveListingUtils:
%---------------------------------------------
+ a new package devoted to joining markup provided by TeX package
'listings' with Sweave;
+ also covers inclusion of code sniplets from an url
(notably r-forge) in order to ease consistency
of documentation with code that is being developed.
see also ?lstinputSourceFromRForge and
vignette "ExampleSweaveListingUtils"
%---------------------------------------------
distr
%----------------------------...
2005 Apr 04
2
locfit and memory allocation
Hello
I am getting memory allocation errors when running a function that uses
locfit within a for loop. After 25 or so loops, it gives this error.
"Error: cannot allocate vector of size 281250 Kb"
Running on linux cluster with a Gb of RAM. Problem never happens on my
OS X (less memory). The total data is 130 cols by 5000 rows
The first 129 cols are response variables, the 130th
2006 May 22
2
confused by inheritance...
Hi r-devels,
I am stuck in some S4 inheritance problem:
setClass("A",representation(a="numeric"))
setClass("A1",representation(b="numeric"),contains="A")
setClass("A2",representation(c="numeric"),contains="A1")
if(!isGeneric("foo")){
setGeneric("foo", function(x,y,z, ...)
2010 May 27
32
pfSense HVM
Hi Everyone,
Does anybody have any experience using pfSense on Xen? I would most
probably have to use HVM...
My idea would be to use PCI-Passthrough to the pfsense DomU, and only
make the Dom0 accessable via the pfsense firewall
Thanks
Jonathan
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2003 Dec 30
7
Programming an unlocked ADSI phone?
What kind of channelbank/FXS port are you connecting to?
I've seen problems connecting to some of the older versions of the
Adtran Total Access 750's. I wouldn't doubt there would be problems on
other channelbanks with older firmwares. Of course, no firmware on CAC
AB1's
I have the AAstra 480, Adtran 750 Channelbank (updated firmware), T100P
card, and it worked fine on the