Re: [CentOS] not able to check in all code into svn which creates problem in deployment

2011-01-19 Thread Hakan Koseoglu
On 19 January 2011 06:09, Agnello George wrote: > is there a way i can verify or write a script to check each file that is in > the SVN  is same as that in the dev environment . find . -type f | grep -v .svn | xargs md5sum then diff the output from each server. -- Hakan (m1fcj) - http://www.hit

Re: [CentOS] not able to check in all code into svn which creates problem in deployment

2011-01-19 Thread Hakan Koseoglu
> On 19 January 2011 06:09, Agnello George wrote: >> is there a way i can verify or write a script to check each file that is in >> the SVN  is same as that in the dev environment . > find . -type f | grep -v .svn | xargs md5sum Obviously the above will compare the export vs. your dev env. The SVN

Re: [CentOS] Troubles for an non-IT beginner

2011-01-19 Thread Hakan Koseoglu
Parshwa, On 16 January 2011 20:45, Parshwa Murdia wrote: >> Another option, if you are concerned about the short life cycle of >> Fedora, would be to look at Ubuntu 10.04 LTS. The 'LTS' means "Long Term >> Support" and will be supported for a fairly long time. 10.04 was >> released last April, so

Re: [CentOS] cloning a server

2011-01-20 Thread Hakan Koseoglu
Hi Paul, On 20 January 2011 20:47, PA wrote: > Hi, I have a centos 5 (current) mail server that I have compiled > dovecot/postfix and installed some packages like mysql etc. These packages > have been configured and changed to my liking. How can I now save all this > and install it on another serv

Re: [CentOS] CUPS / printer problems

2011-02-25 Thread Hakan Koseoglu
Hi Timothy, The following steps were nicked from the upstream's knowledge base DOC-41012: On 25 February 2011 09:08, Timothy Kesten wrote: > BTW: How can I install a new hplib  (3.10) . > > Found some rpms but installation  results in dependencies errors Note : Test the steps in non-production

Re: [CentOS] How to limit ftp users to just view their directory

2011-03-25 Thread Hakan Koseoglu
On 25 March 2011 19:09, Todd Cary wrote: > I am in the process of bring up Centos 5.5.  My ftp server is > vsftp.  When I add a user (e.g. brian), the "brian" directory is > owned by "brian" and is in the "brian" group with 700 > permissions.  However, using a FTP client, the user "brian" can > vi

Re: [CentOS] ssh in while in fsck

2011-04-27 Thread Hakan Koseoglu
On 27/04/11 21:28, m.r...@5-cent.us wrote: > Hmm, now *that's* an interesting thought: with, say, DRAC, could you ssh > into a management server, then go to a booting system? It is usually web (and Java) based, running on a different IP address through the DRAC/ILO port. __

Re: [CentOS] centos friends?

2011-05-06 Thread Hakan Koseoglu
On 6 May 2011 00:04, Karanbir Singh wrote: > One of the tasks on the table for this summer is to setup a mechanism to > accept financial donations / contributions from people. If you want to > contribute towards specific people's efforts - I am sure most of the > guys have amazon wish lists etc in

Re: [CentOS] Backing up a centos serveR? how to ? Newbie question..

