[CentOS] Tar so slow! Is there anything faster?

2011-01-06 Thread Dotan Cohen
I need to tar up a good 100 GiB of files, but tar is progressing at a rate of about 1 MiB per second. Is there something, anything, faster? Thanks! -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS

Re: [CentOS] Tar so slow! Is there anything faster?

2011-01-06 Thread Dotan Cohen
! -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Tar so slow! Is there anything faster?

2011-01-06 Thread Dotan Cohen
On Thu, Jan 6, 2011 at 16:06, Adam Tauno Williams awill...@whitemice.org wrote: On Thu, 2011-01-06 at 15:47 +0200, Dotan Cohen wrote: I need to tar up a good 100 GiB of files, but tar is progressing at a rate of about 1 MiB per second. Is there something, anything, faster? Yes, star. http

Re: [CentOS] Tar so slow! Is there anything faster?

2011-01-06 Thread Dotan Cohen
I'm doing now! Thanks. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] No MySQL password in ps aux!

2011-09-11 Thread Dotan Cohen
That is really nice, is it a MySQL feature or a CentOS feature? I have some other servers that I _do_ admin and I'd like to enable this. Thanks! -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http

Re: [CentOS] No MySQL password in ps aux!

2011-09-11 Thread Dotan Cohen
to the history, I do this when encrypting files with openssl. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] No MySQL password in ps aux!

2011-09-12 Thread Dotan Cohen
or whatever. No, this is why I mentioned the alias. Only the alias shows in my local history, not the password. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman

Re: [CentOS] No MySQL password in ps aux!

2011-09-12 Thread Dotan Cohen
that it is a fair tradeoff. Thank you for the information! -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] No MySQL password in ps aux!

2011-09-13 Thread Dotan Cohen
. Thanks! -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] vim access

2011-09-13 Thread Dotan Cohen
On Tue, Sep 13, 2011 at 14:59, Ashish Shaligram ashish8li...@gmail.com wrote: Hello, I have install a cent os 6 x64, and i cant use vim command. Can you help me to how to access file more easily or more reliably. What do you get with which vim? -- Dotan Cohen http://gibberish.co.il http

Re: [CentOS] No MySQL password in ps aux!

2011-09-13 Thread Dotan Cohen
am worried about! (no WHERE clause on DELETE, for one example). -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] No MySQL password in ps aux!

2011-09-14 Thread Dotan Cohen
On Wed, Sep 14, 2011 at 01:27, John Beranek j...@redux.org.uk wrote: You can even do this in something like Perl, here you just modify '$0'. I did not realize that the cli arguments are mutable. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com

[CentOS] Sort logfiles on common lines?

2011-09-25 Thread Dotan Cohen
example.com 2.6.18-194.32.1.el5xen #1 SMP Wed Jan 5 18:44:24 EST 2011 x86_64 x86_64 x86_64 GNU/Linux [root@ log]# uname -o GNU/Linux [root@ log]# I assume that it is one of these, as Yum is installed. How would I find out? Thanks! -- Dotan Cohen http://gibberish.co.il http://what-is-what.com

Re: [CentOS] Sort logfiles on common lines?

2011-09-25 Thread Dotan Cohen
! Is there a good word for most common or used most often that would be concise in this context? Thanks! -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Sort logfiles on common lines?

2011-09-25 Thread Dotan Cohen
to either Perl, or just attacking the logfile errors at random! cat /etc/redhat-release Thanks! I is more up to date than I thought! [root@gastricsleeve html]# cat /etc/redhat-release CentOS release 5.5 (Final) -- Dotan Cohen http://gibberish.co.il http://what-is-what.com

Re: [CentOS] Sort logfiles on common lines?

2011-09-26 Thread Dotan Cohen
- | sort | uniq -c | sort -rn (17- means from char 17 on... I may have miscounted) Thank you John! That is perfect! I'm going through the uniq manpage now. Have a great night! -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS

Re: [CentOS] Sort logfiles on common lines?

2011-09-26 Thread Dotan Cohen
On Sun, Sep 25, 2011 at 23:34, John R. Dennison j...@gerdesas.com wrote: Actually you are 2 full point releases behind; current is 5.7.  I would strongly suggest you update. Thanks. I will mention that to the sysadmin. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com

Re: [CentOS] redhat vs centos

2011-11-02 Thread Dotan Cohen
clone. The recent RH packaging changes are aimed squarely at that distro from what I understand. The problem is that the changes affect *all* clones the same way, including CentOS. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS

Re: [CentOS] redhat vs centos

2011-11-02 Thread Dotan Cohen
and not httpd, and there is no chkconfig. For webservers that is not a terrible thing to relearn. I'm sure that other uses will find other small, but not insignificant differences. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS

[CentOS] Machine becoming irresponsive

2012-01-23 Thread Dotan Cohen
? Is there a page of the fine manual that addresses issues like this? Thanks. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Machine becoming irresponsive

2012-01-23 Thread Dotan Cohen
to see what needs to be done in that direction. In the meantime, where should I concentrate my efforts? Thanks. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo

Re: [CentOS] Machine becoming irresponsive

2012-01-23 Thread Dotan Cohen
. Do I risk my home Debian or Fedora boxes by downloading the server's files to them? Of course I won't deliberately execute any files that I download, and I won't be root, but I'd like to know if I need to take any extra precautions. Thanks! -- Dotan Cohen http://gibberish.co.il http://what

Re: [CentOS] Machine becoming irresponsive

2012-01-23 Thread Dotan Cohen
is not worth that server! -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Preparing to convince to shift to non-propriety documents formats

2012-02-08 Thread Dotan Cohen
://bugs.freedesktop.org/show_bug.cgi?id=45769 https://issues.apache.org/ooo/show_bug.cgi?id=118889 -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] I have RHel6. How does that turn into Centos 6?

2011-04-30 Thread Dotan Cohen
know that it is not a simple grep! So the answer to Paul's question intrigues me as well. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] I have RHel6. How does that turn into Centos 6?

2011-05-01 Thread Dotan Cohen
. I don't know about 5.6, though. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] EL 6 rollout strategies? (Scientific Linux)

2011-05-15 Thread Dotan Cohen
-- CentOS -  4/12/7    SL -  5/4/7                       4.9 -- CentOS -  3/2/11    SL -  5/6/11  -- It's a different branch. The 4.x branch had/has continued support even though the 5.x (and now 6.x) branches are released. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com

Re: [CentOS] Good network printer/scanner for Centos/Linux

2011-05-26 Thread Dotan Cohen
://multi.gnt.lt/Pages/brochures/HP/CM2320MFP-ENG.pdf ? thanks, HP 4500 series. I love mine. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Getting the return value of the last command run

2011-05-30 Thread Dotan Cohen
successfully? I have a particularly troubling script that gives does not mention if it exits successfully or not. I could modify it (and probably will some day) but in general I'd like to know the answer to this question as a learning experience. Thanks. -- Dotan Cohen http://gibberish.co.il http://what

Re: [CentOS] Getting the return value of the last command run

2011-05-30 Thread Dotan Cohen
On Mon, May 30, 2011 at 17:55, Bob Beers bob.be...@gmail.com wrote: You can check the return code. $ ls $ echo $? 0 (usually) indicates success. Thank you Bob, that is exactly what I was looking for! -- Dotan Cohen http://gibberish.co.il http://what-is-what.com

Re: [CentOS] Getting the return value of the last command run

2011-05-30 Thread Dotan Cohen
On Mon, May 30, 2011 at 17:59, Christopher J. Buckley ch...@cjbuckley.net wrote: Have a read up on using return codes in Bash. http://tldp.org/LDP/abs/html/exit-status.html Thanks, Chris, the link was very informative. I should spend more time at the tldp site, I know. -- Dotan Cohen http

Re: [CentOS] Getting the return value of the last command run

2011-05-30 Thread Dotan Cohen
that you pointed it out. Thanks. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Grep: show me this line and the next N lines?

2011-05-30 Thread Dotan Cohen
5 lines so that I see all the content of the h1 section. Can this be done? Thanks! -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Grep: show me this line and the next N lines?

2011-05-30 Thread Dotan Cohen
Thanks, all. I did actually look at the grep manpage but after a few screenfuls it became tl;dr and I started just skimming. I suppose that I skimmed too fast! Thanks! -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing

Re: [CentOS] Getting the return value of the last command run

2011-05-30 Thread Dotan Cohen
. Now that I'm studying Java, main is always a void and nobody has been able to explain to me why. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Grep: show me this line and the next N lines?

