Re: [gentoo-user] Sorta OT: cant connect ipad to a courier imap ssl server

2011-12-09 Thread kashani
. kashani

Re: [gentoo-user] Advice on system monitoring

2011-12-05 Thread kashani
, but you can try some of the other frontends. The emerge flags are ... extensive. http://collectd.org/ kashani

Re: Devs and rice flags (Was: Re: [gentoo-user] emerge -j, make -j and make -l )

2011-11-28 Thread kashani
spending inordinate amount of time and money for performance modifications that generally do very little for performance and a lot to reduce reliability while poorly understanding the system as a whole. At least that's my interpretation of the definition. kashani

Re: [gentoo-user] Partitioning strategy...?

2011-11-26 Thread kashani
monitoring, cron, and logrotate are your friends. I email at 70% and page at 80%. kashani

Re: [gentoo-user] A helping hand with virtual machines, please.

2011-11-22 Thread kashani
somebody please give me some hints which packages I should be looking at, and perhaps any use flags I might need. TVM +1 for VirtualBox and more importantly being able to use Vagrant with it. http://vagrantup.com/docs/getting-started/index.html kashani

Re: [gentoo-user] Mythtv problems

2011-10-26 Thread kashani
is unknown. I suspect you didn't put it in the right place in your config. Also your drive will fill up with Mysql bin logs after serveral months with Mythtv without it working. [mysqld] # this settings must come after [mysqld] to take affect expire_logs_days = 10 max_binlog_size = 100M kashani

Re: [gentoo-user] Re: How to record memory usage bandwidth usage?

2011-10-25 Thread kashani
. Networks split, machines run slow, it happens. You'll have more consistent performance on your own machines. It's getting better, but it's still something with which to be aware. Migrating to virtual servers makes some sense, but you need to look at it on a case by case basis. kashani

Re: [gentoo-user] Postfix to relay mail even if acting as primary MX host?

2011-10-15 Thread kashani
, etc become. At that point your own experience and 5-10 minutes of testing is going to produce better results. kashani

Re: [gentoo-user] Postfix to relay mail even if acting as primary MX host?

2011-10-14 Thread kashani
of this stuff quicker. kashani

Re: [gentoo-user] NAS for Windows - does any Wiki solution 'just work'?

2011-10-04 Thread kashani
interface does with CUPS configuration. In Samba's case the config is pretty simple if you ignore printing which you should. Just add the IP range, setup a share, and add some accounts or leave it public. Probably take longer to setup a gui. kashani

Re: [gentoo-user] Filesystem with lowest CPU load, acceptable emerge performance, and stable?

2011-09-08 Thread kashani
or filesystem. It's a fairly common practice on database servers though the gains are relatively minor. I'm not sure how much it would affect logging, but it would be fairly easy to test. kashani

Re: [gentoo-user] Filesystem with lowest CPU load, acceptable emerge performance, and stable?

2011-09-07 Thread kashani
a new firewall server install every x months and swap it into place and drop the original server. 7. Some combination of the above. kashani

Re: [gentoo-user] Filesystem with lowest CPU load, acceptable emerge performance, and stable?

2011-09-06 Thread kashani
filesystem you use on all your other servers. kashani

Re: [gentoo-user] systemd

2011-08-23 Thread kashani
of which is being changed, then the other system becomes a part of the total system and we must write a hypothetical journal for the entire system in order to achieve a consistent rollback. kashani

Re: [gentoo-user] Running HTTP and DNS on same machine

2011-08-17 Thread kashani
one you do like is quite simple. Exactly what Alan said. It's not worth it and no registar will let you do it on one IP. kashani

Re: [gentoo-user] Running HTTP and DNS on same machine

2011-08-17 Thread kashani
of the runlevel) the prod server checked in and all was well. The lessons: Monitor *all* of your DNS infrastructure DNS can break even with a large distributed system and it is never pretty. kashani

Re: [gentoo-user] Running HTTP and DNS on same machine

2011-08-17 Thread kashani
and running ISP type name servers easier and safer. http://en.gentoo-wiki.com/wiki/BIND kashani

Re: [gentoo-user] GRUB v2

2011-08-16 Thread kashani
to keep per folder. I deal with all my lists that way. 180 days for gentoo and down to 30 days for Mythtv. All the archives are searchable so no point in duplicating the data locally. kashani