2009-10-19 Thread Hakan Koseoglu
Hi Roland On Mon, Oct 19, 2009 at 9:15 AM, RoLaNd RoLaNd wrote: > excuse my newbie question but how can i backup my centos server? We use Mondo Rescue (www.mondorescue.org/) and it works perfectly providing bare-iron recovery. We tend to use tape drives to back up our application and database (Or

Re: [CentOS] Debugging system load - How to start?

2009-10-28 Thread Hakan Koseoglu
Hi, On Tue, Oct 27, 2009 at 9:35 PM, Gšötz Reinicke - IT Koordinator wrote: > we run an "old" mailserver system which was set up a couple of years > ago. The systme dose "everything" what we need(ed). Over the last days I > noticed an unnormal increase of the system load up to 10 and lots of > us

Re: [CentOS] Oracle RAC 9i on RH AS 4 Update 5

2009-11-20 Thread Hakan Koseoglu
On Thu, Nov 19, 2009 at 4:11 PM, Wahyu Darmawan wrote: > Hi all, > I've got problem when run command "gsdctl start", and appeared error like > this : > /home/oracle/jre/1.1.8/bin/../lib/i686/native_threads/libzip.so: > symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with > link time

Re: [CentOS] 8-15 TB storage: any recommendations?

2010-01-06 Thread Hakan Koseoglu
On Wed, Jan 6, 2010 at 10:50 PM, James A. Peltier wrote: > We use Dell 2950s with an MD3000 or MD1000 depending on OS.  For our > Solaris NAS node we use the MD1000 for CentOS we use the MD3000 because of > the hardware RAID controller.  Gives us 15TB of RAW disk space with 1TB > drives plus room

Re: [CentOS] Experiencing continual eth0 link up/down on a 10G Chelsio NIC (cxgb3 driver)

2010-02-08 Thread Hakan Koseoglu
Hi Arun, On Mon, Feb 8, 2010 at 6:43 PM, Arun Khan wrote: > The file server has a Chelsio T310 10GBASE-CX4 RNIC (rev 3) PCI > Express x8 MSI-X (eth0), driver and firmware is stock from the CentOS > Plus kernel. Way way back, I had similar problems on a bunch of servers with 3Com cards and some 3C

Re: [CentOS] Failed boot drive

2008-05-22 Thread Hakan Koseoglu
On Thu, May 22, 2008 at 3:42 PM, Dean Maluski <[EMAIL PROTECTED]> wrote: > Unclear on how to recover from failed boot drive? > SDA has failed but I'm still able to boot. > I need to replace primary boot drive. Upon initial build I created a > RAID 1 mirror of /boot dir/partition. > How do I get sys

Re: [CentOS] Drive activity every 30sec

2008-07-08 Thread Hakan Koseoglu
Anne Wilson wrote: On Tuesday 08 July 2008 00:51:59 Florin Andrei wrote: Bottom line: disable atime on all systems unless you _really_ need to do disk forensics. You will see a performance improvement in almost every scenario. I'd like to try this on this laptop. How do you do it? Put noatime

Re: [CentOS] Running Apache sites as separate users

2011-09-30 Thread Hakan Koseoglu
On 30 September 2011 02:22, Trey Dockendorf wrote: > I had a recent request to improve security on my web servers by having each > website use a different user to run the hosting service.  So > example1.comhas it's own Apache instance running as apache1 and then > example2.com has its own instance

Re: [CentOS] add on sata card relabeling drives, installation

2011-09-30 Thread Hakan Koseoglu
On 29/09/11 22:19, m.r...@5-cent.us wrote: > When I build, our PXEboot ks partitions and labels the partitions. When I > add or replace, I make the partition, the fs, and e2label them. I've > gotten to really appreciate labeling. I hate the UUIDs - they're > ludicrously too long, and bear no relati

Re: [CentOS] add on sata card relabeling drives, installation

2011-09-30 Thread Hakan Koseoglu
Hi Les, On 29/09/11 22:25, Les Mikesell wrote: > On Thu, Sep 29, 2011 at 4:19 PM, wrote: >> When I build, our PXEboot ks partitions and labels the partitions. When I >> add or replace, I make the partition, the fs, and e2label them. I've >> gotten to really appreciate labeling. I hate the UUIDs -

Re: [CentOS] CentOS versus Scientific

2011-11-14 Thread Hakan Koseoglu
On 14 November 2011 20:31, Alan McKay wrote: > Hey folks, > > I was just reminded of the Scientific distro, which on the surface > appears to be quite similar to CentOS even when the developers over > there are rather coy about which Enterprise Linux distro they base > theirs on. http://en.wikiped

Re: [CentOS] yum update fails / problem

2011-11-18 Thread Hakan Koseoglu
2011/11/18 Götz Reinicke : > As we do have an educational subscription, there is no technicla support > included. Thats why I'm asking a free list Try General Red Hat Linux discussion list ___ CentOS mailing list CentOS@centos.org http://lists.cento

Re: [CentOS] Upstream 6.2

2011-12-06 Thread Hakan Koseoglu
On 6 December 2011 15:40, Eero Volotinen wrote: > 2011/12/6 Lamar Owen : >> As much as I hate to be the bearer of news, I saw over 400 updates this >> morning on my upstream 6.1 box checking the upstream website, yeah, >> EL6.2 is out, at least for updates.  I didn't see ISO's in my subscrib

Re: [CentOS] When will 6.2 be released.

2011-12-10 Thread Hakan Koseoglu
On 10/12/11 03:36, An Yang wrote: > I think all the blocks were removed, and 6.2 will be released very soon. Unless it was parked on a hill backwards and now rolling down the hill! Congratulations to the CentOS team again! ___ CentOS mailing list CentOS@

Re: [CentOS] What CentOS means?

2011-12-12 Thread Hakan Koseoglu
On 12 December 2011 11:36, LinuxIsOne wrote: > I was thinking from where the word 'centos' came and what it means? > How they choose this word? In Swahili it means "don't ask questions before at least running a google query". http://en.wikipedia.org/wiki/CentOS ___

Re: [CentOS] What CentOS means?

2011-12-12 Thread Hakan Koseoglu
On 12 December 2011 11:42, LinuxIsOne wrote: > On Mon, Dec 12, 2011 at 6:41 AM, Hakan Koseoglu wrote: >> http://en.wikipedia.org/wiki/CentOS > Oh I read this. And you missed the first paragraph where it is explained? ___ CentOS mailing

Re: [CentOS] Centos 6.X compatible to ORACLE DB verssion????

2011-12-29 Thread Hakan Koseoglu
On 29 December 2011 12:30, mcclnx mcc wrote: > Does anyone know CENTOS/Redhat 6.X compatible to ORACLE software (X86 and > X86_64) version like 9.X, 10GR2, 11G and 11GR2. It is not. > Any official document say that? See Metalink 1304727.1. ___ CentOS m

Re: [CentOS] Centos 6.X compatible to ORACLE DB verssion????

2011-12-29 Thread Hakan Koseoglu
On 29 December 2011 12:42, John Broome wrote: > OEL6 is rebuilt RHEL6. CentOS 6 is rebuilt RHEL6. Funnily enough, OEL6 is excluded from the certified list of Linux distributions hence no, it is not a good idea to install it and then expect Oracle to support it even though RedHat has submitted it f

Re: [CentOS] Centos 6.X compatible to ORACLE DB verssion????

2011-12-29 Thread Hakan Koseoglu
On 29 December 2011 19:01, John Broome wrote: > So if oracle isn't certified to run on OEL 6, did oracle roll it out > just for shits and giggles? solaris ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Centos 6.X compatible to ORACLE DB verssion????

2011-12-29 Thread Hakan Koseoglu
On 29 December 2011 19:31, wrote: > As I said, there are many, many more RHEL installations, and most of them > will want to go to RHEL6 within the coming year. And, of course, some of > those installations are LARGE$$$ customers of Oracle (for example, I > have personal knowledge that AT&T u

Re: [CentOS] Centos 6.X compatible to ORACLE DB verssion????

2012-01-02 Thread Hakan Koseoglu
On 2 January 2012 15:46, Johnny Hughes wrote: > And my point is, right now Oracle can say that they have not certified > their own OEL6 either ... therefore, one can not expect RHEL6 to be > certified either.  If they certify OEL6 for a version of Oracle > Database, it would be difficult for them

Re: [CentOS] Centos 6.X compatible to ORACLE DB verssion????

2012-01-04 Thread Hakan Koseoglu
2012/1/5 An Yang : > Greate! > "end vendor" people said, Consequently, we confidently recommend the > deployment of Oracle 11gR2 in Red Hat Enterprise Linux 6 production > environments today. Your database support agreement is not with "the end vendor" but the database software supplier and as far

Re: [CentOS] Centos 6.X compatible to ORACLE DB verssion????

2012-01-05 Thread Hakan Koseoglu
On 5 January 2012 22:11, Pasi Kärkkäinen wrote: > http://en.community.dell.com/techcenter/b/techcenter/archive/2012/01/03/dell-engineering-preview-oracle-11gr2-rac-on-rhel6.aspx > http://en.community.dell.com/techcenter/enterprise-solutions/w/oracle_solutions/3336.aspx And? First paragraph from t

Re: [CentOS] Centos 6.X compatible to ORACLE DB verssion????

2012-01-05 Thread Hakan Koseoglu
On 5 January 2012 22:47, Craig White wrote: > seems to me that the sanity issue was forefront at the point before when they > chose to use Oracle in the first place but Larry loves you. > There are plenty of good reasons for using Oracle DB products - it's definitely one of the best out there - b

Re: [CentOS] Centos 6.X compatible to ORACLE DB verssion????

2012-01-05 Thread Hakan Koseoglu
On 5 January 2012 22:26, John R Pierce wrote: > this doesn't mean it won't work, but what it does mean is that if > something goes sideways on you, oracle won't help you one bit, and since > you pay a substantial chunk of money annually for that precious support, > its insane NOT to use a supporte

Re: [CentOS] bug submission justified for distribution of obsolete java software?

2012-01-10 Thread Hakan Koseoglu
On 10 January 2012 13:04, e-letter wrote: > Readers, > > Would someone advise whether the distribution of an obsolete version > of java should be reported as a bug; > http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=827 Why is this a bug? The bug comments mention that the latest CentOS 6 has

Re: [CentOS] Promo Store is now open

2012-02-20 Thread Hakan Koseoglu
On 20 February 2012 20:53, Karanbir Singh wrote: > On 02/20/2012 07:09 PM, Karanbir Singh wrote: >> system is available at http://promo.centos.org/ > I apologise for this - but the hosting company where this is located > decided now would be a great time to suspend and cancel our account. Good th

Re: [CentOS] CPU usage over estimated?

2009-06-04 Thread Hakan Koseoglu
On Thu, Jun 4, 2009 at 1:37 PM, Theo Band wrote: > I have a quad core CPU running Centos5. > > When I use top, I see that running processes use 245% instead of 100%. > If I use gkrellm, I just see one core being used 100%. Theo, by any chance are you using cumulative mode on top? -- Hakan (m1fcj)

Re: [CentOS] Question about dd (fill a hard disks' unused space with blanks)

2009-06-08 Thread Hakan Koseoglu
Kevin, On Sun, Jun 7, 2009 at 11:05 PM, Kevin Krieser wrote: > On Jun 7, 2009, at 2:59 PM, Les Mikesell wrote: > In my case, I was hoping it would avoid the bad sector since the bad > sectors were in free space.  So the hope was that it would skip it. > Bad disks are a difficult case, and not a re

Re: [CentOS] install DVD mounted -noexec by default == bad interpreter permission denied

2009-07-27 Thread Hakan Koseoglu
On Sat, Jul 25, 2009 at 2:32 AM, Dave wrote: > Installing matlab on Centos5. > [r...@taro matlab]# bash: /media/MATHWORKS_R2009A/install: /bin/sh: > bad interpreter: Permission denied Sometimes this can happen if the file has Windows-style EOLs and the interpreter /bin/sh is translated as /bin/sh^M

Re: [CentOS] install DVD mounted -noexec by default == bad interpreter permission denied

2009-07-27 Thread Hakan Koseoglu
On Mon, Jul 27, 2009 at 4:01 PM, Hakan Koseoglu wrote: > On Sat, Jul 25, 2009 at 2:32 AM, Dave wrote: >> Installing matlab on Centos5. >> [r...@taro matlab]# bash: /media/MATHWORKS_R2009A/install: /bin/sh: >> bad interpreter: Permission denied > Sometimes this can happen

Re: [CentOS] install Oracle on the Centos

2009-08-16 Thread Hakan Koseoglu
Hi, > does anyone install the oracle on the centos? > I try to install the oracle on my computer.  but fail. > It has problem on kernel setting and add the swap disk. You should follow the Oracle installation guide. http://download.oracle.com/docs/cd/B28359_01/install.111/b32285/toc.htm Mind you,

Re: [CentOS] Install 32 or 64 bits

2009-08-18 Thread Hakan Koseoglu
Hi, On Tue, Aug 18, 2009 at 1:51 PM, mcclnx mcc wrote: > Not all 32 bits applications can run on 64 bits O.S. > > ORACLE is one of that.  ORACLE web site say very clearly 32 bits ORACLE can > NOT install on 64 bits LINUX O.S.  I personal tried to do that several times, > but failed.  This includ

Re: [CentOS] Install 32 or 64 bits

2009-08-18 Thread Hakan Koseoglu
On Tue, Aug 18, 2009 at 1:58 PM, Rainer Duffner wrote: > Oracle and 1 GB RAM > ;-) > Sure Well, strictly speaking 1GB is the minimum required RAM but I wouldn't give my enemies an Oracle with 1GB and plenty of data to work with. -- Hakan (m1fcj) - http://www.hititgunesi.org __

Re: [CentOS] How to clone CentOS server ?

2009-08-26 Thread Hakan Koseoglu
2009/8/26 : > > Hello, > > I'd like to clone existing CentOS server. Can anybody > recommend any working solution to achieve that ? I have had success with Mondo. There are some issues with OCFS2 and some Dell storage, otherwise it worked with quite complicated hardware RAID schemes. -- Hakan (m1

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

2010-08-06 Thread Hakan Koseoglu
Dotan, Do not do these steps: On 6 August 2010 09:24, Dotan Cohen wrote: > [u...@centos-55-32-minimal ~]$ export DISPLAY=localhost:0.0 > [u...@centos-55-32-minimal ~]$ nautilus --display=0:0 > cannot open display: 0:0 When you connect with sssh -X, it will create the tunnel and assign a DISPLAY

Re: [CentOS] Downgrade libgcc & gcc packages (is there a clean way)

2010-08-09 Thread Hakan Koseoglu
On 9 August 2010 19:06, Dan Burkland wrote: > I have been tasked with "fixing" one of our CentOS boxes by somehow > downgrading the libgcc and gcc packages to a specific version (Required by > the Oracle Grid Control client). Normally I'd just remove and reinstall the > packages however removin

Re: [CentOS] Downgrade libgcc & gcc packages (is there a clean way)

2010-08-09 Thread Hakan Koseoglu
On 9 August 2010 19:24, Dan Burkland wrote: > Machine is running 5.3 and somehow both packages got updated to > libgcc-4.1.2-48.el5 when they need to be libgcc-4.1.2-44.el5. The DBAs here > perform the Oracle Grid Control client install however they said it will not > install it if detects an i

Re: [CentOS] Downgrade libgcc & gcc packages (is there a clean way)

2010-08-09 Thread Hakan Koseoglu
On 9 August 2010 19:31, Alan Hodgson wrote: > Sounds like a seriously broken installer, though. The versions will > constantly change through regular maintenance updates. I concur. I have a suspicion that the problem is not the installer but the DBAs doing the installation. For some reason most of

Re: [CentOS] Wrong disk size problem.

2010-08-18 Thread Hakan Koseoglu
Semih, On 18/08/10 08:18, Semih Gokalp wrote: > Disk size and other indormation like below.Normally,md2 partition > should have 46GB free disk size but available value is zero.Why it > show zero ? If you help me,I will be happy. 5% space is reserved. This can be modified during formatting with mkf

Re: [CentOS] Load at 5, no CPU I/O or swap in use

2010-08-20 Thread Hakan Koseoglu
On 20 August 2010 19:48, Ed Donahue wrote: > We are currently running CentOS 5 update 4 on a Dell R910 server 16 > cores/32 hyperthreaded with 64GB of memory. It is our main Oracle 11g > DB server for one of our customers and is attached to an MD 3000 > storage array. We are having a load averagin

Re: [CentOS] Load at 5, no CPU I/O or swap in use

2010-08-20 Thread Hakan Koseoglu
On 20 August 2010 19:58, Hakan Koseoglu wrote: > That's a high load average. What's top/nmon reporting? Hum, should have said "high load average for an idle(ish) server". Friday evening + beer + CentOS list = not a good idea. -- Hakan (m1fcj) - htt

Re: [CentOS] how to install oracle 10 on the centos?

2010-08-22 Thread Hakan Koseoglu
Ganu, On 22 August 2010 13:00, ganu MailList wrote: > I do know  how to set following parameters: >> http://download.oracle.com/docs/cd/B19306_01/install.102/b15660/toc.htm I am not sure what's the question here. Did you follow the documentation and had a problem? -- Hakan (m1fcj) - http://www.hi

Re: [CentOS] how to install oracle 10 on the centos?

2010-08-22 Thread Hakan Koseoglu
On 22 August 2010 13:08, ganu MailList wrote: > I try to install oracle for several times,  but all fails. > The problem I meet is how  to set the  following parameters: > For example,  what should be set to kernel.shmall ? Try reading the documentation for once: http://download.oracle.com/docs/c

Re: [CentOS] Strange Apache log entry

2010-08-22 Thread Hakan Koseoglu
On 22 August 2010 23:05, Gilbert Sebenste wrote: > Thanks. They got a 404 error with me, obviously...but I wanted to make > sure it was nothing more than that. Are you sure? your earlier posting had 200, not 404. -- Hakan (m1fcj) - http://www.hititgunesi.org __

Re: [CentOS] Updates offered annoyance

2010-08-25 Thread Hakan Koseoglu
Robert, On 25 August 2010 14:24, Robert Heller wrote: > The main problem is that yum is NOT well written to deal with a slow > and *unreliable* dial-up interface -- it in fact behaves extremly Grab a copy of a repository at work, copy it home and set up a local repository. Yum will be perfectly h

Re: [CentOS] PAE Kernel

2010-08-27 Thread Hakan Koseoglu
Matt, On 27 August 2010 16:26, Matt wrote: > I have a box running CentOS 5.x 32 bit.  I noticed these kernels are > installed. > > [r...@ns1 log]# rpm -qa |grep kern |sort > kernel-2.6.18-194.11.1.el5 > kernel-2.6.18-194.3.1.el5 > kernel-2.6.18-194.8.1.el5 These are stock kernel. If you had the

Re: [CentOS] [OT] Label Printer Recommendations

2010-08-28 Thread Hakan Koseoglu
On 28 August 2010 12:52, Colin Coles wrote: >  I am after any recommendations or experiences using Label printers to print > barcodes with CentOS, we currently using Star TSP700's but they're not clear > enough for the scanners we have. There seems to be plenty of choice but not > much Linux suppo

Re: [CentOS] how to install oracle on centos 5.3

2010-08-29 Thread Hakan Koseoglu
Ganu, On 29 August 2010 12:03, ganu MailList wrote: > I try to set the kernel parameters  but fails. We have gone over this before. Did you follow the documentation in Oracle's web site? What error do you get and while doing what? -- Hakan (m1fcj) - http://www.hititgunesi.org __

Re: [CentOS] how to install oracle on centos 5.3

2010-08-29 Thread Hakan Koseoglu
Ganu, On 29 August 2010 14:52, ganu MailList wrote: > I donot know how to set > kernel.shmmax= > kernel.shmmni= > kernel.shmall= > kernel.sem= > fs.file-max= I am absolutely sure you are not reading our messages and following the instructions supplied: http://download.oracle.com/docs/cd/B19306_

Re: [CentOS] Anyone Having Any Luck Downloaing the DVD ISO?

2010-09-05 Thread Hakan Koseoglu
On 05/09/10 23:01, Chuck wrote: > Anyone have any ideas where else to get this or any suggestions? What about Mirrorservice.org & Rsync? ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] In the press, once again

2010-09-24 Thread Hakan Koseoglu
On 24 September 2010 14:23, Timo Schoeler wrote: > Windows admins use a virtualized CentOS machine to copy files because > their own tools are not able to handle copying a bigger amount of data. :) Although I read the article with some amusement, I have to wonder what's wrong with rsync (has a Win

