Displaying 20 results from an estimated 8000 matches similar to: "suggested solution"
2003 Aug 04
0
WinXP Pro domain join OK -- add domain users to local groups NOT
Good day everyone and sorry to add to the traffic with one more
(possibly stupid) question.
I have the following problem which I could reproduce with both Samba
2.2.7 and 2.2.8 and with about 5 clients. I install WindowxXP Pro
(w/SP1), I modify "RequireSignOrSeal=0", I join the domain (using a
'root' account that is present in smbpasswd and whose password I know)
-- and
2003 Aug 11
0
Reposted: WinXP Pro domain join OK -- add domain users to local groups NOT
I'm sorry to repost this one but it seemed to get no attention the first
time it was posted ... here it goes, again:
Good day everyone and sorry to add to the traffic with one more
(possibly stupid) question.
I have the following problem which I could reproduce with both Samba
2.2.7 and 2.2.8 and with about 5 Microsoft clients. I've installed
WindowxXP Pro (w/SP1), I modified
2006 Nov 20
7
ISCSI SAN suggestion
Sorry for the off-topic question but I need advice on a buying a ISCSI
SAN for 4-6 servers running CentOS 4.4 .The main purpose for the SAN
is to store email accounts (that will be accessed by imap - dovecot)
and other documents. Minimal redundancy is required (e.g. dual power
supplies, battery backed write cache or mirrored controllers) and
price for a 2 TB configuration should be under $ 10000.
2004 Jun 04
2
(no subject)
>When performing an upgrade of Red Hat 2.1 AS to Red Hat 3 ES Samba fail to
start
>due of missing libssl.so.2 and libcrypt.so.2 libraries that has been
deleted
>during upgrade process. We restored files from backup but winbind still
fail
>to starting.
Radu,
First, it's very scary that you're using RedHat 3. That could be a
source of many problems. ;) Anyway, what error(s) is
2016 Jan 20
2
AVX Optimizations in Opus
Hello,
I had talked earlier with 'Timothy B. Terriberry' <tterribe at xiph.org>, about adding support for AVX instructions in Opus, but since he appears to be busy I would like to resend this on the mailing list.
I've created a pull request https://github.com/xiph/opus/pull/5 to add the testing infrastructure for the changes before adding the actual code.
A draft for the rest
2005 Jun 03
4
how can I monitor a (dumb) switch ?
Hello there,
Can anyone help me with a problem i have....
I have an ethernet LAN, made over dumb fast-ethernet switches
(10/100mbit) without management, so there is no IP for the switches.
What I want, if possible, is to find out if a switch is down or not.
It''s like with routers... if you want to find out if a router is OK,
either you send ICMP directly to the router, or to a host
2009 Mar 30
3
Two sets of Heartbeat HTTPD clusters on same subnet
Hi all,
I am new to Hearbeat so please be kind :) I also posted this on
Linux-HA lists with no responses so I posted it here.
I have successfully configure two machines to use heartbeat to cluster
httpd. The two nodes are called etk-1 and etk-2. I am trying to
configure another two machines to act as a separate cluster (on the
same IP subnet). These two nodes are called radu-1 and radu-2.
2015 Oct 20
2
AVX Optimizations
Hello,
I'm currently looking to see if Opus could benefit from AVX/AVX2 instructions and I've made some experiments optimizing xcorr_kernel_* function in celt using AVX2 intrinsics and got about 1.5x-1.6x speedup over SSE floating point version in pitch_sse.c. Have AVX optimizations been tried in Opus? Is there someone I could talk to about optimizing compute intensive tasks in Opus using
2005 Apr 10
3
IMQ: why do I need IMQ ?
Hello there,
Can someone please explain why do one neeed IMQ ?
I can already shape incoming traffic on my nat router by creating
qdiscs on LAN-side interface. I have done some tests, whith simple
bandwidth limmiting, and it works.
I''ve read just about all the stuff on www.linuximq.net ... but
couldn''t make myself an ideea on why would someone need IMQ for
ingress policing ...
2015 Oct 27
2
AVX Optimizations
Hello,
I've created a pull request[1] to enable configuration to search for AVX support and set OPUS_X86_MAY_HAVE_AVX accordingly.
Please review.
Thanks,
Radu
[1] https://github.com/xiph/opus/pull/3
-----Original Message-----
From: opus-bounces at xiph.org [mailto:opus-bounces at xiph.org] On Behalf Of Timothy B. Terriberry
Sent: Wednesday, October 21, 2015 11:29 AM
To: opus at xiph.org
2017 Sep 01
2
virtio_net: ethtool supported link modes
On Thu, Aug 31, 2017 at 06:04:04PM +0100, Radu Rendec wrote:
> Hello,
>
> Looking at the code in virtnet_set_link_ksettings, it seems the speed
> and duplex can be set to any valid value. The driver will "remember"
> them and report them back in virtnet_get_link_ksettings.
>
> However, the supported link modes (link_modes.supported in struct
>
2017 Sep 01
2
virtio_net: ethtool supported link modes
On Thu, Aug 31, 2017 at 06:04:04PM +0100, Radu Rendec wrote:
> Hello,
>
> Looking at the code in virtnet_set_link_ksettings, it seems the speed
> and duplex can be set to any valid value. The driver will "remember"
> them and report them back in virtnet_get_link_ksettings.
>
> However, the supported link modes (link_modes.supported in struct
>
2018 Dec 07
2
Testing compiler reliability using Csmith
Hello everyone!
We are working on writing a paper about testing the reliability of C compilers by using Csmith (a random C99 program generator).
A previous testing effort, using Csmith, found 202 LLVM bugs, which represented 2% of all reported bugs at that time (PDF: https://www.flux.utah.edu/download?uid=114 <https://www.flux.utah.edu/download?uid=114>): . However, after this paper was
2015 Nov 06
2
AVX Optimizations
Hello,
I've integrated the tests and AVX pitch code into my fork:
https://github.com/rvelea/opus/commits/master
I ran test_opus_decode and it seems to be running OK.
I'll do some more measurements with VTUNE and the new pitch test in the following days and get back to you with a pull request and the data.
In the meantime if you have time to give it a quick look and maybe point out any
2010 May 17
14
noob questinon: is dev in rails underwindows a good idea
Hey guys, thx for talking your time to answer this post, i much
appreciate it.
1. is dev in rails under windows a great idea.i can think of 10000
reasons, i know, bu i can;t install linux on my PC, for now at least.
the compamy that i am working for wants me to install all of the
programs i need to develop a free lancer site, like this one
http://www.bestjobs.ro/(if u look at the right upper
2017 Sep 01
1
virtio_net: ethtool supported link modes
On Fri, 2017-09-01 at 18:43 +0300, Michael S. Tsirkin wrote:
> On Thu, Aug 31, 2017 at 06:04:04PM +0100, Radu Rendec wrote:
> > Looking at the code in virtnet_set_link_ksettings, it seems the speed
> > and duplex can be set to any valid value. The driver will "remember"
> > them and report them back in virtnet_get_link_ksettings.
> >
> > However, the
2007 Feb 12
2
T1 card recommendation
I'm going to need to build a few Asterisk boxes that have dual and quad T1
interfaces. I knew Digium made T1 interface cards and on this list I heard
about Sangoma so I did a quick search and found the hardware page at
voip-info.org which lists several manufactures I didn't know about. All that
leads to this question:
I'll be using T1s in the USA. What experiences have you all had
2015 Nov 05
2
AVX Optimizations
Sorry. I missed that. Good observation.
Please go ahead and correct the patch.
Thanks,
Radu
-----Original Message-----
From: opus-bounces at xiph.org [mailto:opus-bounces at xiph.org] On Behalf Of Timothy B. Terriberry
Sent: Thursday, November 5, 2015 11:08 AM
To: opus at xiph.org
Subject: Re: [opus] AVX Optimizations
Velea, Radu wrote:
> Yes,
>
> Thank you. I'll follow up with
2005 Jun 04
2
pam mysql authentication
Hello
I am trying to use pam to authenticate dovecot again a mysql database.
In /etc/pam.d/dovecot i have:
auth optional pam_mysql.so host=localhost db=maildb user=mailro \
passwd=xxx table=users usercolumn=address passwdcolumn=passwd \
where="disabled is NULL and deleted = ''" crypt=1
account required pam_mysql.so host=localhost db=maildb
2018 Dec 07
2
Testing compiler reliability using Csmith
Thanks, Vedant. Yes, we have done a lot of testing of Clang/LLVM (and GCC)
in the past several years (more details at
https://people.inf.ethz.ch/suz/emi/index.html):
[GCC/LLVM bugs: *1,602* (total) / *1,007* (fixed)]
[Reports: GCC (link1 <http://tinyurl.com/ojzdt78>, link2
<http://tinyurl.com/oxlkmjc>, link3 <http://tinyurl.com/jd3jnl3>, link4