Displaying 20 results from an estimated 4000 matches similar to: "Multi-user multi-company design"
2008 Apr 02
9
Problem getting the most recent has_many associated object
I can''t get my view to display the most recent parameters from an
associated object in a view... here is a birds-eye of my app:
I have two models, Ferms and Kinetics. Ferm has_many :kinetics,
Kinetic belongs_to :ferm. Kinetic has the fields ferm_id, brix and
temp.
In my ferms/index view I have a table listing the attributes of each
ferm instance. I would like to display the most recent
2007 Apr 18
1
[Bridge] Re: Bridge Digest, Vol 31, Issue 6
Hello
You must add first:
vlan (tagged) to eth2
eth2 interface is not tagged by default and not know vlan-s .
It is like a cisco if you have 24 ports in cisco by default all ports 
are in vlan1. if you want to do trunk (with vlans) you myst add (vlans) 
to this ports (tagged or untagged)
So you can compare that all interfaces in linux by default are in one 
vlan(but not tagged). (only for
2020 Jun 18
10
[Bug 1434] New: Usability improvements, enabling creation of complex firewalls
https://bugzilla.netfilter.org/show_bug.cgi?id=1434
            Bug ID: 1434
           Summary: Usability improvements, enabling creation of complex
                    firewalls
           Product: nftables
           Version: unspecified
          Hardware: x86_64
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: nft
    
2012 May 14
1
Plot
Hello,
I am trying to make a plot of the rates of an enzyme against three different protein concentrations (there are 45 rates in total and split up into 3 groups of 15, each receiving one of the 3 protein concentrations). When I enter the following code I instead get 3 separate boxplots for each of the three different protein concentrations ...
plot(rate ~ ferm, data=LDH, col=LDH$rate,
2003 Dec 22
1
Unknow socket option report
Hello,
>From smb.conf man page:
"You may find that on some systems Samba will say "Unknown socket option"
when
you  supply  an option. This means you either incorrectly typed it or you
need
to add an include file to includes.h for your OS. If the latter  is  the
case
please send the patch to  samba@samba.org <URL:mailto:samba@samba.org>."
I'm exactly in that
2003 Dec 24
1
"Account Unknown" problem (Samba3 domain users in WinNT permissions)
Hello,
I'm suffering a estrange problem in a WinNT-Samba3 environment. I have two
servers: WinNT4 (PDC of domain A-DOMAIN) and Samba3 (PDC of B-DOMAIN).
A-DOMAIN and B-DOMAIN trust each other (I had followed the procedures
described in HOWTO Chapter 16 successfully).
The problem arises when I assign permission in WinNT server's folders
(A-DOMAIN) for users in the Samba domain (B-DOMAIN).
2002 Mar 06
2
Mail Problems...
Hi... After all our work trying to authenticate sendmail via Winbind, we have a weird problem right now... The user authentication, and the connection to both POP3 and SMTP is very slow, except for my own computer, that works very fast... And my computer is the only one in 1000+ clients... FYI, I use Outlook Express 6, but everyone at my office use it also... So, I don't think the problem is
2003 Jul 25
1
where Samba stores the SID when acting as PDC?
Hello everyone.
As far I know, all Microsoft domain are identified with
a SID. It is used for authorization, for example in the file
ACLs of the users' files. Before using it, this SID is generated
at random. This SID resides in the PDC,
When Samba is acting as PDC, where lives this SID?
(I suppose that in a file).
I'm asking this because I'm thinking in a backup
procedure for my
2003 Dec 31
1
winbind running in PDC Samba server
Hello,
HOWTO chapter 21 describes the use of winbind daemon in a Samba domain
member Server, but it's possible (and desirable) to run winbind in a PDC
Samba server? The question is due to it that in that case it seems it is not
necessary winbind for authenticate/mapping users against a external WinNT4
PDC, the Samba PDC perform authentication itself (and the mapping its not
necessary, because
2002 Jan 19
1
Another feature request
--=-97YF284NV6yShaPqFwb/
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
I have to say Shorewall is the closest in my mind to a perfect iptables
firewall generation script. Thanks Tom for a great product. 
2 things that could make it even better in my mind: 
- instead of using service acronym (don''t know how to call it
differently) for rules, it would be great to be able to
2003 Nov 24
3
At 4 a.m. it finally worked...Samba 3, interdomain trust, ldap, winbind
I spent a solid two weeks trying to make a RH 9 with Samba 3 PDC operate the
way I wanted it to in a domain that includes an NT 4.0 PDC. Early this
morning, the NT user dogbreath belonging to the NT group mongrels was able
to log into the NT PDC, map to the big_ugly_dogs share on the Samba machine,
copy a file there, open it in OpenOffice 1.1.0, edit it, save it and then
delete it. All of this was
2017 Jun 03
15
[Bug 1154] New: Allow include statement to operate on directories and/or wildcards
https://bugzilla.netfilter.org/show_bug.cgi?id=1154
            Bug ID: 1154
           Summary: Allow include statement to operate on directories
                    and/or wildcards
           Product: nftables
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: nft
   
2007 Apr 18
0
[Bridge] swithing trunk (tagged 802.1q traffic) with brctl
Hello,
My name is Ferm?n Gal?n and I work as Research Engineer at CTTC, Spain. I'm
trying to configure a bridge with brctl to switch VLAN tagged traffic
(802.1q), but I'm getting some problems.
In particular, I've a physical interface (eth2) connected to a Cisco trunk
port (so, the traffic to/from eth2 is tagged). I've added eth2 to a bridge
('brctl addif somebrige
2008 Jul 17
2
Selenium docs or tutorial?
Does anyone have links to any complete Selenium docs or tutorial?
I have Selenium 1.0.9 installed (OS X, Leopard), the proxy server
appears to launch ok, and got the test to reach:
@browser = Selenium::SeleniumDriver.new("localhost", 4444,
                        "*firefox", "http://www.google.com", 15000)
this method has no documentation as far as I can tell (or
2004 Jan 07
1
simple question
i just got confused in creating machine accounts in my samba server
1rst creating the user
[root@genesis root]# smbpasswd -a cpu3
New SMB password:
Retype new SMB password:
Added user cpu3.
than adding the machine...
[root@genesis root]# smbpasswd -a -m cpu3$
Failed initialise SAM_ACCOUNT for user cpu3$.
Failed to modify password entry for user cpu3$
[root@genesis root]#
what am i missing...
2009 Oct 14
1
problem when resizing graphics devices
Dear R users,
When I try to resize a graphics device in R, I often get this warning 
message (mostly when I already have several other graphics devices open) 
: "Not enough memory to modify the size. Alpha blending is desactivated" 
(translation from the french message: "Mémoire insuffisante pour 
modifier la taille. L'"alpha blending" est désactivé"). Following
2010 Mar 22
1
Amazon S3 and ffmpeg
So we are setting up a file upload system for our web app. Files will
be uploaded to Amazon S3, and videos need to be converted to ffmpeg.
We have had problems with uploading of large files timing out, and it
was suggested to us to use http://github.com/elcgit/s3-swf-upload-plugin
for uploading directly to S3. This would fix the timeout, but then
could I use ffmpeg to convert the file once it is
2003 Dec 30
0
Winbind problem related with old libnss_winbind.so and pam_winbind.so version.
Hello,
In my log.winbind I'm getting several messages like this one:
[2003/12/30 18:19:00, 0] nsswitch/winbindd.c:process_loop(725)
  process_loop: Invalid request size from pid 12913: 1304 bytes sent, should
be 1568
  This usually means that you are running old wbinfo, pam_winbind or
libnss_winbind clients
I suppose that the problem may be cause by old version of pam_winbind and
2003 Dec 31
0
MS Exchange - Samba interoperability
Hello,
I'm interested in use cases and experiences related with Samba and MS
Exchange interoperability. In particular, my situation is as follows: Samba3
domain (domain A) and Windows NT4 (domain B) with mutual trust relationship
(A trust B and B trust A).
MS Exchange Server is running in a server of domain B and I want to create
mailboxes in the Exchange Server for users in domain A. This
2014 Oct 22
1
Shared folder and concurrent users
Good Evening !!?
I have a question, is there an internal parameter inside a configuration file in Samba4, which say which is the top of concurrent users to a shared folder, and if I can change that parameter?
?Jos? Ferm?n Francisco Ferreras
Registered User?#579535?(LinuxCounter.net)