Re: [gentoo-user] make oldconfig necessary?

2011-08-01 Thread kashani
sense. kashani

Re: [gentoo-user] Re: Oracle 11g installer crash

2011-08-01 Thread kashani
://en.wikipedia.org/wiki/Linux_on_zSeries kashani

Re: [gentoo-user] mysqld invoked oom-killer

2011-07-21 Thread kashani
, and load some data before you'd have to recycle the child process. Most people set it around 1. Large enough to be useful, but still deal with any minor memory leaks. kashani

Re: [gentoo-user] mysqld invoked oom-killer

2011-07-21 Thread kashani
than MyISAM in nearly every way these days. kashani

Re: [gentoo-user] mysqld invoked oom-killer

2011-07-21 Thread kashani
could faster than 4. People can have their groceries setup, baggers aren't getting in the way, etc. The analogy breaks down a bit, but you get the point. There is no performance gain in configuring for concurrency your hardware and software can not support. kashani

Re: [gentoo-user] mysqld invoked oom-killer

2011-07-21 Thread kashani
be collapsed, static files could be served directly, etc. kashani

Re: [gentoo-user] mysqld invoked oom-killer

2011-07-21 Thread kashani
database is better. kashani

Re: [gentoo-user] mysqld invoked oom-killer

2011-07-21 Thread kashani
write to or read from never needs to hit the drives. If you're worried about drive wear, turn off logging. kashani

Re: [gentoo-user] mysqld invoked oom-killer

2011-07-21 Thread kashani
. OK, just leave key_buffer at the default 16M? No. Make key_buffer 256M and then restart Mysql or update it from the commandline. You're starving Mysql for resources. Fix this first. Then you can mess around with tables and engines. kashani

Re: [gentoo-user] new notebook

2011-07-20 Thread kashani
outside and it's bright enough it might be worth it. kashani

Re: [gentoo-user] mysqld invoked oom-killer

2011-07-20 Thread kashani
better performance. key_buffer and innodb_buffer_pool_size are the only two I'd modify without knowing more. kashani

Re: [gentoo-user] Decrapifying my system

2011-07-17 Thread kashani
them out. Lastly a df -h and a sudo du -m --max-depth=1 / would go a long way towards pointing to where the problems are. kashani

Re: [gentoo-user] Decrapifying my system

2011-07-17 Thread kashani
of your my.cnf and restart Mysql. That should take care of the problem and keep bin logs from using all your space again. [mysqld] expire_logs_days = 10 max_binlog_size = 100M kashani

Re: [gentoo-user] Managing multiple Gentoo systems

2011-07-07 Thread kashani
in your own settings etc. Once you have things working it's pretty good at keeping your servers in sync and doing minor customization per server based on OS, hardware, IP, hostname, etc. kashani

Re: [gentoo-user] Managing multiple Gentoo systems

2011-07-07 Thread kashani
On 7/7/2011 1:37 PM, Alan McKinnon wrote: On Thursday 07 July 2011 11:23:15 kashani did opine thusly: On 7/2/2011 3:14 PM, Grant wrote: After a frustrating experience with a Linksys WRT54GL, I've decided to stick with Gentoo routers. This increases the number of Gentoo systems I'm responsible

Re: [gentoo-user] portage for chef-0.10.0

2011-06-28 Thread kashani
. As the others have pointed out it's coming, but in the short term you can always gem install directly and continue to use the init scripts that shipped with the portage package. I do the same on Ubuntu w/ Puppet. kashani

[gentoo-user] Don't start a new thread by changing the subject

2011-06-24 Thread kashani
. kashani

Re: [gentoo-user] Don't start a new thread by changing the subject

2011-06-24 Thread kashani
On 6/24/2011 5:09 PM, David W Noon wrote: On Fri, 24 Jun 2011 16:12:26 -0700, kashani wrote about [gentoo-user] Don't start a new thread by changing the subject: I've noticed this a couple of times this week. A few of you have responded to the annoying Fortran thread, changed

Re: [gentoo-user] [OT virtual stuff] gentoo vm appliance

2011-06-22 Thread kashani
On 6/22/2011 2:52 PM, Harry Putnam wrote: If that isn't available maybe someone has a fairly current kernel config that is known to boot on a windows host with guest gentoo. http://badapple.net/files/gentoo-vbox.config Windows 7, vbox 4.0.8, gentoo-sources-2.6.36-r5, no video drivers kashani

