LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-30-2003, 01:39 AM   #1
i_is_cat
Member
 
Registered: Apr 2003
Distribution: redhat 7.2
Posts: 159

Rep: Reputation: 30
xcdroast


hi i have redhat 7.3 and when i try and run xcdroast it pops up a window asking for my root pass and when i enter my root pass it gives me this error message

Xlib: connection to ":0.0" refused by server
Xlib: no protocol specified

GTK-WARNING **: cannot open display: :0.0

does anyone have any idea what it means? i tried su - and then doing it that way and it still gives me the message and i wanna burn a cd for when i go camping tomorrow :/ plz help
 
Old 05-30-2003, 01:45 AM   #2
rmartine
Member
 
Registered: Dec 2002
Location: San Luis Obispo, CA
Distribution: Fedora Core 3
Posts: 618

Rep: Reputation: 30
If I remember RedHat 7.3 came with a version of XCDRoast that didn't work very well.

Download the newest version from their homepage and you can get one that works in non-root mode.
 
Old 05-30-2003, 01:47 AM   #3
i_is_cat
Member
 
Registered: Apr 2003
Distribution: redhat 7.2
Posts: 159

Original Poster
Rep: Reputation: 30
i did download it i had 7.2 and downloaded it from the homepage and then i upgraded to 7.3 and it fux0red things all around i actually posted about this before and i searched for it and couldn't find it so i posted it again then i searched again and found the old posting which has "xhost +localhost" and that works but it is only a temporary solution because the next time i go to use xcdroast it doesn't work and i have to do it all over again and its been so long this time i just plain forgot that command heh
 
Old 05-30-2003, 02:27 AM   #4
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Put this in your user's .xinitrc file
Code:
# Allow root to use X
xhost +local:
.

Last edited by fancypiper; 05-30-2003 at 02:40 AM.
 
Old 05-30-2003, 05:27 AM   #5
carlywarly
Member
 
Registered: Feb 2003
Location: Sunny Southport, again.
Distribution: PCLinuxOS 0.93 and 0.92, Vector sometimes
Posts: 825

Rep: Reputation: 30
There is a brand new version - alpha 14. I would strongly suggest getting it. A big improvement over previous versions.
 
Old 05-30-2003, 10:47 AM   #6
DaFrEQ
Member
 
Registered: Mar 2002
Location: Earth... for now
Distribution: SuSE9.2 AMD64; LFS; GentooAMD64; Ubuntu10.04; RHEL 5.5; Solaris10(SPARC)
Posts: 418

Rep: Reputation: 30
I dl'd the alpha version and it keeps telling me I must run xcdroast as root to first configure it.

So I get the xhost +local: going and run as root (via console; cant get it to run as GUI app)
It says:

** WARNING **: No /usr/local/bin/cdrecord installed

** WARNING **: (Invalid lib-directory? Check -l option)

I ran with the -l option

says:

-c (config directory) (currently: ~/.xcdroast)
-l (lib directory) (currently: /usr/local/lib/xcdroast-0.98)

i can run cdrecord --help and it lists all the help functions. So I have cdrecord installed, it just isn't linked correctly I guess.

Anyhow, I dl'd the new cdrtools (latest) and was wondering what would be the best method of installation?
compile as user and make install as root?
or do complete compile and install as root?

Tnx

p.s.
Running Slack9 latest.

L8rz
 
Old 05-30-2003, 10:53 AM   #7
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
I usually don't bother using the gui as the command line is so handy.

