Displaying 18 results from an estimated 18 matches for "alchemists".
Did you mean:
alchemist
2008 Mar 07
2
32bit guests on 64bit domU
hi!
i read some other threads but none could help me.
i''m on gentoo trying to boot 2.6.24 and 2.6.25 kernel.org kernels within
my 2.6.20-xen kernel but i fail to get a correct .config.
thanks
yannick
more infos:
-- dom0
alchemist ~ # xm info
host : alchemist
release : 2.6.20-xen-r6-yk
version : #1 SMP Sat Dec 1 13:47:54 CET 2007
2014 Oct 28
3
find troubles
Hey guys,
Sorry not sure what's wrong with this statement. I've tried a few
variations of trying to exclude the /var/www directory.
[root at 224432-24 apr-1.5.1]# find / -name "*httpd*" -type d \( ! -name www \)
/usr/lib/httpd
/usr/lib64/httpd
/var/www/vhosts/johnnyenglish/httpdocs
/var/www/lpaddevbkp/alchemist/namespace/system-config-httpd
/var/www/lpaddevbkp/httpd
The
2015 Feb 10
3
Packages installation in CentOs
Hi,
I have a customized CentOS 5.5 kernel. I want it to upgrade it to CentOS 7.
The approach I have decided was to take the CentOS 7 and then install the
customized packages that are there in the CentOS 5.5.
While trying to install the customized packages, I could install most of
the packages, but I couldn't install the below in the latest CentOS 7.
1. rhpl
2. mod_perl
3.
2006 Mar 31
4
Ruby on Rails - South African Community
Skipped content of type multipart/alternative-------------- next part --------------
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.3.3/298 - Release Date: 2006/03/30
2015 Feb 10
0
Packages installation in CentOs
On 2/9/2015 10:04 PM, Venkateswara Rao Dokku wrote:
> 1. rhpl
redhat python libraries have been integrated into other things.
> 2. mod_perl
mod_perl is available in epel
> 3. notification-daemon
no idea what this is.
> 4. vixie-cron
cron is installed by default.
> 5. kudzu
obsoleted.
> 6. redhat-lsb
redhat-lsb should be installed by default
> 7. mod_pyton
seems to be
2006 Jul 19
0
Start Jetty in rake?
All:
We are going to integrate selenium driven test to our project, it
requires to start the jetty server, we prepare a .bat file, and use sh to
call it in Rake. then there is a problem, our Rake script blocked in this
step, since there is no return value from the start jetty task, and the
tasks behind that will never have chance to be processed.
Anyone has idea in handling this?
--
2005 Aug 10
0
Maybe OT?
Hi all,
I recently setup Samba to auth to Active Directory - wow do I feel like
an alchemist for doing that - despite the deceased foul involved in
getting this setup - it is now working very well.
My problem comes in that logging from AD is constantly complaining about
failed authentication. I assume that as the User ID field shows only the
SID that AD can not (reverse) map the user - so
2015 Feb 10
2
Packages not available in CentOS 7
HI,
I would like to upgrade my customized CentOS 5.5 to CentOS 7. For this I
took the latest stable CentOS 7 image and wanted to install the packages
that are there in the existing customized version of CentOS 5.5.
I could install some of the packages, but the following packages I couldn't
install.
1. Rhpl
2.mod_perl
3. 3.notification-daemon
4. 4.vixie-cron
5.kudzu
6.redhat-lsb
2015 Feb 10
1
Packages installation in CentOs
Thanks for the quick reply.
I couldn't install the following packages also in the CentOS 7
1. python-numeric
2. system-config-services
3. perl-BSD-Resource
4. Perl-Net-IP
5.system-config-nfs
6.ipspec-tools
Can you please suggest best way to install the above listed packages on
CentOs 7?
Are the packages listed above deprecated for CentOS 7 or merged into some
other packages?
On Tue, Feb
2006 Jul 24
4
how to get your controller to close a browser popup window
While editing a record I need to have a link to create a new record in
another scaffold.
I''ve done this by using a popup window
<%= link_to("Add new Person", "/person/new", :popup => [''window_name'',
''width=600,height=600'']) %>
It all works great - but when the save is done I want to kill the popup
window.
2004 Apr 12
3
Decoding with 8 bit-samples
Hi!
I'd like to make a stereo 8-bit wav file
from a stereo (16 bit) ogg vorbis file
(in delphi, with the vorbisfile).
I use:
ret := ov_open_callbacks(filein,vf,nil,0,ops_callbacks);
if ret = 0 Then
begin
fileOut := TFileStream.Create(savedlg.FileName,fmCreate);
repeat
ret := ov_read(VF, pcmout, BufferSize, 0, 1, 1, nil); //'cause of the 8-bit
2003 Oct 29
1
question on assorted patches
*This message was transferred with a trial version of CommuniGate(tm) Pro*
I'm trying to put togther a starting list of patches required to get
3.7.1p2 working in our enviroment. I'm pretty sure I need the following
at minimum but would like guidance about a couple of them and direction
on a couple unanswered questions. I've spent most of the morning
trolling the archives, but I
2003 Oct 31
4
Problem found in OpenSSH 3.7.1p2 with OpenSSL 0.9.7c installation on HP-UX11.0
Resent!
Rgds,
Nick CHI
Regional Technology Team,
Regional I.T.,
I.T. Asia,
Manulife International Limited
Tel: (852) 2510 3273
Fax: (852) 2510 0244
Email: Nick_Chi at manulife.com
----- Forwarded by Nick Chi/Asia Division/Manulife on 10/31/2003 09:56 AM
-----
2006 Jan 24
3
IPsec, VPN and FreeBSD
Hi:
We intend to build IPSec based VPN server on FreeBSD
platform so that we can access internal network of a
lab. The remote side will use VPN client and could be
from anywhere of the Internet, or may be from the
another site of the company. From the hnadbook, I saw
the sample of site-to-site configurations and we do
have one FreeBSD firewall (running ipfw) on both site
and another one on
2012 Feb 23
9
32bit and 64bit version of a package
Hi,
I''m trying to write a recipe to install the latest libstdc++ in both
32bit and 64bit flavors and running into issues. Yum only wants to
install the 64bit version if I do:
yum install libstdc++
If I do something like:
package { "libstdc++.i386" : ensure => latest }
It tells me "nothing to do"
Any suggestions on the right way to do this?
Thanks!
Alan
--
2005 Aug 07
5
ocfs2 can not mount for nodes. first time installation
Error: mount.ocfs2: Transport endpoint is not connected while
mounting /dev/sdc1 on /u02, could not mount /dev/sdc1.
The installation step is:
1. install all rpms on int-rac1, int-rac2
2. interconnect int-rac1, int-rac2, ping each other using private ip and public
ip ok. Add EMC SAN as shared disk and visable for two nodes.
3. configure int-rac1 using ocfs2console, add two nodes
4. according
2005 Oct 21
2
corrupt rpm problem
Here is the output from yum -y upgrade without the error parts...
Its odd because it updated all of these first time round. I have dared
reboot the box yet, for fear it won't come back up...
Setting up Upgrade Process
Setting up Repos
Reading repository metadata in from local files
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
--->
2003 Nov 18
0
question on chroot patches
*This message was transferred with a trial version of CommuniGate(tm) Pro*
When we last deployed OpenSSH (v. 3.4p1), we used a chroot patch
supplied by John Furman. Does anyone know if that is still being
maintained, and if so, where one may get it? If not, do any of the
other chroot patches use the same configuration syntax?
Specifically, it adds ChrootDir and ChrootUser to sshd_config.