search for: situtations

Displaying 20 results from an estimated 65 matches for "situtations".

Did you mean: situations
2005 Mar 04
9
strange behaviour with rulesets
hi, i have a strange situtation. i try to connect to my machine with ssh and the packets are dropped but i have at the top of my rules an accept. the configuration looks like: rules-file: ----------- ACCEPT net fw tcp 22 - TCPDUMP-log: ------------ 12:16:08.153934 84.153.98.30.1322 > [my-destination-machine].ssh: S 3717288415:3717288415(0) win 64240 <mss
2004 Oct 20
1
internal & external networks
...r answering all of my emails to the mailing list with the many questions that I have had. Your answers have been a great help. Just a few more questions, ok. I have been reading over the documentation and need to find out how Tinc behaves regarding the VPN and hosts as I will have to distinct situtations to address in our system. 1. Which is a web server for example that will service both the VPN connections and also standard Internet connections. 2. Servers that will only service VPN connections. What I mean is this. In a few other solutions that I have been investigating, you can handle #2 ab...
2003 Aug 14
2
Server-side printer settings?
Hi all! I have a situtation that I want to get happening: We have just installed a colour photocopier with duplexing at a client's office. We're looking to have four printers pointing at this one device, with the following settings (one for each printer): * Black and White * Black and White, Duplexed * Colour * Colour Duplexed My question is, can we have server-side settings for
2006 Aug 17
2
find method not interpreting arguments correctly?
i''ve got a situtation where i''m trying to pass arguments from a method to find and AR is telling me that it can''t find the record where id=all here''s what i am attempting to do class Thing < ActiveRecord::Base belongs_to :x end class FlyingThing < Thing end class x < ActiveRecord::Base has_many :things do def that_fly(*args)
2004 Oct 05
3
software Raid1 on centos3
how is the stability of software raid1 on a system running centos3. i have 2 75gig hard drives that i would like to mirror if possible, that being the reliability is worth it...there will be lots of network traffic on the server. It will be used possibly as a file server, it will most definitely be used also as a mail server and webserver. i would be ok to me to not mirror the drives but this is
2015 May 18
4
How best to get around shadowing of executables by system()'s prepending of directories to Windows' PATH?
...share a name with, for example, one of the Windows commands. What should I do when I'd really like (the equivalent of) a call passed to system() that would be executed using the same Path that you'd get if working directly at the Windows command line? Is there a recommended workaround for situtations like this? (It _seems_ like it would be handy if system() et al. included an additional argument that optionally disabled the prepending of those extra directories, to give Windows users full control of the path seen by system(). Would adding such an argument have undesirable ramifications?) Moti...
2004 May 27
1
HELP! after power loss, system boots through mount of root fs then stalls
I run a RH 7.3 installation on a Compaq Proliant 6500 with dual pentium 266Mhz processors, approx. 630MB ram and a hardware SMART-2DH RAID controller and array. All file systems are ext3. The server has been in service for a couple of years now. From time to time we will lose power in our office or have another situtation that causes the server to lose power without a proper shutdown. We had
2006 Dec 21
1
Problems with Optimization
...ry() but I am not quite sure if that is what I am looking for. I essentially look for a command that, in plain English, allows me to specify that if the integral goes to infinity, skip these parameters, and simply continue optimizing into another direction. Is this possible? How do you guys handle situtations like this? Regards Tobias -- View this message in context: http://www.nabble.com/Problems-with-Optimization-tf2863893.html#a8003228 Sent from the R help mailing list archive at Nabble.com.
2003 May 26
1
Samba 3.0alpha24 / OpenLDAP / support for groups broken?
Hello! we are trying to get Samba 3.0a24 to work with OpenLDAP. After creating the guest - user manually in the LDAP directory, everything seemed to work fine. However we cannot create any group. The "net group map" command runs without any error message, and states: blue# ./net groupmap add rid=999 unixgroup=syadm Successully added group syadm to the mapping db
2006 Sep 07
9
Mass virtual hosting with mongrel
Ok, a refinement of the question I asked yesterday (If there were any replies from yesterday I don''t have access to them here .. sorry if I''m duplicating anybody''s words here). How can one host multiple domains with mongrel? Assuming you are mass vhosting and you also want the performance benefits of using mongrel ... As far as I can tell, one could set up a
2008 Feb 11
0
[LLVMdev] LLVM 2.2 Release Notes
On Feb 10, 2008, at 11:26 PM, Chris Lattner wrote: >> This is a matter of presentation, but some of the "GCC extensions" >> are >> standard C99 (now, at least). I noticed long long, C++-style >> comments >> and designated initializers. >> >> I have plenty of complaints about the GCC documentation you're >> pointing at, but this
2014 Mar 11
2
pxelinux.0 not fully booting in EFI 64 mode...not requesting ldlinux.e64 via TFTP...
There are no pre-compiled binaries (official or otherwise) on kernel.org. I assume what is meant is https://www.kernel.org/pub/linux/utils/boot/syslinux/ At least, that is where the "downloads" page of syslinux.org directs you. Under there are the various source tarballs (tar.gz format, tar.bz2 format). Also a directory called RPMS/. But that kernel.org RPMS/ directory is devoid of
1999 Jul 26
3
Joining an NT domain?
Howdy, I've run into some problems adding a Unix server to an NT domain. I've followed the instructions in DOMAIN_MEMBER.txt; when running the smbpasswd command: ./bin/smbpasswd -j CS-NT -r CS-NTS1 I get the following errors: modify_trust_password: machine CS-NTS1 rejected the session setup. Error was : code 131. 1999/07/26 11:36:37 : change_trust_account_password: Failed to
2007 Aug 08
2
[LLVMdev] Destination register needs to be valid after callee saved register restore when tail calling
Hello, Arnold. > with the sentence i tried to express the question whether there is a > way to persuade the code generator to use another register to load (or > move) the function pointer to (right before the callee saved register > restore) but thinking a little further that's nonsense. Why don't define some special op for callee address and custom lower it? I really
2008 Feb 11
2
[LLVMdev] LLVM 2.2 Release Notes
> This is a matter of presentation, but some of the "GCC extensions" are > standard C99 (now, at least). I noticed long long, C++-style comments > and designated initializers. > > I have plenty of complaints about the GCC documentation you're > pointing at, but this probably isn't the right forum for that. I do > think dropping "as fast as
2007 Aug 09
4
[LLVMdev] Tail call optimization thoughts
Hello, Arnold. Only quick comments, I'll try to make a full review a little bit later. > 0.)a fast calling convention (maybe use the current > CallingConv::Fast, or create a CallingConv::TailCall) > 1.) lowering of formal arguments > like for example x86_LowerCCCArguments in stdcall mode > we need to make sure that later mentioned CALL_CLOBBERED_REG is >
2020 Nov 19
1
Problems with undef subranges in identity copies
...L0000000000000003 [24r,24d:1)[104r,104d:2) which fails the verifier with "Multiple connected components in live interval". I'm able to hack this segment out in simple situations when the identity copy is removed, but so far have been unable to get it to work correctly in more complex situtations where there are other valid segments present. This requires a more complex analysis of the incoming value than should really be necessary when eliminating a trivial copy. In a similar situation where undef copies are eliminated, an IMPLICIT_DEF is inserted in place to give a corresponding instructi...
2015 May 07
2
ldap host attribute is ignored
Thanks a lot for looking over the config. I am at the topic "user data is available" id <username> and getent passwd and ldapsearch -x -b "ou=XXX,o=YYY" uid=<username> give the correct results ldapsearch gives also the correct host attribute i have set in the ldap server. Regarding the manpage of sssd.conf the lines access_provider = ldap ldap_access_order =
2004 Jul 19
3
Samba/LDAP/PDC Questions
Greetings! I created a Samba/OpenLDAP/smbldap-tools Primary Domain Controller. So far I am able to do the folowing: 1. Using USRMGR,EXE to administrating users and groups. 2. Adding Windows 2000, XP workstation on the fly. 3. PDBEDIT/SMBLDAP-TOOLS/GQ all works as they suppose to. 4. LDAP autheticate unix accounts. However, I am not able to to the following:
2007 Aug 11
1
[LLVMdev] Tail call optimization deeds
Okay so i implemented an(other :) initial version for X86-32 backend, this time based on TOT: It is not very generic at the moment. Only functions with callingconv::fastcc and the tail call attribute will be optimized. Maybe the next step should be to integrate the code into the other calling convention lowering. Here is what i have at the moment: If callingconv::fastcc is used the