LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-10-2004, 01:33 AM   #1
oberonix
LQ Newbie
 
Registered: Jan 2004
Distribution: Ubuntu (Feisty Fawn)
Posts: 26

Rep: Reputation: 15
Question My big linux issues


1.) winex compiled fine and installed, said good luck and all that so it seemed to be fine until I try to run my wc3 installer and get this:


fixme:ttydrv:TTYDRV_BITMAP_SetDIBits (0x4038d1d8, 0x4038d050, 0, 32, 0x408734f4, 0x4038d1a0, 0, 0x0054): stub
fixme:ttydrv:TTYDRV_BITMAP_SetDIBits (0x4038d218, 0x4038d050, 0, 32, 0x40873574, 0x4038d1a0, 0, 0x0058): stub
fixme:ttydrv:TTYDRV_BITMAP_SetDIBits (0x4038d49c, 0x4038d050, 0, 32, 0x40873634, 0x4038d464, 0, 0x005c): stub
fixme:ttydrv:TTYDRV_BITMAP_SetDIBits (0x4038d4dc, 0x4038d050, 0, 32, 0x408736b4, 0x4038d464, 0, 0x0060): stub
fixme:ttydrv:TTYDRV_BITMAP_SetDIBits (0x4038d7ac, 0x4038d050, 0, 11, 0x40875070, 0x4038d774, 0, 0x0068): stub
fixme:ttydrv:TTYDRV_BITMAP_SetDIBits (0x4038d85c, 0x4038d050, 0, 18, 0x40876048, 0x4038d7ec, 0, 0x006c): stub
Segmentation fault


Anyone know WTH that is and how to fix it?

2.) I need to change my root password as during the install it somehow skipped that step and I'm left with a blank root password, all of my attempts to change it have failed (logging in as root and changing, using su and passwd, using su - root, and passwd). This one is pretty vital obviously any help would be appreciated heres the error I get in the console trying to do it:

passwd: User not known to the underlying authentication module

3.) in apache I try to specify a directory under my user file folder as the docroot and it gives me a 403 forbidden error. I wanted to run it on my local space so that I could move files to it without having to use the console and su and cp every time. Maybe I'm just more of an apache noob than i thought =P

Help on any of these would be appreciated greatly thanks much,
Scott
 
Old 04-10-2004, 02:22 AM   #2
bosewicht
Senior Member
 
Registered: Aug 2003
Location: Houston, TX
Distribution: Arch
Posts: 1,381

Rep: Reputation: 47
as far as the root password. if u are using kde goto kmenu/ system settings/ root password if it isn't letting u do it from the prompt, try that. mandrake has a bunch of issues as far as i am concerned. the other ones i can't help, sorry.
 
Old 04-10-2004, 02:48 AM   #3
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Quote:
1.) winex compiled fine and installed, said good luck and all that so it seemed to be fine until I try to run my wc3 installer and get this:


fixme:ttydrv:TTYDRV_BITMAP_SetDIBits (0x4038d1d8, 0x4038d050, 0, 32, 0x408734f4, 0x4038d1a0, 0, 0x0054): stub
fixme:ttydrv:TTYDRV_BITMAP_SetDIBits (0x4038d218, 0x4038d050, 0, 32, 0x40873574, 0x4038d1a0, 0, 0x0058): stub
fixme:ttydrv:TTYDRV_BITMAP_SetDIBits (0x4038d49c, 0x4038d050, 0, 32, 0x40873634, 0x4038d464, 0, 0x005c): stub
fixme:ttydrv:TTYDRV_BITMAP_SetDIBits (0x4038d4dc, 0x4038d050, 0, 32, 0x408736b4, 0x4038d464, 0, 0x0060): stub
fixme:ttydrv:TTYDRV_BITMAP_SetDIBits (0x4038d7ac, 0x4038d050, 0, 11, 0x40875070, 0x4038d774, 0, 0x0068): stub
fixme:ttydrv:TTYDRV_BITMAP_SetDIBits (0x4038d85c, 0x4038d050, 0, 18, 0x40876048, 0x4038d7ec, 0, 0x006c): stub
Segmentation fault


Anyone know WTH that is and how to fix it?
I think it does not understand how to convert Windows to X Window server drawing schemes. Did you try running programs like notepad, wordpad, calculator, Word, Excel, PowerPoint, Access, etc. You may want to try copying some dlls from your Windows system to your LINUX system. Do not do this while Windows is running because Windows use many dll files while it running. There is Bart PE to do this.

Quote:
2.) I need to change my root password as during the install it somehow skipped that step and I'm left with a blank root password, all of my attempts to change it have failed (logging in as root and changing, using su and passwd, using su - root, and passwd). This one is pretty vital obviously any help would be appreciated heres the error I get in the console trying to do it:

passwd: User not known to the underlying authentication module
Easy during the count down of the boot loader. Type linux single or linux 1. Then type passwd. It should not ask for your root password. Then you can type in a password. Do not expect to see mask stars for each character you type in. Type reboot and your system should boot. Next you can login as root to change somethings or run dd to zero out your windows partitions.

Quote:
3.) in apache I try to specify a directory under my user file folder as the docroot and it gives me a 403 forbidden error. I wanted to run it on my local space so that I could move files to it without having to use the console and su and cp every time. Maybe I'm just more of an apache noob than i thought =P

Help on any of these would be appreciated greatly thanks much,
Scott
Apache is a web server not a FTP server. Use ssh. It has both a secured telnet and secured ftp. Also your html files and the directory that you want Apache to read, have to have permission so that all other users can read the directory and file. KDE has a feature to login to a ssh server so you can upload and down files. You have to type in sftp in the address bar of Konqueror. For Windows, there is Secure Shell Client. Go to http://www.ssh.com. Find a link that says non-commerical. Read the agreement.
 
Old 04-10-2004, 10:53 PM   #4
oberonix
LQ Newbie
 
Registered: Jan 2004
Distribution: Ubuntu (Feisty Fawn)
Posts: 26

Original Poster
Rep: Reputation: 15
hehe I know what apache is, but thanks for all the help, didnt know that sftp could be done through konq, I had been doing konsole for the last week.
 
Old 04-10-2004, 11:35 PM   #5
oberonix
LQ Newbie
 
Registered: Jan 2004
Distribution: Ubuntu (Feisty Fawn)
Posts: 26

Original Poster
Rep: Reputation: 15
Which dll's?

I don't know what dll files I should have on my fake c drive, I dont have a dual install atm, but I found dll-files.com that has a lot, I just dont know which ones.
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Big O, Big Omega, and Big Theta oulevon Programming 7 05-26-2010 07:18 AM
New to linux, so so lost, auto mounting issues, permissions issues slowhand22 Linux - Newbie 2 02-10-2005 09:41 AM
Big, big hard drive in a little, little tablet... pengyou Linux - Laptop and Netbook 6 10-18-2004 03:44 AM
Installing RH 9 with RAID 5 --Big, big Problem!!! rhonneil Linux - Software 2 09-25-2003 08:13 PM
big BIG javascript & loading time luigi Programming 3 09-10-2001 03:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:52 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