similar to: anaconda in 3.3?

Displaying 20 results from an estimated 600 matches similar to: "anaconda in 3.3?"

2004 Oct 26
2
kickstart from cd
Howdy, Was wondering if anyone on the list has successfully created a kickstart cd. I get the thing burnt, looks good, I can browse all the files, but when I actually boot from it I can't get it to admit the ks.cfg exists. I *have* been successful with kickstart over http; just can't seem to make it happen from the cd. Pointers appreciated, I've been mostly looking at the
2004 Oct 26
1
redhat-config-kickstart
Howdy. Is this part of the centos package? Did I just miss something when I installed? Supposedly I'll want to know this for rhce... -- Robert Thomas (beau) Hayes Link beau at oblios-cap.com (c)2004ISR; http://www.semanticrestructuring.com/ "War on Terror? Splint on Smallpox."
2004 Nov 30
1
2.6 kernel
Any big heads up folks can offer as I set off to try building me a 2.6.9 kernel from a kernel.org tarball? -- Robert Thomas ("beau") Hayes Link Open your heart, pray for peace, preach healing (c)2004ISR http://www.semanticrestructuring.com/
2004 Dec 06
4
confession
Gang, I've got to admit, what really sold me on debian was apt-get. And I've been resisting getting up to speed with yum. So, can any of ya point me to a good starter page, maybe one with migrators like me in mind? Many thanks. -- Robert Thomas ("beau") Hayes Link Open your heart, pray for peace, preach healing (c)2004ISR http://www.semanticrestructuring.com/
2004 Dec 15
1
Linuxconf ?
Can I work with linuxconf on Centos 3.3 ?? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20041215/284e9eed/attachment.html>
2004 Dec 23
2
update killed my x
X server, that is (as opposed to my ex-spouse...) Anyway, I was loving life with my rebuilt 2.4.21-9.0.1.EL.c0custom041130a kernel, and then ran "yum update", which gave me a grub line for 2.4.21-20.0.1EL, but the 21-20 not only won't work with the old X settings, I can't get it to set up X at all. I tried running "yum update" from a console on this kernel, but yum
2004 Dec 03
0
Re: Qt & KGPG
Beau, If you are installing Qt, you may want to take a look at the resources available at the "KDE for Red Hat Linux" site, http://kde-redhat.sourceforge.net/ I do not know about KGPG. Rick --- centos-request at caosity.org wrote: Date: Fri, 3 Dec 2004 07:41:13 -0800 From: beau <phaedral at gmail.com> Reply-To: beau at oblios-cap.com To: centos at caosity.org Subject:
2004 Dec 03
1
Qt, KGPG, list archives
Mornin' all, I've got a trio of quick questions: 1.) Are there archives for the list, 2.) Any trick to installing Qt, 3.) Any tricks, once Qt is set, installing KGPG? Meanwhile, only sending signed web-mail from my knoppix box... -- Robert Thomas ("beau") Hayes Link Open your heart, pray for peace, preach healing (c)2004ISR http://www.semanticrestructuring.com/
2004 Nov 10
1
Additions to the datasets package?
I have posted, at http://wwwmaths.anu.edu.au/~john/r/newsets/ image (.rda) files, and first stabs at .Rd files for various data on deaths in London from 1629 to 1939. (There are of course gaps.) The sources (Guy 1882 & Stocks 1942) are documented in the .Rd files: (1) poxetc: measles, smallpox & total deaths: 1629-1881 [I have deliberately left several inconsistencies that were in
2005 Aug 19
0
Form.Element.getValue for checkboxes and radios?
I notice that Form.Element.getValue() takes a single element or id and returns the element name and value. How does one handle getting the values of checkboxes and/or radios which share the same control name, save getting them one at a time? <fieldset> <legend>Medical History</legend> <input name="history_illness" type="checkbox"
2010 Nov 24
2
Useful Info about Dell latitude E5510
Hi H. Peter Anvin, I wanted to thank you for sharing information about PXE, I have used this a lot and I wanted to share something that may be important for you and your readers. I have many different Dell model, they all worked well with PXE booting however not for E5510. I noticed that using "LocalBoot -1 or 0" doesn't work well. What I did use for Latitude E5510 (Bios A06)
2006 Feb 24
3
rsync logging
Hello all, I would like to know for each module i define in my rsyncd.conf (on my backup server side) if it is possible to have the transfer logging (host, ip address, ...) in my mysql server or in a separate log file for each module. I try to add log file = on each module, it was not working. I also try to modify logging format with log format in my rsyncd.conf and nothing work ! the logging is
2005 Mar 01
2
@request cycle variables
I posted something about this yesterday, and got some good responses but it seems that the variable @request[''controller''] isn''t being passed in to the page or isn''t being read. Has the naming convention for these variables changed. it worked great in all rails versions up to 0.9.5 with fcgi, but is not working in rails 0.10.0 with fcgi. I am currently just
2008 Jan 03
3
GeoRSS support and Openstreetmap
Hi, is geoRSS overlay supported with openstreetmap ? I can''t get it to work. Google maps georss http://blogs.intermedia.uib.no/motel/experiments/bergenGeoRSS.html Openstreetmap georss http://blogs.intermedia.uib.no/motel/experiments/bergenOSMGeoRSS.html As you can see, nothing shows in the openstreetmap example. Regards -- Rune Baggetun
2004 Sep 24
1
Re: CentOS-2 to CentOS-3 migration
Beau, > Subject: Re: [Centos] HOWTO? Upgrade Centos-2 to > Centos-3 John Newbin has been working on a migration center. It may have some useful information; get it here: http://uranus.it.swin.edu.au/~jn/linux/centos-2/migration.htm > Correct me if I am wrong, but centos 2 > is based off or redhat 7.2, so it may work. Check out the CentOS/RedHat family tree at the bottom of the
2006 Jan 09
3
Incoming Zap channels not behaving as expected. Rejecting call on channel....
I have been messing with Asterisk for months and got it working well with a SIP connection, but this is the first time I have set it up with TDM cards. The cards are configured, working and the T-1's (configured for PRI/DCHAN) and I can even call into it if I add the DNIS as an extension to default context. That is the oddity. I can find nowhere in the documentation that says anything about
2005 Mar 03
1
session variables
I was wondering, how you access the values of session variables. for instance the variable "name" exists in the session dump under the object user. I was trying something like this: <%= @params[user.name] %> <%= @sesssion[user.name] %> Beau
2002 Oct 29
1
Samba PDC reliability?
Hello all, I'm using Samba 2.2.5 compiled on Solaris 8 for my PDC, I've included my smb.conf below. My client machines are all winnt4.0 service pack 6, but I can't get them to log in to the PDC reliably. Very rarely will they log in properly, I usually get the "Domain controller could not be contacted" error message. Does anyone have any advice? Thanks! Beau
2011 Jun 16
2
kb2536276 causing issues with non encrypted password configuration
Many of my clients installed kb2536276 on their windows client and can no longer connect to my samba server. Their sessions don't even get logged. I upgraded to 3.5.9 on my test server with no luck. Encrypted with local authentication to the smbpassword file seems to work fine, but I need the servers running non encrypted samba to work. I'm running 3.5.6 on AIX 5.3 using PAM auth and
2010 Dec 01
1
Printer Driver Delivery - Printing Preferences Error
Hello everyone, I've got a Xerox Work Centre 5735 that I'm printing to via Samba. When I install the drivers on a client (using the right-click-Connect method) from the samba shared printer then the install goes smoothly but I can't load the Printing Preferences dialogue for that printer, I get an "Operation could not be completed" error. This same error does not occur