# CD burning info
Is it configured and what is the device? Command this to find out:
cdrecord -scanbus
Adding an IDE CD-Writer to Linux
CD Writing HOWTO
# Burn an ISO to disk
cdrecord -v speed=5 dev=0,0,0 /path/to/foo.iso
# Burn from disk to disk
cdrecord -v dev=0,0,0 speed=5 -isosize /dev/cdrom
# Generate an ISO from a directory.
mkisofs -Jr -o foo.iso /path/to/directory
mkisofs -vrTJUV "Label" -o foo.iso /path/to/directory
# Generate an ISO from a CD
dd if=/dev/cdrom of=foo.iso
Linux MP3 CD Burning mini-HOWTO
# Convert mp3 to wav with lame
for i in *.mp3; do lame --decode $i `basename $i .mp3`.wav; done
# Burn a CD from wav files
cdrecord -v -audio -pad speed=5 dev=0,0,0 /path/to/*.wav
# Erase a CDRW
cdrecord -v dev=0,0,0 speed=5 blank=fast
 
Old 05-30-2003, 11:05 AM   #8
i_is_cat
Member
 
Registered: Apr 2003
Distribution: redhat 7.2
Posts: 159

Original Poster
Rep: Reputation: 30
whats lame? i tried to get the new xcdroast and it says i need new cdrecord so i got that but it won't compile so i guess i will stick with the version i have but doesn't anyone know how to make it run in non-root mode? i've tried everything it says in the docs and it just doesn't work
:/
 
Old 05-30-2003, 11:31 AM   #9
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Lame Ain't an MP3 Encoder

# Redhat links
RedHat Linux Manuals
Maximum RPM
rpmfind
Easier software management: apt4rpm - Red Carpet
RedHat 8.0 Tips & Tricks

# Redhat 7.3 down configuration commands
setup leads to several configuration tools

# Redhat 7.3 up configuration commands
Configure soundcard:
redhat-config-soundcard
Configure X server:
redhat-config-xfree86
Configure network:
redhat-config-network
 
Old 05-30-2003, 01:02 PM   #10
carlywarly
Member
 
Registered: Feb 2003
Location: Sunny Southport, again.
Distribution: PCLinuxOS 0.93 and 0.92, Vector sometimes
Posts: 825

Rep: Reputation: 30
If you use kde, open a console, and type kdesu xcdroast
xcdroast will open up. You then need to activate the non-root mode, which involves clicking the button to change non-root mode. Then save configuration. Then open as a regular user. Should be straightforward.
 
Old 05-30-2003, 01:26 PM   #11
DaFrEQ
Member
 
Registered: Mar 2002
Location: Earth... for now
Distribution: SuSE9.2 AMD64; LFS; GentooAMD64; Ubuntu10.04; RHEL 5.5; Solaris10(SPARC)
Posts: 418

Rep: Reputation: 30
kdesu xcdroast doesn't open up xcdroast.
I has a popup saying to type in the root pw and such... do so and hit ok popup goes away, and... nothing else happens.
 
Old 05-30-2003, 01:29 PM   #12
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Quote:
Originally posted by i_is_cat
whats lame? i tried to get the new xcdroast and it says i need new cdrecord so i got that but it won't compile
Easier software management: apt4rpm - Red Carpet
 
Old 05-30-2003, 01:51 PM   #13
DaFrEQ
Member
 
Registered: Mar 2002
Location: Earth... for now
Distribution: SuSE9.2 AMD64; LFS; GentooAMD64; Ubuntu10.04; RHEL 5.5; Solaris10(SPARC)
Posts: 418

Rep: Reputation: 30
This is ridiculous. I've tried Xcdroast, k3b, and just plain cdrecord from the console.

ALL of these are freakishly coarse. Why isn't there a plain 'ol burning utility that doesn't require soo much freaking work?
I've put more time into finddling with burning programs than I have with building an entire embedded system. That's just not right.

XCDROAST requires you to run it via root initially to set its settings... only it doesn't let you run it as root. So I tried the kdesu xcdroast and nothing happend after I entered the root pw.

K3B allows you to fully setup everything really easy like.. however when you try to burn, it can't find the drive. But it finds it in the setup. Go figure.

cdrecord at the prompt is nice and plentiful when all you need to do is type for 1 or maybe 3 filenames, but if I want to sift through a butt load of schematics that I'm working on, I don't want to have to do all of that by hand and console.

Somethings just need a click for ease of use. I like the K3B setup as far as its GUI interface. Nice, simple, and a clean file browser that allows you to search for what you want. But it will not hold the settings for the burner.

L8rz
 
Old 05-30-2003, 02:02 PM   #14
i_is_cat
Member
 
Registered: Apr 2003
Distribution: redhat 7.2
Posts: 159

Original Poster
Rep: Reputation: 30
hey uh DaFrEQ dood try typing this into your shell "xhost +localhost" minus the quotations of course it works for me the only problem is if you reboot you have to do it again which i find pretty stupid i'm looking for a way to just totally ignore the root thing altogether and i'm not SO stupid i don't know how to click the non root mode and add myself as the user and click save configuration or settings or whatever it says.. that just simply doesn't work i think my problem is with the upgrade from redhat 7.2 to redhat 7.3 because when i use other things like ark it asks me for the root pass immediately which it never used to do with 7.2 .. but really give the "xhost +localhost" a try and lemme know if it works.. if it doesn't then i don't know what to tell you
 
Old 05-30-2003, 02:18 PM   #15
DaFrEQ
Member
 
Registered: Mar 2002
Location: Earth... for now
Distribution: SuSE9.2 AMD64; LFS; GentooAMD64; Ubuntu10.04; RHEL 5.5; Solaris10(SPARC)
Posts: 418

Rep: Reputation: 30
ok.
What i did was
in usr consolexhost +localhost
then:
kdesu xcdroast
popup window asking for su pw. once pw is entered, program shuts down and nothing else happens.

I also tried:
same as above except instead of kdesu xcdroast
in root console
xcdroast
but that returns same thing. acts like it's trying to start up then... nothing. drive activity stops after about 5 to 10 seconds.

samething with the k3b proggie.
 
  


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
xcdroast paul_dundee Linux - Software 5 04-10-2005 01:54 AM
xcdroast ciberrust Linux - Software 3 11-16-2004 10:36 PM
XcdRoast slacklinux Linux - Newbie 2 05-27-2004 03:51 PM
xcdroast RaheimSG Linux - Software 2 09-13-2002 10:25 AM
how to use xcdroast? doublefailure Linux - Software 2 08-29-2002 05:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:27 PM.

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