Re: Questions about fedora core 4



Nicolae Fieraru wrote:

Hi All,

1. Can somebody give me some detailed information if it is possible to
configure newsgroups accounts in evolution email?
It is very different from Outlook Express and I can't set it up.

2. When I start fedora, the network is disconnected, I have to activate
the device everytime in order to get on the internet. How can I
permanently set it up to be active?

#2
as root user put in your
/etc/sysconfig/network-scripts/ifcfg-eth0 file:

ONBOOT=yes

Of course Fedora also has a gui tool to do that for you, I think
you can go to the K Menu button in the lower left corner of the
KDE desktop, look in the menu for "System Settings" then in its
menu -> "Network". You need your root password to run the Network
tool. Select the "Devices" tab and then the "Edit" button. In
the General tab, click the box "Activate device when computer starts"
then "OK", then you'll be back in the Devices tab page. Select
"File" -> "Save" and then Quit.

3. I don't have sound on my new Gigabyte board with 82801FB (ICH6 family)
sound chip. Any advice on what to try?

4. Is there anything to default the answer to yes for the question "the
package XYZ is not signed with a GPC signature. Continue?"
I spent half a day watching the computer downloading these packages.

Regards,
Nicolae

#4 yum has a command line option of "-y" like this example

yum -y install XYZ

which would install package XYZ and default all Y/N questions to you as
if you said yes. But if you always don't want to use the gpg signature
you can also put into your repository definition files:

gpgcheck=0

(see the files in /etc/yum.repos.d ). Of course, why not use gpgcheck?
It's not hard to setup, see this page on pulling down the gpg keys:

http://stanton-finley.net/fedora_core_4_installation_notes.html#Yum

in particular the commands like:
rpm --import http://freshrpms.net/packages/RPM-GPG-KEY.txt

which would install the gpg key for freshrpms.net yum repository.
Then you could leave gpgcheck=1 in your repository definition file
for the freshrpms.net repository for yum to use.

Mark
.