similar to: alternative nameserver from local network

Displaying 20 results from an estimated 6000 matches similar to: "alternative nameserver from local network"

2001 Sep 28
6
Vorbis for PlayStation
you can write your own software mixer that can decode MP3 on the PS2 so I can't see why you can't do that with ogg, however, even mp3 is processor intensive and programers are not going to give up that much processor power which will decrease or detract from the rest of the game. However, I'm sure there are some people out there that have been able to work around this. Regardless, ps1
2017 Oct 31
1
Secondary Nameserver not working
I've configured a secondary slave nameserver based on what I consider rather expert advice, but it's not working as expected. I'm trying to determine if I've done something wrong with basic configuration or if there are AD/DC nuances afoot. The main nameserver is the domain Active Directory/Domain Controller running Samba 4.4.16 on Slackware64 14.2. This has been running for a few
2005 Apr 30
2
Problem with CPU usage on Playstation 2 when using Ogg Vorbis.
Hi, Sometime ago i finished a port of Ogg Vorbis to Playstation 2. The code is working just fine and the music sounds like it should, but there is one problem. I get CPU usage that looks like this (when i say frames i mean actually rendering frames on the Playstations 2 and you have 50 or 60 frames per second) cpu usage: ~100% ~0% ~0% 0% ~100% current
2010 Aug 31
1
Bug#594638: klibc-utils: ipconfig assumes dhcp server is nameserver
On Fri, 27 Aug 2010, Vagrant Cascadian wrote: > > ipconfig apparently assumes that the dhcp server's ip address is the > nameserver when dhcp gives it no nameservers, dhcp gives the nameserver > 0.0.0.0, or the nameservers are not ip addresses (i.e. ns1.example.org). > while these scenarios are probably not extremely common, i'm not sure > this is a good default with no
2008 Mar 18
4
PlayStation 3
As some of you probably already know, the PlayStation 3 supports Linux. That brings a question to me: can I run Wine on a PlayStation 3?
2005 Jun 06
23
Multi-ISP in 2.4.0
Hello Shorewall list, I''m a happy Shorewall user since a few years now and everything works fine for me except one thing that I try to implement since a week, the multi-isp. I''ve downloaded the 2.4.0 Stable release yesterday and tried the RC2 since a week. My config is a Debian running a kernel 2.4.27 home made with the CONNMARK.diff patch applied I''m using 2 ISP,
2008 Jul 07
3
how do I find out which nameserver returns a DNS query?
Hi all If I do a "dig mydomain.co.za" from a Linux server, how do I know which DNS nameserver returns the queries? I seem to have a faulty DNS server, but can't see which one, so I want to find out which nameserver (if there's 4 - ns1.myserver, ns2.myserver, ns3.myserver & ns4.myserver) returns the queries? -- Kind Regards Rudi Ahlers CEO, SoftDux Web:
2012 Feb 25
1
Display associated record count
Hi all, I have a website which has users and each user can creat multiple product records. I have the ability to show the associated records under the user profile but what I want to do now is on the user index, to display a number representing how many products that user has up for sale. So basically to count all the records for each user and display on the index so that it would look like the
2010 Jan 27
2
Configuration of hosts
I'm probably doing something I'm not supposed to even try, but I'm trying for "proof of concept" before physically setting up a distant network because of logistical issues. Anyway, I have tincd running as a service on two windows machines on the same lan. I'm trying to establish a connection between those two computers on the vpn ip's (10.20.30.1 and 10.20.40.1).
2011 Aug 09
5
setting up bare minimal CentOS VM
Hi all, I need to setup a real bare minimum CentOS Virtual Machine, but with normal internet / network access. i.e. I need SSH, Mutt, Links, lynx, ping, tracert, dig, iptables, etc. Does anyone know where (if?) I can get a list of applications which gets installed with CentOS 6 if every option is deselected in the installer so that I can see what I can remove which isn't really necessary
2007 Aug 01
2
Compiling R for the Sony Playstation 3?
Has anyone installed Linux on a Sony Playstation 3 and compiled R for it?
2015 Jan 27
7
[LLVMdev] Code ownership for PS4 target
As you might have noticed, we’ve begun landing patches to open source the Sony PlayStation®4 system compiler. Many more are coming. I’d like to propose that I be named code owner for this platform. I already have this role internally for open source. It feels necessary to establish as part of the process to handle external contributions. ----------------------------------------- Alex Rosenberg
2015 Jun 23
2
Samba4 Secondary DC as Backup DC (redundancy)
El 23/6/2015 8:11 p. m., "Rowland Penny" <rowlandpenny at googlemail.com> escribi?: > > On 23/06/15 18:58, Daniel Carrasco Mar?n wrote: >> >> Hi, >> >> I've sucessfull created a secondary DC using the wiki manual ( >> https://wiki.samba.org/index.php/Join_a_domain_as_a_DC), and is working >> perfectly, user and groups are synced on both
2007 Apr 30
1
centos 5 - iintruder alert, intruder alert
CentOS 5 - Intruder alert Somebody that uses windows has infiltrated the upstream. Alert, alert, weeeeep weeeeeeeeepppp bweeeeeeeeeepppppp screeeeeccchhhhhh :-) [root at tstream11 ~]# ls -axl /bin/tracert lrwxrwxrwx 1 root root 10 Apr 20 17:56 /bin/tracert -> traceroute - rh -- Abba Communications Internet Spokane, WA www.abbacomm.net
2015 Jun 23
5
Samba4 Secondary DC as Backup DC (redundancy)
Hi, I've sucessfull created a secondary DC using the wiki manual ( https://wiki.samba.org/index.php/Join_a_domain_as_a_DC), and is working perfectly, user and groups are synced on both and I can use any of them for login using clients like Owncloud, Prosody, python scripts... Now my question is: ?how I can use that secondary DC as backup when the main fails?. I've tried to disable the
2006 Apr 07
3
Logging And Environment
Hi All, Couple easy questions: 1. How do I view what environment my app is running under (i.e production / testing / development) - I''m not sure what RAILS_ENV is set at, how to I take a look at it? 2. Somehow (?) I have turned logging "off". I''d like to have it back on :s I have files called production.log, test.log, server.log, development.log in /myapp/log/ but
2006 Mar 30
9
How is Teliax ?
Hi I am looking at purchasing some DID lines from Teliax to install it on my asterisk. i would like to know some feed back on "Teliax" before i purchase. suggest me if there are better sevice providers. thanks Giridhar Bandi -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Jun 29
3
Working around/with Restful Authentication
I''m using Restful Authentication, and the code to create a user is pretty straight forward - there is a before_save action and a before_create action: before_save :encrypt_password before_create :make_activation_code But for some reason when I try to create a user programmatically in the controller like this: User.new(:email =>
2015 Jun 24
3
[LLVMdev] Inline hint for methods defined in-class
Sorry for misinterpreting, but what is the basis for the simple fact you mentioned? David On Wed, Jun 24, 2015 at 2:43 PM, Robinson, Paul <Paul_Robinson at playstation.sony.com> wrote: >> -----Original Message----- >> From: Xinliang David Li [mailto:davidxl at google.com] >> Sent: Wednesday, June 24, 2015 2:17 PM >> To: Robinson, Paul >> Cc: Easwaran Raman;
2004 Apr 13
4
Dial Plan Format Strings
In the absence of "The Definitive Guide to Asterisk Dial Plans" book, I'd like to do something possibly unique with the formatting of extensions in my dial plan, and am having trouble. We use VoicePulse connect, which gives us local DID for inbound and outbound calls (even though DTMF tones are not working in Voice Pulse Connect at the moment). To dial local numbers, you have to