2011-05-31 Thread Dotan Cohen
On Tue, May 31, 2011 at 01:26, John R. Dennison j...@gerdesas.com wrote: On Tue, May 31, 2011 at 01:10:40AM +0300, Dotan Cohen wrote: Thanks, all. I did actually look at the grep manpage but after a few screenfuls it became tl;dr and I started just skimming. I suppose that I skimmed too fast

Re: [CentOS] Grep: show me this line and the next N lines?

2011-06-07 Thread Dotan Cohen
On Tue, Jun 7, 2011 at 05:26, Kenneth Porter sh...@sewingwitch.com wrote: --On Tuesday, May 31, 2011 1:08 AM +0300 Dotan Cohen dotanco...@gmail.com wrote: Can grep show the matching lines and the next N lines after a match? If I'm just inspecting a file I use less and the / command to search

[CentOS] Bash rotating tab completion with list

2011-06-13 Thread Dotan Cohen
? Thanks! -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Bash rotating tab completion with list

2011-06-13 Thread Dotan Cohen
to configure this without the bash-completion package, for instance for use on the university students' server? (which I'm not even sure is RH based, it's something old and probably home-grown) -- Dotan Cohen http://gibberish.co.il http://what-is-what.com

Re: [CentOS] Bash rotating tab completion with list

2011-06-14 Thread Dotan Cohen
the proper way. most of the end users don't even use the terminal, so this is not a common question, and i am sure the root admin will be glad to help you with this. I know. Most people have never even heard of Putty today. Thanks. -- Dotan Cohen http://gibberish.co.il http://what

[CentOS] Change bash colours like in VIM

2011-08-17 Thread Dotan Cohen
to get a better colour scheme. Thanks. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Change bash colours like in VIM

2011-08-18 Thread Dotan Cohen
On Thu, Aug 18, 2011 at 12:34, Marc Deop i Argemí damnsh...@gmail.com wrote: On 17/08/2011 23:51, Dotan Cohen wrote: In VIM one can easily change colours with :set backgorund=dark. This doesn't actually change the background, but rather uses a colour scheme that is designed for a dark

Re: [CentOS] Change bash colours like in VIM

2011-08-18 Thread Dotan Cohen
On Thu, Aug 18, 2011 at 13:26, Keith Roberts ke...@karsites.net wrote: In a konsole terminal window look under Settings-Schema for some preset colour schemes. Also take a look under Settings-Configure Konsole-Schema for more advanced options :) Thanks. Keith. -- Dotan Cohen http

[CentOS] Cannot start SSH at boot

2011-09-01 Thread Dotan Cohen
. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Cannot start SSH at boot

2011-09-01 Thread Dotan Cohen
that I've identified that, giving the proper command [1] fixed the issue. Thanks. [1] chkconfig --level 5 sshd on -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman

Re: [CentOS] Cannot start SSH at boot

2011-09-01 Thread Dotan Cohen
Sep  1 15:06 /etc/rc5.d/S55sshd - ../init.d/sshd   lrwxrwxrwx. 1 root root 14 Sep  1 15:06 /etc/rc6.d/K25sshd - ../init.d/sshd Thanks. I didn't look to see if the symlinks were created, I should have done that. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com

Re: [CentOS] Cannot start SSH at boot

2011-09-01 Thread Dotan Cohen
have helped! -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Cannot start SSH at boot

2011-09-01 Thread Dotan Cohen
is in the guy's house, and obviously if SSH is not running then he's logging in locally... I should have suspected a graphical login. That's my lesson learned for today! Thanks! -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list

[CentOS] Enabling X on headless server via network

2010-07-25 Thread Dotan Cohen
, I have removed all my failed experiments. Should I post the logfiles? Note that my goal is to start X, then ssh in and run Firefox remotely from a Fedora desktop. The server itself has no monitor. Thanks in advance for any advice. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com

Re: [CentOS] Enabling X on headless server via network

2010-07-25 Thread Dotan Cohen
like this: local$ ssh -X u...@remote remote$ firefox However, when I do this I get no response (no firefox window opens, no terminal output), even after several minutes. I figured that was because X is not running. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com

Re: [CentOS] Enabling X on headless server via network

2010-07-25 Thread Dotan Cohen
On Sun, Jul 25, 2010 at 18:38, Hakan Koseoglu ha...@koseoglu.org wrote: Dotan, On 25 July 2010 16:32, Dotan Cohen dotanco...@gmail.com wrote: However, when I do this I get no response (no firefox window opens, no terminal output), even after several minutes. I figured that was because X