Re: [gentoo-user] Reinstalling older Packages

2011-06-20 Thread kashani
of changing your VCS. http://lwn.net/Articles/409635/ kashani

Re: [gentoo-user] Re: Threads changing Was: OT: website design

2011-06-06 Thread kashani
, the electrons on your computer, etc etc. Sheesh. kashani

Re: [gentoo-user] Thanks for all the fish!

2011-06-06 Thread kashani
on gentoo-user because of time or inapplicability to my systems or interests. I've also dropped my mail list subscriptions way way down over the years. It's something that everyone ends up doing as their priorities change or as interests focus. kashani

Re: [gentoo-user] Re: thunderbird fixed folders? [SOLVED]

2011-06-06 Thread kashani
variation of the Barret M82 rifle though there are other systems. $6-8 a round to shoot or maybe as low as $3 if you're using reloads. kashani

Re: [gentoo-user] Threads changing Was: OT: website design

2011-06-04 Thread kashani
with. Also mutt has broken threading in the past and even between different versions of itself... so calling it a gold standard may be an overstatement. kashani

Re: [gentoo-user] Caching Proxy alternative to Squid?

2011-06-03 Thread kashani
linguas_en_GB linguas_en_US linguas_fr linguas_it linguas_nl Hmmm... I'll try enabling epoll kernel_linux ldap pam ssl and updating... My question is why did you mess with the defaults? epoll should have been enabled unless you wanted to make Squid 100x slower. kashani

Re: [gentoo-user] virtualbox + kernel panic 2.6.38-r2

2011-05-31 Thread kashani
) using 2 CPUs. I haven't noticed any changes in stability since making the change to SMP last month. However there have been at least two SMP guest fixes in the 4.x version. kashani

Re: [gentoo-user] Apache is running but its log is not

2011-05-04 Thread kashani
. The other fun one is having a daemon grow larger and larger because it's not letting go of files that were deleted while it had them open. kashani

Re: [gentoo-user] Re: installing ffi gem

2011-04-22 Thread kashani
On 4/21/2011 9:54 PM, Hans de Graaff wrote: On Thu, 21 Apr 2011 17:33:05 -0700, kashani wrote: Install RVM, make it part of your shell, then install the ruby and gems of your choice. That way you leave the system Ruby alone and can develop with the versions you want. You can even do multiple

Re: [gentoo-user] SMB/CIFS or NFS?

2011-04-21 Thread kashani
avoiding NFS if possible. I've always found it painful to get working and touchy after the fact. kashani

Re: [gentoo-user] SMB/CIFS or NFS?

2011-04-21 Thread kashani
On 4/21/2011 2:15 PM, kashani wrote: On 4/20/2011 6:21 PM, Pandu Poluan wrote: Okay, I'm combining the portage distfiles dir into a storage server. Problem: the storage server is Windows 2003. Question: should I mount the distfile dir using SMB/CIFS or NFS? Is there any performance

Re: [gentoo-user] installing ffi gem

2011-04-21 Thread kashani
and can develop with the versions you want. You can even do multiple versions of ruby and various gems for working on many different projects at once. https://rvm.beginrescueend.com/rvm/install/ It really is the simplest way to build a dev environment and maintain it for Ruby. kashani

Re: [gentoo-user] MTA lighter on resource: Exim or Postfix?

2011-04-08 Thread kashani
in a heavy use ISP system because it's not a monolithic process like Exim. kashani

Re: [gentoo-user] putting mysql databases from one system to another

2011-04-06 Thread kashani
flush privileges; for the mysql.user table to take effect? kashani

Re: [gentoo-user] putting mysql databases from one system to another

2011-04-06 Thread kashani
and 64bit systems. Wonko I had done it myself in the past a number of times without issue, but here's the documentation to back it up. kashani http://wikis.sun.com/display/WebStack/MySQL64bitARC It should be noted that, when switching between 32bit and 64bit server using the same

Re: [gentoo-user] Which network monitoring?

2011-04-03 Thread kashani
. kashani

Re: [gentoo-user] Setting up a local web server

2011-04-01 Thread kashani
to complain of syntax errors - they're errors of configuration, not syntax. Apache doesn't recognize the syntax, therefore it's a syntax error. dig you build php with an apache2 flag to enable the Apache module? kashani

