search for: encase

Displaying 20 results from an estimated 24 matches for "encase".

Did you mean: incase
2019 Dec 04
0
[Bug 34296] Failure loading nouveau for nVidia GeForce 8600 GT on ASUS XG Station(external 1x PCIe encasing for an GPU)
https://bugs.freedesktop.org/show_bug.cgi?id=34296 Martin Peres <martin.peres at free.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution|--- |MOVED --- Comment #5 from Martin Peres
2014 Dec 09
0
[Bug 34296] Failure loading nouveau for nVidia GeForce 8600 GT on ASUS XG Station(external 1x PCIe encasing for an GPU)
https://bugs.freedesktop.org/show_bug.cgi?id=34296 Pierre Moreau <pierre.morrow at free.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Component|DRM/other |Driver/nouveau Version|XOrg git
2004 Dec 02
11
another network to add
Hi Tom (and others) encase you don''t know my network already ;) here''s a quick run down eth0 lan 192.168.1.1/255.255.255.0 eth1 wan1 172.30.7.4/255.255.240.0 eth2 wan2 202.37.230.93/255.255.255.192 eth3 wan3 203.96.213.73/255.255.254.0 I''ve got routes and rules for all the above interfaces :) I w...
2005 Jan 26
1
Does BDC also need trustdom ?
Hi, Running 3.0.10. I have two PDC's running both with two BDC's, i have a oneway trust account setup on my PDC's, do i also need to setup up the trusts on the BDC's encase of a PDC failure? If so how do i do this? regards -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Daniel Wilson Systems Administrator IT & Communications Service University of Sunderland Unit1 Technology Park Chester Road Sunderland SR2 7PT Tel: 0191 515 2695 This...
2008 Jun 15
3
bug report howto pixel shader
...port a bug ( i was advised to report this as a bug on the #winehq irc channel ) when i run the game from the command line the only info i get are three lines like this fixme:d3d9:Direct3DShaderValidatorCreate9 stub also the game requires d3dx9_30 and d3dx9_36 to be overridden for the game to play encase that needs to be known i could use as much info here as possible (maybe the first time i ever reported a bug) hopefully i didn't leave anything out but please ask so i can fill the report as best as possible
2012 Dec 11
2
Catching errors from solve() with near-singular matrices
...ction(e) { warning(e) error.flag <<- TRUE}) if (error.flag) return(NULL) return(invX) } This works OK if called without a surrounding try() ret <- f(matrix(0, 2, 2)) ## Gives warning However, if I encase the call to f() in a try statement, I get an error: ret1 <- try(f(matrix(0, 2, 2))) ## Gives error "Lapack routine dgesv: system is exactly singular" This is undesirable. Advice on how to solve the problem with either strategy would be much appreciated - as indeed would be...
2005 Aug 08
1
Here are CORRECT APC cable diagrams
+-----------------------------------------------------------------+ | | | Black APC 940-0024C Smart Signalling UPS Cable Wiring Diagram | | This information is verified and tested to be 100% correct. | | |
2007 Oct 17
3
Adding a "boot from local hard disk" option to syslinux menu, booted from USB
Hi all, I use XP on my laptop PC, with 30 GB HD (single partition), and a 3.5" hard drive (not a stick), accessed through a USB encasing, partitioned as five logical drives. I have successfully set up syslinux to boot several Ubuntu versions from the primary USB hard drive partition, and no problems there. The problem is, I would like to have an entry in the menu, like "Boot from
2004 Dec 03
1
Re: Shorewall-users Digest, Vol 25, Issue 9
...t;lists@loudas.com> > Subject: [Shorewall-users] another network to add > To: Shorewall List <shorewall-users@lists.shorewall.net> > Message-ID: <41AF84CB.5080304@loudas.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hi Tom (and others) > encase you don''t know my network already ;) here''s a quick run down > eth0 lan 192.168.1.1/255.255.255.0 > eth1 wan1 172.30.7.4/255.255.240.0 > eth2 wan2 202.37.230.93/255.255.255.192 > eth3 wan3 203.96.213.73/255.255.254.0 > > I''ve got routes and rules for al...
2024 Apr 29
0
NUT Augeas Lens definitions - help wanted
...nut/issue/657 about known unfinished business with augeas as of quite a while ago. My investigation with the latter found that the parser seems to work for simple wordings, which frankly covers the majority of use-cases, but fails for some cases that are valid for NUT - such as multi-word tokens encased into double quotes, or a number of these on a line, or even including an escaped double-quote as content, at least this is a whole bunch of problematic cases that I stumbled upon. If there are people well-versed in augeas definitions (or willing to learn), some PRs to improve the existing ones...
2009 Jan 14
1
slow rsync connection establish
...lookup failed for 192.168.0.76: Unknown server error [3820] connect from UNKNOWN (192.168.0.76) I wonder if there is a way to disable the name lookup? My conf file looks like: use chroot = false strict modes = false hosts allow = * log file = c:/rsyncd.log # Label your rsync share here. Must be encased in square brackets. # should be name of host (ie: staging.footjoy.com) [rsync.test] path = /cygdrive/c/rsync/ read only = no list = yes -- View this message in context: http://www.nabble.com/slow-rsync-connection-establish-tp21447607p21447607.html Sent from the Samba - rsync mailing list archive...
2006 Apr 13
2
LDA Questions
...ir own script. # If there is no user-specific Sieve-script, global Sieve script is # executed if set. #global_script_path = This suggests to me, that it will only execute if no user sieve script is present. As most of my users are going to be virtual, it shouldn't be a problem, but just encase, I'd like to know my global script is being run for all users. Thanks Tim -- Linux Counter user #273956
2006 Mar 11
2
How do you display validation errors when validating child models?
I can''t seem to figure out how to get child validation error messages to display. I''m going through the simple blog example DHH uses in his video. In the example, a comment belongs_to a post. Validating posts works fine and the errors are displayed as they should be. When I try to validate a comment using: validates_presence_of :summary It does the proper validation by not
2009 Sep 24
2
Downloading data from from internet
Hi all, I want to download data from those two different sources, directly into R : http://www.rateinflation.com/consumer-price-index/usa-cpi.php http://eaindustry.nic.in/asp2/list_d.asp First one is CPI of US and 2nd one is WPI of India. Can anyone please give any clue how to download them directly into R. I want to make them zoo object for further analysis. Thanks, -- View this message in
2017 Aug 10
0
is a self signed certificate always invalid the first time?
...dibly naive to say "would be far better to use a self-signed certificate..." - sure there might be some areas where it's better, but many others where it's not. It's not an "all good" or "all bad" kind of thing. As they say - the only secure computer is one encased in concrete at at the bottom of the deepest ocean trench, unpluged and unconnected - and even then I'm not completely sure. Everything in life and security is a trade off of one set of factors against another. Cheers! -Greg
2006 Jul 26
1
Three (Possibly Connected) Samba Issues
...nother: they are gone and my directory file-count decreases by one. These apparently interconnected issues only occur if they file originated from the Samba share; documents on the individual local machines do not display this issue. Below is the samba.conf, only the proper names have been changed encased in square brackets [like this] and the comments in the file have been dropped also. I have RTFM-ed, but again, I cannot seem to find anything to help me with these issues. Any assistance would be genuinely appreciated. --Jeff ---start-samba.conf--- #=== Global Settings === [global] dns proxy =...
2010 Jan 12
0
Ubuntu Jaunty samba 3.3.2 print$ no write rights even though I do
...com> To: "Samba" <samba at lists.samba.org> Sent: Thursday, July 16, 2009 4:16:48 PM Subject: Re: [Samba] Ubuntu Jaunty samba 3.3.2 print$ no write rights even though I do Dale, Yes, I have the right assigned to my Domain Admins group and I just added it to my account just encase there is a group rights problem. Here is my user id rights. net rpc rights list "Domain\myaccount" Enter root's password: SeMachineAccountPrivilege SeTakeOwnershipPrivilege SeBackupPrivilege SeRestorePrivilege SeRemoteShutdownPrivilege SePrintOperatorPrivilege SeAddUsersPriv...
2012 Dec 17
20
early clean exit from module?
Hi folks, I''ve poked around the language reference, and havent found anything on this so far. I''d like to be able to force a clean early exit from a module. WITHOUT encasing the whole body of the module in an if statement. What I''m looking for: class somemodule { #no this isnt going to be a global variable I''m just using that as an example, if
2013 Nov 18
2
[PATCH] al175: updated driver, please restore it
...ar functionality in NUT to set whole transaction > > > timeout, I'll be happy to rework the code to use what NUT provides. > > > > > > > Even in the updated driver, I see quite a couple of fprintf() lines. > > > > Although these are in most (all?) cases encased in a 'if > > > > (nut_debug_level > 0)', we have the upsdebug* functions for that. Do > > > > yourself (and your fellow developers) a favor and use those instead. > > > > > > > Another thing related to this is the XTRACE macro. This will only...
2009 Jan 06
3
Incoming side of SIP trunk does not work unless I add "insecure=very"
The incoming (Class 5 switch to Asterisk PBX) side of a SIP trunk does not work unless I add "insecure=very" to my "Outgoing settings", but I don't want to do that. I do want to authenticate. Outgoing (Asterisk PBX to Class 5 switch) calls do authenticate and work. The Nortel CS 1500 I'm using as the PSTN-side of my SIP trunk has a username and password that it's