Re: [CentOS] Enabling X on headless server via network

2010-07-25 Thread Dotan Cohen
. :-) Please follow the instructions here: http://wiki.centos.org/HowTos/FreeNX Thanks for the suggestion, I will give it a try. I have heard of FreeNX, but never used it. Have a great week! -- Dotan Cohen http://gibberish.co.il http://what-is-what.com

Re: [CentOS] Enabling X on headless server via network

2010-07-25 Thread Dotan Cohen
this by reducing the number of round-trips needed (amongst other things). Great! -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Enabling X on headless server via network

2010-07-25 Thread Dotan Cohen
camps. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Keyboard macros, or another way?

2010-07-26 Thread Dotan Cohen
. It is the later that I do need, not the former. If I get this worked out, Cut and Paste should be easy (ha!). However, I am still at a loss about what to do with the Clear field button. Thanks. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com

Re: [CentOS] how to reformat a partition to ntfs?

2010-08-04 Thread Dotan Cohen
. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] how to reformat a partition to ntfs?

2010-08-04 Thread Dotan Cohen
my time helping him further but only then ;-) James You are right, I am not familiar with the man in question so he may have a history. But I would still be careful with generalizations that all Middle Easterners may have such a quality. Anyway, back to lurking mode... -- Dotan Cohen http

Re: [CentOS] access to file system through web browser

2010-08-04 Thread Dotan Cohen
/TerribleFile_0.7.php.txt The code is probably a mess, the whole idea was to learn PHP at the time and I've never gone back to clean it up. It's pretty usable, though. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing

[CentOS] Remote nautilus, X display forwarding problem

2010-08-06 Thread Dotan Cohen
which display to use. Any other ideas? Thanks! -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Remote nautilus, X display forwarding problem

2010-08-06 Thread Dotan Cohen
(and the machine itself) had been reset since that change has been made, of course. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Remote nautilus, X display forwarding problem

2010-08-06 Thread Dotan Cohen
--display=0.0 cannot open display: 0.0 Run 'nautilus --help' to see a full list of available command line options. [u...@centos-55-32-minimal ~]$ -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] Remote nautilus, X display forwarding problem

2010-08-06 Thread Dotan Cohen
On Fri, Aug 6, 2010 at 12:31, Hakan Koseoglu ha...@koseoglu.org wrote: Dotan, Do not do these steps: On 6 August 2010 09:24, Dotan Cohen dotanco...@gmail.com wrote: [u...@centos-55-32-minimal ~]$ export DISPLAY=localhost:0.0 [u...@centos-55-32-minimal ~]$ nautilus --display=0:0 cannot open

Re: [CentOS] Remote nautilus, X display forwarding problem

2010-08-06 Thread Dotan Cohen
. Thanks! -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Remote nautilus, X display forwarding problem

2010-08-07 Thread Dotan Cohen
be a file in your dcl home directory, called .bash_history . Each command you type at the bash prompt will be saved to that file, including any command line options. My local machine has history disabled, due to an unrelated issue. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com

[CentOS] Moving users from Debian-based distro to CentOS

2010-08-08 Thread Dotan Cohen
from UID 500 then chown -R -ing the user's home directories, but I find that invasive and possibly error prone (maybe there are files that are not owned by them). All advice appreciated. Thanks. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com

[CentOS] Configuring BIND to answer to two domain names (four IP addresses)

2010-09-24 Thread Dotan Cohen
. Can I simply configure any IP address that the server answers to as the nameservers? What am I missing? Thank you in advance! -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org

Re: [CentOS] Configuring BIND to answer to two domain names (four IP addresses)

2010-09-24 Thread Dotan Cohen
. There is only one machine. All four addresses point to it. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Configuring BIND to answer to two domain names (four IP addresses)

2010-09-24 Thread Dotan Cohen
On Fri, Sep 24, 2010 at 19:26, Eric Viseur eric.vis...@gmail.com wrote: Maybe a Round-Robin configuration ? Thank you Eric, but I may have been unclear. There is only one physical server, but it answers to four IP addresses. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com

Re: [CentOS] Configuring BIND to answer to two domain names (four IP addresses)

2010-09-24 Thread Dotan Cohen
is only done in the domain name's control panel where the nameservers are set? -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Configuring BIND to answer to two domain names (four IP addresses)

2010-09-24 Thread Dotan Cohen
, to keep them separate. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Configuring BIND to answer to two domain names (four IP addresses)

2010-09-24 Thread Dotan Cohen
are for competing websites, there should be no hint that they are associated. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Configuring BIND to answer to two domain names (four IP addresses)

2010-09-24 Thread Dotan Cohen
and gotten separate isp connections for your addresses the connection will still show. I know. The domain names _are_ in fact registered to different entities, though. The best hint is that the nameservers are on the same C block. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com

Re: [CentOS] Configuring BIND to answer to two domain names (four IP addresses)

2010-09-24 Thread Dotan Cohen
38400 ) exampleB.com. IN NS ns1.exampleB.com. exampleB.com. IN NS ns2.exampleB.com. exampleB.com. IN A 1.1.1.3 exampleB.com. IN A 1.1.1.4 How does that look? -- Dotan Cohen http://gibberish.co.il http://what-is-what.com

Re: [CentOS] Configuring BIND to answer to two domain names (four IP addresses)

2010-09-24 Thread Dotan Cohen
is your ns2.exampleA.com entry? Where _should_ they be? So far as I've been able to google, I cannot tell... This is what all the examples look like that I have been able to find. Broken! :) Ou! -- Dotan Cohen http://gibberish.co.il http://what-is-what.com

Re: [CentOS] Configuring BIND to answer to two domain names (four IP addresses)

2010-09-24 Thread Dotan Cohen
. IN A 1.1.1.2 ns1 IN A 1.1.1.1 ns2 IN A 1.1.1.2 -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Configuring BIND to answer to two domain names (four IP addresses)

2010-09-24 Thread Dotan Cohen
good reading there, especially the security link. Lots of little holes to exploit! I will be up for the night! -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo

Re: [CentOS] Configuring BIND to answer to two domain names (four IP addresses)

2010-09-24 Thread Dotan Cohen
decision-maker and I'm learning in the process anyway. This seems to be a rite-of-passage that I should have gone through some time ago. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http

Re: [CentOS] Configuring BIND to answer to two domain names (four IP addresses)

2010-09-24 Thread Dotan Cohen
ns1.exampleA.com. IN NS ns2.exampleA.com. exampleA.com. IN A 1.1.1.1 exampleA.com. IN A 1.1.1.2 ns1 IN A 1.1.1.1 ns2 IN A 1.1.1.2 -- Dotan Cohen http://gibberish.co.il http://what-is-what.com

Re: [CentOS] Configuring BIND to answer to two domain names (four IP addresses)

2010-09-24 Thread Dotan Cohen
IN A 1.1.1.1 ns2 IN A 1.1.1.2 Any idea? And you might also consider: www.exampleA.com. IN      A       1.1.1.1 www.exampleA.com. IN      A       1.1.1.2 Yes, of course! Thanks. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com

Re: [CentOS] Configuring BIND to answer to two domain names (four IP addresses)

2010-09-24 Thread Dotan Cohen
. hosts as well.  Or you can use CNAME records. Thanks. There will be no email, though. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Configuring BIND to answer to two domain names (four IP addresses)

2010-09-24 Thread Dotan Cohen
in the registrar's control panel, I did enter the 1.1.1.1 1.1.1.2 addresses. Should that be enough? -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Configuring BIND to answer to two domain names (four IP addresses)

2010-09-24 Thread Dotan Cohen
IN A 1.1.1.2 | | Any idea? | This is a matter of preference, but may depend on your configuration too.   I'm lazy so I use short form http://www.zytrax.com/books/dns/ch6/mydomain.html I see, James, thanks. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com

Re: [CentOS] Configuring BIND to answer to two domain names (four IP addresses)

2010-09-24 Thread Dotan Cohen
? -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Configuring BIND to answer to two domain names (four IP addresses)

2010-09-24 Thread Dotan Cohen
On Fri, Sep 24, 2010 at 23:29, James A. Peltier jpelt...@sfu.ca wrote: Looks good.  you can change your 10800 3600 604800 and 38400 to hours, days or weeks represented by 1h, 1d or 1w respectively  to make it easier than calculating seconds. :) Thank you! -- Dotan Cohen http

Re: [CentOS] Configuring BIND to answer to two domain names (four IP addresses)

2010-09-24 Thread Dotan Cohen
of defeats the whole point of the $ORIGIN statement... I see, thanks. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Configuring BIND to answer to two domain names (four IP addresses)

