search for: sbeam

Displaying 17 results from an estimated 17 matches for "sbeam".

Did you mean: beam
2008 May 31
4
drbd strategy
I have an existing in-production LAMP server running Centos 5.1. It uses physical partitions on top of hardware RAID1, having / /home /var and /boot on separate partitions. We have a near-identical system I am thinking of bringing in as a DRBD/Heartbeat companion. One solution may be to use csync2 [http://oss.linbit.com/csync2/] on /etc and /usr/local (the only areas that will differ from
2008 Oct 15
3
firefox is incredibly unstable
does anyone else have major probs with Firefox as installed on CentOS5? ever since the RPM for FF3 came out it has been crashing daily. Usually when I use Save As... or Browse... or anything else that brings up the Gnome file picker. After the crash I re-start then the file picker works for a while. Sometimes it just takes scrolling or click+drag an image or some other random action. BANG
2008 May 26
1
memorial day kernel panic
.... Hard-rebooted and all was well... Then about 55 minutes later I was logged in with ssh and it froze. Another fun holiday trip back to the datacenter. This time I brought a camera, but found a message totally different - this seems more like a ext3/disk problem? http://www.flickr.com/photos/sbeam/2525251590/sizes/l/ the logs contain nothing unusual. I have set up a script to do a vmstat/ps dump every 10 minutes. Anything else advised by this kernel dump or places to look? Thanks much- Sam
2007 Mar 05
1
Serial port problem - again
...is not even accesible. It just say: wine /home/romcek/.wine/drive_c/Program\ Files/SMA/Sunny\ Data\ Control/SDC.exe err:systray:delete_icon invalid tray icon ID specified: 0d err:module:import_dll Library FTD2XX.DLL (which is needed by L"C:\\Program Files\\SMA\\Sunny Data Control\\AddOns\\SBeam.dll") not found fixme:tapi:lineInitialize (0x8358ac, 0x10b0000, 0x10b2dfc, "TAPICOMM", 0x8358b0): stub. fixme:tapi:lineGetDevCapsA ((nil), 00000000, 00010003, 00000000, 0x832dcc): stub. fixme:tapi:lineGetDevCapsA ((nil), 00000000, 00010003, 00000000, 0x832dcc): stub. fixme:ras:Ras...
2008 Aug 16
2
xen and nvidia
has anyone had any luck getting nvidia to work with the latest xen kernel under x86_64? I found an unsupported method involving IGNORE_XEN_PRESENCE [1], but it doesn't work for me. Everything google turns up seems to be a year old. prob nothing has changed but I just wonder. [1] http://www.nvnews.net/vbulletin/archive/index.php/t-95483.html maybe I could I run a xen dom0 under vmware?
2007 May 30
3
how to create a simple DHTML dialog
I am looking to create a simple dialog window like this on a page: http://developer.yahoo.com/yui/examples/container/simpledialog/2.html I know scriptaculous comes with Rails, not YUI, but I can''t find anything similar there. Is there any shortcut to doing this with existing plugins or core stuff?, or must I download another toolkit? thanks Sam
2007 Apr 30
1
collection_select - prepending a "any" option
Say I have a normal <SELECT> tag being generated thusly: <%= collection_select :task, :id, Task.find(:all), :id, :name %> what is the easiest way to add a "ANY" option to the top of the option list? I know Task.find(:all) returns a collection object, so is there a unshift() for that? well OK I tried: Task.find(:all).unshift([:id=>0,
2007 May 04
1
habtm and also has_many of the same things
Hi, our app is a situation where users can upload files and also mark files uploaded by other users as their favorites. So for the favorites we are using a simple many-to-many with a tie table. So in attempting that it looks like class User < ActiveRecord::Base has_and_belongs_to_many :media_file has_many :media_file end class MediaFile < ActiveRecord::Base
2007 Sep 04
2
backgroundrb install issue
I installed backgroundrb v0.2.1 via svn external per the README. But when I go to start ''er up I get: $ ./script/backgroundrb start /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'': no such file to load -- daemons (LoadError) from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'' from
2008 May 27
0
Re: memorial day kernel panic {Scanned}
Scott Silva wrote: > on 5-27-2008 10:16 AM Ross S. W. Walker spake the following: > > sbeam wrote: > > > On Tuesday 27 May 2008 11:39, Scott Silva wrote: > > > > > > > > Running memtest for 24 hours should be enough to test the ram. > > > > A 3ware 7006 is a fairly old card. Does it have the latest bios available > > > > from 3ware...
2008 Aug 12
1
mystery process "unit"
Ok, dumb question. On a certain LAMP server I am seeing in 'ps auxf' a process called "unit" with no arguments or other path info. It has a fairly low pid, 3041, indicating it might have been started soon after reboot (last week). but ps says it was started yesterday, I don't see it on any of 3 other CentOS machines. It is hard to google for such a generic name. So does
2008 Sep 30
0
install Verisign/NetSol CA bundle
I have a client-provided SSL cert that seems to be provided by Verisign but issued by my good friends at Network Problems. I thought this was part of default cert.pem, but maybe not. The docs on Verisign's site are... ahem... unhelpful. I have what I think is the correct CA chain for this cert, but still trying to determine what marketing terms overlap with what reality. But how is it to
2007 May 05
0
acts_as_attachment - no thumbnails?
the full-size pics upload OK, but no thumbs or resizing. There are no errors or exceptions that I can see, just not getting any thumbnails. The DB column ''thumbnail'' is always NULL rmagick-1.15.6 is freshly installed. I have the :thumbnails stuff setup per http://weblog.techno-weenie.net/articles/acts_as_attachment/thumbnailing using a model like this: class EventPic
2007 Jun 20
0
gnarly permission issue using fcgi
deploying a Rails app for the first time on a mediatemple (dv) server using capistrano and fcgi everything looks OK but when I go to access the app, I get 500 errors with things like /usr/lib/ruby/1.8/fileutils.rb:1246:in `initialize'': Permission denied - /var/www/vhosts/xxxxxxx.com/app/current/public/../config/../public/stylesheets/dhtml_calendar/demo.css (Errno::EACCES) these
2008 Apr 01
1
RAID1 migration - /dev/md1 is not there
I am trying to convert an existing IDE one-disk system to RAID1 using the general strategy found here: http://lists.centos.org/pipermail/centos/2005-March/003813.html But I am stuck on one thing - when I went to create the second md device with mdadm, # mdadm --create /dev/md1 --level=1 --raid-devices=2 /dev/hdb2 missing mdadm: error opening /dev/md1: No such file or directory And indeed,
2008 Apr 01
2
raid1 custom initrd and yum
OK sorry to hammer the list but one more question - having almost got the drives mirrored and happy - since I have created a custom initrd that has the raid1 drivers in it, do I now have to tell yum to ignore kernel updates? Will the stock kernel render me unbootable? Actually I am not 100% sure the initrd I created # mkinitrd -f --preload=raid1 /mnt/tmp/initrd-`uname -r`.img `uname -r` is
2008 Mar 31
4
atrpms nvidia cannot load
Hi guys - brand new 5.1 install here and quite happy - but... The nv driver did not work at all for me, fritzy stripes and dots. This is a GeForce 7300 LE which was working happily dual-head under FC6 with the livna nvidia RPMs So I looked around and it seemed like the ATRpms repo via yum was the best option for CentOS. This is what I installed, it worked great with the xorg.conf from the