Re: [CentOS] In the press, once again

2010-09-24 Thread Hakan Koseoglu
On 24 September 2010 18:04, Brunner, Brian T. wrote: > No Windows functionalities are lost by installing Cygwin. > Cygwin has the SAME uninstall that Windows does: install CentOS. cwrsync comes with an uninstallable package and works OK, makes copying loads of files across Windows boxen bearable.

Re: [CentOS] how to do repetetive command in shell

2010-10-21 Thread Hakan Koseoglu
On 21 October 2010 19:45, Roland RoLaNd wrote: > i'm writing a certain script which does a specific task in a repetitive > manner, i'm going to give a similar script with the same concept hope you > could advise me to a better way: Good old Advanced Bash Scripting Guide comes to help! http://tldp

Re: [CentOS] Addressing outgoing connections to a specific interface

2010-11-06 Thread Hakan Koseoglu
Dotan, On 6 November 2010 13:04, Dotan Cohen wrote: > Although I need to stay connected to the wireless router, can I still > access the address 192.168.0.1 on the wired interface? Some googling > led me to the keyword "loopback" but I am at a loss as how to > configure it, or if this is even the

Re: [CentOS] Addressing outgoing connections to a specific interface

2010-11-06 Thread Hakan Koseoglu
On 6 November 2010 13:04, Dotan Cohen wrote: > Although I need to stay connected to the wireless router, can I still > access the address 192.168.0.1 on the wired interface? Some googling > led me to the keyword "loopback" but I am at a loss as how to > configure it, or if this is even the right i

