300 server software deployment - Forums Linux |
- 300 server software deployment
- Want to upgrade RH7.2 to Fedora
- DVD writer.
- Any text based BitTorrent programs?
- KPPP issues
- Slackware internet
- udev: What is it good for?
- Multi-boot liveCDs solved!
- some software to download files like mp3 from the net
- WebServer Setup Tutorial
- Mutt... Anyone using it ?
- Creating a new partition to install Fedora core
- Connection problem
- Q: Setting up a Creative Audigy 2ZS and no sound on the headphone jack.
- Unable to boot linux via Grub
- installing scanner hp 5300c in fedora core 3
300 server software deployment Posted: 18 Aug 2005 05:05 PM PDT In comp.os.linux.setup ayotunde <gatech.edu>: [..] I'd use *yum* if possible, you need the software in package (rpm) format which will in addition easily allow to automate upgrading of all systems. Ask your app provider about packages or make your own out of the apps. IMHO there's nothing more efficient then using the systems package manager. -- Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94) mail: echo qr | perl -pe 'y/a-z/n-za-m/' #bofh excuse 227: Fatal error right in front of screen |
Want to upgrade RH7.2 to Fedora Posted: 17 Aug 2005 07:45 AM PDT <com> wrote in message news:googlegroups.com... Yes, barely. Fedora Core 1 and 2 have fallen off the support charts, and Fedora Core 3 and 4 use a 2.6 kernel and expect quite a lot more disk and CPU and RAM. So if you have to do this, I'd install only a stripped version of the OS and start pulling out stupid things, like the ISDN and modem utilities. |
Posted: 17 Aug 2005 05:23 AM PDT "Leo (Bing) Whiteway" wrote: Accidentally posted to newsgroup, maybe? Posted and mailed. -- "If you want to post a followup via groups.google.com, don't use the broken "Reply" link at the bottom of the article. Click on "show options" at the top of the article, then click on the "Reply" at the bottom of the article headers." - Keith Thompson |
Any text based BitTorrent programs? Posted: 17 Aug 2005 01:06 AM PDT 17 Aug 2005 18:22 UTC, Chiefy typed: http://libtorrent.rakshasa.no/ -- This is an unauthorized cybernetic announcement. |
Posted: 16 Aug 2005 03:55 PM PDT In comp.os.linux.development.system Lucas Raab <com> wrote: TtyS0 is just an abbreviation for a certain IRQ and io port combination to which the driver listens (and you can change both arbitrarily with setserial). In the mobo bios setup screen you can similarly set any IRQ and io port for your serial ports to talk on. You must arrange that the two settings coincide. In this case I assume you have left the first serial port at its normal default, to which, likewise by default, ttyS0 is set to listen to. But I would be encouraged by some PROOF, rather than an opinion. What does your kernel irq and io port list show? (/proc/interrupts, etc). Can you talk to the modem via minicom on ttyS0? OK. I don't understand what you mean. AT commands have nothing to do with networking. They're the standard Hayes commands that all modems have understood for at least fifteen, twenty years. Read your modems manual! Or just type "AT" at it! It doesn't require knowledge. It should reply "OK". Then you have to read your modems manual to discover what the appropriate initialisation string is for it. It's normally AT&F0 or simmilar. Well, don't do that. That's no use to man nor beast until you have confirmed that you can talk to the modem, normally, through minicom. No, that's what kppp says. Modems say no such things. They say things like "OK" or "ERROR" or "BUSY" or "0". That's possible, but you should check. In particular you should check if it is set to produce verbose (ascii) responses, or just numeric codes. I would have preferred an init string that established a factory setting. I don't understand what you mean. The question is perfectly straightforward! As I said, please don't do this. It is just plain crackers to attempt to talk to a modem through kppp before you know if you can talk to the modem at all! Break out minicom and talk to the modem. See what it says. No, that is NOT the problem. Your problem is that you HAVEN'T TRIED to talk to your modem, yet. When you have tried and succeeded, THEN you can tell the modem to talk to your ISP. Pleasse stop this nonsense, and act like a normal human being - check that you can talk to your modem first! What's the point in yelling into a dead telepohone handset! I don't get it! Are you aiming for some kind fo comedy sketch presentation? Peter |
Posted: 16 Aug 2005 03:45 PM PDT -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Keith Keller wrote: Often, /sbin/lspci can give you a clue, and you won't have to open the case. For instance, on one of my systems, /sbin/lspci reports ... 00:0f.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8029(AS) ... which, of course, is my NIC. I found that the hotplugging support (a/hotplug-2004_09_23-noarch-1.tgz) can also recognize NICs, and with it you can forgo the rc.modules / rc.netdevice route that netconfig sets up. FWIW, netconfig simply modprobes a limited set of drivers, watching for the first successful probe --- snip from /sbin/netconfig --- for card in 3c59x 82596 dgrs eepro100 e1000 epic100 hp100 lance \ ne2k-pci olympic pcnet32 rcpci 8139too 8139cp tlan tulip via-rhine \ yellowfin natsemi ; do --- end of snip --- If your NIC isn't supported by one of these drivers, or the modprobe succeeds (with the incorrect driver), or even you have multiple NICs, then you are in some way out of luck. Better to have a more comprehensive setup process (the 'sysadmin', or the hotplugging support, for instance) than to depend on netconfig. - -- Lew Pitcher Master Codewright & JOAT-in-training | GPG public key available on request Registered Linux User #112576 (http://counter.li.org/) Slackware - Because I know what I'm doing. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.7 (GNU/Linux) iD8DBQFDA8e5agVFX4UWr64RAg3AAJwI1fhyNqQ8JTkZ9ct1zQ P+C8jvYgCeNSbx yV1zo/pj+Kq9EpJps3kD6iE= =bNQP -----END PGP SIGNATURE----- |
Posted: 16 Aug 2005 02:11 PM PDT kai-martin knaak wrote: [...] it creates device nodes on demand and optionally may give them permanent aliases based on unique device information. Also recently it became rather several other tasks that now makes it really a must in most cases. It is most likely gnome-volume-manager. most visible for you will probably be automounting of hotplug media (mostly USB so far). It is done by gnome-volume-manager that receives hotplug notification from hald that gets notified in turn by udev. =arvi= |
Posted: 16 Aug 2005 01:31 PM PDT ray wrote: I know how to make multi-distro CD for certain types like knoppix and its derivatives because it has parameters that allow that. The problem is really trying to boot combinations of distros that don't have those parameter features. Take Mepis for example. But clearly this guy is pointing the way at the right procedures to fix it so that it works. And it really is so simple, but as you can guess, I'm still half way between newbie and proficient to have known better. |
some software to download files like mp3 from the net Posted: 16 Aug 2005 11:10 AM PDT 16 Aug 2005 18:10 UTC, leahcim typed: Mutella available via sourceforge (I think) makes use of the gnutella peer2peer network. Works very well. Also as already suggested, a suitable bittorrent client (rTorrent) might fit the bill. -- A New York City ordinance prohibits the shooting of rabbits from the rear of a Third Avenue street car -- if the car is in motion. |
Posted: 16 Aug 2005 06:54 AM PDT Benson Jutton wrote: Thanks for your recommendation Benson! Sincerely, CR Junk |
Posted: 16 Aug 2005 01:09 AM PDT On 2005-08-16, s. keeling <ab.ca> wrote: As somebody else posted, it might be easier to simply configure mutt to talk to the POP3 or IMAP server directly, if that's where the mail is located. Then the OP needs only a program like ssmtp to send mail. --keith -- san-francisco.ca.us (try just my userid to email me) AOLSFAQ=http://wombat.san-francisco.ca.us/cgi-bin/fom see X- headers for PGP signature information |
Creating a new partition to install Fedora core Posted: 15 Aug 2005 10:22 PM PDT Atri Mandal <com> wrote: I had success using 'ntfsresize' on she SystemRescueCD (http://www.sysresccd.org/). Read and understand the documentation before you do it. Run ntfsresize in test mode before actually resizing. Yours, Laurenz Albe |
Posted: 15 Aug 2005 03:56 AM PDT Peter T. Breuer wrote: Hi Peter. After a lot of tests I found out the problem, I guess. The MTU parameter on eth, by default it was 1500, I turned down to 1400 and now seems to works fine both on windows and linux clients. It is not clear because I never touched that kind of configuration and I don't think that last slackware update has done it too. But now it works. thank you. ciao |
Q: Setting up a Creative Audigy 2ZS and no sound on the headphone jack. Posted: 14 Aug 2005 09:51 AM PDT Torsten Zirzlaff <s.bawue.de> writes: There are other cards with firewire. It might be worth a try. -- Måns Rullgård com |
Posted: 13 Aug 2005 05:31 PM PDT nvm. I found out how to fix it. Thx for the help. |
installing scanner hp 5300c in fedora core 3 Posted: 13 Aug 2005 04:58 PM PDT hi frank! thank you for help me i`ll try to do what you say, and after that i`ll tell you what hapend thank you, and see you soon michael |
You are subscribed to email updates from TextNData Forums - Linux To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |