Displaying 20 results from an estimated 900 matches similar to: "parameter vs. option"
2018 Nov 05
4
classicupgrade
On Mon, 5 Nov 2018 13:50:09 +0100
Corrado Ravinetto via samba <samba at lists.samba.org> wrote:
>
>
> Il 05/11/2018 13:24, Rowland Penny via samba ha scritto:
> > It sounds like you do not want your users to log into the DC, so I
> > would remove the libnss_winbind links on the DC, this will not
> > affect authentication from the DC.
> sorry for my english,
2006 Feb 15
4
leaky bucket on bursty multicast
Hi all,
I have an average 2mbit multicast stream that once in a while bursts
high (up to 20mbit/s) in short periods (about 200ms). Could anyone
please help me with directions using tc for configuing leaky bucket
shaping to this stream? I have a 5mbit/s ceiling.
My system is running gentoo linux 2.6.14, and I have compiled in all
QoS modules.
Thanks.
Oivind
2006 Apr 03
2
install CentOS using an external USB cdrom
Hello,
I have an external USB cdrom ; I have a machine which does not have
a VGA card and not a standard IDE socket so you cannot connect a
CDROM internally to it ; it has USB port;
I want to install CentOS using an external USB cdrom on this machine,
through the serial port.
Is there a way to do it ? I am quite desperate about it.
The motherboard DOES enable configuing the BIOS to boot from
2009 Apr 28
3
[LLVMdev] how to build Java frontend for LLVM?
thx, but i meet a problem in configuing the pnet-0.8.0.
the error info:
checking for treecc... no
treecc is required to build and can be obtained from
http://www.southern-storm.com.au
how to fix this problem? thx!
-Joey
/*****************************************/
On Apr 23, 2009, at 10:25 PM, kqyang wrote:
hi all
i check out https://llvm.org/svn/llvm-project/java/trunk
but i can
2018 Nov 05
2
classicupgrade
On Mon, 5 Nov 2018 13:07:38 +0100
Corrado Ravinetto via samba <samba at lists.samba.org> wrote:
>
>
> Il 05/11/2018 13:00, Rowland Penny via samba ha scritto:
> > This is the first mention of a Unix domain member, where are the log
> > entries coming from and please define 'access'
> the logs are on dc,
> the errors log to each login from windows users
2006 Jul 28
2
WINBIND on a VERY LARGE FOREST
Hi all!
I'm trying to setup a linux samba server as a domain member of a SINGLE FOREST MULTI DOMAINS.
The forest is a 2 servers acting as a global catalog.
Other domains are child domain with implicit trust with forest. I setup a linux server with samba as a domain member to work with squid, authenticating users and verify user's groups membership. I need to allow access to squid only to
2009 Apr 28
0
[LLVMdev] how to build Java frontend for LLVM?
I haven't built those pieces myself, so take this all with a grain of
salt.
It looks like you need another tool, treecc, to build pnet. The
referenced website looks to have expired (advertising parking page
there now); however, google turns up http://www.freshports.org/lang/treecc
which looks like it might at least be a place to start.
Regards,
Jim
On Apr 27, 2009, at 7:48 PM,
2014 Oct 24
1
Changing user account passwords using smbpasswd after password expiration
Hello,
I?m currently having a problem where a non-root user can?t change his/her own
password using smbpasswd command after the password expiration and would
like to know how I could solve this problem.
Currently, I have a samba server running on CentOS 6.5 with its passdb backend
configured to another LDAP server. The samba version I?m currently using is
samba-3.6.9-169 which should be the
2009 Feb 01
5
Sending Calls via SIP trunk from two different IP addresses from same Asterisk Machine
Hi All;
I can assign for my Asterisk Machine a two IP addresses (xxx.xxx.xxx.yyy and xxx.xxx.xxx.yyz), how can I use these two IP's so I can let one call sent with a source IP address xxx.xxx.xxx.yyy and another call to be sent with another source IP address xxx.xxx.xxx.yyz, I need this because I need the side to authorize my calls by the IP address, and some calls to be authorized with the
2001 Jul 21
2
ChallengeResponseAuthentication - typos and inconsistancies?
Hi,
It seems from the source code that there are a couple of quirks
with this option:
firstly, in the code it's mis-spelt as
"challenge_reponse_authentication"
and secondly, the default for the client (in readconf.c) seems to be
off, whereas for the server (servconf.c) seems to be on:
readconf.c: if (options->challenge_reponse_authentication == -1)
readconf.c:
2012 May 07
1
Sprockets, JST, Eco and escaping
While it was a good move from Rails part to escape ERB <%= %> tags by
default, it doesn''t seem to happen to Sprockets as well.
The strange bit is that according to Sprockets documentation, it would
be just a matter of naming your template as .jst.eco to enable Eco:
https://github.com/sstephenson/sprockets#javascript-templating-with-ejs-and-eco
Then, extracted from Eco
2009 Nov 20
1
Licenses GPL and LGPL
Hello,
I am new to Cortado and I am very interested in playing video in some of my Java applets using the Theora decoder. I would like to write a LGPL library to use the decoders in Processing (see processing.org).
I prefer LGPL over GPL because it allows a wider usage of the library. The core libraries of Processing are released under LGPL as well.
I would like to use com.fluendo.plugin and
2006 May 09
2
read.table (Error in file(file, "r") : unable to open connection)
G?day,
I am trying to read in a table and am getting an error message stating that R is unable to open a connection to the file.
? Avonvegen<- read.table("Y:\Study Sites\Avon\nonspatial\datafiles\archive\Avon_VegEnh.dat ", sep=",", na.string="-9999", header=TRUE)
Error in file(file, "r") : unable to open connection
In addition: Warning message:
cannot
2011 May 10
4
[3.4.7] Right way to provide full access?
Hello
I'd like to configure Samba on a test host running Ubuntu so that I
have full read/write access from XP to a sub-directory of the root
filesystem.
The host is located on a LAN behind a firewall, so security is not an
issue, ie. I'd like to configure Samba with no/minimal security.
Currently, I can read but can't write. Between /etc/passwd, smb.conf,
and access rights to the
2006 Aug 12
7
Override method in ActiveRecord
Hello,
there is a method ActiveRecord::Base#exists? . I would like to override
this method in a class ActiveRecord.
Could anyone tell me how to do it?
TIA
--
Posted via http://www.ruby-forum.com/.
2017 May 16
2
Golang CertChecker hostname validation differs to OpenSSH
On Wed, May 17, 2017 at 2:46 AM, Damien Miller <djm at mindrot.org> wrote:
> On Mon, 15 May 2017, Adam Eijdenberg wrote:
>> https://github.com/golang/go/issues/20273
>>
>> By default they are looking for a principal named "host:port" inside
>> of the certificate presented by the server, instead of just looking
>> for the host as I believe OpenSSH
2006 Oct 26
2
RELEASE: Cortado 0.2.2 'Really Tested Verily Exceptionally'
This mail announces the release of Cortado 0.2.2 'Really Tested Verily Exceptionally'.
This is Cortado, a multimedia framework for Java written by Fluendo.
It contains:
- JST, a port of the GStreamer 0.10 design to Java
- jcraft, a copy of the JCraft JOgg/Jorbis code
- jheora, an implementation of Theora in Java
- codecs (currently only containing the Smoke codec, a variant on Jpeg)
-
2004 Jul 10
5
turn off NBT
Hi,
I tried to turn off Netbios over TCP/IP by adding this to
[global] session in smb.conf
disable netbios = yes
After restarting samba smbd is still listing on TCP 139.
Is this normal? Or did I missed anything?
Thanks.
Regards,
Dil Lee
__________________________________________________
Do You Yahoo!?
http://bb.yahoo.co.jp/
2010 Nov 04
4
fadvise DONTNEED implementation (or lack thereof)
I've recently been trying to track down the root cause of my server's
persistent issue of thrashing horribly after being left inactive. It
seems that the issue is likely my nightly backup schedule (using rsync)
which traverses my entire 50GB home directory. I was surprised to find
that rsync does not use fadvise to notify the kernel of its use-once
data usage pattern.
It looks like a
2005 Apr 20
2
Where is .xsession-errors
Hi
Yesterday I was using OpenOffice Impress, doing many cut/paste
operations with images, and without any notice/message/warning the
application die. Then I look for ~/.xsession-errors file to see any
signal about the problem, but I realized that ~/.xsession-errors is no
longer present.
This is a new behaviour of X.org ?
I'm running CentOS 4 and
XFree86 Version 4.3.0.1 (Debian