Displaying 20 results from an estimated 90 matches similar to: "rsync hangs or exists without copying anything"
2007 Jun 07
4
WinXP console
I''m using RHEL 5. One of the virtual machines I have running is a
WinXP install. I start this up after I login to X. If I log out of
X, the virtual WinXP is still running (that''s fine with me). However
when I log back into X and start the Virtual Machine Manager, I am
unable to open the machine. It normally says "Virtual Machine Console
is unavailable." There does
2008 Jan 05
1
xen guest won't boot after yum update
After a yum update my two guests that had been shutdown do not start
any more. I have two other guests running that seem to work okay but I
am now afraid that they won't come up again if I restart them.
I am running CentOS5 with kernel 2.6.18-8.1.8.el5xen. Previously I had
following xen versions installed:
Oct 14 23:45:10 Updated: xen-libs.i386 3.0.3-25.0.4.el5
Oct 14 23:46:05 Updated:
2010 Jul 19
0
prob boot xen-4 2.6.32 megaraid
Hallo,
I have to try install xen-4 on dell pe2850 (Raid: perc4).
booterror: megaraid Couldn''t register IRQ 7!
But megaraid works with linux-2.6.18.8.
Enclosed my tests:
1. Compile xen-4.0 + linux-2.6.32 snapshot (Jeremy) from [8] (test 1).
cd /usr/src/xen-b29254c
make all modules modules_install 2>&1 | tee make.out
cp -p ./arch/x86/boot/bzImage /boot/vmlinux-2.6.32
#
2009 Aug 13
0
HVM creation problem
Hi,
I''m kinda new to XEN stuff, and I''ve been trying to create a fully virtualized guest on CentOS 5.3 for almost 3 months and no luck yet. I approached this process through several methods, one with virt-install and creating config file manually.
Following is what happens when I try to create a guest, and I have included qemu-dm and last part of xend.log logs below too.
2006 Nov 24
0
Error: (12, ''Cannot allocate memory'')
Not sure if this is a Fedora Core 6 issue. I already post a message on
their list but didn''t get an answer. So I am going to try here..
Does anyone has Windows Guest OS running successfully with the Dom0 has all
the physical memory allocated?
If I don''t lower the memory assign to Dom0 through grub, I will not be able
to run a Windows Guest OS. This what I got
Using
2007 Jan 08
2
shorewall/dansguardian/squid problem
ive got a config thats
client -> server ->Dansguardian->Squid -> onward adn I want to
transparently redirect web traffic to DG/Squid
Not sure where the problem lies - hoping you guys can help me and at
least tell me that its NOT my shorewall config
heres the configs
When I point a browser straight at 3128 or 3129 I get web pages back
and the appropriate stuff in the logs .
I get a
2009 Feb 09
2
Counting session days
hi,
I have some session data in a dataframe, where each session is recorded with a start and a stop date. Like this:
session_start session_stop
===================
2009-01-03 2009-01-04
2009-01-01 2009-01-05
2009-01-02 2009-01-09
A session is at least one day long. Now I want a dataframe with 'active sessions' per date. Like this:
date active_sessions
=============
2009-01-01 1
2008 Oct 24
0
Problem with "plflatex wrapper.tex"
Hi, All:
I encountered problems running "pdflatex wrapper.tex", as
suggested on "www.r-project.org" -> Newsletter -> (near the bottom of
the page). After 220 lines of seemingly successful processing, I got an
error copied below. I hit <enter> a few times, and the "pdflatex"
finished, apparently successfully.
Comments?
Thanks,
2006 May 23
1
Extension to book login code: list of online users?
Hi.
I''ve been, fruitlessly, trying to extend the login code from the Agile
book. What I''m trying to do, is create a list of logged in users.
My idea is to the list of sessions. However, many sessions seem to be
outdated. I believe the best way would be to get a list of sessions that
have been active in, say, the last 15 minutes.
Question is: how can I do this? Any hints
2012 Feb 13
2
Dynamically extending the group membership of a custom system user
Hello,
I need to expand the membership of a custom system user depending on the
availability of some group on the target system i.e.
user {
"logger":
name => "logger",
ensure => "present",
groups => ["adm", "wheel", "this _group_ if it exists"],
shell => "/bin/bash";
}
The
2004 Sep 17
9
Asterisk forum created
I saw several threads requesting an Asterisk forum to complement the
email list. i.e.
http://lists.digium.com/pipermail/asterisk-dev/2004-February/003103.html
I recently created an Asterisk forum within TMC's popular VoIP forums
for everyone to use.
http://voip-forum.tmcnet.com/voip-forum/forum/forum_topics.asp?FID=15
2006 Jan 05
3
MS SQL server connection problems
I am trying to connect to a remote sql server and I am getting the
following error:
c:/ruby/lib/ruby/site_ruby/1.8/DBD/ADO/ADO.rb:57:in `connect'': Open
(DBI::Databa
seError)
OLE error code:80004005 in Microsoft OLE DB Provider for SQL Server
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist
or access
denied.
HRESULT error code:0x80020009
Exception
2010 Nov 22
0
Something wrong after upgraded to puppet-dashboard 1.04
After upgraded to puppet-dashboard 1.04, when I click links to check
information of nodes or groups , such as http://localhost:3001/nodes/22,
it return a "We''re sorry, but something went wrong." to me. Checking
the log, i got something as follows:
ActionView::TemplateError (undefined method `<=>'' for #<NodeGroup id:
5, name:"Web_Marketing">) on
2006 Jul 13
5
ActiveRecord inheritance
How to create a super class based on ActiveRecord::Base?
For example:
class ParentRecord < ActiveRecord::Base
end
class ChildRecord < ParentRecord
end
Rails always asks for ''parent_records'' table. Which has absolutely no
need to exist at all. It''s intentionally made as a super class to be
inherited.
Thanks.
--
Posted via http://www.ruby-forum.com/.
2007 Sep 02
4
unit test failing
I have unit tests set up with "self.use_transactional_fixtures =
true", so each test should roll back.
Run individually, all my tests succeed. But running "rake
test:units", I get the below error in 5 test cases. I''m not sure how
to solve this since I''m not sure how to debug tasks run thru rake. Any
ideas are appreciated.
1) Error:
test_delete(OrderTest):
2005 Jun 08
8
Building on Windows
Hi,
I am brand new to Xapian and am trying to get it to build on my Windows
XP SP2 computer. I have downloaded cygwin and did a full install. I
have downloaded the most recent xapian-core code.
Here is what I have done so far:
a. I unpacked the core and put in at c:\xapian-core-0.9.0
b. I then opened a cmd window, typed 'sh' to open up the cygwin shell
and then typed in the
2006 Jun 13
11
markaby
What''s the current status of Markaby? I''ve played with it a bit and
love it and am considering using it for a large project I''m starting.
If you''ve used it, I''d love to hear your comments!
Jamie
1997 Dec 03
1
Net View: Must Log in error
Hi all,
I have a user in a remote office with a 95 machine with WINS server set to
my samba server here. I've tested the cross-subnet stuff -- everythings ok
on that front. But whenever he tries to type in "net view" at a dos
prompt, he gets the error: "Must me logged in to perform this action."
Is there a network setting which I've missed?
Thanks for any help,
2008 Nov 02
0
immobilien kredite kreditvermittlung online kredite ohne kredit
immobilien kredite kreditvermittlung online kredite ohne kredit ohne schufa kredit fuer beamte
+
+
+++ GUENSTIGE KREDITE ONLINE +++ KREDITE IM INTERNET OHNE SCHUFA +++
+
http://jhku.net/KREDITE-ONLINE-24/
http://jhku.net/KREDITE-ONLINE-24/
http://jhku.net/KREDITE-ONLINE-24/
http://jhku.net/KREDITE-ONLINE-24/
http://jhku.net/KREDITE-ONLINE-24/
http://jhku.net/KREDITE-ONLINE-24/
2008 Jul 20
2
Filtering results through URL (e.g. new?forum_id=3)
Is there a special code you have to place in the routes so filtering
results through the URL works?
For example, Ruby Forum does it with:
http://www.ruby-forum.com/topic/new?forum_id=3
http://www.ruby-forum.com/topic/new?forum_id=5
http://www.ruby-forum.com/topic/new?forum_id=7
etc.
Any ideas?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You