LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-25-2002, 12:45 AM   #1
John Galt
LQ Newbie
 
Registered: Dec 2002
Distribution: Mandrake 8.1
Posts: 17

Rep: Reputation: 0
back again...more problems...I suck...etc etc


Well I've got a few more problems I'm hoping someone here can fix on my system. Where to begin..oh yes...

1st... When running gnome the taskbar? (windows user here..don't know what else to call it) wont show open windows. So if I minimize a program that is running I have no where to go back to view it again. example is if I'm viewing a webpage in netscape, and I minimize it, I now have to kill the process (to stop my CPU from eventually overloading w/ 20+ open browswers), and reopen the browswer. How can I get my running tasks to appear on this taskbar/panel?

2nd...I'm still having the X server problem. When X server starts and the login screen appears I attempt to login and X server just restarts and goes back to the login screen. This goes on forever until I finally get out to a console and startx manually using the following command "startx -- :1"
For those that remember me from before I upgraded to X 4.2.0 and everything went to hell.

3rd....is there some sort of consortium of linux console commands and reference material for newbies like me? I was a Dos junkie back in the day so I'm no stranger to consoles or running programs from a command and I do have excessive experience w/ win2k networking, server administration etc etc. Yet I am unable to find an easy to use/find network setup tool in linux. If I want to share a file from this computer to one of my w2k computers how do I do that? I understand the chmod command but that seems to only apply to local user and user groups not to mention the other workstation would not be logging in as at a linux console anyway it would be under w2k. Anyone know anything about networking 2kpro and linux? I have mandrake 8.1 for future reference and thanks for the help in advance
 
Old 12-25-2002, 04:25 AM   #2
yngwin
Member
 
Registered: Dec 2002
Location: China
Distribution: Arch
Posts: 359

Rep: Reputation: 33
1: The gnome panel as it's called can be customized by left clicking on an open spot on it. Then you select "Add to panel" > "Utility" > "Window List"... and your problem should be solved.

2: no idea

3: Yes, the Linux Documentation Project http://www.tldp.org/ I suggest you have a good lookaround there, there's lots of howtos, guides and so on.
 
Old 12-25-2002, 01:14 PM   #3
nxny
Member
 
Registered: May 2002
Location: AK - The last frontier.
Distribution: Red Hat 8.0, Slackware 8.1, Knoppix 3.7, Lunar 1.3, Sorcerer
Posts: 771

Rep: Reputation: 30
2. Sounds like a GDM Conf issue. Maybe it didnt set your rights to the X server already running at display :0. edit /etc/inittab, find the the line with initdefault and change the 5 to 3.
After you're done it should look like..
id:3:initdefault:
You can either reboot or run /sbin/init 3 as root.
Now you will get a text mode login prompt. Use Startx to get to X. If you want to go back to the graphical login, you should go thru your sysinit scripts and find what's wrong with your GDM ( Gnome display Manager ) configurarion. and change the initdefault runlevel to 5.
 
Old 12-25-2002, 06:01 PM   #4
John Galt
LQ Newbie
 
Registered: Dec 2002
Distribution: Mandrake 8.1
Posts: 17

Original Poster
Rep: Reputation: 0
Using "startx -- :1" I was able to get back into X and use the mandrake control center to login at a console rather than in X (basically doing automatically exactly what you gave me the manual instructions to do). I appreciate your answer. What is a sisinit script? Where do I find them and how will I know if something is wrong with one of them? Sorry for being such a newb but we all had to start somewhere. I just wish I had learned a bit more before I decided to try and upgrade X to 4.2.0. Thanks for the reply though
 
Old 12-27-2002, 08:26 AM   #5
SlickWilly
Member
 
Registered: Dec 2002
Posts: 327

Rep: Reputation: 30
Re: back again...more problems...I suck...etc etc

I'll address 3:

Quote:
Originally posted by John Galt
3rd....is there some sort of consortium of linux console commands and reference material for newbies like me?
[/B]
Indeed. Visit O'reilly. Buy the book - it has a pretty horse on the front

http://www.oreillynet.com/linux/cmd/

Quote:
Yet I am unable to find an easy to use/find network setup tool in linux.
I'm not entirely sure on the state of the latest Gnome Networking tools (I'm a command line junkie myself). But last time I looked the Network configuration tool already did way more than I needed.

However, it won't do :

Quote:
If I want to share a file from this computer to one of my w2k computers how do I do that?
Because that's a samba thing. Samba is your 'windows networking for Linux'. It's rather harder to set up than 'right-click, share...' and I'm not entirely sure it'll do just one file - One directory, yes.. but I don't think it works on a file basis.

Be warned. Setting up Samba isn't trivial. But you're good with networky stuff so I'm sure you'll be fine with determining wether your Linux machine needs to be a master browser, and wether to syncronize with a PDC and what have you..

Essentially though you'll need to install samba, configure it to share a directory specified by you with rights to your NT login name (using smbpasswd) and then log into it from your Win2k machine, just the same as if it were a windows share.

http://www.samba.org

Quote:
Anyone know anything about networking 2kpro and linux?
Yes... far more than I wish I needed to

Slick.

[QUOTE]
 
Old 12-27-2002, 11:14 AM   #6
nxny
Member
 
Registered: May 2002
Location: AK - The last frontier.
Distribution: Red Hat 8.0, Slackware 8.1, Knoppix 3.7, Lunar 1.3, Sorcerer
Posts: 771

Rep: Reputation: 30
Quote:
Originally posted by John Galt
Using "startx -- :1" I was able to get back into X and use the mandrake control center to login at a console rather than in X (basically doing automatically exactly what you gave me the manual instructions to do). I appreciate your answer. What is a sisinit script? Where do I find them and how will I know if something is wrong with one of them? Sorry for being such a newb but we all had to start somewhere. I just wish I had learned a bit more before I decided to try and upgrade X to 4.2.0. Thanks for the reply though
When you do a startx -- :1, you're starting a new X server at virtual graphical console with index 1 ( as indexes start from 0, we're talking second in number) accesible by the key combo Ctrl + Alt + F8. Whereas I think what you should rather be doing is try to create a session with the X server running at :0 accessible via Ctrl + Alt + F7. Running a second Xserver because you cant use the first one is not what I would call 'the best utilization of resources'.

Your sysinit scripts will be under /etc/rc.d/rc.sysinit or something of the sort. It varies from distribution to distribution.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
gnome-panel won't start after upgrade to GNOME 2.6 computergeek84 Debian 5 08-12-2007 01:37 PM
Gnome panel keeps crashing when starting gnome-session elluva Linux - Software 3 01-24-2006 04:26 PM
Gnome-panel, nautilus and gnome settings daemon Fail on Startup hitman_et Linux - General 0 04-01-2005 09:06 PM
After upgrading to Gnome 2.8, Gnome Panel doesn't work Xavius Linux - Software 0 12-27-2004 02:17 PM
gnome-panel crashes. Which file is responsible for the position of the panel? Satriani Linux - General 1 06-20-2003 06:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 01:57 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration