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

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,211
» Latest member: Pkavita
» Forum threads: 4,029
» Forum posts: 16,404

Full Statistics

Online Users
There are currently 293 online users.
» 0 Member(s) | 292 Guest(s)
Bing

Latest Threads
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 382
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 84,451
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 39,096
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 1,837
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 5,304
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 41,259
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 114,503
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 52,778
Using git + python
Forum: How Do I?
Last Post: Clueless puppy
2020-08-21, 04:37 PM
» Replies: 0
» Views: 43,143
what does your nick mean ...
Forum: Hello
Last Post: volt
2020-08-06, 03:25 PM
» Replies: 28
» Views: 41,560

 
  Greetz!
Posted by: dan - 2004-06-25, 04:46 PM - Forum: Hello - Replies (4)


Hi all!

 

First I want to say, WOW! I'm SOOOOOO happy to finally find a Linux community that is geared towards newbies! I'm an IT Manager for a large company in the US, MCSE, A+ etc... but have never seriously sat down and learned linux. I've installed in numerous times, and played with it, but never enough to really do EVERYTHING that i need it to do. Last summer was the last time that i did anything serious. Well, now I'm installing Fedora C2 on a desktop. I'm looking forward to getting wine installed, and using some windows programs working under linux. If i am successful, then I plan on dual booting my Home PC with Fedora C2 as well.

 

Anyway, Anyweb, thanks a ton for this site, and for all the helpful items, reviews etc that you have put on your site, as well as all the members that have contributed. I plan on being as active as possible on this board.

 

Thanks again!

 

Dan B.

Print this item

  Euro 2004
Posted by: kristian - 2004-06-24, 11:19 AM - Forum: General Chat - Replies (6)


okay its down to 8 teams and quiet a few of the favorits are already out (like spain, italy and germany [img]<___base_url___>/uploads/emoticons/default_rolleyes.gif[/img] ) so whats your bet, who will win this European Championship??

 

ill go with denmark, but then again im danish :):) but we do have a very stron team this year, and we have done it before (1992) B)

 

Cheers,

/Kris

Print this item

  How to grant a user access to a system service
Posted by: z0ny - 2004-06-23, 05:17 PM - Forum: Tips and Tricks - No Replies


Let's assume some friend of yours (or even you?) wants to run a system service (or anything else that requires root privileges) on your box and you allow him to do that. Unfortunately the service requires root privileges and you don't want to give him your root password. The solution is 'sudo'.

 

Step 1: Locate the service

Locate the executable of the service, if you use 'service <name> <on|off|...>' as root a good place to look is within '/etc/init.d/'.

 

Step 2: Allow the use of 'sudo'

You have to add the target user to the sudoers list in order to grant him the priviledge to use 'sudo'. That is done by executing 'visudo' (it is recommended to use that command instead of editing the file directly) as root. As we don't want the user to be prompted for a password we add the following to that file (information about the syntax and stuff can be gathered from 'man sudoers'):

 



Code:
<user>   ALL=NOPASSWD: /etc/init.d/<name>




 

We repeat that for every "root-command" (= command that requires root privileges) the user needs access to. After saving the file the specified user is able to control the program by placing 'sudo' in front of the command, in example 'sudo /etc/init.d/<name>'. Kinda easy, isn't it? :)

 

z0ny

Print this item

  Got a noisy SCSI drive you'd like to spin down?
Posted by: IN_utero - 2004-06-23, 04:03 AM - Forum: Filesystem Management - No Replies


[/url]http://www.speakeasy.org/~xyzzy/scsi.html <-

SCSI-IDLE is a simple tool to let you spin down/spin up/spin down on idle- your annoying scsi-drive.

WARNING: Before you use this program, be aware of the risks. Have a google around.

Old disks in particular, and disks that have been running 24/7 for longer periods can be dangerous to park this way, according to some forum entries. Yet again other entries say that newer edition scsi disks that aren' bleeding edge will most likely behave in exactly the same way as their counterversion ide-drives. I'm taking the chance at least... my ears need a rest :)

 

Btw.. that rpm works fine in FedoraCore2

 

I think this might be bending the rules a bit, but that site looked a bit outdated and flimsy.. so in case it goes down I've included the rpm that worked under FC2 here as a .tgz file. Forum wouldn't allow tgz's or rpms to be uploaded, so I removed the ending. Just change it back to tgz, decompress and install!

 

Hope noone shoots at me for this :)

 

/fjarle

 

Included the text from the site below :

________________________________________________________________________________

scsi-stop, scsi-start and scsi-idle

scsi-idle is a package for controlling the motors in your SCSI disks. There are three programs, scsi-stop, scsi-start, and scsi-idle. The first two allow you to spin up and spin down you drives manually. You don't need a kernel patch to use these programs. The third program, scsi-idle, is a daemon which will spin down your discs after an idle timeout. You do need the kernel patch to allow this, since one of the things the kernel patch does is provide a way to get the idle time of a disk. The kernel patch also allows the kernel to spin up your drives automatically when they are accessed. This doesn't work perfectly, if you access the drive via a swap partition or by trying to mount a filesystem on it, bad things happen.

 

I updated the patch to work with the the 2.0.36 kernel and again to work with 2.2.10. I also wrote the scsi-start and scsi-stop programs. The 2.2.10 version also includes the patch for 2.0.36, and should work fine with a 2.0.x kernel.

 

________________________________________________________________________________

[url=<___base_url___>/applications/core/interface/file/attachment.php?id=160]scsiidle



Attached Files
.   scsiidle (Size: 13.44 KB / Downloads: 4)
Print this item

  fc2 rescue cd
Posted by: neurosis - 2004-06-23, 02:18 AM - Forum: Fedora Core Release 2 - Replies (1)

[img]<___base_url___>/uploads/emoticons/default_mad.gif[/img]

Print this item

  Installing themes in Mandrake 10
Posted by: LTD602 - 2004-06-22, 05:15 PM - Forum: How Do I? - Replies (2)


Alright, many of you have probably dealt with this before, probably many times over.

 

For some reason, the commands to install themes throught the console in Mandrake 10 (KDE) don't work.

 

I need instructions, please, as in, instructions you would give to a 5 YEAR OLD, lol.

 

I mean, ultra-simple instructions. I'd really appreciate it. Seriously.

 

I have a KDE 3.2 theme file, downloaded from within WindowsXP, simpy because my modem isn't yet configured for Linux, but since I have dual-boot, I have access to my windows hard drive from within Mandrake 10.

 

It is a .tar file, but the extension reads .tar.tar. It seems I've been able to unpack it to a directory, by using the right-click menu on it, and I can see an "admin" folder and a "config" folder along with alot of .ini files that can be read by double clicking on them. Anyway, the folder in which these files and subfolders are is called "ballistik-0.5" Ballistik is the name of the theme. I put this folder in /tmp.

 

So, what next? I assume I have to go into the console. Could I get some step-by-step commands?

Print this item

  Vote in the picture competition!!
Posted by: lia - 2004-06-22, 10:09 AM - Forum: General Chat - Replies (2)


Ok here's the deal.

 

Click

[/url]http://foto.tv4.se/ui/design/sverigebilden...39588&index=271

 

Just above the picture is a scoll-down bar.

(called BETYG)

 

Scroll down and chose BRA (=good)

 

This would mean alot! :P

 

 

Do the same with

[url=http://foto.tv4.se/ui/design/sverigebilden...39605&index=168]http://foto.tv4.se/ui/design/sverigebilden...39605&index=168

 

Aren't they funny? :P

 

Thank you so much!

 

/lia

 

XOXOXOX

Print this item

  gdesklets
Posted by: Guest - 2004-06-22, 07:01 AM - Forum: Fedora - Replies (1)


i've installed gdesklets via the rpm, installed the goodweather sensor, and when i run

gdesklets GoodWeather.display this is what comes up :

 

Traceback (most recent call last):

File "/usr/bin/gdesklets", line 10, in ?

from main import init

File "/usr/share/gdesklets/main/__init__.py", line 37, in ?

from utils.i18n import Translator

File "/usr/share/gdesklets/utils/__init__.py", line 2, in ?

from GConfWatcher import GConfWatcher

File "/usr/share/gdesklets/utils/GConfWatcher.py", line 3, in ?

import gconf

ImportError: No module named gconf

 

 

any suggestions what i should do ?

TIA

Print this item

  works in kde but not in gnome?
Posted by: knowledge - 2004-06-22, 04:21 AM - Forum: Network Problems - No Replies

ok I had samba all setup in kde I could see my windows share using the lan browser in konqueror but I siwtched to gnome cuz I seem to like it better....and I can't figure out how to acs my windows network from gnome I've tried click my computer->network->windows network but then it just sits there with a nothing in the box? I am on fedora core2....oh also I can acs files on my linux box from windows...

Print this item

  wine error with mIRC
Posted by: walmart - 2004-06-21, 07:32 PM - Forum: Gentoo - Replies (4)


I get these errors when i run wine mirc.exe

 

WineDbg starting on pid c

No debug information in ELF 'wine' ((nil))

No debug information in 32bit DLL 'C:\Program Files\mIRC\mirc.exe' (0x400000)

No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x40200000)

No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x404c0000)

No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x408f0000)

No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x40880000)

No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x40750000)

No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x406d0000)

No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IPHLPAPI.DLL' (0x40960000)

No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x40940000)

No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x40920000)

No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\LZ32.DLL' (0x40990000)

No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\VERSION.DLL' (0x40980000)

No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MPR.DLL' (0x409b0000)

No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL' (0x409d0000)

No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x40be0000)

No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x40b70000)

No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL' (0x40c30000)

No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL' (0x40b00000)

No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINSPOOL.DRV' (0x40c70000)

No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMDLG32.DLL' (0x40a70000)

No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEAUT32.DLL' (0x40ca0000)

No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40ef0000)

No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x41080000)

No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x410a0000)

No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x410e0000)

No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x410d0000)

No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41220000)

No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\UXTHEME.DLL' (0x41560000)

Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x4156528d).

In 32-bit mode.

0x4156528d (UXTHEME.DLL.GetThemeSysString+0x4dd in UXTHEME.DLL): incl 0x0(%esi)

Wine-dbg>WineDbg terminated on pid c

 

any help would be much appreciated

Print this item