Re: [CentOS] Addressing outgoing connections to a specific interface

2010-11-06 Thread Hakan Koseoglu
On 6 November 2010 14:13, Dotan Cohen wrote: > To be more specific: I am connected to the internet via wlan0. When I > type 192.168.0.1 into my web browser, I get the web control panel of > the Linksys router that manages that wireless network. However, at the > moment I need to access the web con

Re: [CentOS] Addressing outgoing connections to a specific interface

2010-11-08 Thread Hakan Koseoglu
On 8 November 2010 09:34, Dotan Cohen wrote: > Both those conditions are met in this use case, however the machine in > question is on two networks: > > |--Network1--|--Network2--| > A            C            B > > A: router on the wireless network > B: router on the wired network > C: CentOS lapt

Re: [CentOS] CentOS vs. RHEL vs. Oracle Linux ?

2010-11-24 Thread Hakan Koseoglu
On 24 November 2010 11:57, Scott Robbins wrote: > Well, it's pretty similar.  I'm not sure if I messed up the installation It's almost identical. Oracle kernel parameters & dependencies can be automatically installed during installation albeit later on Oracle RDBMS installation gives you warnings

Re: [CentOS] slow network throughput, how to improve?

2010-11-24 Thread Hakan Koseoglu
On 24 November 2010 08:51, Rudi Ahlers wrote: > Yes, I used scp as a quick simple test. What would give me better > performance though? netcat, ftp. Anything that has low overhead (unlike encryption on a single thread) -- Hakan (m1fcj) - http://www.hititgunesi.org

