Search the web
Sign In
New User? Sign Up
linux · This is a mailing list for Linux
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 49802 - 49831 of 56688   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
49802
I just loaded Linux on a system and when I type STARTX, Gnome comes up just fine, but I can't get it to cone up upon boot. I changed /etc/inittab to read... ...
J V
jvwork2002
Offline Send Email
Apr 1, 2005
5:31 pm
49803
On Fri, 1 Apr 2005 09:31:07 -0800 (PST) ... I hope you are aware UNIX is CaSe SeNSiTiVe platform, not the same as 'doze. ... Have you got gdm, xdm, kdm...
ed
psy80uk
Offline Send Email
Apr 1, 2005
5:49 pm
49804
(((( I hope you are aware UNIX is CaSe SeNSiTiVe platform, not the same as 'doze. )))) I typed it in as "startx". I just put it in all CAPS in order to set it...
J V
jvwork2002
Offline Send Email
Apr 1, 2005
8:01 pm
49805
... And confuse half the audience in the process... ... Why obviously? Does your startx script launch [gxk]dm? In that case you have a rather unusual setup. I...
Michael Kjorling
sm0yby
Offline Send Email
Apr 1, 2005
8:18 pm
49806
check these links.... hope these will help ya http://yolinux.com/TUTORIALS/LinuxTutorialIptablesNetworkGateway.html ...
Gaurav Shah
gnulinuxmania
Offline Send Email
Apr 1, 2005
8:23 pm
49807
... Nope, startx doesn't start gdm/xdm/kdm... you'll need to make sure that they're installed.. you can do a search for the executables... xdm/gdm/kdm.. Then...
Shawn Tan Ser Ngiap
syberoid
Offline Send Email
Apr 1, 2005
9:08 pm
49808
On Fri, 1 Apr 2005 12:01:23 -0800 (PST) ... To summarise, gdm/xdm/kdm are not x, but they do use x to fulfil their function. If xdm, or the other two are on...
ed
psy80uk
Offline Send Email
Apr 1, 2005
11:11 pm
49809
... Hash: SHA1 ... Yabbut the other way round isn't necessarily true, and that's the crux here. - -- G. Stewart - gstewart@... Politics is the ability...
Godwin Stewart
grschinon
Offline Send Email
Apr 1, 2005
11:14 pm
49810
hello jv, ... this could be the problem with kde so that each and every time you start with init 5 it goes to kde and checks for it. so change the desktop env...
venkat raman
raman_thief
Offline Send Email
Apr 2, 2005
8:18 am
49811
Hey everyone! I'm building a new box (w/ Gentoo, and compiling Gnome tonight!) and am looking for recommendations for a TV card, replacing the mediocre ATI All...
Jim Passmore
jbpassmore
Offline Send Email
Apr 3, 2005
3:45 am
49812
This may be a useful comparison for those who look after mail servers. http://www1.ietf.org/mail-archive/web/asrg/current/msg11826.html -- I must write email...
ed
psy80uk
Offline Send Email
Apr 3, 2005
11:32 am
49813
Hi all, I have written a module like following:- #include<linux/module.h> #include<linux/kernel.h> int init_module(void) { printk("<1>Hello World 1.\n"); ...
yashpal_ait21
Offline Send Email
Apr 3, 2005
3:20 pm
49814
... 350 is my choice...
Hermann Kerr
alexhermannkerr
Offline Send Email
Apr 3, 2005
5:00 pm
49815
I have a mandrake box here that is finally talking to a win98 box. I have three directories in my home directory: tom (me) tommyl (user name of the win98...
tommyL
a1tommyl
Offline Send Email
Apr 4, 2005
1:30 am
49816
Hi, I have a Redhat 9(shrike) box in the network. I also have a printer in the network. Can someone tell me where i can find all the steps to configure this ...
unix_noob
Offline Send Email
Apr 6, 2005
6:37 pm
49817
... Google is your friend. Try searching for "linux printing" or something similarly obvious. -- Michael Kjörling, michael@... -...
Michael Kjorling
sm0yby
Offline Send Email
Apr 6, 2005
6:41 pm
49818
... I think if you look at "cups" you will find what you need. ... ______________________________________________________________________ Post your free ad...
Leo Whiteway
leowhiteway
Offline Send Email
Apr 6, 2005
6:59 pm
49819
the linux documentation project and www.linuxprinting.org...
TheMiyaca
Offline Send Email
Apr 7, 2005
11:00 pm
49820
Hello all, we are having problems at the Observatory and are in need of assistance. Our Chief Geophysicist is about to pull whats left of his hair out. lol....
amiekins2003
Offline Send Email
Apr 8, 2005
2:37 pm
49821
On Fri, 08 Apr 2005 14:33:19 -0000 ... Do the network cards show up when you use 'lspci'? If they do, then you need to find the correct module for the card ...
ed
psy80uk
Offline Send Email
Apr 8, 2005
5:18 pm
49822
I want to change the permissions of all the mp3 files in my music directory to 666. I want the directories to remain 777. chmod supports the -R argument,...
Dave Williams
geo_42_99
Offline Send Email
Apr 9, 2005
2:57 pm
49823
... find's `-type' and `-exec' directives. -- Michael Kjörling, michael@... - http://michael.kjorling.com/ * ASCII Ribbon Campaign: Against HTML...
Michael Kjorling
sm0yby
Offline Send Email
Apr 9, 2005
2:58 pm
49824
... chmod -R a+rwX dir1 should do it IIRC. Although I would strongly advise against using 666 or 777 on anything. Something like chmod -R u+rwX,go+rX dir1 is...
Chris
th3watcher2001
Offline Send Email
Apr 9, 2005
3:13 pm
49825
... Hash: SHA1 On Sat, 09 Apr 2005 09:13:21 -0500, Dave Williams <ronin@...> ... Use find in conjunction with chmod. Assuming your music directory is...
Godwin Stewart
grschinon
Offline Send Email
Apr 9, 2005
3:20 pm
49826
... From: Chris [mailto:chris@...] Sent: Saturday, April 09, 2005 11:13 AM To: linux@yahoogroups.com Subject: Re: [linux] recursive chmod find...
Rivera, Angel R
Angel.R.Rivera@...
Send Email
Apr 9, 2005
3:28 pm
49827
... And so it does! Thanks! chmod won't actually do that by itself, then? -- ===ronin@... (Dave Williams)===================DoD #978=== == "Peace...
Dave Williams
geo_42_99
Offline Send Email
Apr 9, 2005
4:01 pm
49828
... Don't rightly know. Since I am always crossing OSs I learned it this way years and years ago and I don't change. Remember the old how to get rid of core...
TheMiyaca
Offline Send Email
Apr 10, 2005
1:10 am
49829
... I only played with it a few moments but could not get it to work. -ARR...
TheMiyaca
Offline Send Email
Apr 10, 2005
1:18 am
49830
... Hash: SHA1 On Sat, 09 Apr 2005 11:00:48 -0500, Dave Williams <ronin@...> ... No. It doesn't distinguish between files and directories AFAIK and...
Godwin Stewart
grschinon
Offline Send Email
Apr 10, 2005
9:39 am
49831
... man chmod: The letters `rwxXstugo' select the new permissions for the affected users: read (r), write (w), execute (or access for directories) (x),...
Chris
th3watcher2001
Offline Send Email
Apr 10, 2005
9:51 am
Messages 49802 - 49831 of 56688   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help