Displaying 20 results from an estimated 3000 matches similar to: "Comments / suggestions wanted - Winbind, 2K, and user Homes"
2003 Jan 07
0
Perplexing problem blocking PING, plus comments wanted on 4 interface firewall
Gents,
I have build a four interface firewall using Redhat V7.3 using a kernel
supplied from the PoPTop website. Obviously I have poptop installed, and it
seems to be working just fine. Anyway, I also have Shorewall installed, and
it seems to be working just dandy except for one small problem. A little
infor first. The interfaces/zones are ...
net eth0
loc eth1 192.168.10.0/24
wlan eth2
2011 Jul 12
0
[LLVMdev] Opinions Wanted: New asm Comments
On Jul 11, 2011, at 2:48 PM, David Greene wrote:
> I have a patch I'd like to commit that adds commentary to asm files
> about which TableGen pattern generated a particular instruction. The
> output looks like this:
>
> cvtpd2ps %xmm0, %xmm0 # source.c:39
> # Src: (intrinsic_wo_chain:v4f32 927:iPTR, VR128:v2f64:$src)
>
2011 Jul 15
0
[LLVMdev] Opinions Wanted: New asm Comments
On Jul 15, 2011, at 1:54 PM, David A. Greene wrote:
> Chris Lattner <clattner at apple.com> writes:
>
>>> How would you prefer this work? Even if the output were controlled by
>>> NDEBUG, I feel the added pattern comments make the asm file too
>>> cluttered even for day-to-day compiler developers. This is really a
>>> feature to debug instruction
2011 Jul 14
0
[LLVMdev] Opinions Wanted: New asm Comments
On Jul 12, 2011, at 7:45 AM, David A. Greene wrote:
> Chris Lattner <clattner at apple.com> writes:
>
>>> Is a new flag appropriate for this or should I just put it under
>>> -asm-verbose with everything else? If we want a new flag, does anyone
>>> have a spelling they'd recommend? I'm not particularly fond of
>>> -asm-pattern but it was
2011 Jul 15
2
[LLVMdev] Opinions Wanted: New asm Comments
Chris Lattner <clattner at apple.com> writes:
>> How would you prefer this work? Even if the output were controlled by
>> NDEBUG, I feel the added pattern comments make the asm file too
>> cluttered even for day-to-day compiler developers. This is really a
>> feature to debug instruction selection problems. That's why I put it
>> under the control of a
2011 Jul 12
2
[LLVMdev] Opinions Wanted: New asm Comments
Chris Lattner <clattner at apple.com> writes:
>> Is a new flag appropriate for this or should I just put it under
>> -asm-verbose with everything else? If we want a new flag, does anyone
>> have a spelling they'd recommend? I'm not particularly fond of
>> -asm-pattern but it was the best concise name my uncreative brain could
>> conjur up.
>
>
2011 Jul 11
3
[LLVMdev] Opinions Wanted: New asm Comments
I have a patch I'd like to commit that adds commentary to asm files
about which TableGen pattern generated a particular instruction. The
output looks like this:
cvtpd2ps %xmm0, %xmm0 # source.c:39
# Src: (intrinsic_wo_chain:v4f32 927:iPTR, VR128:v2f64:$src)
# Dst: (Int_CVTPD2PSrr:v4f32 VR128:v2f64:$src)
2006 Mar 14
2
[OT] Comments wanted on use of bitwise op
Here''s the scenario. I have a main tree-like table (actually it''s more
of a hierarchy), where the entries (or at least some of them) can be
categorised as one or more of a fixed number of types (prob about 6 poss
types). So an entry could be a Type A and a Type D; a Type C, D, E; just
a Type F; etc.
Having a join table would seem like it might get rather expensive since
2006 Jun 30
0
Three ActiveRecord features we want at work - any comments/suggestions?
Hi
I thought I would run this past the Rails list before I start doing
any work because I don''t want to re-invent any wheels.
Basically the situation I''m in is that I work for a company that is
currently working on two big non-Rails projects used for financial
purposes (one sells vehicles and vehicle finance, the other is an
internal broker management system used by
2007 May 22
3
Comments wanted about spec''ing out a couple controller methods
(oops, accidentally sent this to the rspec-devel list, sorry about that)
Could someone help me spec out these Rails controller methods? I
don''t know where to get started, especially with the transaction
stuff. Or, if anyone else could suggest ways I could improve the
code, that would be great as well.
Puzzle has_one Media. Both are AR model objects.
class PuzzlesController <
2005 Oct 01
0
VoiceGateway Design - Request for comments/suggestions
Hello Group,
I'd like to hear your thoughts for the following design. To implement
a Voice Gateway solution with atleast 2 PRI (60 channel) capacity, is
it better to implement
- 1 Grunty Server with a BiPRI card (TE205P, 210P) / Quad PRI (TE405P, TE410P)
or
- 2 Normal Servers (Dell 420/430 with 2 Gig RAM and 80 Gig SATA) with
Single PRI (TE110P) or BiPRI (TE205P, 210P) and Load balance
2005 Dec 23
1
want to write comments
Hi,
I am a littlt new developper, I learn Python and C.
I was looking for some command line program similar to vorbiscomment.
I did not find.
I would just try to write a very simple one in C or Python.
That would be a simple parse of the first bits of the file, if my
guesses are right. But where could I see the amout of binary bit I
should open, and how is the signification of any fields I would
2006 Jun 08
5
Suggestions wanted for non-logged-in user in closed beta phase
Will shortly be deploying first iteration of app to some beta testers
(i.e. friends), and want them to be able see it both from logged-in view
and guest (i.e. not logged-in) view. The two are a fair bit different.
It''s a closed beta, so (hopefully) no pages (other than a blank login
page) will be visible.
The question is, what''s the best way for them to be able to see (and
2004 Feb 09
10
PhD student reading list, suggestions wanted
I've got a PhD student starting this year.
She'll be working on data mining.
She has asked for a reading list while she's still in her home
country, which is a really good sign.
Her cosupervisor and I don't (think we) have any problem with
choosing things that are specifically about data mining, but
there are some statistical ideas (sampling, exploratory-vs-confirmatory,
2012 Apr 12
1
Restricting access to [homes]
Hi all.
Is it just me or there's no way to restrict access to [homes] share to
members of an AD group? Or is it treated like an ordinary Unix group via
Winbind mapping? If I use "valid users = %S" (to give access to the home
only to the owner), every domain user (worse: every user in any trusted
domain) can access his/her own share... if path exists. That leads to
the second
2013 Dec 10
2
form_tag + fields_for Rails 4
Hi There,
I''m trying to user fields_for inside a form_tag, but i can''t catch it
on my controller.
I just take some html code off to makes it easy to read
my view...
i''m using campuses_path(current_church, @campus) instead form_for
@campus, because my route is like
resources :campuses, :path => ":church/campuses"
<%= form_tag
2006 Jan 12
2
dovecot-ldap.conf for usernames/homes/UID/GID
hi there,
I?m getting such a headache today, I?ve added myself to three mailing lists
trying to figure this out, okay here it goes.
I?ve got a Fedora Core 4 box running dovecot imap, squirrel mail, postfix,
samba/winbind.
I?m running winbind to authenticate against Active Directory, I?ve edited my
?/etc/pam.d/dovecot? pam module so to let my users login with there Active
directory password, but
2014 Dec 29
3
sites and subnets
We had a samba 4.1.9 AD DC running since July. We have 3 campuses and
brought up a secondary AD at another campus. This setup seemed to be
running as expected. We could see our primary AD DC authenticating requests
fine. We could see the secondary AD authenticating requests as well at our
second campus.
Then we started experiencing bandwidth issues between our campuses. Our
metro-etherlink
2007 Oct 28
9
openvpn recipe: comments, suggestions, help
Good day,
First off, I''m a complete puppet newbie, this openvpn recipe is pretty
much the first puppet work I''ve done so be gentle :-)
Secondly, the openvpn setup for Debian (and systems based on Debian)
allows each openvpn network (tunnel) to be specified using a separate
config file for each: /etc/openvpn/<vpn>.conf
Each tunnel can be then stopped/started/restarted
2007 Aug 07
2
CentOS5 pam_mkhomedir
I have a problem creating homedirs on the fly. Since RHEL5 / CentOS5 you have to
use pam_oddjob_mkhomedir instead of pam_mkhomedir.
Everything is working (the homedir is created) but two things.
First on every logon I get the following error message, and I don't know how to
fix it:
org.freedesktop.DBus.Error.ServiceUnknown: The name com.redhat.oddjob was not
provided by any .service files