Re: [gentoo-user] LVM (Was: the best filesystem for server: XFS or JFS (or?))

2011-03-24 Thread kashani
that as a failing of LVM, but of Gentoo for lack of another culprit. You can only roll your OS forward in so many ways before you have to do a little offline plumbing. May as well complain that you had to shutdown your machine to put in more RAM. kashani

Re: [gentoo-user] the best filesystem for server: XFS or JFS (or?)

2011-03-22 Thread kashani
to setup, but RHEL uses LVM by default so it's just a matter of resizing to get the partitions you need. Once that's done you can kick off snapshots with very little effort. Not sure where you heard it was ineffective and I'd ignore further information from that source. kashani

Re: [gentoo-user] Re: Paste into vim keeping indention or original?

2011-01-28 Thread kashani
to sudo vi you can use w!! which pipes writing the file though sudo. You get some term gunk, but it does work. kashani

Re: [gentoo-user] Setting up SMTP relay

2011-01-26 Thread kashani
lines in its config file. Stroller. I dont't think you have followed the thread correctly. The OP did say he had a user/pass in his ssmtpd.conf which I assumed was for accessing the final relay host. That was the reason for the extra lines. kashani

Re: [gentoo-user] Spamassassin

2011-01-26 Thread kashani
a number of good examples http://www.posluns.com/guides/hedchek.html kashani

Re: [gentoo-user] modifying iptables: how can I prevent locking me out?

2011-01-24 Thread kashani
I do it. I'd test that the cron works correctly beforehand. Nothing worse than locking yourself out *and* realizing your cron has a path issue. kashani

Re: [gentoo-user] Setting up SMTP relay

2011-01-23 Thread kashani
On 1/23/2011 11:23 AM, Alex Schuster wrote: Relaying does not work yet, I get a Relay access denied (in reply to RCPT TO command) error. But my initial goal is reached, I can send mail to {root,wonko}@wonkology.org. That's all I wanted. Many many thanks kashani! Your howto is much more than I

Re: [gentoo-user] Setting up SMTP relay

2011-01-23 Thread kashani
anything more than mailq | grep |awk | postsuper -d - in order to delete mail from the Postfix queues. What sort of things are your trying to do other than delete a lot of spam or bounces? kashani

Re: [gentoo-user] Setting up SMTP relay

2011-01-23 Thread kashani
On 1/23/2011 4:26 PM, Alan McKinnon wrote: Apparently, though unproven, at 02:02 on Monday 24 January 2011, kashani did opine thusly: On 1/23/2011 12:20 PM, Alan McKinnon wrote: It manages it's own queues beautifully. But, and this makes me sad, it doesn't really want *me* to manage it's

Re: [gentoo-user] Setting up SMTP relay

2011-01-22 Thread kashani
this far it's time to test all the way through. make sure you can send from the localhost machine sendmail -v s...@address.com . Once you're sure that works test from another machine on the network. Ideally it should just work if you've done all the steps. kashani

Re: [gentoo-user] AHCI/IDE-question

2011-01-21 Thread kashani
? kashani

Re: [gentoo-user] AHCI/IDE-question

2011-01-21 Thread kashani
On 1/21/2011 11:27 AM, Volker Armin Hemmann wrote: On Friday 21 January 2011 11:12:34 kashani wrote: On 1/21/2011 10:53 AM, Volker Armin Hemmann wrote: so, why are you doing soemthing incredible stupid in the first place? How about you go have some coffee, maybe have a banana to even out

Re: [gentoo-user] Near freezes during large emerges

2011-01-19 Thread kashani
As far as I can tell it comes down to cluster size, bitness of your OS, and amount of RAM you're willing to dedicate to managing swap. kashani

Re: [gentoo-user] Near freezes during large emerges

2011-01-18 Thread kashani
swap devices of 64GB each. kashani

Re: [gentoo-user] Near freezes during large emerges

2011-01-17 Thread kashani
authors who proudly declare that they spent 7 years writing some magnum opus. It's a sure bet they were drunk of 6.5 of them :-) Not a compiler or system libs. whenever I undertake a large emerge such as chromium or openoffice OpenOffice. Nuff said. kashani

Re: [gentoo-user] Near freezes during large emerges

2011-01-17 Thread kashani
alerting on 5% swap usage does work fairly well. kashani

