Displaying 20 results from an estimated 800 matches similar to: "FW: [0AB-0B7CC3DA-E2A7] RE: I appear to be attacking others"
2006 Feb 11
1
Spammers on the mailing list?
In respose to my "when is update 3 coming out?" I received the
following mail from brian.trudeau at eastek-intl.com offlist.
Thank you for submitting a ticket to support.
Your ticket number is [04E-0B7CC3CC-3842].
Please keep this ticket number for your records and include it in the
subject (including brackets) of all future emails regarding this
issue.
Thank You,
Support Staff
2006 Feb 08
1
[Fwd: re: [0BB-0B7CC3CB-B2E7] FreeNX documentation and other miscellanea]
Just received one of these things for each email I sent to CentOS list
early this morning...about a 6.5 hour lag time...
what gives? I bet everyone starts seeing them real soon now unless it's
just my great fortune...
you should consider bouncing this subscription if it's valid.
Craig
-------- Forwarded Message --------
> From: Brian Trudeau <brian.trudeau at eastek-intl.com>
2006 Feb 08
1
How to add System V Filesystem to Centos? Misdirected responses?
Got three emails from Brian Trudeau <brian.trudeau at eastek-intl.com>
to my mbox address saying
With a subject of re: xxx-xxxxxxxx-xxxx Re: [CentOS] How to add System V
to CentOS?
Says thanks for submitting a ticket to support and gives three tickets
2DE-0B7CC3E3-050B, 34B-0B7CC3E2-829E, 1B5-0B7CC3E3-CB12
Since I had nothing to do with this, wanted to get it back to the list
so that
2005 Mar 21
8
Help Wanted
Look for consultant (for fee is acceptable) to provide step-by-step setup of
DNS (forward & reverse) through the graphical interface of CentOS.
Current setup is qmail server on static ip being nat''d through router. Need
to setup for full DNS including PTR.
Please contact -
Beth Curotto
American Business Networking, Inc
800-818-3244
-------------- next part --------------
An HTML
2006 Mar 02
3
Scalix install on CentOS
Hey All,
I read on the list here not to long ago a work around for the following
error on CentOS for installing the scalix mail server...
Error: unsupported OS release: CentOS release 4.2 (Final) on x86_64
Someone posted a fix where you could edit a file changing the name of
the OS or something to fix this. Anyone remember which file it was I
could edit and what I needed to edit it too
2005 Apr 12
6
Centos-4 Kernel pannic
Hi all,
We are running a new Centos-4 server, and it has kernel panicked on us 4
times in the last month. After the first kernel panic we hooked up a
serial console to the server and captured the output in order to have a
record of what happens. I've included the error messages from the last
time it locked up... but it doesn't really mean much to me. Anybody have
any ideas what might be
2013 Jun 26
24
Re: [XenARM] XEN tools for ARM with Virtualization Extensions
(moving to xen-devel, xen-arm is for the older PV ARM port)
On Tue, 2013-06-25 at 23:59 +0000, Eric Trudeau wrote:
> Hi, I am trying to build the XEN tools for our port of XEN to our
> Cortex A15-based platform.
>
> I am using the repo at git://xenbits.xenproject.org/xen.git to
> cross-compile the tools into our rootfs.
Which branch/changeset are you using?
I've heard that
2008 Mar 15
0
Re: CentOS Digest, Vol 38, Issue 15
Nmhxc
Sent from my BlackBerry? wireless handheld
-----Original Message-----
From: centos-request at centos.org
Date: Sat, 15 Mar 2008 12:00:07
To:centos at centos.org
Subject: CentOS Digest, Vol 38, Issue 15
Send CentOS mailing list submissions to
centos at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos
or, via email,
2007 Oct 16
6
RailsStory runner - empty response
I generated a new rails app then installed rspec and rspec_on_rails from
trunk.
I then created a sample story:
require File.dirname(__FILE__) + "/helper"
Story "View Home Page", %{
As a user
I want to view my home page
So that I can get a birds eye view of the system
}, :type => RailsStory do
Scenario "Publisher with no videos" do
When
2004 Nov 16
5
openssh porting
Hi All,
I want port the openssh on an embedded system based on
powerPC. Is there any document that can guide me to
start?
Thanks in advance,
Mike Zheng
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2005 Apr 01
11
I want to blog!
This isn''t Rails or Ruby related, but I just need some advice and
thought I''d ask the bright individuals here. I want to start my own
blog but I''m not sure where to begin. I don''t want to get a blogger
account because I want to have my own domain. Blogger also doesn''t
have many features. My hosting service is 1AND1 so it supports php,
cgi and mysql.
2006 Dec 14
5
Is there a way to make backgroundrb 0.2.1 fail silently on win32?
After upgrading to backgroundrb 0.2.x, Rails barfs lstat errors left and
right when using the console or webrick or mongrel on win32. We run our
site on a Linux server, so I''m not trying to get backgroundrb to work on a
win32 machine. I just want to quietly stop loading itself if it detects
that it''s on a win32 machine so that the rest of Rails can continue to load.
Most of
2006 Aug 06
0
Autoreply: Re: Yum w/o direct connect
Thank You for your Email.
Please be advised that I am currently out of the office on holidays and will be returning on Wednesday August 9th 2006. If this email is of urgent nature please email sales at nucleus.com and someone will respond as soon as they can. You can also contact sales via telephone at 209-0000 and ask for the sales department. The first available rep will be glad to assist
2008 Mar 09
5
Recommendations for a “real RAID" 1 card on Centos box
Hi,
I'm considering setting up my Centos Desktop machine for RAID 1. I read a lot of good info at this site:http://linuxmafia.com/faq/Hardware/sata.html#intel-vitesse about differences in fakeraid and real raid cards.
The hardware I plan on installing this RAID card into is an Intel DP35DP motherboard with the Intel E4500 dual core processor, and I have two Mator 500 gig SATA hard drives.
2007 Dec 12
3
undefined method: controller_name
With rspec 1.0.8 I have a spec in the directory:
spec/units/controllers/application_controller_spec.rb
require File.dirname(__FILE__) + ''/../../spec_helper''
class DummyController < ApplicationController
def index
raise "Prevent index from rendering"
end
end
describe ApplicationController, "Handling errors in production",
:behaviour_type =>
2007 Nov 08
5
Running specs in reverse
There is an option "--reverse" to run examples in the reverse order
which is good for detecting inter-dependencies between examples.
Is it feasible for rspec to automatically switch between "forward" and
"reverse" order each time a spec is run?
My goal is to detect inter-dependencies sooner than later...
Thanks
Alvin.
2007 Oct 16
5
RailsStory - lessons learned
After trying RailsStory for a few days, I have learned:
1. Rails testing support does not serve up static pages
2. RailsStory masks errors generated by the app under test
3. The masked errors are available in log/test
4. I should read log/test more often
See http://pastie.caboo.se/107876 for an example for points 2 and 3
The welcome controller fails when the HTTP_USER_AGENT is missing.
2011 Nov 05
2
Doing dist on separate objects in a text file
So I have a text file that looks like this:
"Label" "X" "Y" "Slice"
1 "Field_1_R3D_D3D_PRJ_w617.tif" 348 506 1
2 "Field_1_R3D_D3D_PRJ_w617.tif" 359 505 1
3 "Field_1_R3D_D3D_PRJ_w617.tif" 356 524 1
4 "Field_1_R3D_D3D_PRJ_w617.tif" 2 0 1
5 "Field_1_R3D_D3D_PRJ_w617.tif" 412 872 1
6
2008 Apr 29
24
recovering data from a dettach mirrored vdev
Hi,
my system (solaris b77) was physically destroyed and i loosed data saved in a zpool mirror. The only thing left is a dettached vdev from the pool. I''m aware that uberblock is gone and that i can''t import the pool. But i still hope their is a way or a tool (like tct http://www.porcupine.org/forensics/) i can go too recover at least partially some data)
thanks in advance for
2005 Jul 26
0
ABI manager - redirect
I'm very interested in the redirect feature of Asterisk. So far I haven't
gotten it to work. My scenario is that there is a two party call going on
where I want to send one of those parties somewhere else. In the wiki is only
an example how to send both parties to a meetme room. Is the ExtraChannel
parameter required?
This is what I have:
Action: Redirect
Channel: SIP/8080-e2a7