Displaying 11 results from an estimated 11 matches for "untweak".
Did you mean:
tweak
2024 Nov 16
2
First Linux Machine Domain Join
On 11/16/24 11:59, Rowland Penny via samba wrote:
> Samba doesn't start any daemons on a Unix domain member, you have to do
> it yourself.
I did. My Gentoo samba service scripts starts smbd and nmbd. Oh. Ugh.
Sorry. Found an untweaked option in the samba service script
configuration file--that I had apparently known about while setting up
the AD DC--which was necessary to start winbindd. It's now running, and
the wbinfo and getent utilities are now behaving better:
??? terra ~ # wbinfo --ping-dc
??? checking the NETL...
2004 Aug 06
1
icecast 2 CVS version doesn't compile
...nes as
possible. The second priority is exercising as much code as possible.
So the current behaviour is to enable YP by default (exercising the YP
code), but to disable it with a warning message if the curl library
isn't available or of an adequate version (increasing the odds of a
successful untweaked compilation).
I've added a --disable-yp option. Obviously this turns off YP even if
curl is installed. --enable-yp on the other hand causes configure to
error out if curl isn't available.
How does that sound?
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project h...
2007 Mar 28
7
(no subject)
Hi all,
I''m having a hell of a time getting my IFB to work. I know I''ve done
this before, so I''m missing something stupid. Can anybody tell me what
it might be?
Configs as follows:
--------
#!/bin/sh
modprobe ifb numifbs=1000
modprobe act_mirred
modprobe 8021q
brctl addbr br0
brctl setfd br0 0
brctl stp br0 off
brctl addif br0 eth1
brctl addif br0 eth2
ifconfig eth1
2004 Jan 21
0
smbfs issue
...39;t
figure it out. It's running Samba-client v.2.2.8a and a stock 2.4.21 kernel.
I have the exact config on another server that runs fine. Is there anything I
should be specifically looking for? I've checked the doc at samba.org and
tried some tweaks. No luck. I get better speeds on my untweaked, relatively
untouched server. I am completely at a loss. Any ideas would be greately
appreciated.
<<JAV>>
2006 Feb 14
12
Running Xen 2.0 for Counter Strike: Source
...://www.howtoforge.com/perfect_xen_setup_debian_ubuntu
This virtual machine is running 2 counter-strike public servers. Games has
always been a fine benchmark tool :-) The fps number should be much
higher. On my home server (a single p4 running lots and lots of stuff) the
reading is 150-200 average untweaked with basic settings.
In the counter strike forums there is word about the kernel hz. They say
the kernel should be configured to 1000hz. fortunately the used 2.6.11.12
kernel has a standard setting of 1000hz. As you can see in the kernel
source: include/i386/param.h. However current readings in...
2010 Oct 28
2
Network card not working after update to 2.6.18-194.17.4.el5
Hello,
the network card of my workstation stopped working after I updated the
kernel to 2.6.18-194.17.4.el5 .
I don't see any specific error messages when booting, and the related
interface is shown as up by ifconfig with its (static) IP address
properly set.
But I cannot reach any other computer or router on the LAN (whereas
other boxes work fine).
Where the network cable is plugged, an
2024 Nov 16
1
First Linux Machine Domain Join
On Sat, 16 Nov 2024 10:38:06 -0500
"John R. Graham via samba" <samba at lists.samba.org> wrote:
> I apparently haven't created the correct formula to get Samba to
> start winbindd on my workstation in the process of joining my domain.
> Testing winbindd connectivity fails:
Samba doesn't start any daemons on a Unix domain member, you have to do
it yourself.
>
2004 Aug 06
3
icecast 2 CVS version doesn't compile
On Wed, 28 May 2003, Brendan Cully wrote:
> This is only defined in libcurl 7.10 and later. I've just committed a
> test for this to the configure script, which should disable YP if
> libcurl isn't recent enough. I haven't tested it though, so I'd
> appreciate testing and feedback from the CVS-using community.
Surely preferred behaviour is for configure to complain if
2024 Nov 16
1
First Linux Machine Domain Join
...ber, you have
> > to do it yourself.
>
> I did. My Gentoo samba service scripts starts smbd and nmbd. Oh. Ugh.
It isn't really required to run nmbd now, it is the NetBIOS deamon and
isn't really used. You just need to start the smbd and winbindd deamons.
> Sorry. Found an untweaked option in the samba service script
> configuration file--that I had apparently known about while setting
> up the AD DC--which was necessary to start winbindd. It's now
> running, and the wbinfo and getent utilities are now behaving better:
>
> ??? terra ~ # wbinfo --ping-dc...
2004 Oct 28
12
HTB: Problem with excess bandwidth distribution
Hello,
I have a serious problem with HTB which I wasn''t able to solve myself.
I run a masquerading router with ppp0 as interface to the Internet.
Three clients need to share a downstream of 1 MBit, which I want
to divide with tc.
When I see a packet being forwarded to one of these clients, I give
it the appropriate unique mark:
iptables -t mangle -A FORWARD -d 192.168.34.141 -j MARK
2008 Feb 15
38
Performance with Sun StorageTek 2540
Under Solaris 10 on a 4 core Sun Ultra 40 with 20GB RAM, I am setting
up a Sun StorageTek 2540 with 12 300GB 15K RPM SAS drives and
connected via load-shared 4Gbit FC links. This week I have tried many
different configurations, using firmware managed RAID, ZFS managed
RAID, and with the controller cache enabled or disabled.
My objective is to obtain the best single-file write performance.