Re: [CentOS] best way to start and shutdown programs in CentOS?

2010-11-24 Thread Hakan Koseoglu
On 24 November 2010 14:20, killscript wrote: > Les Mikesell wrote: >> The RedHat/Centos way of doing things is to have init scripts in >> /etc/rc.d/init.d that take at least start, stop, and restart as arguments for >> each program that should start automatically.  Then for the runlevels where >>

Re: [CentOS] CentOS vs. RHEL vs. Oracle Linux ?

2010-11-24 Thread Hakan Koseoglu
On 24 November 2010 15:13, Scott Robbins wrote: >> Nope, all comes as sda/sdb etc. if you don't use LVM unless your >> external storage is funky. > Hrrm.  Ok, this is installation on a VMware esx server, using, when > asked to choose guest, an oracle machine.  Devices are xvda and xvdb. Aaah, that

Re: [CentOS] New list ?

2010-11-24 Thread Hakan Koseoglu
On 24 November 2010 16:42, Mathieu Baudier wrote: >> My personal opinion is that it's not a big deal.  As with other mailing >> lists, >> stuff I'm not interested in I simply ignore. > +1 +1, this is not a high volume list, we can just ignore threads we're not interested by skipping them. :) --

Re: [CentOS] New list ?

2010-11-24 Thread Hakan Koseoglu
On 24 November 2010 17:06, Karanbir Singh wrote: > On 11/24/2010 05:04 PM, Hakan Koseoglu wrote: > Are you saying that having focus and topic specific lists are not > something you agree with ? Because thats what it sounds like! OK, instead of quoting other people: I think for a list wi