2010-09-26 Thread Dotan Cohen
think that my major problem is that I tried to learn BIND instead of learning how to get it to do the specific thing that I needed it to do. It's like learning the entire Japanese language just to be sure to know how read the bathroom signs on a two-hour stopover in Tokyo. -- Dotan Cohen http

Re: [CentOS] Configuring BIND to answer to two domain names (four IP addresses)

2010-09-27 Thread Dotan Cohen
100 times a day, you will need to give yourself some extra digits.  I hope this is of some help. I think that the fine manual mentioned something about if one hundreds edits were done in a single day, then it is time to go home and get some sleep! -- Dotan Cohen http://gibberish.co.il http

[CentOS] One server not showing SSH port, the other is.

2010-10-11 Thread Dotan Cohen
it is to do stealth ports but I'm not the one making the decision! Thanks! -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Postfix wont stay started

2010-10-17 Thread Dotan Cohen
What should I start troubleshooting when postfix will not stay running: [r...@mercury ssl]# service postfix start Starting postfix: [ OK ] [r...@mercury ssl]# service postfix status master is stopped [r...@mercury ssl]# Thanks! -- Dotan Cohen http

Re: [CentOS] Postfix wont stay started

2010-10-17 Thread Dotan Cohen
[30770]: fatal: bind 127.0.0.1 port 25: Address already in use Which led me to: [r...@mercury log]# netstat -anp --tcp --udp | grep LISTEN | grep 25 tcp0 0 127.0.0.1:250.0.0.0:* LISTEN 2870/exim Stopping exim let me start postfix. Thanks! -- Dotan Cohen http

Re: [CentOS] Postfix wont stay started

2010-10-17 Thread Dotan Cohen
IP address? -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Not receiving mail

2010-10-17 Thread Dotan Cohen
such as the Perfect Server [1] series and other Google results, but I cannot get this thing to receive mail. What should I be checking? Thanks! [1] http://www.howtoforge.com/perfect-server-centos-5.5-x86_64-ispconfig-2 -- Dotan Cohen http://gibberish.co.il http://what-is-what.com

Re: [CentOS] Postfix wont stay started

2010-10-18 Thread Dotan Cohen
On Mon, Oct 18, 2010 at 01:33, Scott Robbins scot...@nyc.rr.com wrote: On Mon, Oct 18, 2010 at 12:30:11AM +0200, Dotan Cohen wrote: On Sun, Oct 17, 2010 at 23:57, Robert Heller hel...@deepsoft.com wrote: Quoting from Highlander: There can be only one. I have to read that! I'm in the middle

Re: [CentOS] Postfix wont stay started

2010-10-18 Thread Dotan Cohen
custom code, so we will need to add the Listen equivalent ourselves. I just assumed that there would be some way to do it at the OS level. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http

Re: [CentOS] Not receiving mail

2010-10-18 Thread Dotan Cohen
:* LISTEN 31800/master [r...@mercury ~]# What could I be missing? The logs are clean. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Not receiving mail

2010-10-18 Thread Dotan Cohen
ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2002ms rtt min/avg/max/mdev = 85.069/122.275/189.675/47.745 ms ✈dcl:~$ Why might that be? -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing

Re: [CentOS] Not receiving mail

2010-10-18 Thread Dotan Cohen
in out source destination Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination [r...@mercury public_html]# -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS

Re: [CentOS] Not receiving mail

2010-10-18 Thread Dotan Cohen
that connections can be established over the physical wires) and on the IP address telnet answers. However, telnet to port 25 (smtp) with the domain name fails. Why could that be? -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list

Re: [CentOS] Not receiving mail

2010-10-18 Thread Dotan Cohen
On Mon, Oct 18, 2010 at 22:47, m.r...@5-cent.us wrote: Bingo! DNS. No, even on the IP address telnet won't answer on port 25: ✈dcl:~$ telnet 178.63.65.188 25 Trying 178.63.65.188... telnet: Unable to connect to remote host: Connection timed out ✈dcl:~$ -- Dotan Cohen http

Re: [CentOS] Not receiving mail

2010-10-18 Thread Dotan Cohen
...@mercury ~]# To what must I change /etc/aliases.db? Which fine manual should I be reading? -- Dotan Cohen http://gibberish.co.il http://what-is-what.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

  1   2   >