Results 1 to 9 of 9

Thread: a couple questions... [involving: login prompts, xine, kde]

Hybrid View

  1. #1
    Junior Member
    Join Date
    Jan 2005
    Posts
    7

    a couple questions... [involving: login prompts, xine, kde]

    these questions may sound dumb, but I have only a few...

    updating KDE, is it as easy as just downloading the newest version and running it as root?

    for some reason when starting my comp. it just goes straight to my KDE desktop instead of a login prompt, anyway to fix this? (Knoppix 3.7 HD install) ... also anyway to make it so when i type 'su' it asks for a PW instead of just going into root? Only happens in a shell. If I run something like 'Kuser' under 'System' then it will ask for the password.

    WMV, cant figure out how to play them with Xine... I have tried installing the mplayer codecs in the win32 folder, even changing the config. file to where the actual win32 file is ..still nada.

    Thanks

  2. #2
    Junior Member registered user
    Join Date
    Jan 2005
    Posts
    22
    to update kde just run a terminal an enter

    su
    "rootpw"
    apt-get install kde

    when u type su there is always asked for ur rootpassowrd, cuz ur getting root.

    i actually dont know how to play *.wmv with xine but vlc does them play wihtout errors

    to get vlc
    just type as root

    apt-cache search vlc

    then u see a list of files comparing to vlc

    just install vlc with

    apt-get install vlc

    but don't forget to make a

    apt-get update

    before u install anything(it updates your package lists)

  3. #3
    Junior Member
    Join Date
    Jan 2005
    Posts
    7
    thanks for the help.

    'rootpw' is the only command that doesnt work, but thats ok i can find out what the command is (although I thought that only changes the password? I already have a password, I just need it to be typed when going into root (su).. because right now everyone can just get in)

    also, I still need to know how to login as different users at some kind of login screen. Oh ya, in a shell im knoppix@whatever [knoppix]#
    isnt there a way to change the knoppix@ part? IE: Siph@whatever [knoppix]#

    i know, im a huge noob

  4. #4
    Junior Member registered user
    Join Date
    Jan 2005
    Posts
    22
    my fault

    rootpw isnt a command,that should only describe that u have to enter your rootpassword

    to login as a different user just creat another user account and log in

  5. #5
    Senior Member registered user
    Join Date
    May 2003
    Posts
    981

    Re: a couple questions... [involving: login prompts, xine, k

    Quote Originally Posted by Siphter
    these questions may sound dumb, but I have only a few...

    updating KDE, is it as easy as just downloading the newest version and running it as root?

    for some reason when starting my comp. it just goes straight to my KDE desktop instead of a login prompt, anyway to fix this? (Knoppix 3.7 HD install) ... also anyway to make it so when i type 'su' it asks for a PW instead of just going into root? Only happens in a shell. If I run something like 'Kuser' under 'System' then it will ask for the password.

    WMV, cant figure out how to play them with Xine... I have tried installing the mplayer codecs in the win32 folder, even changing the config. file to where the actual win32 file is ..still nada.

    Thanks
    See this for information on upgrading applications: http://www.knoppix.net/forum/viewtopic.php?t=14977

    Applications go though 3 stages when being accepted into the Debian repository, unstable, testing & stable. To upgrade to the very newest version available, specify install from 'unstable': apt-get -t unstable install <package name>.

    Use kpackage as a package browser to find out what packages are available.

    Starting directly into kde is normal if you did anything other than a 'debian' style hdinstall. A 'knoppix' type install is just like from the cd..it starts as a single user system directly into kde. You can set user passwords with the command 'sudo passwd' (for root) or just 'passwd' (for user knoppix).

    Don't know how to take away the passwordless su privilages that user knoppix has, someone else asked this recently & I don't think it got solved.

    I have had no problmes with xine, all I can suggest is that you may have a volume control turned down, check kmix to be sure PCM, PC speaker & master are all turned up. Mplayer codecs should already be installed but to install them 'apt-get install w32codecs'. More information on xine: http://xinehq.de/index.php/faq

  6. #6
    Junior Member
    Join Date
    Jan 2005
    Posts
    7
    thanks for the help, both of you.

  7. #7
    Junior Member
    Join Date
    Jan 2005
    Posts
    7
    argh lol, ok a new one: (how do i fix?)

    Siphter@1[~]$ su
    Siphter is not in the sudoers file. This incident will be reported.

    and

    Siphter@1[~]$ apt-get update
    E: Could not open lock file /var/lib/apt/lists/lock - open (13 Permission denied)
    E: Unable to lock the list directory

  8. #8
    Senior Member registered user
    Join Date
    May 2003
    Posts
    981
    Quote Originally Posted by Siphter
    argh lol, ok a new one: (how do i fix?)

    Siphter@1[~]$ su
    Siphter is not in the sudoers file. This incident will be reported.

    and

    Siphter@1[~]$ apt-get update
    E: Could not open lock file /var/lib/apt/lists/lock - open (13 Permission denied)
    E: Unable to lock the list directory
    As root edit the file /etc/sudoers. There is a recent post here about ways to run an editor as root; check it out but the easiest way (needing no setup) is to type 'kdesu kate' in a console. Add a sudoers entry for user siphter similar to the ones which are there, see the manpage ("man sudoers") for more detailed info.

    It just might be that the key to your other question (about passowrdless su from user knoppix) is in sudoers setup also.

    Oh yes. There is a recent post here about settings up to start in kdm login instead of kde. search these forums for 'kdm' or 'login' or similar & you should find it.

  9. #9
    Member registered user
    Join Date
    Feb 2005
    Posts
    57

    Re: a couple questions... [involving: login prompts, xine, k

    Quote Originally Posted by Siphter
    ...WMV, cant figure out how to play them with Xine... I have tried installing the mplayer codecs in the win32 folder, even changing the config. file to where the actual win32 file is ..still nada...
    Go here (read it first). Just figured it out:
    http://www.knoppix.net/forum/viewtopic.php?t=16133

Similar Threads

  1. A couple questions after install.
    By GFBurke in forum Hdd Install / Debian / Apt
    Replies: 4
    Last Post: 01-31-2005, 06:09 AM
  2. Replies: 1
    Last Post: 09-01-2004, 03:49 AM
  3. Couple questions
    By Anathema in forum General Support
    Replies: 3
    Last Post: 03-02-2004, 02:48 AM
  4. A couple of questions
    By stv in forum General Support
    Replies: 0
    Last Post: 09-27-2003, 04:13 PM
  5. Newbie's couple of questions
    By lrf in forum General Support
    Replies: 1
    Last Post: 01-04-2003, 05:11 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Samsung 256 GB Internal SATA SSD Fully Tested 80-99% Health picture

Samsung 256 GB Internal SATA SSD Fully Tested 80-99% Health

$28.00



ON SALE TURBOLINK EVO  4TB V-HAND SSD 2.5 SATA III Internal Solid State Drive picture

ON SALE TURBOLINK EVO 4TB V-HAND SSD 2.5 SATA III Internal Solid State Drive

$199.99



Western Digital Blue 3D NAND 250GB 2.5

Western Digital Blue 3D NAND 250GB 2.5" SATA III Internal SSD - WDS250G2B0A

$29.99



Fikwot 512GB SATA SSD 2.5'' SSD SATA III 6Gb/s Internal Solid State Drive 560MBs picture

Fikwot 512GB SATA SSD 2.5'' SSD SATA III 6Gb/s Internal Solid State Drive 560MBs

$66.00



SAMSUNG SSD 512GB 500GB 480GB 256GB 250GB 240GB SSD 2.5 Solide State Drive 6Gbps picture

SAMSUNG SSD 512GB 500GB 480GB 256GB 250GB 240GB SSD 2.5 Solide State Drive 6Gbps

$40.99



256GB mSATA SSD DRIVE  MIXED BRAND TESTED WORKING picture

256GB mSATA SSD DRIVE MIXED BRAND TESTED WORKING

$23.50



Crucial MX500 CT250MX500SSD1 250 GB SATA III 2.5 in Solid State Drive picture

Crucial MX500 CT250MX500SSD1 250 GB SATA III 2.5 in Solid State Drive

$24.99



SAMSUNG SSD 860 EVO 1TB 960GB 512GB 500GB 480GB 250GB 2.5 6Gbps picture

SAMSUNG SSD 860 EVO 1TB 960GB 512GB 500GB 480GB 250GB 2.5 6Gbps

$125.00



Toshiba THNSN81Q92CSE 1920GB SATA 2.5 Solid State Drive picture

Toshiba THNSN81Q92CSE 1920GB SATA 2.5 Solid State Drive

$199.00



Netac 2TB SSD 3D NAND 2.5'' SATA III 6GB/s Internal Solid State Drive picture

Netac 2TB SSD 3D NAND 2.5'' SATA III 6GB/s Internal Solid State Drive

$190.00