Re: [CentOS] CENTOS 5.5 X86 continue get "out of memory" error?????

2010-11-24 Thread Hakan Koseoglu
On 25 November 2010 00:23, mcclnx mcc wrote: > We can NOT use X86_64 due to application NOT support 64 bits. Unless you can't use virtualisation, you can run any 32 bit app on 64 bit platform provided that you have the 32 bit dependencies installed. The other way around is not possible. if you are

Re: [CentOS] Cloud demographics

2010-12-21 Thread Hakan Koseoglu
On 21 December 2010 16:32, Rob Del Vecchio wrote: >>> http://thecloudmarket.com/stats#/by_platform_definition >> >> Not sure I understand it... esp. since it lists "linux" as less than >> ubuntu, and more than CentOS > I'm guessing "linux" is an average of all of the flavors there so you > ca

Re: [CentOS] command line escaping a dash

2008-10-20 Thread Hakan Koseoglu
Hi Craig, Craig White wrote: I cannot figure this out... I would like to change the owner of a bunch of folders whose name begins with a dash... When you are using shell commands, if you use double-dash, you don't need to escape it. [EMAIL PROTECTED] ~]# mkdir -- "-test" [EMAIL PROTECTED]

Re: [CentOS] Upgrade

2009-04-01 Thread Hakan Koseoglu
On Wed, Apr 1, 2009 at 12:58 PM, Thomas Dukes wrote: > Error:  Missing Dependency: nss = 3.12.2.0-2-el5.centos is needed by package > nss-devel > > Maybe all the packages (nss) weren't available on the mirror at the time I > ran the update.  I see where nss-devel is 'set to be updated' but I don't

Re: [CentOS] Upgrade

2009-04-01 Thread Hakan Koseoglu
On Wed, Apr 1, 2009 at 1:02 PM, Hakan Koseoglu wrote: > I have the same problem here on an i386 box. Funnily enough, I don't > even have nss-devel installed. I attempted the upgrade just a couple > of minutes ago. The repositories might not have synchronised yet but I > wa

Re: [CentOS] [kdump] failed to load in startup

2009-04-09 Thread Hakan Koseoglu
On Thu, Apr 9, 2009 at 3:06 PM, khalid touati wrote: > Hello, > I am new in this mailing,please if somebody knows how to make kdump able to > load in startup. > i will be very thankful, Login, execute system-config-kdump and click on enable. There are a couple of good tutorials about kdump/netdum

Re: [CentOS] Processes to disable

2009-04-09 Thread Hakan Koseoglu
Hi David, On Thu, Apr 9, 2009 at 3:21 PM, David Lemcoe wrote: > I was told by some more-experienced Cent users that there are a bunch > of processes I should kill and get out of the startup folder. He said > that Cent (even with a small install) has a bunch of processes that > really aren't neede

Re: [CentOS] Grub configuration from within Windows

2009-04-23 Thread Hakan Koseoglu
Hi Marko, On Wed, Apr 22, 2009 at 10:58 PM, Marko Vojinovic wrote: > My friend uses a typical dual-boot setup (Windows XP and Centos 5.3). > The machine is online 24/7 and he often uses it from a remote location > (Linux via ssh -X, Windows via rdesktop). > > The problem is that he wants to be abl

Re: [CentOS] Centos 5.5 mmap.c and mmap hints

2011-05-15 Thread Hakan Koseoglu
On 15 May 2011 12:45, Frank Chang wrote: >  In order to understand mmap better, we decided to try to find the > Centos 5.5 source code for mmap.c. We already installed the kernel source You should be looking at glibc source code. ___ CentOS mailing l

Re: [CentOS] Centos 5.5 mmap.c and mmap hints

2011-05-15 Thread Hakan Koseoglu
On 15 May 2011 12:58, Hakan Koseoglu > You should be looking at glibc source code. Scratch that, i'm talking rubbish ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] mounting an ext3 filesystem "-o ro"

2011-08-29 Thread Hakan Koseoglu
On 29 August 2011 15:18, Philippe Naudin wrote: > Hi, > > I want to do something *bad* : to mount an already mounted ext3 > partition. Use a clustering file system (i.e., ocfs2) instead. > This recovery is probably triggered by the file /.autofsck, but I > have not found how to get rid of this fe

Re: [CentOS] Hello from RAQport Please remove this post

2011-09-26 Thread Hakan Koseoglu
On 26 September 2011 11:02, John Hodrien wrote: > I highly recommend raking up four year old poor feedback on your business, > it's a surefire way to get ahead of your competition. Considering that they only managed to complain about this after four years shows an interesting take on speedy respon

Re: [CentOS] Problems with Intel Ethernet and module e1000e

2011-09-26 Thread Hakan Koseoglu
On 26 September 2011 13:54, Patrick Lists wrote: > On 09/23/2011 12:54 PM, Volker Poplawski wrote: >> Hi all, >> >> I'm facing a serious problem with the e100e kernel module for Intel >> 82574L gigabit nics on Centos 6. > > I have also had problems with an Intel Gbit nic in a Dell Optiplex 760 > u

Re: [CentOS] HP Proliant ML150 : how do I access disks ?

2010-02-17 Thread Hakan Koseoglu
On Wed, Feb 17, 2010 at 10:26 PM, Niki Kovacs wrote: > boot configuration tools (bios, scsi configurator). So far I haven't SCSI -> Disk Go to www.hp.com, , click on Support & Drivers, on Step 2, for product type ML 150, click GO. Select the correct generation, i.e. G5 or G6 etc. (it should be pr

Re: [CentOS] HP Proliant ML150 : how do I access disks ?

2010-02-17 Thread Hakan Koseoglu
On Thu, Feb 18, 2010 at 7:19 AM, Niki Kovacs wrote: > Niki Kovacs a écrit : > OK, at least I found an answer to this particular problem. I tried the > US site, which yields many more answers. Unfortunately, no "smart array > controller". 03:01.0 RAID bus controller: Adaptec AAC-RAID (rev 01) 03:0

Re: [CentOS] HP Proliant ML150 : how do I access disks ?

2010-02-17 Thread Hakan Koseoglu
Hi Niki, On Thu, Feb 18, 2010 at 7:19 AM, Niki Kovacs wrote: > Niki Kovacs a écrit : > OK, at least I found an answer to this particular problem. I tried the > US site, which yields many more answers. Unfortunately, no "smart array > controller". One last thing for this morning: Go to http://www.

Re: [CentOS] help fdisk and dd

2010-03-04 Thread Hakan Koseoglu
On Thu, Mar 4, 2010 at 1:01 PM, chloe K wrote: > What is the best practice to remove all data in the disk? If you want to securely remove the data, I recommend using a tool like DBAN. If you want to just wipe out the partition & boot sector for a clean reinstallation, dd'ing the disk with zero for

Re: [CentOS] RAID 5 setup?

2010-03-25 Thread Hakan Koseoglu
On Thu, Mar 25, 2010 at 9:07 PM, Boris Epstein wrote: >> Note: RAID5 is not really recomended for such large disks.  You run the >> risk of a complete data loss if one disk fails and the another disk >> fails during the rebuild. > Why is the size a factor here? Why would this be OK with smaller >

Re: [CentOS] "internet connection tester script"

2010-03-27 Thread Hakan Koseoglu
Hi Jozsef, On Sat, Mar 27, 2010 at 12:07 PM, Jozsef Vadkan wrote: > Why doesn't my "internet-connection" script work? I suggest you double-check the Advanced Bash Scripting Guide. You posted this to a couple of sites. In your if statements, you must do if `statement`; then foo; fi Don't forget t

Re: [CentOS] Swap = 0

2010-04-13 Thread Hakan Koseoglu
Cahit, 2010/4/13 cahit Eyigünlü : > My server returning an error sth. like swap =  0 then locking httpd and all Set up a monitoring tool like sar etc. or my favourite, nmon with capacity planning. Depending on what those 4k users are doing, you might be running out of RAM + swap space until the out

Re: [CentOS] Swap = 0

2010-04-13 Thread Hakan Koseoglu
Cahit, 2010/4/13 cahit Eyigünlü : > is there any optimization tool i have added 2 more gb ram but it is still > locking server :S Which bit do you want to optimize? > top - 13:11:13 up 33 min,  2 users,  load average: 29.96, 13.75, 10.97x > > Tasks: 280 total,  40 running, 236 sleeping,   0 stopp

Re: [CentOS] Building an "instant on" X terminal

2010-04-15 Thread Hakan Koseoglu
On Thu, Apr 15, 2010 at 1:26 AM, Benjamin Franz wrote: > If you aren't adverse to Ubuntu, 10.04 LTS (beta right now but final by > the end of the month) boots in 10 seconds from a hard drive. I've tried > it: It was impressively fast. I was curious about this and installed one of these on an amd64

Re: [CentOS] Building an "instant on" X terminal

2010-04-15 Thread Hakan Koseoglu
On Thu, Apr 15, 2010 at 1:54 AM, Stephen Harris wrote: >> If you aren't adverse to Ubuntu, 10.04 LTS (beta right now but final by >> the end of the month) boots in 10 seconds from a hard drive. I've tried >> it: It was impressively fast. > Will it run in 256Mb RAM and on 512Mb of disk?  'Cos that'

Re: [CentOS] Emulator for CentOS x86 platform?

2010-04-18 Thread Hakan Koseoglu
On Sun, Apr 18, 2010 at 8:04 AM, hadi motamedi wrote: > Dear All > Can you please let me know if there is an specific Emulator for UltraSPARC > emulation on CentOS x86 platform? QEMU should be able to emulate SPARC CPUs. -- Hakan (m1fcj) - http://www.hititgunesi.org __

Re: [CentOS] RHEL 6 Beta available for public download

2010-04-21 Thread Hakan Koseoglu
On Wed, Apr 21, 2010 at 1:39 PM, Michel van Deventer wrote: > And now it works :) happy downloading ;) Too many users already! They should invest on a proper OS from Redmond! :) -- Hakan (m1fcj) - http://www.hititgunesi.org ___ CentOS mailing list CentO

Re: [CentOS] iSCSI / GFS shared web server file system

2010-04-22 Thread Hakan Koseoglu
Hi James, On Thu, Apr 22, 2010 at 11:38 PM, jchase wrote: > We currently have a MD3000i with an iSCSI LUN shared out to our apache web > server. We are going to add another apache web server into the mix using LVS > to load balance, however, I am curious how well iSCSI handles file locking > and

Re: [CentOS] iSCSI / GFS shared web server file system

2010-04-23 Thread Hakan Koseoglu
On Fri, Apr 23, 2010 at 8:10 AM, Geoff Galitz wrote: > OCSF2 over iSCSI is a good option to look at, too.  There is also gluster. > But NFS is going to be the mainstream approach with the best support and > administration options unless the OP is running into some technical > limitations. I have a

Re: [CentOS] URGENT

2010-04-26 Thread Hakan Koseoglu
2010/4/24 cahit Eyigünlü : > It had solved , the error encounters from thousands of a bad sectors :( i do > not know how it happened but recovery system has repaired after then Throw that disk away and get a new one ASAP. Do not trust and use that disk. -- Hakan (m1fcj) - http://www.hititgunesi.or

  1   2   >