Displaying 20 results from an estimated 4000 matches similar to: "rsyncd.conf to control unix permissions"
2008 Oct 11
4
CentOS ISO how to boot in Xen guest system
Hi,
How to boot the centos dvd image (/download/centos/centos5.2.iso) in xen
guest system to let me do linux rescue command?
Here is the working guest config file:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bootloader = ''/usr/lib/xen-3.2-1/bin/pygrub''
memory = ''256''
name = ''centos''
disk = [
2008 Jul 22
2
Xen / Windows Network Setup
Hi
Is there a way to configure Windows in a pointopoint fashion?
Windows can do this for dial up networking, but I find no way to do it on
ethernet.
Regards,
Steffen
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2007 May 29
8
Building XEN with different config PROBLEM
Hello.
Up to version 3.0.4, I did the following to get two xen kernels (dom0 and
domU) with my own config:
wget http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/...
make xen
make tools
make docs
make linux-2.6-xen0-config CONFIGMODE=menuconfig
make linux-2.6-xen0-build
make linux-2.6-xen0-install
make linux-2.6-xen0-dist
make linux-2.6-xenU-config CONFIGMODE=menuconfig
make
2006 Aug 30
11
xen-3.0.2-3
Hi
I read a few times in the web about xen-3.0.2-3 but I cannot find a place to
download it.
Not even here: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/
Where can I get it? And does it have network issues solved?
And what is the most current kernel I can use with xen? How do I change the
source to use a more current kernel than 2.6.16.6?
Regards,
Steffen
Please - if possible
2008 Sep 29
0
Re: AW: xm save fails on OCFS2
Thanks for the reply. Sorry I didn't provide more details, but, yes,
these are HVM domains. I use PV domains whenever possible, but in the
case of Windows XP, that isn't possible, so I have to use HVM. I
haven't tried suspending to OCFS2 with a PV domain, but I may give that
a shot. Still, I think it's strange that it works perfectly fine to my
ext3 and reiser filesystems, but
2003 Nov 13
1
Corruption of floppy link when upgrading to 3.0.0
Dear all,
Here's the case, I've got several (5) win2k machines being served by a
Samba PDC (RH9).
I did an upgrade of samba:
service smb stop
cd /path/samba-3.0.0/source
make install
service smb start
Everything seems to work fine EXCEPT...all the floppy links in all the
SendTo directories (and Recent, if used) in all the profiles on the
Samba PDC were corrupted.
This corruption
2003 Nov 20
2
Vorbis 1.0.1 release compile errors (libvorbis, vorbistools)
Well, I grabbed the tarballs this morning and found that of the three
new releases, only libogg1.1 would compile without and issue. I had to
recompile my flac1.1.0 for ogg support, and it gave me a new error (or
I wasnt paying attention, anyway...) it will finish compiling and
install, but I only ran make check on the original compile, not the new
one with OggFLAC attached and stuff...
2004 Mar 14
3
Roaming profiles on a small network
Hi list,
I intend to run an old pentium 133 as a linux-based fileserver on my home
network (I have to use windows for my main machine and laptop!) Im having
great diffiuculty synching the data, email, etc on my laptop and desktop, so
I thought I might configure samba to act as a DC and use roaming profiles to
make sure that my data is always synched. My question is this: is it worth
the effort?
2006 Jan 13
0
testing Helpers
[I''m reposting this. The subject wasnt complete and misleading in my
initial post (''testing'')]
I''m looking for a good way to make all of Rails'' inbuilt helpers
available to my custom Helper while I''m testing it.
The Helper I''m testing is EditorHelper. EditorHelper itself relies on
some of Rails'' inbuilt Helpers, such as
2009 Jul 22
1
Baldurs Gate 2 - Mouse Cursor
Hey there
I installed Baldurs Gate 2 with Throne of Bhaal under Ubuntu 9.04 through Wine 1.1.26. It went fine and I was able to start the game. But there was besides the normale Gamecursor the Systemcursor, which I couldnt move. It stayed there even as I loaded the Game.
Screen:
[Image: http://www.abload.de/img/fotokhrc.jpg ]
I wasnt able to save the game aswell. Any Solutions? BTW: Baldurs Gate
2006 Apr 05
1
CDU load problems with testing
Hi
I just upgraded my system to xen-3.0-testing, hoping it would solve my
problems with the virtual network interfaceses (I cannot connect between two
domains) and memory usage (I sometime "miss" a few hundret megabytes).
The update didn''t help on the networking issues, but it did on memory usage.
However, I created a new problem: using htop, the cpu is used at 50% in both
2020 Sep 25
1
Moving FSMO roles doesnt affect srv records in DNS ?.
-----Original message-----
> From: Rowland penny <rpenny at samba.org>
> Sent: Thursday 24th September 2020 17:02
> To: samba at lists.samba.org
> Subject: Re: [Samba] Moving FSMO roles doesnt affect srv records in DNS ?.
>
> On 24/09/2020 15:38, Peter Boos via samba wrote:
> > Thanks Rowland,
> > I checked again the DNS service.
> > Its still not
2003 Nov 13
1
[Fwd: Re: Corruption of floppy link when upgrading to 3.0.0]
forgot to 'cc' this
-------- Original Message --------
Subject: Re: [Samba] Corruption of floppy link when upgrading to 3.0.0
Date: Thu, 13 Nov 2003 10:04:36 -0600
From: Sam Seaver <samseaver@northwestern.edu>
To: Chris Jones <CJones@gpcom.com>
References: <6F382B556628D511B07F0002B32FF0BA82F4FA@gpc_exg.gpcom.com>
Actually, I spoke too soon...I'm not sure I
2007 Jun 19
1
Reloader paths/
after investigating why the reloader wasnt working , i discovered 2 probs, one of which was sorta my fault (but will likely happen to others who make one-file apps)
first, my app was like this:
#!/usr/bn/env ruby
%w{applib1 applib2 digest/md80 airbus}.each{|r| require r}}
if __FILE__ == $0
Mongrel.config do
handler ''/'', Camping.reloader.new(__FILE__)
end
end
not
2000 Aug 29
1
Making a share visible only to members of a group
Hi,
> I want a shared directory to be visible only to the members of a group, and
> to no one else. Instead, a shared directory is either visible to everyone
I tried to realize this by using include like: #include smb.conf.%G
But it did not work correctly. Sometimes the share was visible,
sometimes it wasnt,
and if it was visible, network path wasnt found afterwards.
> I have worked
2010 Aug 31
0
[LLVMdev] Register design decision for backend
On Aug 31, 2010, at 1:06 PM, Borja Ferrer wrote:
> Incase i wasnt clear enough i'll expose a simple example using the common known x86 arch.
> AX is composed by AL and AH (AX and AH are subregs of AX), now assume x86 can only add regs of 8 bits, so if a i16 number is stored in AX it should get splitted into AL and AH so that the 8 bit addition pattern is matched.
>
> If this is
2005 Feb 06
0
odd swat issues, odd printer issue, odd crashes..
Before I start, can you CC me if you respond as im not subscribed. thanks!
(this is samba 3.0.4 on suse enterprise linux, kernel 2.6.5)
first, the swat issue.
I had a machine that had 2 network interface cards in it.
I have since removed one card, mainly because it caused weird performace
issues unrelated to samba.
the interface addresses were 192.168.0.200 and 192.168.0.201
another machine now
2011 Aug 12
2
XCP - Using XenServer Web Self service portal
Ive got XCP 1.1 on 2 blades and setup a pool master, then shared the SR all
seems fine, Id like to manage it with
XenServer Web Self, though its throwing an error
Unsupported version of Citrix XenServer detected. Expected version: 5.6;
Detected version: 1.1
wasnt there a trick to change it and fake it to be correct??
_______________________________________________
Xen-users mailing list
2008 Dec 29
2
Source for Kernel
OK, perhaps I wasnt clear in my previous posting.
I am looking for either a SRPM for the CentOS 5.2 centos.plus kernel,
or more likely, a diff from the kernel at kernel.org.
I was pointed to the wiki, which MENTIONED a Source RPM, but didnt
point to anywhere to find these for CentOS. All Ive been able to
find are ISO's .
I really dont need a bunch of tools that will complicate the problem,
2010 Aug 31
2
[LLVMdev] Register design decision for backend
Hello Jeff, you're the first one to reply to my question :)
I got a bit confused with the fact you said that the subregister class is
larger than the superregister class. As far as i understood or what i tried
to do with my code is to define a register pair composed of two 8 bit
registers the way i described in my previous message. So R1R0 in WDREGS is
directly mapped into R0 and R1 of GPR8.