similar to: New Bind Update

Displaying 20 results from an estimated 7000 matches similar to: "New Bind Update"

2007 Apr 12
6
CentOS 5 and bittorrent
Folks. This is likely to be the hardest hit CentOS has ever taken with regards to bandwidth needs. I was really hesitant to use bittorrent for this type of thing for a long time. However, it really is nice to give back at least what you take. At the moment, I'm seeing almost 3000 connections to the torrent. That times 3.5 gigs is a pretty huge chunk of data... and it has just begun. What
2005 Feb 07
3
Bind Issues
I'm running bind in a chroot environment. It seems that since the Redhat snafu which wrecked bind (yes, I had caching nameserver running as well but not anymore) I have been having problem with my slave nameservers retrieving updates from the master. Looking at the zone records, some are owned by root, some are owned by named. I'm now confused as to what the ownership should be and
2008 Jul 19
6
Bind Firewall Rules
OK, so does anybody have a good firewall rule solution for what we're supposed to be doing with bind these days? Obviously port 53 is no longer enough. TIA John Hinton
2003 Jan 10
1
Windows XP and Samba 2.2.7a Print drivers--they upload fine, but driver list for printers is emtpy.
I am logged on as a domain admin and printer admin. I have created and assigned the correct rights to /srv/printers and have created W32X86 and WIN40 subdirectories. I was able to go into server properties and upload all the necessary drivers. When I right click on the printer and say "No." to "Printer driver not installed, do you want to install the driver now?" the drivers
2008 Nov 27
2
git .gitignore vs exclude file
I am a bit confused about the different purpose of each. I think the .gitignore file belongs in the root of my project and is project specific, but that also seems to be the reason for the .git/ info/exclude file what happens if they conflict? which one wins. What is standard practice? My exclude file looks like this # git-ls-files --others --exclude-from=.git/info/exclude log/*.log tmp/**/*
2012 Feb 21
1
link_to 'Frob', '/thang/frob', :remote => true
Railsters: I have finally gotten back to Rails, and I''m having the usual "a little bit too flexible for your own good" problems. Specifically, the above in my Haml renders this: <a href="/thang/frob" data-remote="true">Frob</a> I need href=''#'' and an Ajax call. What did I do wrong? (Besides, ahem, attempt to read the fine
2012 Nov 19
2
generated list element names
How can I create lists with element names created on the fly? --8<---------------cut here---------------start------------->8--- > list (foo = 10) $foo [1] 10 > list ("foo" = 10) $foo [1] 10 > list (paste("f","oo",sep="") = 10) Error: unexpected '=' in "list (paste("f","oo",sep="") ="
2006 Aug 22
4
Struggling with javac
I've installed jdk-1_5_0_08-linux-i586.rpm and Tomcat. Working through some initial test install programs, I am finding that I can't seem to compile .java files into classes. For instance... javac -classpath /usr/local/tomcat/common/lib/servlet.jar HelloWorld.java as instructed fails with a gij: unrecognized option -- `-classpath' Try `gij --help' for more information. So
2005 Apr 19
5
Rid me of this boot GUI
One of these days, RedHat might actually run me off!!!! AAAARGH!!!! Can anyone tell me how to get CentOS 4 to simply boot to the console in text mode? If I wanted a stinkin' GUI I would have installed winders! Now, my KVM and 25 foot cord is just too long to send a GUI signal across the room and I'm missing 50% of the screen.. striped vertically.. at about 1/8th inch spacing. Not
2019 Apr 05
2
[RFC] Should we add isa_or_null<>?
On Thu, Apr 4, 2019 at 7:10 PM Craig Topper <craig.topper at gmail.com> wrote: > Agreed that the new isa_or_null style is better. Just wanted mention the > other style so we know we should migrate those to the new one. > I have a checker under review that could be enhanced to do that -- though it currently replaces `X->foo() && isa<Y>(X->foo())` with
2007 Feb 09
2
Skype on CentOS??
I'm just curious if Skype will work on CentOS? They have all kinds of FC rpms but which one to install? I'm running CentOS 4.4 I tried the Live CD just to test and it didn't want to find my sound card (Tried the sound card detection on the CD). But, I'm sure, that is a configuration issue and can be works out with ALSA. TIA, -- -Doc Lincoln, NE.
2011 Sep 27
3
Expunge Old Email
For those of you running mailservers on CentOS 6, what are the suggestions for programs to expunge old email? For instance, deleting email from a Spam folder that is 2 weeks old or older. I see that Dovecot does have a solution, but was wondering about what others have landed on. My systems are basically Postfix, Dovecot using Maildir. Thanks, John Hinton
2011 May 24
5
CentOS 5.6 PHP 5.3 and SquirrelMail
OK, so I did an upgrade to PHP 5.3 on one of my servers. I noticed the uninstall of php also removed SquirrelMail and it won't install under PHP 5.3. Has anybody worked this out with a good RPM or repo solution? -- John Hinton 877-777-1407 ext 502 http://www.ew3d.com Comprehensive Online Solutions
2006 Jun 27
5
RJS -- What am I missing?
This is driving me nuts:-) I''ve brought it down to a simplified case where I''m rendering this rjs template: page.insert_html :top, ''cat1'', "<li>Some list item</li>" According to FireBug, this is what I''m actually getting in the browser: try { new Insertion.Top("cat1", "<li>Some list
2006 Oct 10
3
mbox corruption
Running CentOS 4.4, Sendmail... I've been experiencing some mbox corruption this week. Mail clients can't pick up mail and SquirrelMail gives an error.. of which the logs state "File isn't in mbox format". Is anybody else experiencing this? Any ideas about a correction? Cause? Thanks, John Hinton
2019 Apr 04
2
[RFC] Should we add isa_or_null<>?
On Thu, Apr 4, 2019 at 6:29 PM Craig Topper <craig.topper at gmail.com> wrote: > There are a handful of places in LLVM that dosomething like if > (dyn_cast_or_null<UndefValue>(P->hasConstantValue())) > Yes, I've seen those, but while working on a new checker, I was advised that replacing `X && isa<Y>(X)` with `dyn_cast_or_null<Y>(X)` was
2017 Sep 25
2
Errors linking with LLVM 5.0 - dump() missing
Hi Don, On 25 September 2017 at 22:37, Don Hinton <hintonda at gmail.com> wrote: > It'll work in release builds -- just rebuild llvm with LLVM_ENABLE_DUMP > enabled. > That assumes one has control over the LLVM build options. > On Mon, Sep 25, 2017 at 2:35 PM, Dibyendu Majumdar <mobile at majumdar.org.uk> > wrote: >> >> On 25 September 2017 at 22:29,
2000 Dec 29
5
build process patches
Here's an updated set of patches to fix some problems with the build process. These patches are relevant to the CVS head as of 30 Dec 2000. Overview: - Patch 1: Allowing the user to set CFLAGS/LDFLAGS before running configure in all four modules. All these patches do is essentially: cflags_save="$CFLAGS" ldflags_save="$LDFLAGS" # ... stuff to
2007 Sep 26
4
Intrusion Detection Systems
Situation: We are providing hosting services. I've grown tired of the various kiddie scripts/dictionary attacks on various services. The latest has been against vsftpd, on systems that I can't easily control vs. putting strict limits on ssh. We simply have too many users entering from too many networks many with dynamic IP addresses. Enter.... thinking about LIDS or Log Based
2007 Aug 31
4
Zimbra vs. Scalix vs. et. al.
Well, I stumbled onto zimbra.... I have a Scallix system built, but still have some rough edges to try to smooth. Like the way it works with sendmail, no dnsbl's will work as sendmail sees all mail as coming from locohost (scalix). Still battling that one which is when I ran across Zimbra. So, this made me start wondering. Are there other exchange server-like products out there? Has