Re: [SOLVED]Re: [gentoo-user] vbox 64-bit guest will fail to detect a 64-bit CPU and will not be able to boot.

2011-01-13 Thread kashani
support after a machine goes to sleep. Rebooting fixes the problem temporarily. If you notice that behavior you may want to go ahead with any BIOS upgrade to see if that fixes it. kashani

Re: [gentoo-user] Web Server Memory Issues

2011-01-13 Thread kashani
. The simplest solution is: sudo mkdid -p /home/mysql sudo chown -R mysql: /home/mysql vi /etc/mysql/my.cnf and change to tmpdir = /home/mysql/ sudo /etc/init.d/mysql restart Yes, tmpdir is *not* a dynamic variable so you will have to restart Mysql to make this change. kashani

Re: [gentoo-user] vbox 64-bit guest will fail to detect a 64-bit CPU and will not be able to boot.

2011-01-12 Thread kashani
that my Intel T6600 while 64bit can only run 32bit guests. 3. You're running vbox 3.1.8 which is stable for x86 while vbox 3.2.12 is stable for amd64. Is your host OS 32bit? kashani

Re: [gentoo-user] vbox 64-bit guest will fail to detect a 64-bit CPU and will not be able to boot.

2011-01-12 Thread kashani
On 1/12/2011 12:04 AM, Valmor de Almeida wrote: System uname: linux-2.6.34-gentoo-r12-x86_64-intel-r-_core-tm-_i7_cpu_l_6...@_2.13ghz-with-gentoo-1.12.14 Timestamp of tree: Sat, 20 Nov 2010 15:45:01 + That chip looks okay. http://ark.intel.com/Product.aspx?id=43563 kashani

Re: [gentoo-user] Latest unstable ntp not generating ntp.drift file.

2011-01-06 Thread kashani
, and plain not working. I think this was over five years ago and doubtfully thing have improved, but I definitely wasn't impressed at the time. kashani

Re: [gentoo-user] New project in perl? {OT}

2011-01-01 Thread kashani
say familiarity trumps language features. YMMV. kashani

Re: [gentoo-user] postfixadmin vacation user uid/home in /etc/passwd

2010-12-29 Thread kashani
. And safer. kashani

Re: [gentoo-user] postfixadmin vacation user uid/home in /etc/passwd

2010-12-29 Thread kashani
On 12/29/2010 1:36 PM, Tanstaafl wrote: On 2010-12-29 3:50 PM, kashani wrote: On 12/29/2010 9:14 AM, Tanstaafl wrote: I'm updating an old system I inherited that has postfixadmin 2.1 installed, and I have a question about the vacation user entry in /etc/passwd... snip I would consider

Re: [gentoo-user] Eeek: many open ports

2010-12-13 Thread kashani
using netstat -l or netstat -ln. Is there some other option I need? I didn't see one. You need -p for process. What Bill said. You'll probably want to try sudo netstat -lnp and sudo netstat -lnpt which just shows TCP ports. kashani

Re: [gentoo-user] Should mysql crash sometimes?

2010-11-29 Thread kashani
On 11/29/2010 5:46 AM, Grant wrote: You can add it to /etc/mysql/my.cnf and restart. Remove it and restart again when you've finished. kashani That worked perfectly, thank you. I've run mysql_upgrade successfully and all of the warnings have disappeared from the mysql log file except

Re: [gentoo-user] Should mysql crash sometimes?

2010-11-28 Thread kashani
On 11/28/2010 12:30 PM, Grant wrote: I'm told I need to run mysqld with --skip-grant-tables. I'm used to using Gentoo's mysql initscript. Should 'mysqld --skip-grant-tables' work? You can add it to /etc/mysql/my.cnf and restart. Remove it and restart again when you've finished. kashani

Re: [gentoo-user] Postfix broken

2010-11-15 Thread kashani
restarting it. kashani

Re: [SOLVED] Re: [gentoo-user] Thunderbird and IMAP folders

2010-09-06 Thread kashani
accounts, like kashani-list@ and kashani@ in my case, you'll want at least 20. Same thing applies if you're running webmail for multiple account because all account access will originate from localhost. kashani

Re: [gentoo-user] Gentoos community communication rant

2010-09-06 Thread kashani
of to much traffic. I'd be interested in how many people still have access to a news server these days. I don't and I'm not particularly interested in having to pay for access when email works well enough. kashani

