Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,210
» Latest member: greg22
» Forum threads: 4,029
» Forum posts: 16,404

Full Statistics

Online Users
There are currently 188 online users.
» 0 Member(s) | 185 Guest(s)
Applebot, Bing, Google

Latest Threads
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 366
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 83,441
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 38,269
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 1,827
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 5,295
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 41,242
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 113,323
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 51,922
Using git + python
Forum: How Do I?
Last Post: Clueless puppy
2020-08-21, 04:37 PM
» Replies: 0
» Views: 42,163
what does your nick mean ...
Forum: Hello
Last Post: volt
2020-08-06, 03:25 PM
» Replies: 28
» Views: 41,476

 
  Evolution Email
Posted by: enigma - 2004-03-25, 08:56 PM - Forum: How Do I? - Replies (1)


Just wondering if i could get a tutorial on using my evolution email service, I have an exsisting account with hotmail and was wondering if i could just use it. not sure how to set the pop and smtp up with it thanks...

 

 

Greets to the Linux-Noob Team

Print this item

  Loads of RPMS!!!
Posted by: hijinks - 2004-03-25, 04:06 PM - Forum: Package Management - Replies (12)


Want to have access to almost all apps you can think of that are rpms and can easily be installed via apt-get? I know i do. This is like redhat's version of portage in a way. Its community supported in a way.

 

Just edit your /etc/apt/sources.list and add the following line in for whatever distro you use

 



Code:
Fedora core 2
rpm http://apt.physik.fu-berlin.de fedora/2/en/i386 at-testing

Fedora core 1
rpm http://apt.physik.fu-berlin.de fedora/1/en/i386 at-testing

RH 9
rpm http://apt.physik.fu-berlin.de redhat/9/en/i386 at-testing




 

then run

 



Code:
apt-get update && apt-get dist-upgrade




 

that will prompt you to upgrade some of the packages probably. Just type Y to continue

 

Once you are fully upgraded run

 



Code:
apt-get update




 

once more. You'll now notice you have a bunch more apt sources to find stuff in

 

 

if you run into this error on the apt-get update

 

 



Code:
rpmdb: unable to join the environment
error: db4 error(11) from dbenv->open: Resource temporarily unavailable
error: cannot open Packages index using db3 - Resource temporarily unavailable (11)
error: cannot open Packages database in
E: could not open RPM database




 

don't worry.. just run the following commands to fix your rpm DB. Sometimes doing mass upgrades will cause RPM to confuse itself or error out. Repairing it fixes it 99% of the time

 



Code:
rm -rf /var/lib/rpm/__db.00*
rpm -vv --rebuilddb
apt-get update




 

another one from the J to the Y

Print this item

  Wine/WineX
Posted by: enigma - 2004-03-24, 11:07 PM - Forum: Wine - No Replies


Hii, I read the tutorial on the video drivers for Nvidia I got them working thanks to this great board, so after they were working i had gotten curiuos about what games could be installed. I had been reading on a tool called wineX, which lead me to believe it was better then wine, so I then downloaded the source code and ./configured then make depend && make. All seemed to go well to this point, the tutorial i was using stated it was imparitive I delete wine before installing wineX, so I tried command line rpm -e wine...

This I thought would have uninstalled wine so I proceeded to install wineX (make install), everything seemed to look good until I acually tried using it. The errors I recieved after this point were large.

 

First error when i tried uninstalling it again under su - (rpm -e wine):

 

error reading information on service wine: No such file or directory

error: %preun(wine-20030709-1rh9winehq) scriptlet failed, exit status 1

 

Second error I recieved (apt-get remove wine):

 

Reading Package Lists... Done

Building Dependency Tree... Done

The following packages will be REMOVED:

wine

0 upgraded, 0 newly installed, 1 removed and 3 not upgraded.

Need to get 0B of archives.

After unpacking 31.5MB disk space will be freed.

Do you want to continue? [Y/n] y

Committing changes...

Preparing... ########################################### [100%]

error reading information on service wine: No such file or directory

error: %preun(wine-20030709-1rh9winehq) scriptlet failed, exit status 1

W: Some errors occurred while running transaction

 

If you have any information about how I can fix this problem that would be great, perhaphs theres a way to delete all the files and directories associated with wine so I can reinstall it...

 

 

Thanks

 

Greets to the Linux-Noob Team

Print this item

  SuSE 9.0 Live cd HeLP :P
Posted by: _Azlan_ - 2004-03-24, 09:58 PM - Forum: SUSE - Replies (4)


hello all, ive recently installed suse 9.0 Live-Eval (i got it from the pub ftps i didnt pirate it) and it works great, but the time it takes to load from the cd is not very fun. so heres my question:

 

is there a way to copy all the files from the cd to my hard drive, then make that drive bootable?

Print this item

  Grub problems
Posted by: fkarlsen - 2004-03-24, 08:19 PM - Forum: Grub and Lilo - Replies (8)


Hi, I'm having some problems loading Win XP from Grub...

 

My grub.conf states this:

title WinXP

rootnoverify (hd1,0)

chainloader +1

 

My winxp installation lies in the hdc1 drive and my fedora install in hdb(hdb1=/boot, hdb2=, hdb3=/swap)

 

Anyone know why my xp install wont boot from grub?

 

 

best regards

 

fkarlsen

Print this item

  Looking for a tutorial
Posted by: enigma - 2004-03-24, 05:05 PM - Forum: Games in Linux - Replies (2)

Hey guys just wondering if anyone had a good tutorial on installing games such as iso's and or .BIN / .CUE, i realize there are an abundant amount of games that will not work on linux but i like older games anyhow so thnx for the info in advance...

Print this item

  Linux noob=) lindows
Posted by: Holmez - 2004-03-24, 03:45 PM - Forum: How Do I? - Replies (1)

hi, i`m verry new to linux(wanted to try it because im tired of my PC crashing all the time),, i have installed lindows on my pc(im not at that PC now), and wonder how can i install programs in lindows?

Print this item

  Internet Problem Still Annoying Me!!
Posted by: theshinydemon - 2004-03-23, 07:46 PM - Forum: How Do I? - Replies (4)


I have posted this problem before, however I got no response.

 

I have a windows XP laptop hooked to AOL broadband via a USB Modem.

 

That connection is fine, and I have networked the machine to my Fedora Core 1 machine. The network seems to be fine and files can be shared etc.

 

The problem is that i can only access certain websites such as google, hotmail and others. I cannot access this website from my linux machine among many others, and cannot download the nVidia kernel update thing as described in the Guide on this website, so I have many problems leading back to this one.

 

Please can someone help??

 

Thanks in advance.

 

o_O

Print this item

  201 members, 1816 posts ~!
Posted by: anyweb - 2004-03-23, 12:34 PM - Forum: Site News - Replies (2)


keep up the good work guys, tell your friends to sign up and join in :)

 

cheers

 

anyweb

Print this item

  Idle Chat
Posted by: lytez - 2004-03-23, 11:43 AM - Forum: General Chat - Replies (1)

Hi there, salty dog. o_O

Print this item