similar to: Can CentOS 4 be installed from CD1 only?

Displaying 20 results from an estimated 10000 matches similar to: "Can CentOS 4 be installed from CD1 only?"

2007 May 02
13
RSpec 0.8.2 pain, missing spec/rails?
Hi. I''m upgrading a project from an 0.8.0 pre-release gem to 0.8.2. I''ve installed the 0.8.2 gem, and the rspec_on_rails 0.8.2 plugin: ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/REL_0_8_2/rspec When I try to run my specs though, I get the below error. It''s as if the spec_helper cannot find "spec/rails". I''ve noticed that
2006 May 01
2
Capistrano restart task
Hi. Have anyone figured out a simple restart task for mongrel using Capistrano? Br. Morten
2006 Apr 29
2
Streaming to/from MySQL
Hi. When I upload a 10Mb file (from my browser) to my Rails app, a Tempfile object gets created on the server. When the contents gets written to the database, it''s a simple INSERT, so basically the data is read to memory and then inserted into MySQL. How come the data is not streamed to the DB so we avoid the memory issue? Is this a short coming of ActiveRecord or the MySQL/Ruby
2006 Jul 17
3
Extending Ruby classes in Rails
Hi. I''ve placed the following in lib/mods.rb: class String def String.foo "bar" end def bar "baz" end end But it does not get picked up: white:~/svn/tagticks morten$ script/console Loading development environment. >> String.foo NoMethodError: undefined method `foo'' for String:Class from (irb):1 >>
2006 Mar 23
3
User/group/role model question
Hi. I have an app where "users" can belong in "groups" with certain "roles" (eg. a user can own a group). Normally I''d make users has_and_belongs_to_many groups and put a role_id on the join table. But - a role is really a first class citizen also, so a model is in order. The problem with making a "role" model which has_many "users"
2002 Apr 18
2
2cd installation
Hi! I'm having some problems installing a 2CD application under wine. I run the setup.exe from the 1st cd (so I have to mount it anyway) and when the setup asks for cd2 I get stuck, because I can not remove cd1 from the drive, because it is mounted and because there's an application using it (setup.exe). Is there any way to change cds? MBJr.
2006 Mar 29
1
Handlers
Anyone know where I can find some sample handlers? Has an API been released yet? Br, Morten
2005 Oct 18
4
Easiest virtual mail setup?
Hi. I wish to configure a CentOS 4.1 box to be a mail server. I'd like a setup with virtual mail accounts, using eg. exim, courier and mysql. Do any applications exist that already combine this in an easy to deploy manner (yum as far as possible)? I've seen XAMS.org but that's discontinued. Br, Morten
2006 Jul 19
6
ActiveRecord::RecordNotSaved - bizarre behaviour.
Hi. I get a RecordNotSaved exception when trying to create a user record. The error: User Columns (0.005930) SHOW FIELDS FROM users SQL (0.000465) BEGIN SQL (0.000466) COMMIT ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved): ... As you can see, there''s no INSERT SQL generated, which is the root cause of the problem. In my user model, I have the following
2005 Oct 04
2
Resolving a yum conflict
How can I resolve a yum conflict? A lot of other packages depend on the conflicting file. Thanks. Morten [root at machine ~]# yum install xorg-x11-deprecated-libs Setting up Install Process Setting up Repos update 100% |=========================| 951 B 00:00 base 100% |=========================| 1.1 kB 00:00 addons 100%
2003 Oct 22
1
Filesystem panic
Hi, I'm running RH9, 2.4.20-18.9. Each night, the server mounts an external FAT32 disk using firewire, and performs backups to it using rsync. Twice within the past 3 months, the backup process has resulted in machine crash (complete hang, hardware reboot needed). From /var/log/messages: Oct 22 04:02:20 yoda kernel: Filesystem panic (dev 08:21). Oct 22 04:02:20 yoda kernel: fat_free:
2007 May 23
1
Troubleshooting unresponsive mongrel
Hi. I have mongrel 1.0.1 running a really simple application and found to lock up (rarely, but still). There''s nothing in the logs, it just stops responding. When I mongrel_rails stop it, I get lots of entries like: Waiting for 3 requests to finish, could take 60 seconds /usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:675:in `process''
2005 Dec 21
2
Install from a USB CDrom?
OK, this is getting ridiculous. A relatively new HP NC4010 (1 year old). A maybe not the newest Storix USB CD/R-DVD drive. Of course the HP has no problem booting up off the CDrom. But then I get that blasted dialog of where are my install. So I go through the list and find a USB storage driver. It doesn't help. I do have a USB 2.5" drive case that I can put a drive in with the
2007 Aug 08
2
Centos 5 install failed compounded - no CD?
First off, there is no access into the bios on this unit It will boot from the hard drive or a USB CD. I have a USB DVD/CDRW. The system will boot from it. But if I just press enter to install off the CD, I end up at the askmethod menu. I press the local CD option and am told, no CD. Help?
2006 Jul 03
4
Using Centos on both server and client systems a private network
I'm looking for how-tos/hints to make the following possible: I downloaded all four centos 4.3 iso to a ext3 partition on my hd, burned the first disk only, and the a hd based install. Problem: Centos didnt seem to take into account that I was doing a HD based install and and ask me if I wanted to use the hd images as a source for additional appliction installs later. Now it asks me for
2006 Aug 11
2
World of Warcraft Installation
I'm trying to install World of Warcraft on Ubuntu 6.06. I have followed the instructions on AppDB to build the patched version of Wine 0.9.18, and am now trying to install it. I am trying to install from iso files on my hard drive, not CDs. I have created a directory /media/fakecd, and I do "sudo mount -o loop disc1.iso /media/fakecd". I also used winecfg to add e: to the device
2011 Jan 19
4
Is it okay?
Hi, I have downloaded the following version: CentOS-5.5-i386-LiveCD-Release2.iso from the mirror: http://ftp.iitm.ac.in/centos/5.5/isos/i386/ What I want to ask is that 'Release2' is the complete OS and after installation we can use 'yum update'. So at first, is it enough (as I am not going to download the complete set of 7 CDs)? -- Regards, Parshwa Murdia Making the simple
2016 Feb 05
4
MCJit Runtine Performance
Hi Morten, Something else just occurred to me: can you share your EngineBuilder configuration lines? (http://llvm.org/docs/doxygen/html/classllvm_1_1EngineBuilder.html) In particular - are you explicitly setting the optimization level? The old JIT may have had a different default. - Lang. Sent from my iPad > On Feb 4, 2016, at 10:54 PM, Jim Grosbach via llvm-dev <llvm-dev at
2016 Feb 05
2
MCJit Runtine Performance
Hi Lang, > MCJIT does not compile lazily (though it sounds like that's not an issue here?) That is not an issue here since the code JIT's once (a few secs) and then run the generated machine code for hours. > Morten - Can you share any test cases that demonstrate the slowdown. I'd love to take a look at this. The code is massive so not practical. However I will try and
2016 Feb 05
2
MCJit Runtine Performance
Hi Lang, > That suggests an optimization quality issue, rather than compile-time overhead Yes that makes sense. The long running applications (6+ hours) JIT the rules once (taking a few seconds) and then run the generated machine code for hours. With no additional JIT'ing. > if we can configure the CodeGen pipeline properly we can get the performance back to the same level as