Re: [gentoo-user] Proper way of updating mysql from 5.0.90-r2 to 5.1.50?

2010-09-04 Thread kashani
my.cnf changed for the worse in Gentoo's 5.1.x ebuild. Try making a copy of your original my.cnf and put it into place once you've upgraded. Else you may need to modify the mysql home and data paths in the new my.cnf to reflect where the database are actually installed. kashani

Re: [gentoo-user] Proper way of updating mysql from 5.0.90-r2 to 5.1.50?

2010-09-02 Thread kashani
On 9/2/2010 11:12 AM, Mick wrote: On Thursday 02 September 2010 06:10:05 kashani wrote: On 9/1/2010 1:00 PM, Aniruddha wrote: On Tuesday 31 August 2010 20:30:55 Mick wrote: But this is apparently not the proper way, because after restarting the server, apache does not show my web-page

Re: [gentoo-user] Proper way of updating mysql from 5.0.90-r2 to 5.1.50?

2010-09-01 Thread kashani
to get your data into 5.1. As other people have pointed out you'll need to revdep-rebuild or preserve the older client libs. kashani

Re: [gentoo-user] [OT] Incomplete mysql backup

2010-08-19 Thread kashani
makes it only an option on the slave. kashani

Re: [gentoo-user] courier imap over nfs

2010-08-01 Thread kashani
over NFS. The locking will kill you on a busy system. kashani

Re: [gentoo-user] mysql use flag witout server, using only client libaries

2010-07-31 Thread kashani
people have said, there isn't any problem to solve here. kashani

Re: [gentoo-user] core i5

2010-06-23 Thread kashani
On 6/23/2010 1:56 PM, Stefan G. Weichinger wrote: Am 23.06.2010 04:27, schrieb kashani: I updated from a Q6600 to an i7 860 recently. Not amazing speed wise, but I can run 8 threads and use more than 8GB of RAM. The RAM was the big thing for me. If you're planning to do a lot with VMs I'd

Re: [gentoo-user] Re: Legacy GRUB vs GRUB2

2010-06-22 Thread kashani
and it's not a hardware chip anymore, but, compared to most other intelligent platforms, PC BIOS is pretty braindead. For the record only Sun servers have ever made me utter, Let me get this straight. I have to update the firware on the POWER SUPPLY too?!? E6500s circa '99. kashani

Re: [gentoo-user] User password scanning on pop3

2010-06-21 Thread kashani
On 6/20/2010 5:06 PM, deface wrote: Try fail2ban How about reading the whole thread before posting a one liner? kashani

Re: [gentoo-user] User password scanning on pop3

2010-06-20 Thread kashani
to interact with it, but you should have far less problems. And less change of sniffers pulling user/pass from wireless connections in cafes. kashani

Re: [gentoo-user] A lot of big files in /var/lib/mysql/ = /var full!

2010-04-23 Thread kashani
there are cases when it's easier to recover data or fix tables if you have current logs. kashani

Re: [gentoo-user] cyrus-sasl 2.1.23 remote server rejected your credentials

2010-04-21 Thread kashani
that you allow mynetworks before requiring authentication like this example below. If you don't, your mail server will try to authenticate access from localhost. smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated kashani

Re: [gentoo-user] vixie-cron keeps stopping

2010-04-16 Thread kashani
-cron is problematic in the extreme. I have endless hassle with it's weird behaviours. Use a different cron daemon. Strange. I've never had a problem with it and Gentoo though I use Gentoo primarily as a server. kashani

Re: [gentoo-user] Which IPSEC to go?

2010-01-27 Thread kashani
this for a road warrior setup. Use Openvpn. Way simpler, has a client for all the major OSs, and most importantly isn't based on annoying ipsec. You can use Openvpn between servers as well to setup tunnels. kashani

Re: [gentoo-user] Can't block pop3 attack

2009-10-24 Thread kashani
the unencrypted protocols. Usually keeps people from banging on the servers and much safer if you use the occasional unsecured wireless network. kashani

Re: [gentoo-user] Interpreting /proc/cpuinfo

2009-10-09 Thread kashani
Florian's post you'd see that he's running a VPS which is probably a heavily patched 2.6.18. At least my VPS is like that. Come on, don't you read everyone's post? Yeah BIOS can effect it, the kernel not so much. Not sure about an openvz style VPS. kashani

  1   2   3   4   5   >