Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-14 Thread Joerg Schilling
Alexander Puchmayr alexander.puchm...@linznet.at wrote:

 I just made a simple test by renaming growisofs and then attemting to create 
 a 
 BD-RE disk (Re-recordables are nice, sine non-RW media don't grow in my 
 garden 
 ;-)

 Result: k3b complained that it cannot find growisofs and that it won't be 
 possible to create DVDs. I tried to create a BD, so I continued, selected 
 approximately 17GB of my foto-disk, and tried to write them. Immediately, 
 k3b's write-disk dialog showed that mkisofs cannot find growisofs and then 
 mkisofs has crashed.

 It was worth a try, but it didn't work.

 Alex

 PS: 
 app-cdr/cdrtools-3.00
 app-cdr/dvd+rw-tools-7.1-r1

I positively know that an unmodified k3b looks for /op/schily/bin/cdrecord 
first.
This has been introduced a few years ago and I checked it at that time.


So how about fetching a recent cdrtools from:

ftp://ftp.berlios.de/pub/cdrecord/alpha/

and call make install?

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-14 Thread Joerg Schilling
Thomas Schmitt scdbac...@gmx.net wrote:

 Hi,

  An account is required, running Gentoo is not.

 I understood it was for users who encounter bugs in Gentoo.
 That would be Alex, the OP.

 As i stressed too much already, the growisofs bug should be
 fixed in any case.

 If it is possible to let K3b use cdrecord for DVD and BD,
 then i would apply for enabling my program cdrskin, too.
 (Actually i think it would be easier to emulate growisofs
  capabilities by cdrskin than by cdrecord.)

k3b does not need the CLI interface from growisofs and happily works with the 
CLI from cdrecord.


Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-14 Thread Joerg Schilling
Thomas Schmitt scdbac...@gmx.net wrote:

 Hi,

  However, your patch is for growisofs, which in Gentoo comes from
  app-cdr/dvd+rw-tools, so the proper place for such patch would be
  cdwr...@other.debian.org per http://fy.chalmers.se/~appro/linux/DVD+RW/ --

 On that list there was support by Andy Polykov until shortly
 after the bug in question was reported. A fixed release was
 promised but did not emerge. See
   http://lists.debian.org/cdwrite/2008/07/msg00092.html

The mailing list at cdwr...@other.debian.org delivers aprox 20x more spam than 
useful content. Since Debian attacked cdrtools, people lost interest in 
discussing things on that list and the useful messages on that list are now
negligible.

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-14 Thread Joerg Schilling
Thomas Schmitt scdbac...@gmx.net wrote:

 Hi,

  Okay, then, is your patch necessary when using this command:
  growisofs -dvd-compat -Z /dev/sr0=image.iso
  with a DVD?

 No. I do not know about any growisofs flaws with DVD.

As mentioned before: growisofs does not correctly follow the SCSI standard
and as a result, it does not work with all drives. In addition, growisofs does 
not know about firmware bugs and this also causes problems with some drives.

It's source is compiled using the C++ compiler, but inside it looks like 
assembly. If the original author does no longer support it, more than small 
changes are not worth being done.

I would be interested if anyone misses specific features from growisofs in 
cdrecord. 

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-13 Thread Alexander Puchmayr
On Mittwoch, 10. Juli 2013, 01:26:18 Dale wrote:
 Thomas Schmitt wrote:
  Hi,
  
  paul...@andor.dropbear.id.au wrote:
  Settings - Configure K3b - Programs
  
  michaelkintz...@gmail.com wrote:
  This just displays what's there.  I can't change any of the listed
  programs
  from this screen.
  
  So one should rather repair growisofs.
  It is not a big deal.
  
  
  Have a nice day :)
  
  Thomas
 
 I wonder if he can unmerge growisofs?  Or at least remove the file.
 

I just made a simple test by renaming growisofs and then attemting to create a 
BD-RE disk (Re-recordables are nice, sine non-RW media don't grow in my garden 
;-)

Result: k3b complained that it cannot find growisofs and that it won't be 
possible to create DVDs. I tried to create a BD, so I continued, selected 
approximately 17GB of my foto-disk, and tried to write them. Immediately, 
k3b's write-disk dialog showed that mkisofs cannot find growisofs and then 
mkisofs has crashed.

It was worth a try, but it didn't work.

Alex

PS: 
app-cdr/cdrtools-3.00
app-cdr/dvd+rw-tools-7.1-r1





Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-13 Thread Alexander Puchmayr
On Mittwoch, 10. Juli 2013, 10:36:08 Joerg Schilling wrote:
 Thomas Schmitt scdbac...@gmx.net wrote:
  Hi,
  
  rdalek1...@gmail.com wrote:
   Maybe one of these ideas floating around will help the OP.
  
  One big problem is the substantial price of BD-R experiments.
 
 Well, I am not sure whether you noticed: the OP seems to have turned several
 BD-Rs into coasters already. I cannot speak for other people, but I did not
 ruin a single BD using cdrecord.
 
 Jörg

Actually, the burnt BDs where readable and contained the expected content. 
Maybe the problem is when closing the session or writing some kind of lead-
out, or the like. However, I can mount them and read them.

Alex




Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-13 Thread Thomas Schmitt
Hi,

 attemting to create a 
 BD-RE disk (Re-recordables are nice, sine non-RW media don't grow in my
 garden ;-)

Yeah. A BD-R tree would be a fine thing.

Note that growisofs on BD-RE would not show the bug at the end.
It happens only with BD-R which you submit in blank state.

If you treat your BD-R with dvd+rw-format before using them,
the bug should not show up.

If you can talk K3b into using growisofs option
  -use-the-force-luke=spare:none
then it will not format the blank BD-R, work with full nominal
speed, and should not show the bug. (There will be no Defect
Management. So there will be no checkreading and no replacement
of bad blocks.)

---

I wrote a mail to media-opti...@gentoo.org, proposing the patch
for growisofs.
Regrettably there was no reaction yet.

Maybe if enough Gentoo users complain ...


Have a nice day :)

Thomas




Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-13 Thread Thomas Schmitt
Hi,

 maybe the problem is when closing the session or writing some kind of lead-
 out, or the like.

The problem is that the CLOSE TRACK/SESSION command is appropriate
for the end of burning BD-R, only if it is unformatted or if it is
formatted to SRM without Pseudo Overwrite.

As soon as it is formatted to Pseudo Overwrite, the command is
inappropriate, which the burner indicates by the ILLEGAL REQUEST
error code (which one would see if K3b would not swallow it).

The bug of growisofs is that it formats the BD-R to Pseudo Overwrite
but omits to memorize this new state.
If the BD-R is already formatted to Pseudo Overwrite when growisofs
inspects it, then its state gets memorized and the inappropriate
SCSI command is not issued.

My patch proposal just sets the memorizing Pseudo Overwrite flag
after the medium has been formatted. So growisofs treats it the
same as if it had already been formatted when growisofs first
inspected it.
This avoids the error.


Have a nice day :)

Thomas




Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-13 Thread Mick
On Saturday 13 Jul 2013 11:08:07 Thomas Schmitt wrote:
 Hi,
 
  attemting to create a
  BD-RE disk (Re-recordables are nice, sine non-RW media don't grow in my
  garden ;-)
 
 Yeah. A BD-R tree would be a fine thing.
 
 Note that growisofs on BD-RE would not show the bug at the end.
 It happens only with BD-R which you submit in blank state.
 
 If you treat your BD-R with dvd+rw-format before using them,
 the bug should not show up.
 
 If you can talk K3b into using growisofs option
   -use-the-force-luke=spare:none
 then it will not format the blank BD-R, work with full nominal
 speed, and should not show the bug. (There will be no Defect
 Management. So there will be no checkreading and no replacement
 of bad blocks.)
 
 ---
 
 I wrote a mail to media-opti...@gentoo.org, proposing the patch
 for growisofs.
 Regrettably there was no reaction yet.
 
 Maybe if enough Gentoo users complain ...


Hi Thomas, this problem can either be fixed by patching growisofs as you 
suggest, or by changing k3b to use cdrtools in preference to growisofs - not 
sure if this can be done with a USE flag.  The latter seems more reliable to 
me, because Joerg keeps his code up to date, but I don't know enough to make a 
case for either option.

Either way, perhaps the OP should file a quick bug report at 
https://bugs.gentoo.org/ and mention both options as a request.  Then the rest 
of us can chime in to encourage the devs to progress this.
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-13 Thread Thomas Schmitt
Hi,

michaelkintz...@gmail.com:
 Hi Thomas, this problem can either be fixed by patching growisofs as you 
 suggest, or by changing k3b to use cdrtools in preference to growisofs

Joerg will heavily object, but my sincere opinion as
technical expert on this field is that growisofs is
the better choice.

I mentioned in this thread what i dislike about it.
Joerg added the fact that it is unmaintained since 5 years.

But aside from that, i cannot point to any reason why
growisofs is an inferior burn backend compared with my
own software which i try hard to make as good as possible.


 Joerg keeps his code up to date

Yep. Joerg and i seem to be the only active developers on
this field.

But there has nothing new happened with optical media since
Andy left the playground. If not for this BD-R bug, nobody
would care that growisofs is unmaintained.
Currently i have the impression that in most distros the
whole topic of optical media and their filesystems is
unmaintained or at least under-maintained.


cdrecord on DVD and BD suffers from Joerg's peculiar way to
read the specs (and to not disclose which paragraphs exactly,
when his understanding is brought into question).
His and my understanding of MMC seem fundamentally incompatible.

Obviously Andy Polykov read the same specs as i, when he
created dvd+rw-tools.

If people need technical support about growisofs, then i am
ready to help. I am subscribed to cdwr...@other.debian.org
which is the official place to submit bug reports and requests
for dvd+rw-tools.


Have a nice day :)

Thomas




Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-13 Thread Bruce Hill
On Sat, Jul 13, 2013 at 12:08:07PM +0200, Thomas Schmitt wrote:
 Hi,
 
  attemting to create a 
  BD-RE disk (Re-recordables are nice, sine non-RW media don't grow in my
  garden ;-)
 
 Yeah. A BD-R tree would be a fine thing.
 
 Note that growisofs on BD-RE would not show the bug at the end.
 It happens only with BD-R which you submit in blank state.
 
 If you treat your BD-R with dvd+rw-format before using them,
 the bug should not show up.
 
 If you can talk K3b into using growisofs option
   -use-the-force-luke=spare:none
 then it will not format the blank BD-R, work with full nominal
 speed, and should not show the bug. (There will be no Defect
 Management. So there will be no checkreading and no replacement
 of bad blocks.)
 
 ---
 
 I wrote a mail to media-opti...@gentoo.org, proposing the patch
 for growisofs.
 Regrettably there was no reaction yet.
 
 Maybe if enough Gentoo users complain ...
 
 
 Have a nice day :)
 
 Thomas
 
The proper place to submit a patch in Gentoo is bugs.gentoo.org

Thanks for your efforts, Thomas.
-- 
Happy Penguin Computers   ')
126 Fenco Drive   ( \
Tupelo, MS 38801   ^^
supp...@happypenguincomputers.com
662-269-2706 662-205-6424
http://happypenguincomputers.com/

A: Because it messes up the order in which people normally read text.   

   
Q: Why is top-posting such a bad thing? 

   
A: Top-posting. 

   
Q: What is the most annoying thing in e-mail?

Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting



Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-13 Thread Thomas Schmitt
Hi,

 The proper place to submit a patch in Gentoo is bugs.gentoo.org

I encounter obstacles like having no account and running no Gentoo.


Have a nice day :)

Thomas




Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-13 Thread Bruce Hill
On Sat, Jul 13, 2013 at 03:38:28PM +0200, Thomas Schmitt wrote:
 Hi,
 
  The proper place to submit a patch in Gentoo is bugs.gentoo.org
 
 I encounter obstacles like having no account and running no Gentoo.

An account is required, running Gentoo is not.

Maybe you can convince someone who is interested in K3B to do this for you. I
personally don't let anything beginning with a K on any computer that I own,
build, or service. And also, I use these tools in CLI, without any frontend to
muck things up.

Just letting you know that Gentoo is a community distro, and the $PATH for
submitting patches to get attention is bugs.gentoo.org.
-- 
Happy Penguin Computers   ')
126 Fenco Drive   ( \
Tupelo, MS 38801   ^^
supp...@happypenguincomputers.com
662-269-2706 662-205-6424
http://happypenguincomputers.com/

A: Because it messes up the order in which people normally read text.   

   
Q: Why is top-posting such a bad thing? 

   
A: Top-posting. 

   
Q: What is the most annoying thing in e-mail?

Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting



Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-13 Thread Thomas Schmitt
Hi,

 An account is required, running Gentoo is not.

I understood it was for users who encounter bugs in Gentoo.
That would be Alex, the OP.

As i stressed too much already, the growisofs bug should be
fixed in any case.

If it is possible to let K3b use cdrecord for DVD and BD,
then i would apply for enabling my program cdrskin, too.
(Actually i think it would be easier to emulate growisofs
 capabilities by cdrskin than by cdrecord.)


 I personally don't let anything beginning with a K on any computer
 that I own

I am still on fvwm2. :))


 And also, I use these tools in CLI, without any frontend
 to muck things up.

A potential user of my xorriso, then.
(xo stands for X/Open, not for X Window System)


 Just letting you know that Gentoo is a community distro,

They all are. I try to be a good upstream for them.

My apologies for insisting heavily.


Have a nice day :)

Thomas




Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-13 Thread Bruce Hill
On Sat, Jul 13, 2013 at 07:03:15PM +0200, Thomas Schmitt wrote:
 Hi,
 
  An account is required, running Gentoo is not.
 
 I understood it was for users who encounter bugs in Gentoo.
 That would be Alex, the OP.

My reply was to you, Thomas, rather than the OP, because you wrote:

I wrote a mail to media-opti...@gentoo.org, proposing the patch


for growisofs.  

   

Regrettably there was no reaction yet.  

   


   
Maybe if enough Gentoo users complain ... 

Therefore, I was letting _you_ know that the proper place to submit a patch to
a Gentoo pkg is BGO.

However, your patch is for growisofs, which in Gentoo comes from
app-cdr/dvd+rw-tools, so the proper place for such patch would be
cdwr...@other.debian.org per http://fy.chalmers.se/~appro/linux/DVD+RW/ --

As of May 2003 I've decided to advise users to turn to
cdwr...@other.debian.org on support matters. It's an open list, meaning that
you don't have to be subscribed to post a problem report.

Generally speaking, most of my patches have gotten proper
review/recognition/inclusion/rejection when sent to the proper source.

IIRC you mentioned in another email being subscribed to that list.

Just curious...if you don't use Gentoo, why do you subscribe to gentoo-user
list?

Cheers,
Bruce
-- 
Happy Penguin Computers   ')
126 Fenco Drive   ( \
Tupelo, MS 38801   ^^
supp...@happypenguincomputers.com
662-269-2706 662-205-6424
http://happypenguincomputers.com/

A: Because it messes up the order in which people normally read text.   

   
Q: Why is top-posting such a bad thing? 

   
A: Top-posting. 

   
Q: What is the most annoying thing in e-mail?

Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting



Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-13 Thread Thomas Schmitt
Hi,

 However, your patch is for growisofs, which in Gentoo comes from
 app-cdr/dvd+rw-tools, so the proper place for such patch would be
 cdwr...@other.debian.org per http://fy.chalmers.se/~appro/linux/DVD+RW/ --

On that list there was support by Andy Polykov until shortly
after the bug in question was reported. A fixed release was
promised but did not emerge. See
  http://lists.debian.org/cdwrite/2008/07/msg00092.html


 IIRC you mentioned in another email being subscribed to that list.

Yep. Until 2007 as user of growisofs. For a short while as
friendly competitor. Now as its sentinel, so nobody has reason
to regret having tried burning DVD on Linux.


 Just curious...if you don't use Gentoo, why do you subscribe to
 gentoo-user list?

The topic came up from a side note on cdrkit's mailing list.
The Fedora maintainer of growisofs asked whether i know more
about the problem. I pointed to above post by Andy, re-read it
and recognized that he left a treasure map to find the bug.

After getting confirmation that the proposed fix works, i googled
for similar bug reports in various distros.

An archive of the gentoo-user list was among the found sites.
My first mail to the list did not show up. So i subscribed a day
later and sent it again.


Have a nice day :)

Thomas




Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-13 Thread Bruce Hill
On Sat, Jul 13, 2013 at 08:15:23PM +0200, Thomas Schmitt wrote:
 Hi,
 
  However, your patch is for growisofs, which in Gentoo comes from
  app-cdr/dvd+rw-tools, so the proper place for such patch would be
  cdwr...@other.debian.org per http://fy.chalmers.se/~appro/linux/DVD+RW/ --
 
 On that list there was support by Andy Polykov until shortly
 after the bug in question was reported. A fixed release was
 promised but did not emerge. See
   http://lists.debian.org/cdwrite/2008/07/msg00092.html
 
 
  IIRC you mentioned in another email being subscribed to that list.
 
 Yep. Until 2007 as user of growisofs. For a short while as
 friendly competitor. Now as its sentinel, so nobody has reason
 to regret having tried burning DVD on Linux.
 
 
  Just curious...if you don't use Gentoo, why do you subscribe to
  gentoo-user list?
 
 The topic came up from a side note on cdrkit's mailing list.
 The Fedora maintainer of growisofs asked whether i know more
 about the problem. I pointed to above post by Andy, re-read it
 and recognized that he left a treasure map to find the bug.
 
 After getting confirmation that the proposed fix works, i googled
 for similar bug reports in various distros.
 
 An archive of the gentoo-user list was among the found sites.
 My first mail to the list did not show up. So i subscribed a day
 later and sent it again.

Okay, then, is your patch necessary when using this command:
growisofs -dvd-compat -Z /dev/sr0=image.iso

with a DVD? Or is this only applicable to BR? Because I don't own any BluRay
discs, or players.

If it's applicable to DVD, since I use the above command, you could send me
the patch and I'd apply it to app-cdr/dvd+rw-tools-7.1-r1 in Gentoo and give
it a test drive.

I do remember that in the past I've experienced a similar error where it
appeared to me that growisofs seemed not to close media, but the data on the
DVD was fine, so I didn't pursue it.

Cheers,
Bruce
-- 
Happy Penguin Computers   ')
126 Fenco Drive   ( \
Tupelo, MS 38801   ^^
supp...@happypenguincomputers.com
662-269-2706 662-205-6424
http://happypenguincomputers.com/

A: Because it messes up the order in which people normally read text.   

   
Q: Why is top-posting such a bad thing? 

   
A: Top-posting. 

   
Q: What is the most annoying thing in e-mail?

Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting



Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-13 Thread Thomas Schmitt
Hi,

 Okay, then, is your patch necessary when using this command:
 growisofs -dvd-compat -Z /dev/sr0=image.iso
 with a DVD?

No. I do not know about any growisofs flaws with DVD.

(Besides its -use-the-force-luke magic which is reserved
 for those who read growisofs.c additionally to its man page.)


 Because I don't own any BluRay discs, or players.

The bug fix has an effect only if you submit a blank BD-R.
It is necessary if one cannot live with growisofs reporting error
and returning a non-zero exit value.

There are rumors that the inappropriate command spoils the burn.
But this is not very plausible because the Pseudo Overwrite
burn is already done when the error happens.


 I do remember that in the past I've experienced a similar error where it
 appeared to me that growisofs seemed not to close media, but the data on the
 DVD was fine, so I didn't pursue it.

That must have been something else.

Closing the medium should indeed happen with -dvd-compat.
But of course one cannot close DVD+RW, formatted DVD-RW, DVD-RAM,
or BD-RE ... and obviously not Pseudo Overwrite BD-R.

dvd+rw-mediainfo would have told what's up with the medium
after the burn. (It helps to have a copy of MMC specs at hand
when reading its output.)


My offer holds: I am willing to investigate any burn problems.
Be it with my own software or the one of others.
(I must restrict my offer insofar that i will not waste lots
 of expensive one-time media for mistakes which i did not make
 myself.)

A typical first experiment will be to use my own software
with the problematic combination of burner and medium.
This shall not mean that in the end i will urge people to
switch to my stuff. The goal will be to find out what's
wrong with the user's situation and how to possibly fix it.


Have a nice day :)

Thomas




Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-10 Thread Dale
Thomas Schmitt wrote:
 Hi,

 paul...@andor.dropbear.id.au wrote:
 Settings - Configure K3b - Programs
 michaelkintz...@gmail.com wrote:
 This just displays what's there.  I can't change any of the listed programs 
 from this screen.
 So one should rather repair growisofs.
 It is not a big deal.


 Have a nice day :)

 Thomas




I wonder if he can unmerge growisofs?  Or at least remove the file. 

Just a thought.

Dale

:-)  :-) 

-- 
I am only responsible for what I said ... Not for what you understood or how 
you interpreted my words!




Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-10 Thread Thomas Schmitt
Hi,

rdalek1...@gmail.com wrote:
 I wonder if he can unmerge growisofs?  Or at least remove the file. 

In order to make it use cdrecord for DVD and BD ?

(Cough.)

growisofs is unsurpassed with DVD. I am a competitor of it
(by libburn) and believe to be able to judge its doings in
respect to the SCSI standards SPC-3 and MMC-5.

With BD it has one bug and two design decisions which i do not
agree with.
The bug is the one which i strongly believe is reported here.
We could know for sure if Alex would try the proposed fix.

The two decisions are formatting BD-R to Pseudo Overwrite capability,
and not offering writing without Defect Management to formatted BD.
Defect Management reduces write speed to at most half nominal
media speed. Pseudo Overwrite puts an extra layer of complexity
onto BD-R burning.

The bug is easily fixed, and the design decisions are features for
which the author has made his point in
  http://fy.chalmers.se/~appro/linux/DVD+RW/Blu-ray/
I do not agree, but i cannot flatly reject his reasons, either.


Have a nice day :)

Thomas




Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-10 Thread Dale
Thomas Schmitt wrote:
 Hi,

 rdalek1...@gmail.com wrote:
 I wonder if he can unmerge growisofs?  Or at least remove the file. 
 In order to make it use cdrecord for DVD and BD ?

 (Cough.)

 growisofs is unsurpassed with DVD. I am a competitor of it
 (by libburn) and believe to be able to judge its doings in
 respect to the SCSI standards SPC-3 and MMC-5.

 With BD it has one bug and two design decisions which i do not
 agree with.
 The bug is the one which i strongly believe is reported here.
 We could know for sure if Alex would try the proposed fix.

 The two decisions are formatting BD-R to Pseudo Overwrite capability,
 and not offering writing without Defect Management to formatted BD.
 Defect Management reduces write speed to at most half nominal
 media speed. Pseudo Overwrite puts an extra layer of complexity
 onto BD-R burning.

 The bug is easily fixed, and the design decisions are features for
 which the author has made his point in
   http://fy.chalmers.se/~appro/linux/DVD+RW/Blu-ray/
 I do not agree, but i cannot flatly reject his reasons, either.


 Have a nice day :)

 Thomas





I thought it might be worth a mention as a temporary workaround.  If the
growisofs file is removed, k3b won't find it and can't use it.  Of
course, it may not work at all then either.  I'm not a k3b expert but do
use it sometimes. 

Maybe one of these ideas floating around will help the OP. 

Dale

:-)  :-) 

-- 
I am only responsible for what I said ... Not for what you understood or how 
you interpreted my words!




Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-10 Thread Thomas Schmitt
Hi,

rdalek1...@gmail.com wrote:
 Maybe one of these ideas floating around will help the OP. 

One big problem is the substantial price of BD-R experiments.


Have a nice day :)

Thomas




Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-10 Thread Joerg Schilling
Mick michaelkintz...@gmail.com wrote:

   cdrecord is installed, I have no idea why k3b chose to use growisofs for
   creating the 10G isofs.
   
   I did not try cdrecord (How can I change which programs k3b uses?)
  
  Settings - Configure K3b - Programs

 This just displays what's there.  I can't change any of the listed programs 
 from this screen.

A few years ago, I have been told by the k3b people that k3b was modified to 
automatically prefer cdrecord in case it is present.

Maybe you should ask the k3b maintainer from Gentoo whether there was a Gentoo 
specific change...

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-10 Thread Joerg Schilling
Dale rdalek1...@gmail.com wrote:


 I wonder if he can unmerge growisofs?  Or at least remove the file. 

 Just a thought.

If growisofs is not available and if cdrecord at the same time is available,
k3b should (if everything works correctly) select cdrecord.

This may be a way to go.

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-10 Thread Joerg Schilling
Thomas Schmitt scdbac...@gmx.net wrote:

 Hi,

 rdalek1...@gmail.com wrote:
  I wonder if he can unmerge growisofs?  Or at least remove the file. 

 In order to make it use cdrecord for DVD and BD ?

 (Cough.)

 growisofs is unsurpassed with DVD. I am a competitor of it

It seems that you are not correclty informed.

Many people reported problems even with writing DVDs using growisofs that went 
away after upgrading to cdrtools.

Note that I already mentioned that growisofs is a layzy written program that 
has many places where is returns the unly slightly modified result of a SCSI 
mode sense operation while running a SCSI mode select operation. As it only
slightly modifies the received data instead of constructing SCSI standard 
compliant data, these mode select operations do not always have the desired
effect.

This kind of problems is independent from the media type and as a result, 
growisofs of course also fails with DVDs for some users.

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-10 Thread Joerg Schilling
Dale rdalek1...@gmail.com wrote:

 I thought it might be worth a mention as a temporary workaround.  If the
 growisofs file is removed, k3b won't find it and can't use it.  Of
 course, it may not work at all then either.  I'm not a k3b expert but do
 use it sometimes. 

 Maybe one of these ideas floating around will help the OP. 

This and installing a recent version of the cdrtools should help the OP ;-)

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-10 Thread Joerg Schilling
Thomas Schmitt scdbac...@gmx.net wrote:

 Hi,

 rdalek1...@gmail.com wrote:
  Maybe one of these ideas floating around will help the OP. 

 One big problem is the substantial price of BD-R experiments.

Well, I am not sure whether you noticed: the OP seems to have turned several 
BD-Rs into coasters already. I cannot speak for other people, but I did not
ruin a single BD using cdrecord.

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-10 Thread Mick
On Wednesday 10 Jul 2013 08:57:07 Joerg Schilling wrote:
 Mick michaelkintz...@gmail.com wrote:
cdrecord is installed, I have no idea why k3b chose to use growisofs
for creating the 10G isofs.

I did not try cdrecord (How can I change which programs k3b uses?)
   
   Settings - Configure K3b - Programs
  
  This just displays what's there.  I can't change any of the listed
  programs from this screen.
 
 A few years ago, I have been told by the k3b people that k3b was modified
 to automatically prefer cdrecord in case it is present.
 
 Maybe you should ask the k3b maintainer from Gentoo whether there was a
 Gentoo specific change...

Thanks Jörg, it may well do, but since I do not burn DVDs all that often I 
can't recall what the log showed last time.  I will keep in mind to check next 
time.

-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-10 Thread Thomas Schmitt
Hi,

i wrote:
  One big problem is the substantial price of BD-R experiments.

joerg.schill...@fokus.fraunhofer.de wrote:
 the OP seems to have turned several BD-Rs into coasters already.

The OP reports:
   I compared each and every file on the disk with its original,
   but yould not find any problem. 

This matches Andy Polyakov's diagnosis that the media are ok
afterwards.
The flawless readbility, the timepoint of failure, and the i/o error
reported by K3b, alltogether make me believe that it is the 5 year
old bug.

Of course, everybody has to decide by himself where to invest
test media.

My proposal is to fix and test growisofs.


-
(Joerg and i know each other from many encounters in the past.
 We do not necessarily agree on technical questions. My apologies for
 getting off the original topic now.)

joerg.schill...@fokus.fraunhofer.de wrote:
 Many people reported problems even with writing DVDs using growisofs that
 went away after upgrading to cdrtools.

With some fantasy you can see the weirdest things in the mist.
(Franquin via Gaston Lagaffe)

It is not impossible that a drive refuses on one way of burn
preparation while still working with a different one.
One might get lucky with the defaults of one burn program and
experience failure with those of the other burn program.
But normally a drive is on the edge of failure if it behaves
that way. The luck may turn quite quickly then.


joerg.schill...@fokus.fraunhofer.de wrote:
 Note that I already mentioned that growisofs is a layzy written program

I would compare its style rather to BASIC than to assembler. :))
But that does not influence its SCSI standards compliance.


joerg.schill...@fokus.fraunhofer.de wrote:
 has many places where is returns the unly slightly modified result of a SCSI
 mode sense operation while running a SCSI mode select operation. As it only
 slightly modifies the received data instead of constructing SCSI standard 
 compliant data, these mode select operations do not always have the desired
 effect.

How else should one learn the current settings in order _not_
to change those which are non-changeable ?

In the source files of growisofs i can spot only one occasion
of MODE SELECT. This is in transport.hxx where Andy composes
a mode page 05 for DVD-R[W].

I read in SPC-3 6.9.3 that the drive shall throw error if one
attempts to change a non-changeable value. But not that the drive
is allowed to return values which may cause error if sent back
to the drive.

So if the code of transport.hxx is wrong, then not because it
would send back values which it got from the drive, but because
it does not inquire by PC=01b whether its self-constructed values
are allowed to be changed.
(I don't do this either. It is worth consideration, though.)


joerg.schill...@fokus.fraunhofer.de wrote:
 This kind of problems is independent from the media type

Mode page 05 is only appropriate for CD and DVD-R[W].
(MMC-5 7.5.2, 7.5.3)
So this problem is highly dependent on the media type.


Have a nice day :)

Thomas




Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-10 Thread Joerg Schilling
Thomas Schmitt scdbac...@gmx.net wrote:

 My proposal is to fix and test growisofs.

Well, growisofs is unmaintained since 5 years. The question is whether such a 
change would be suffucuent or whether there are many more problem (see the mode 
select problem I mentioned).

 joerg.schill...@fokus.fraunhofer.de wrote:
  has many places where is returns the unly slightly modified result of a SCSI
  mode sense operation while running a SCSI mode select operation. As it only
  slightly modifies the received data instead of constructing SCSI standard 
  compliant data, these mode select operations do not always have the desired
  effect.

 How else should one learn the current settings in order _not_
 to change those which are non-changeable ?

I recommend you to read the SCSI standard and to have a look at what growisofs 
actually does. I know that the code is hard to read, so it is easy to overlook 
the problems...

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-09 Thread Mick
On Monday 08 Jul 2013 07:53:14 Paul Colquhoun wrote:
 On Sun, 7 Jul 2013 14:06:36 Alexander Puchmayr wrote:
  On Samstag, 6. Juli 2013, 23:55:52 Joerg Schilling wrote:
  [...]
  
Any ideas what could have gone wrong?
   
   It is interesting that there is no error message in the output from
   your attachment.
   
   k3b should usew cdrecord instead of growisofs in case that cdrecord is
   installed. Is cdrecord missing or why did k3b use growisofs?
   
   Did you explicitely try cdrecord?
  
  Hi,
  
  cdrecord is installed, I have no idea why k3b chose to use growisofs for
  creating the 10G isofs.
  
  I did not try cdrecord (How can I change which programs k3b uses?)
 
 Settings - Configure K3b - Programs

This just displays what's there.  I can't change any of the listed programs 
from this screen.
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-09 Thread Thomas Schmitt
Hi,

paul...@andor.dropbear.id.au wrote:
  Settings - Configure K3b - Programs

michaelkintz...@gmail.com wrote:
 This just displays what's there.  I can't change any of the listed programs 
 from this screen.

So one should rather repair growisofs.
It is not a big deal.


Have a nice day :)

Thomas




Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-08 Thread Paul Colquhoun
On Sun, 7 Jul 2013 14:06:36 Alexander Puchmayr wrote:
 On Samstag, 6. Juli 2013, 23:55:52 Joerg Schilling wrote:
 [...]
 
   Any ideas what could have gone wrong?
  
  It is interesting that there is no error message in the output from your
  attachment.
  
  k3b should usew cdrecord instead of growisofs in case that cdrecord is
  installed. Is cdrecord missing or why did k3b use growisofs?
  
  Did you explicitely try cdrecord?
 
 Hi,
 
 cdrecord is installed, I have no idea why k3b chose to use growisofs for
 creating the 10G isofs.
 
 I did not try cdrecord (How can I change which programs k3b uses?)


Settings - Configure K3b - Programs


-- 
Reverend Paul Colquhoun, ULC. http://andor.dropbear.id.au/
  Asking for technical help in newsgroups?  Read this first:
 http://catb.org/~esr/faqs/smart-questions.html#intro



Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-08 Thread Alexander Puchmayr
On Sonntag, 7. Juli 2013, 17:19:30 Paul Hartman wrote:
 On Sat, Jul 6, 2013 at 11:33 AM, Alexander Puchmayr
 
 alexander.puchm...@linznet.at wrote:
  I just burned all my pictures from my last vacation on a blueray-disk
  using
  k3b, and for no apparent reason it stoped at 99.8% and complained an error
  (I/O error). I checked the logs (see attached file), but could not find a
  hint. I compared each and every file on the disk with its original, but
  yould not find any problem.
 
 Maybe it is same as described in this bug:
 
 https://bugs.kde.org/show_bug.cgi?id=255483
 
 I don't use k3b but I know when I burn a 25GB disc image using
 growisofs, I have to disable the spare sectors otherwise it won't fit
 on the disc, and it burns all the way until the end where it fails,
 rather than knowing ahead of time that it won't fit.
 

Don't think so, since the media I've burnt were 10G and 22G large.

Alex




Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-08 Thread Joerg Schilling
Alexander Puchmayr alexander.puchm...@linznet.at wrote:

  I don't use k3b but I know when I burn a 25GB disc image using
  growisofs, I have to disable the spare sectors otherwise it won't fit
  on the disc, and it burns all the way until the end where it fails,
  rather than knowing ahead of time that it won't fit.
  

 Don't think so, since the media I've burnt were 10G and 22G large.

What growisofs definitely causes with formatting the media is to make it slow.

Growisofs is not a cleanly writen application. It frequently returns slightly 
modified mode data to the drive that was fetched before from the drive. The way 
this new data is created is in conflict with the SCSI standard. Some drives 
still accept the data others do not. In some cases, sending back identical data
will even switch the drive into unwanted behavior. A quick statement could be:
It was written in C++ but looks like assembly code Note that there was no 
update since 5 years and several people reported less problems when using 
cdrecord instead of growisofs.

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-07 Thread Alexander Puchmayr
On Samstag, 6. Juli 2013, 23:55:52 Joerg Schilling wrote:
[...]
  
  Any ideas what could have gone wrong?
 
 It is interesting that there is no error message in the output from your
 attachment.
 
 k3b should usew cdrecord instead of growisofs in case that cdrecord is
 installed. Is cdrecord missing or why did k3b use growisofs?
 
 Did you explicitely try cdrecord?
 

Hi,

cdrecord is installed, I have no idea why k3b chose to use growisofs for 
creating the 10G isofs. 

I did not try cdrecord (How can I change which programs k3b uses?)

Alex




Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-07 Thread Joerg Schilling
Alexander Puchmayr alexander.puchm...@linznet.at wrote:

  k3b should usew cdrecord instead of growisofs in case that cdrecord is
  installed. Is cdrecord missing or why did k3b use growisofs?
  
  Did you explicitely try cdrecord?
  

 cdrecord is installed, I have no idea why k3b chose to use growisofs for 
 creating the 10G isofs. 

 I did not try cdrecord (How can I change which programs k3b uses?)

I don't use k3b, so I don't know. My information is from users of cdrtols and 
from discussions I had with the k3b people.

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-07 Thread Paul Hartman
On Sat, Jul 6, 2013 at 11:33 AM, Alexander Puchmayr
alexander.puchm...@linznet.at wrote:
 I just burned all my pictures from my last vacation on a blueray-disk using
 k3b, and for no apparent reason it stoped at 99.8% and complained an error
 (I/O error). I checked the logs (see attached file), but could not find a 
 hint.
 I compared each and every file on the disk with its original, but yould not 
 find
 any problem.

Maybe it is same as described in this bug:

https://bugs.kde.org/show_bug.cgi?id=255483

I don't use k3b but I know when I burn a 25GB disc image using
growisofs, I have to disable the spare sectors otherwise it won't fit
on the disc, and it burns all the way until the end where it fails,
rather than knowing ahead of time that it won't fit.



[gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-06 Thread Alexander Puchmayr
Hi there,

I just burned all my pictures from my last vacation on a blueray-disk using 
k3b, and for no apparent reason it stoped at 99.8% and complained an error 
(I/O error). I checked the logs (see attached file), but could not find a hint. 
I compared each and every file on the disk with its original, but yould not 
find 
any problem.

dmesg shows this
26762.496981] warning: `growisofs' uses 32-bit capabilities (legacy support in 
use)
[27681.802889] ata5.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 
frozen
[27681.802903] sr 4:0:0:0: [sr0] CDB: 
[27681.802905] cdb[0]=0x28: 28 00 00 00 00 10 00 00 01 00
[27681.802929] ata5.00: cmd a0/01:00:00:00:08/00:00:00:00:00/a0 tag 0 dma 2048 
in
 res 40/00:03:00:00:00/00:00:00:00:00/a0 Emask 0x4 (timeout)
[27681.802934] ata5.00: status: { DRDY }
[27681.802942] ata5: hard resetting link
[27683.026713] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[27683.033633] ata5.00: configured for UDMA/133
[27683.046777] ata5: EH complete

I tried with a second BD-Media, but got the same result.

Any ideas what could have gone wrong?

Best regards
Alex


k3b-error.txt.tar.gz
Description: application/compressed-tar


Re: [gentoo-user] k3b burning BD-Disk pretends to fail at 99.99%

2013-07-06 Thread Joerg Schilling
Alexander Puchmayr alexander.puchm...@linznet.at wrote:

 Hi there,

 I just burned all my pictures from my last vacation on a blueray-disk using 
 k3b, and for no apparent reason it stoped at 99.8% and complained an error 
 (I/O error). I checked the logs (see attached file), but could not find a 
 hint. 
 I compared each and every file on the disk with its original, but yould not 
 find 
 any problem.

 dmesg shows this
 26762.496981] warning: `growisofs' uses 32-bit capabilities (legacy support 
 in 
 use)
 [27681.802889] ata5.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 
 frozen
 [27681.802903] sr 4:0:0:0: [sr0] CDB: 
 [27681.802905] cdb[0]=0x28: 28 00 00 00 00 10 00 00 01 00
 [27681.802929] ata5.00: cmd a0/01:00:00:00:08/00:00:00:00:00/a0 tag 0 dma 
 2048 
 in
  res 40/00:03:00:00:00/00:00:00:00:00/a0 Emask 0x4 (timeout)
 [27681.802934] ata5.00: status: { DRDY }
 [27681.802942] ata5: hard resetting link
 [27683.026713] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
 [27683.033633] ata5.00: configured for UDMA/133
 [27683.046777] ata5: EH complete

 I tried with a second BD-Media, but got the same result.

 Any ideas what could have gone wrong?

It is interesting that there is no error message in the output from your 
attachment.

k3b should usew cdrecord instead of growisofs in case that cdrecord is 
installed. Is cdrecord missing or why did k3b use growisofs?

Did you explicitely try cdrecord?

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



Re: [gentoo-user] k3b: Drive not found ...

2011-01-30 Thread meino . cramer
Hi Jon,

 thanks for your reply.

 Unfortunately it does not change anything here.
 The problem remains...

 Best regard,
 mcc


Jon Cox hypers...@gmail.com [11-01-30 09:08]:
 Hello,
 
 I was recently having similar issues with a computer I picked up 
 from my university's surplus that I put a fresh Gentoo install on. 
 The issues went away after I restarted dbus, a la:
 
 $ /etc/init.d/dbus restart
 
 It may not fix your issues, but it did make mine vanish. Best of 
 luck!
 
 -Jon
 
 
 On Sunday 30 January 2011 00:01:25 meino.cra...@gmx.de 
 wrote:
  Hi,
  
  My setup is ASUS Crosshair IV formula. Attached to the box is 
 a
  USB-IDE converted. Attached to this converter there is my 
 old
  DVD burner.
  
  This setup has worked for reading and writing DVDs/CDs in 
 the past.
  
  But there must be a update or something which kills that
  
  There is:
  solfire:/rootl /dev/sr0
  brw-rw 1 root cdrom 11, 0 2011-01-30 07:51 /dev/sr0
  solfire:/root
  
  Therefore the burner is detected by the kernel an appropiate
  permissions are given to it.
  
  I am member of the group cdrom.
  
  When k3b is started from the commandline I see this output:
  
  K3bQProcess::QProcess(0x0)
  QStringList
  
 Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
  Solid::DeviceInterface::Type)  error: 
  org.freedesktop.DBus.Error.AccessDenied
  
  K3bQProcess::QProcess(0x0)
  k3b(22035)/kdeui (kdelibs): Attempt to use QAction 
 view_projects with
  KXMLGUIFactory! k3b(22035)/kdeui (kdelibs): Attempt to use 
 QAction
  view_dir_tree with KXMLGUIFactory! k3b(22035)/kdeui 
 (kdelibs): Attempt
  to use QAction view_contents with KXMLGUIFactory! 
 k3b(22035)/kdeui
  (kdelibs): Attempt to use QAction location_bar with 
 KXMLGUIFactory!
  solfire:/home/mccramerQStringList
  
 Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
  Solid::DeviceInterface::Type)  error: 
  org.freedesktop.DBus.Error.AccessDenied
  
  QStringList
  
 Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
  Solid::DeviceInterface::Type)  error: 
  org.freedesktop.DBus.Error.AccessDenied
  
  QStringList
  
 Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
  Solid::DeviceInterface::Type)  error: 
  org.freedesktop.DBus.Error.AccessDenied
  
  QStringList
  
 Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
  Solid::DeviceInterface::Type)  error: 
  org.freedesktop.DBus.Error.AccessDenied
  
  QStringList
  
 Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
  Solid::DeviceInterface::Type)  error: 
  org.freedesktop.DBus.Error.AccessDenied
  
  QStringList
  
 Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
  Solid::DeviceInterface::Type)  error: 
  org.freedesktop.DBus.Error.AccessDenied
  
  QStringList
  
 Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
  Solid::DeviceInterface::Type)  error: 
  org.freedesktop.DBus.Error.AccessDenied
  
  QStringList
  
 Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
  Solid::DeviceInterface::Type)  error: 
  org.freedesktop.DBus.Error.AccessDenied
  
  k3b(22035)/kdecore (services) 
 KMimeTypeFactory::parseMagic: Now parsing
   /usr/share/mime/magic k3b(22035)/kdecore (services)
  KMimeTypeFactory::parseMagic: Now parsing 
  /home/mccramer/.local/share/mime/magic
  
  
  Unfortunately I have no clue, what it wants to tell me. Only this
  Permission denied alerts me...but where to patch/modify 
 what?
  
  A hint for a fix is very appreciated ;)
  Thanks a lot in advance!
  Best regards,
  mcc
 




Re: [gentoo-user] k3b: Drive not found ...

2011-01-30 Thread YoYo Siska
On Sun, Jan 30, 2011 at 09:11:35AM +0100, meino.cra...@gmx.de wrote:
 Hi Jon,
 
  thanks for your reply.
 
  Unfortunately it does not change anything here.
  The problem remains...
 
  Best regard,
  mcc

Try checking / restarting hal and you could also try to re-run
etc-update, to make sure, that /etc/dbus-1/system.d/hal.conf is
updated (iirc there were some changes in that file some time ago...)


I don't know if  dbus-monitor --system  or a dbus log would tell you
which call wasn't allowed, maybe increasing dbus's
debug level would include that in the log... 

yoyo

 
 
 Jon Cox hypers...@gmail.com [11-01-30 09:08]:
  Hello,
  
  I was recently having similar issues with a computer I picked up 
  from my university's surplus that I put a fresh Gentoo install on. 
  The issues went away after I restarted dbus, a la:
  
  $ /etc/init.d/dbus restart
  
  It may not fix your issues, but it did make mine vanish. Best of 
  luck!
  
  -Jon
  
  
  On Sunday 30 January 2011 00:01:25 meino.cra...@gmx.de 
  wrote:
   Hi,
   
   My setup is ASUS Crosshair IV formula. Attached to the box is 
  a
   USB-IDE converted. Attached to this converter there is my 
  old
   DVD burner.
   
   This setup has worked for reading and writing DVDs/CDs in 
  the past.
   
   But there must be a update or something which kills that
   
   There is:
   solfire:/rootl /dev/sr0
   brw-rw 1 root cdrom 11, 0 2011-01-30 07:51 /dev/sr0
   solfire:/root
   
   Therefore the burner is detected by the kernel an appropiate
   permissions are given to it.
   
   I am member of the group cdrom.
   
   When k3b is started from the commandline I see this output:
   
   K3bQProcess::QProcess(0x0)
   QStringList
   
  Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
   Solid::DeviceInterface::Type)  error: 
   org.freedesktop.DBus.Error.AccessDenied
   
   K3bQProcess::QProcess(0x0)
   k3b(22035)/kdeui (kdelibs): Attempt to use QAction 
  view_projects with
   KXMLGUIFactory! k3b(22035)/kdeui (kdelibs): Attempt to use 
  QAction
   view_dir_tree with KXMLGUIFactory! k3b(22035)/kdeui 
  (kdelibs): Attempt
   to use QAction view_contents with KXMLGUIFactory! 
  k3b(22035)/kdeui
   (kdelibs): Attempt to use QAction location_bar with 
  KXMLGUIFactory!
   solfire:/home/mccramerQStringList
   
  Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
   Solid::DeviceInterface::Type)  error: 
   org.freedesktop.DBus.Error.AccessDenied
   
   QStringList
   
  Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
   Solid::DeviceInterface::Type)  error: 
   org.freedesktop.DBus.Error.AccessDenied
   
   QStringList
   
  Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
   Solid::DeviceInterface::Type)  error: 
   org.freedesktop.DBus.Error.AccessDenied
   
   QStringList
   
  Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
   Solid::DeviceInterface::Type)  error: 
   org.freedesktop.DBus.Error.AccessDenied
   
   QStringList
   
  Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
   Solid::DeviceInterface::Type)  error: 
   org.freedesktop.DBus.Error.AccessDenied
   
   QStringList
   
  Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
   Solid::DeviceInterface::Type)  error: 
   org.freedesktop.DBus.Error.AccessDenied
   
   QStringList
   
  Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
   Solid::DeviceInterface::Type)  error: 
   org.freedesktop.DBus.Error.AccessDenied
   
   QStringList
   
  Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
   Solid::DeviceInterface::Type)  error: 
   org.freedesktop.DBus.Error.AccessDenied
   
   k3b(22035)/kdecore (services) 
  KMimeTypeFactory::parseMagic: Now parsing
/usr/share/mime/magic k3b(22035)/kdecore (services)
   KMimeTypeFactory::parseMagic: Now parsing 
   /home/mccramer/.local/share/mime/magic
   
   
   Unfortunately I have no clue, what it wants to tell me. Only this
   Permission denied alerts me...but where to patch/modify 
  what?
   
   A hint for a fix is very appreciated ;)
   Thanks a lot in advance!
   Best regards,
   mcc
  
 
 



Re: [gentoo-user] k3b: Drive not found ...

2011-01-30 Thread Alan McKinnon
Apparently, though unproven, at 09:01 on Sunday 30 January 2011, 
meino.cra...@gmx.de did opine thusly:

 Hi,
 
 My setup is ASUS Crosshair IV formula. Attached to the box is a
 USB-IDE converted. Attached to this converter there is my old
 DVD burner.

Blind shot in the dark here:

What's your USE for k3b? I recently got an update with a USE flag change for 
k3B:  hal

Maybe your's is off?





 
 This setup has worked for reading and writing DVDs/CDs in the past.
 
 But there must be a update or something which kills that
 
 There is:
 solfire:/rootl /dev/sr0
 brw-rw 1 root cdrom 11, 0 2011-01-30 07:51 /dev/sr0
 solfire:/root
 
 Therefore the burner is detected by the kernel an appropiate
 permissions are given to it.
 
 I am member of the group cdrom.
 
 When k3b is started from the commandline I see this output:
 
 K3bQProcess::QProcess(0x0)
 QStringList
 Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
 Solid::DeviceInterface::Type)  error: 
 org.freedesktop.DBus.Error.AccessDenied
 
 K3bQProcess::QProcess(0x0)
 k3b(22035)/kdeui (kdelibs): Attempt to use QAction view_projects with
 KXMLGUIFactory! k3b(22035)/kdeui (kdelibs): Attempt to use QAction
 view_dir_tree with KXMLGUIFactory! k3b(22035)/kdeui (kdelibs): Attempt
 to use QAction view_contents with KXMLGUIFactory! k3b(22035)/kdeui
 (kdelibs): Attempt to use QAction location_bar with KXMLGUIFactory!
 solfire:/home/mccramerQStringList
 Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
 Solid::DeviceInterface::Type)  error: 
 org.freedesktop.DBus.Error.AccessDenied
 
 QStringList
 Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
 Solid::DeviceInterface::Type)  error: 
 org.freedesktop.DBus.Error.AccessDenied
 
 QStringList
 Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
 Solid::DeviceInterface::Type)  error: 
 org.freedesktop.DBus.Error.AccessDenied
 
 QStringList
 Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
 Solid::DeviceInterface::Type)  error: 
 org.freedesktop.DBus.Error.AccessDenied
 
 QStringList
 Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
 Solid::DeviceInterface::Type)  error: 
 org.freedesktop.DBus.Error.AccessDenied
 
 QStringList
 Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
 Solid::DeviceInterface::Type)  error: 
 org.freedesktop.DBus.Error.AccessDenied
 
 QStringList
 Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
 Solid::DeviceInterface::Type)  error: 
 org.freedesktop.DBus.Error.AccessDenied
 
 QStringList
 Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
 Solid::DeviceInterface::Type)  error: 
 org.freedesktop.DBus.Error.AccessDenied
 
 k3b(22035)/kdecore (services) KMimeTypeFactory::parseMagic: Now parsing
  /usr/share/mime/magic k3b(22035)/kdecore (services)
 KMimeTypeFactory::parseMagic: Now parsing 
 /home/mccramer/.local/share/mime/magic
 
 
 Unfortunately I have no clue, what it wants to tell me. Only this
 Permission denied alerts me...but where to patch/modify what?
 
 A hint for a fix is very appreciated ;)
 Thanks a lot in advance!
 Best regards,
 mcc

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] k3b: Drive not found ...

2011-01-30 Thread Jake Moe
On 01/31/11 06:11, Alan McKinnon wrote:
 Apparently, though unproven, at 09:01 on Sunday 30 January 2011, 
 meino.cra...@gmx.de did opine thusly:

 Hi,

 My setup is ASUS Crosshair IV formula. Attached to the box is a
 USB-IDE converted. Attached to this converter there is my old
 DVD burner.
 Blind shot in the dark here:

 What's your USE for k3b? I recently got an update with a USE flag change for 
 k3B:  hal

 Maybe your's is off?
From what I remember, K3B uses either D-Bus or, I believe, HAL to detect
drives.  So if HAL (or D-Bus) is not working properly, K3B won't detect
the drive.

Also, I have a vague memory (warning! this may be totally wrong!) that
you may need the plugdev group as well, for the detection to work
properly?  Maybe?

However, my K3B (stable on 2.0.1-r1) doesn't have a hal use flag,
but it appears the latest (unstable on 2.0.2-r1) does.

Jake Moe



[gentoo-user] k3b: Drive not found ...

2011-01-29 Thread meino . cramer

Hi,

My setup is ASUS Crosshair IV formula. Attached to the box is a 
USB-IDE converted. Attached to this converter there is my old
DVD burner.

This setup has worked for reading and writing DVDs/CDs in the past.

But there must be a update or something which kills that

There is:
solfire:/rootl /dev/sr0
brw-rw 1 root cdrom 11, 0 2011-01-30 07:51 /dev/sr0
solfire:/root

Therefore the burner is detected by the kernel an appropiate
permissions are given to it.

I am member of the group cdrom.

When k3b is started from the commandline I see this output:

K3bQProcess::QProcess(0x0)
QStringList 
Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const 
Solid::DeviceInterface::Type)  error:  
org.freedesktop.DBus.Error.AccessDenied

K3bQProcess::QProcess(0x0)
k3b(22035)/kdeui (kdelibs): Attempt to use QAction view_projects with 
KXMLGUIFactory!
k3b(22035)/kdeui (kdelibs): Attempt to use QAction view_dir_tree with 
KXMLGUIFactory!
k3b(22035)/kdeui (kdelibs): Attempt to use QAction view_contents with 
KXMLGUIFactory!
k3b(22035)/kdeui (kdelibs): Attempt to use QAction location_bar with 
KXMLGUIFactory!
solfire:/home/mccramerQStringList 
Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const 
Solid::DeviceInterface::Type)  error:  
org.freedesktop.DBus.Error.AccessDenied

QStringList 
Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const 
Solid::DeviceInterface::Type)  error:  
org.freedesktop.DBus.Error.AccessDenied

QStringList 
Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const 
Solid::DeviceInterface::Type)  error:  
org.freedesktop.DBus.Error.AccessDenied

QStringList 
Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const 
Solid::DeviceInterface::Type)  error:  
org.freedesktop.DBus.Error.AccessDenied

QStringList 
Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const 
Solid::DeviceInterface::Type)  error:  
org.freedesktop.DBus.Error.AccessDenied

QStringList 
Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const 
Solid::DeviceInterface::Type)  error:  
org.freedesktop.DBus.Error.AccessDenied

QStringList 
Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const 
Solid::DeviceInterface::Type)  error:  
org.freedesktop.DBus.Error.AccessDenied

QStringList 
Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const 
Solid::DeviceInterface::Type)  error:  
org.freedesktop.DBus.Error.AccessDenied

k3b(22035)/kdecore (services) KMimeTypeFactory::parseMagic: Now parsing  
/usr/share/mime/magic
k3b(22035)/kdecore (services) KMimeTypeFactory::parseMagic: Now parsing  
/home/mccramer/.local/share/mime/magic


Unfortunately I have no clue, what it wants to tell me. Only this
Permission denied alerts me...but where to patch/modify what?

A hint for a fix is very appreciated ;)
Thanks a lot in advance!
Best regards,
mcc





Re: [gentoo-user] k3b: Drive not found ...

2011-01-29 Thread Jon Cox
Hello,

I was recently having similar issues with a computer I picked up 
from my university's surplus that I put a fresh Gentoo install on. 
The issues went away after I restarted dbus, a la:

$ /etc/init.d/dbus restart

It may not fix your issues, but it did make mine vanish. Best of 
luck!

-Jon


On Sunday 30 January 2011 00:01:25 meino.cra...@gmx.de 
wrote:
 Hi,
 
 My setup is ASUS Crosshair IV formula. Attached to the box is 
a
 USB-IDE converted. Attached to this converter there is my 
old
 DVD burner.
 
 This setup has worked for reading and writing DVDs/CDs in 
the past.
 
 But there must be a update or something which kills that
 
 There is:
 solfire:/rootl /dev/sr0
 brw-rw 1 root cdrom 11, 0 2011-01-30 07:51 /dev/sr0
 solfire:/root
 
 Therefore the burner is detected by the kernel an appropiate
 permissions are given to it.
 
 I am member of the group cdrom.
 
 When k3b is started from the commandline I see this output:
 
 K3bQProcess::QProcess(0x0)
 QStringList
 
Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
 Solid::DeviceInterface::Type)  error: 
 org.freedesktop.DBus.Error.AccessDenied
 
 K3bQProcess::QProcess(0x0)
 k3b(22035)/kdeui (kdelibs): Attempt to use QAction 
view_projects with
 KXMLGUIFactory! k3b(22035)/kdeui (kdelibs): Attempt to use 
QAction
 view_dir_tree with KXMLGUIFactory! k3b(22035)/kdeui 
(kdelibs): Attempt
 to use QAction view_contents with KXMLGUIFactory! 
k3b(22035)/kdeui
 (kdelibs): Attempt to use QAction location_bar with 
KXMLGUIFactory!
 solfire:/home/mccramerQStringList
 
Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
 Solid::DeviceInterface::Type)  error: 
 org.freedesktop.DBus.Error.AccessDenied
 
 QStringList
 
Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
 Solid::DeviceInterface::Type)  error: 
 org.freedesktop.DBus.Error.AccessDenied
 
 QStringList
 
Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
 Solid::DeviceInterface::Type)  error: 
 org.freedesktop.DBus.Error.AccessDenied
 
 QStringList
 
Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
 Solid::DeviceInterface::Type)  error: 
 org.freedesktop.DBus.Error.AccessDenied
 
 QStringList
 
Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
 Solid::DeviceInterface::Type)  error: 
 org.freedesktop.DBus.Error.AccessDenied
 
 QStringList
 
Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
 Solid::DeviceInterface::Type)  error: 
 org.freedesktop.DBus.Error.AccessDenied
 
 QStringList
 
Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
 Solid::DeviceInterface::Type)  error: 
 org.freedesktop.DBus.Error.AccessDenied
 
 QStringList
 
Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const
 Solid::DeviceInterface::Type)  error: 
 org.freedesktop.DBus.Error.AccessDenied
 
 k3b(22035)/kdecore (services) 
KMimeTypeFactory::parseMagic: Now parsing
  /usr/share/mime/magic k3b(22035)/kdecore (services)
 KMimeTypeFactory::parseMagic: Now parsing 
 /home/mccramer/.local/share/mime/magic
 
 
 Unfortunately I have no clue, what it wants to tell me. Only this
 Permission denied alerts me...but where to patch/modify 
what?
 
 A hint for a fix is very appreciated ;)
 Thanks a lot in advance!
 Best regards,
 mcc



Re: [gentoo-user] K3b does not find burning device

2010-04-22 Thread Joerg Schilling
meino.cra...@gmx.de wrote:

 K3b suddenly cannot find any burning device of my system.
 Hald is running. vlc can acces the drive for playing dvds.
 kdebase-runtime-meta is installed. k3b was recompiled without
 problems. The Configuration dialog of k3b states for both
 kind of drives none. And me? I have really no idea, what
 is happening here. Previously it works perfectly and I dont
 know when its stops working, since I dont burn dvds that often.

I remember that I did see a similar report half a year ago. At that time, 
cdrecord had no problems to find the drives

The problem with k3b is that it does not depend on the portable cdrtools but on 
self-written code from the k3b project that as a result from time to time 
suffers from changes in the Linux distributions.

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



[gentoo-user] K3b does not find burning device

2010-04-21 Thread meino . cramer

Hi,

K3b suddenly cannot find any burning device of my system.
Hald is running. vlc can acces the drive for playing dvds.
kdebase-runtime-meta is installed. k3b was recompiled without
problems. The Configuration dialog of k3b states for both
kind of drives none. And me? I have really no idea, what
is happening here. Previously it works perfectly and I dont
know when its stops working, since I dont burn dvds that often.

Wgat can I do?

Thank you very much in advance for any help!

Best regards,
mcc

-- 
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.




Re: [gentoo-user] K3b does not find burning device

2010-04-21 Thread Paul Hartman
On Wed, Apr 21, 2010 at 12:26 PM,  meino.cra...@gmx.de wrote:

 Hi,

 K3b suddenly cannot find any burning device of my system.
 Hald is running. vlc can acces the drive for playing dvds.
 kdebase-runtime-meta is installed. k3b was recompiled without
 problems. The Configuration dialog of k3b states for both
 kind of drives none. And me? I have really no idea, what
 is happening here. Previously it works perfectly and I dont
 know when its stops working, since I dont burn dvds that often.

 Wgat can I do?

 Thank you very much in advance for any help!

Hi,

What if you run k3b as root? Can it see it then? Maybe it's a permissions issue.



Re: [gentoo-user] K3b does not find burning device

2010-04-21 Thread meino . cramer
Paul Hartman paul.hartman+gen...@gmail.com [10-04-21 20:12]:
 On Wed, Apr 21, 2010 at 12:26 PM,  meino.cra...@gmx.de wrote:
 
  Hi,
 
  K3b suddenly cannot find any burning device of my system.
  Hald is running. vlc can acces the drive for playing dvds.
  kdebase-runtime-meta is installed. k3b was recompiled without
  problems. The Configuration dialog of k3b states for both
  kind of drives none. And me? I have really no idea, what
  is happening here. Previously it works perfectly and I dont
  know when its stops working, since I dont burn dvds that often.
 
  Wgat can I do?
 
  Thank you very much in advance for any help!
 
 Hi,
 
 What if you run k3b as root? Can it see it then? Maybe it's a permissions 
 issue.
 

No, that was my first idea, too, Same behaviour. Additionally vlc can
acces the drive with user permissions...

Does hald do something wrong ? How can I proof that (I dont like hald
that much...) ?

Best regards,
mcc


-- 
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.




Re: [gentoo-user] K3b does not find burning device

2010-04-21 Thread Paul Hartman
On Wed, Apr 21, 2010 at 1:21 PM,  meino.cra...@gmx.de wrote:
 Paul Hartman paul.hartman+gen...@gmail.com [10-04-21 20:12]:
 On Wed, Apr 21, 2010 at 12:26 PM,  meino.cra...@gmx.de wrote:
 
  Hi,
 
  K3b suddenly cannot find any burning device of my system.
  Hald is running. vlc can acces the drive for playing dvds.
  kdebase-runtime-meta is installed. k3b was recompiled without
  problems. The Configuration dialog of k3b states for both
  kind of drives none. And me? I have really no idea, what
  is happening here. Previously it works perfectly and I dont
  know when its stops working, since I dont burn dvds that often.
 
  Wgat can I do?
 
  Thank you very much in advance for any help!

 Hi,

 What if you run k3b as root? Can it see it then? Maybe it's a permissions 
 issue.


 No, that was my first idea, too, Same behaviour. Additionally vlc can
 acces the drive with user permissions...

 Does hald do something wrong ? How can I proof that (I dont like hald
 that much...) ?

You can use the command hal-device to see which devices HAL can see.
For example my CD/DVD burner shows up in the list as:

2: udi = '/org/freedesktop/Hal/devices/storage_model_DVD_RW_AD_7240S'
  info.category = 'storage'  (string)
  info.capabilities = { 'storage', 'block', 'storage.cdrom' } (string list)
  info.addons = { 'hald-addon-storage' } (string list)
  storage.cdrom.cdr = true  (bool)
  storage.cdrom.cdrw = true  (bool)
  storage.cdrom.dvd = true  (bool)
  storage.cdrom.dvdr = true  (bool)
  storage.cdrom.dvdrw = true  (bool)
  storage.cdrom.dvdrdl = true  (bool)
  storage.cdrom.dvdram = true  (bool)
  storage.cdrom.dvdplusr = true  (bool)
  storage.cdrom.dvdplusrw = true  (bool)
  storage.cdrom.dvdplusrwdl = false  (bool)
  storage.cdrom.dvdplusrdl = true  (bool)
  storage.cdrom.bd = false  (bool)
  storage.cdrom.bdr = false  (bool)
  storage.cdrom.bdre = false  (bool)
  storage.cdrom.hddvd = false  (bool)
  storage.cdrom.hddvdr = false  (bool)
  storage.cdrom.hddvdrw = false  (bool)
  storage.cdrom.mo = false  (bool)
  storage.cdrom.mrw = true  (bool)
  storage.cdrom.mrw_w = true  (bool)
  storage.cdrom.support_media_changed = true  (bool)
  storage.cdrom.support_multisession = true  (bool)
  storage.cdrom.read_speed = 8467  (0x2113)  (int)
  storage.cdrom.write_speed = 8467  (0x2113)  (int)
  storage.cdrom.write_speeds = { '8467', '7056', '5645', '4234',
'2822', '1411' } (string list)
  block.storage_device =
'/org/freedesktop/Hal/devices/storage_model_DVD_RW_AD_7240S'  (string)
  org.freedesktop.Hal.Device.Storage.method_names = { 'Eject',
'CloseTray' } (string list)
  org.freedesktop.Hal.Device.Storage.method_signatures = { 'as', 'as'
} (string list)
  org.freedesktop.Hal.Device.Storage.method_argnames = {
'extra_options', 'extra_options' } (string list)
  org.freedesktop.Hal.Device.Storage.method_execpaths = {
'hal-storage-eject', 'hal-storage-closetray' } (string list)
  org.freedesktop.Hal.Device.Volume.method_names = { 'Mount',
'Unmount', 'Eject' } (string list)
  org.freedesktop.Hal.Device.Volume.method_signatures = { 'ssas',
'as', 'as' } (string list)
  org.freedesktop.Hal.Device.Volume.method_argnames = { 'mount_point
fstype extra_options', 'extra_options', 'extra_options' } (string
list)
  org.freedesktop.Hal.Device.Volume.method_execpaths = {
'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject' }
(string list)
  volume.mount.valid_options = { 'ro', 'sync', 'dirsync', 'noatime',
'nodiratime', 'relatime', 'noexec', 'quiet', 'remount', 'exec',
'utf8', 'shortname=', 'codepage=', 'iocharset=', 'umask=', 'uid=' }
(string list)
  info.product = 'DVD RW AD-7240S'  (string)
  info.udi = '/org/freedesktop/Hal/devices/storage_model_DVD_RW_AD_7240S'
 (string)
  block.device = '/dev/sr0'  (string)
  block.major = 11  (0xb)  (int)
  block.minor = 0  (0x0)  (int)
  block.is_volume = false  (bool)
  storage.bus = 'pci'  (string)
  storage.no_partitions_hint = true  (bool)
  storage.media_check_enabled = false  (bool)
  storage.automount_enabled_hint = true  (bool)
  storage.drive_type = 'cdrom'  (string)
  storage.model = 'DVD RW AD-7240S'  (string)
  storage.vendor = 'Optiarc'  (string)
  storage.lun = 0  (0x0)  (int)
  storage.originating_device = '/org/freedesktop/Hal/devices/computer'  (string)
  storage.removable.media_available = false  (bool)
  storage.removable = true  (bool)
  storage.size = 0  (0x0)  (uint64)
  storage.removable.support_async_notification = false  (bool)
  storage.hotpluggable = false  (bool)
  storage.requires_eject = true  (bool)
  linux.sysfs_path =
'/sys/devices/pci:00/:00:1c.1/:08:00.0/host15/target15:0:0/15:0:0:0/block/sr0'
 (string)
  info.parent =
'/org/freedesktop/Hal/devices/pci_197b_2363_scsi_host_scsi_device_lun0'
 (string)
  info.interfaces = { 'org.freedesktop.Hal.Device.Volume',
'org.freedesktop.Hal.Device.Storage',
'org.freedesktop.Hal.Device.Storage',
'org.freedesktop.Hal.Device.Storage.Removable' } (string list)
  info.vendor = 'Optiarc'  (string)
  

Re: [gentoo-user] K3b does not find burning device

2010-04-21 Thread meino . cramer
Paul Hartman paul.hartman+gen...@gmail.com [10-04-22 00:08]:
 On Wed, Apr 21, 2010 at 1:21 PM,  meino.cra...@gmx.de wrote:
  Paul Hartman paul.hartman+gen...@gmail.com [10-04-21 20:12]:
  On Wed, Apr 21, 2010 at 12:26 PM,  meino.cra...@gmx.de wrote:
  
   Hi,
  
   K3b suddenly cannot find any burning device of my system.
   Hald is running. vlc can acces the drive for playing dvds.
   kdebase-runtime-meta is installed. k3b was recompiled without
   problems. The Configuration dialog of k3b states for both
   kind of drives none. And me? I have really no idea, what
   is happening here. Previously it works perfectly and I dont
   know when its stops working, since I dont burn dvds that often.
  
   Wgat can I do?
  
   Thank you very much in advance for any help!
 
  Hi,
 
  What if you run k3b as root? Can it see it then? Maybe it's a permissions 
  issue.
 
 
  No, that was my first idea, too, Same behaviour. Additionally vlc can
  acces the drive with user permissions...
 
  Does hald do something wrong ? How can I proof that (I dont like hald
  that much...) ?
 
 You can use the command hal-device to see which devices HAL can see.
 For example my CD/DVD burner shows up in the list as:
 
 2: udi = '/org/freedesktop/Hal/devices/storage_model_DVD_RW_AD_7240S'
   info.category = 'storage'  (string)
   info.capabilities = { 'storage', 'block', 'storage.cdrom' } (string list)
   info.addons = { 'hald-addon-storage' } (string list)
   storage.cdrom.cdr = true  (bool)
   storage.cdrom.cdrw = true  (bool)
   storage.cdrom.dvd = true  (bool)
   storage.cdrom.dvdr = true  (bool)
   storage.cdrom.dvdrw = true  (bool)
   storage.cdrom.dvdrdl = true  (bool)
   storage.cdrom.dvdram = true  (bool)
   storage.cdrom.dvdplusr = true  (bool)
   storage.cdrom.dvdplusrw = true  (bool)
   storage.cdrom.dvdplusrwdl = false  (bool)
   storage.cdrom.dvdplusrdl = true  (bool)
   storage.cdrom.bd = false  (bool)
   storage.cdrom.bdr = false  (bool)
   storage.cdrom.bdre = false  (bool)
   storage.cdrom.hddvd = false  (bool)
   storage.cdrom.hddvdr = false  (bool)
   storage.cdrom.hddvdrw = false  (bool)
   storage.cdrom.mo = false  (bool)
   storage.cdrom.mrw = true  (bool)
   storage.cdrom.mrw_w = true  (bool)
   storage.cdrom.support_media_changed = true  (bool)
   storage.cdrom.support_multisession = true  (bool)
   storage.cdrom.read_speed = 8467  (0x2113)  (int)
   storage.cdrom.write_speed = 8467  (0x2113)  (int)
   storage.cdrom.write_speeds = { '8467', '7056', '5645', '4234',
 '2822', '1411' } (string list)
   block.storage_device =
 '/org/freedesktop/Hal/devices/storage_model_DVD_RW_AD_7240S'  (string)
   org.freedesktop.Hal.Device.Storage.method_names = { 'Eject',
 'CloseTray' } (string list)
   org.freedesktop.Hal.Device.Storage.method_signatures = { 'as', 'as'
 } (string list)
   org.freedesktop.Hal.Device.Storage.method_argnames = {
 'extra_options', 'extra_options' } (string list)
   org.freedesktop.Hal.Device.Storage.method_execpaths = {
 'hal-storage-eject', 'hal-storage-closetray' } (string list)
   org.freedesktop.Hal.Device.Volume.method_names = { 'Mount',
 'Unmount', 'Eject' } (string list)
   org.freedesktop.Hal.Device.Volume.method_signatures = { 'ssas',
 'as', 'as' } (string list)
   org.freedesktop.Hal.Device.Volume.method_argnames = { 'mount_point
 fstype extra_options', 'extra_options', 'extra_options' } (string
 list)
   org.freedesktop.Hal.Device.Volume.method_execpaths = {
 'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject' }
 (string list)
   volume.mount.valid_options = { 'ro', 'sync', 'dirsync', 'noatime',
 'nodiratime', 'relatime', 'noexec', 'quiet', 'remount', 'exec',
 'utf8', 'shortname=', 'codepage=', 'iocharset=', 'umask=', 'uid=' }
 (string list)
   info.product = 'DVD RW AD-7240S'  (string)
   info.udi = '/org/freedesktop/Hal/devices/storage_model_DVD_RW_AD_7240S'
  (string)
   block.device = '/dev/sr0'  (string)
   block.major = 11  (0xb)  (int)
   block.minor = 0  (0x0)  (int)
   block.is_volume = false  (bool)
   storage.bus = 'pci'  (string)
   storage.no_partitions_hint = true  (bool)
   storage.media_check_enabled = false  (bool)
   storage.automount_enabled_hint = true  (bool)
   storage.drive_type = 'cdrom'  (string)
   storage.model = 'DVD RW AD-7240S'  (string)
   storage.vendor = 'Optiarc'  (string)
   storage.lun = 0  (0x0)  (int)
   storage.originating_device = '/org/freedesktop/Hal/devices/computer'  
 (string)
   storage.removable.media_available = false  (bool)
   storage.removable = true  (bool)
   storage.size = 0  (0x0)  (uint64)
   storage.removable.support_async_notification = false  (bool)
   storage.hotpluggable = false  (bool)
   storage.requires_eject = true  (bool)
   linux.sysfs_path =
 '/sys/devices/pci:00/:00:1c.1/:08:00.0/host15/target15:0:0/15:0:0:0/block/sr0'
  (string)
   info.parent =
 '/org/freedesktop/Hal/devices/pci_197b_2363_scsi_host_scsi_device_lun0'
  (string)
   info.interfaces = { 'org.freedesktop.Hal.Device.Volume',
 

Re: [gentoo-user] K3b does not find burning device

2010-04-21 Thread David W Noon
On Wed, 21 Apr 2010 20:30:01 +0200, meino.cra...@gmx.de wrote about Re:
[gentoo-user] K3b does not find burning device:

Paul Hartman paul.hartman+gen...@gmail.com [10-04-21 20:12]:
[snip]
 What if you run k3b as root? Can it see it then? Maybe it's a
 permissions issue.
 

No, that was my first idea, too, Same behaviour. Additionally vlc can
acces the drive with user permissions...

Does hald do something wrong ? How can I proof that (I dont like hald
that much...) ?

Could it be related to this bug?

https://bugs.gentoo.org/show_bug.cgi?id=301785

If it is, there is a work-around in that bug report.
-- 
Regards,

Dave  [RLU #314465]
==
dwn...@ntlworld.com (David W Noon)
==


signature.asc
Description: PGP signature


Re: [gentoo-user] K3b does not find burning device

2010-04-21 Thread meino . cramer
David W Noon dwn...@ntlworld.com [10-04-22 03:40]:
 On Wed, 21 Apr 2010 20:30:01 +0200, meino.cra...@gmx.de wrote about Re:
 [gentoo-user] K3b does not find burning device:
 
 Paul Hartman paul.hartman+gen...@gmail.com [10-04-21 20:12]:
 [snip]
  What if you run k3b as root? Can it see it then? Maybe it's a
  permissions issue.
  
 
 No, that was my first idea, too, Same behaviour. Additionally vlc can
 acces the drive with user permissions...
 
 Does hald do something wrong ? How can I proof that (I dont like hald
 that much...) ?
 
 Could it be related to this bug?
 
 https://bugs.gentoo.org/show_bug.cgi?id=301785
 
 If it is, there is a work-around in that bug report.
 -- 
 Regards,
 
 Dave  [RLU #314465]
 ==
 dwn...@ntlworld.com (David W Noon)
 ==

Hi Paul,

YEAH! That fixed it...

Fingers crossed for the next release of dbus... ;)

Thanks a lot !

Best regards,
mcc


-- 
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.




[gentoo-user] k3b doesn't show in KDE 4's menu

2009-05-28 Thread Nikos Chantziaras
I installed k3b (a KDE 3 application) but it doesn't show in KDE 4's 
application launch menu (aka Start menu).  Can this be seen as a bug 
or am I supposed to create the desktop entry myself?





Re: [gentoo-user] k3b doesn't show in KDE 4's menu

2009-05-28 Thread Volker Armin Hemmann
On Donnerstag 28 Mai 2009, Nikos Chantziaras wrote:
 I installed k3b (a KDE 3 application) but it doesn't show in KDE 4's
 application launch menu (aka Start menu).  Can this be seen as a bug
 or am I supposed to create the desktop entry myself?

hmm...k3b- shows up in the 'multimedia' section of kmenu. Which version 
did you try to install?

If the .desktop file is missing it is a bug. You don't have to do it by hand 
(you can add k3b manually - right click on the menu button..)



[gentoo-user] k3b

2009-03-17 Thread Roger Cahn
Hi,

k3b will not emerge, in spite it was emerged before:
Failed to emerge app-cdr/k3b-1.0.5-r3
On my laptop it worked fine.

Here are the flags:

app-cdr/k3b-1.0.5-r3  USE=alsa dvd dvdr encode hal mp3 vorbis -arts
-css -debug -emovix -ffmpeg -flac -musepack -musicbrainz -sndfile -vcd
-xinerama LINGUAS=fr

Here are the last lines:

config.status: executing depfiles commands
configure: WARNING: unrecognized options: --with-x, --enable-mitshm,
--without-xinerama, --without-debug

K3b - Include libdvdread (Video DVD ripping) support:
K3b -yes

K3b - Resmgr support: no

K3b - Compile HAL supportyes

K3b - Audioplayer available (alsa)   yes

K3b - FFMpeg decoder plugin (decodes wma and others):
K3b - no

K3b - FLAC support:   no

K3b - libsndfile audio decoding support: yes

K3b - Mp3 decoding support (libmad): yes

K3b - Musepack support:   no

K3b - Ogg Vorbis support:yes

K3b - Lame Mp3 encoder plugin:   yes


K3b - Suid root test for cdrecord, cdrdao, and wodim deactivated
K3b - This is NOT recommended although it might work out fine ;)

K3b - Audio meta data reading with Taglib:   yes

K3b - Audio resampling:
K3b -using installed version

K3b - Audioplayer available (aRts)no

K3b - Compile K3bSetup 2: no

K3b - Tag guessing using MusicBrainz  no

Good - your configure finished. Start make now

make -j2
make  all-recursive
make[1]: entrant dans le répertoire «
/var/tmp/portage/app-cdr/k3b-1.0.5-r3/work/k3b-1.0.5 »
Making all in doc
make[2]: entrant dans le répertoire «
/var/tmp/portage/app-cdr/k3b-1.0.5-r3/work/k3b-1.0.5/doc »
/usr/kde/3.5/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
/usr/kde/3.5/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbcentx.mod:80:
warning: failed to load external entity
/usr/kde/3.5/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsn.ent
%ISOamsn;
 ^
Entity: line 1:
 %ISOamsn;
  ^
make[2]: *** [index.cache.bz2] Erreur 1
make[2]: quittant le répertoire «
/var/tmp/portage/app-cdr/k3b-1.0.5-r3/work/k3b-1.0.5/doc »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire «
/var/tmp/portage/app-cdr/k3b-1.0.5-r3/work/k3b-1.0.5 »
make: *** [all] Erreur 2
 *
 * ERROR: app-cdr/k3b-1.0.5-r3 failed.
 * Call stack:
 *   ebuild.sh, line   49:  Called src_compile
 * environment, line 4202:  Called kde_src_compile
 * environment, line 2994:  Called kde_src_compile 'all'
 * environment, line 3119:  Called kde_src_compile 'myconf'
'configure' 'make'
 * environment, line 3115:  Called die
 * The specific snippet of code:
 *   emake || die died running emake, $FUNCNAME:make
 *  The die message:
 *   died running emake, kde_src_compile:make

Thank you for your help.
Roger




Re: [gentoo-user] k3b

2009-03-17 Thread Dmitry S. Makovey
On March 17, 2009, Roger Cahn wrote:
 Hi,

 k3b will not emerge, in spite it was emerged before:
 Failed to emerge app-cdr/k3b-1.0.5-r3
 On my laptop it worked fine.

 Here are the flags:

 app-cdr/k3b-1.0.5-r3  USE=alsa dvd dvdr encode hal mp3 vorbis -arts
 -css -debug -emovix -ffmpeg -flac -musepack -musicbrainz -sndfile -vcd
 -xinerama LINGUAS=fr

 Here are the last lines:
...
 make -j2
 make  all-recursive
 make[1]: entrant dans le répertoire «
 /var/tmp/portage/app-cdr/k3b-1.0.5-r3/work/k3b-1.0.5 »
 Making all in doc
 make[2]: entrant dans le répertoire «
 /var/tmp/portage/app-cdr/k3b-1.0.5-r3/work/k3b-1.0.5/doc »
 /usr/kde/3.5/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
 /usr/kde/3.5/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbcentx.mod:80:
 warning: failed to load external entity
 /usr/kde/3.5/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsn.ent
 %ISOamsn;
  ^
 Entity: line 1:
  %ISOamsn;
   ^

epm -qf 
/usr/kde/3.5/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsn.ent

kdelibs-3.5.9-r4

looks like your problem somewhere with kdelibs and not k3b. Either that or 
docbook-sgml-dtd-4.1-r3 IMO. Try to re-merge those two and then k3b.


-- 
Dmitry Makovey
Web Systems Administrator
Athabasca University
(780) 675-6245


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] k3b

2009-03-17 Thread Roger Cahn
J'ai reçu un sympathique message de Dmitry S. Makovey qui m'a
aimablement écrit:
 epm -qf 
 /usr/kde/3.5/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsn.ent
 
 kdelibs-3.5.9-r4
 
 looks like your problem somewhere with kdelibs and not k3b. Either that or 
 docbook-sgml-dtd-4.1-r3 IMO. Try to re-merge those two and then k3b.

I re-emerged kdelibs and it worked   :-)
I didn't understand which the second e-build to re-emerge was.
Nevertheless k3b is again working.

Thank you very much for your helpfull answer.
Roger





Re: [gentoo-user] K3b complains about my locale (SOLVED)

2008-06-02 Thread Kevin O'Gorman
On Sun, Jun 1, 2008 at 6:45 PM, b.n. [EMAIL PROTECTED] wrote:

 Kevin O'Gorman ha scritto:

 TOP POSTED SUMMARY: operator error.  An incorrect setting of LANG and
 LC_ALL were in /etc/profile.
 They had been suggested by the guide, but were incorrectly done and
 override the results of all the
 02locale and locale.gen things.

 Now one X restart later, k3b and perl and I are all happy.

 Thanks for suggesting a re-reading, Daniel.


 Could you please provide the solution? I have the same problem and the
 thread is all but clear to me.


 In my case, the solution was to remove the (incorrect) LANG and LC_ALL
assignments I had edited into
/etc/profile.  The 02locale and locale.gen files did the job correctly.

I tracked this down by putting a lot of debugging stuff in the various shell
startup files.  They looked like this:
[ -e /etc/conf.d/D ]  echo This is /etc/profile\; LANG is $LANG\; LC_ALL
is $LC_ALL
...
[ -e /etc/conf.d/D ]  echo End of /etc/profile\; LANG is $LANG\; LC_ALL is
$LC_ALL

And I can switch them on and off by creating/rm-ing /etc/conf.d/D.  This
showed me where the variables
were getting values, and what the values were.  By the time I was done, I
had them in
~/.bashrc
~/.mybashrc (you may or may not have this file)
~/.bash_profile
/etc/profile
/etc/bash/bashrc

They are still there, but inactive since I have deleted /etc/conf.d/D (a
file of my own creation).  If you don't use
bash, you'll have to design your own variant of this approach.

++ kevin

-- 
Kevin O'Gorman, PhD


Re: [gentoo-user] K3b complains about my locale

2008-06-01 Thread Kevin O'Gorman
On Sat, May 31, 2008 at 10:49 PM, Daniel Pielmeier 
[EMAIL PROTECTED] wrote:

 Kevin O'Gorman schrieb:

  On Sat, May 31, 2008 at 12:38 PM, Neil Bothwick [EMAIL PROTECTED]
 wrote:

  On Sat, 31 May 2008 07:05:14 -0700, Kevin O'Gorman wrote:

  Just to be sure, I re-ran locale-gen just now.  It reported two
 problems with a Polish locale (that I do not use):

 Then remove it from /etc/locale.gen. you can remove the Spanish and
 French ones too, if you don't use those languages.

 I did, just as an experiment.  It made no difference to the main issue:
 no

 locale is defined
 for programs started from KDE menus, and K3B is complaining about the
 resulting
 ASCII (1968) definition.

 I'd rather that the locale-gen worked, but that's a side issue.


 Do you have something like LINGUAS=en in /etc/make.conf?


Yes, it reads

 LINGUAS=en fr de es pl

Because while I don't ordinarily use other languages, I have in the past had
to edit
some i18n files for a web page of mine.  See
http://hex.kosmanor.com/hex-bin/board,
which currently speaks English, Polish and Dutch.


 You can try to use the unicode charset [1] in /etc/env.d/02locale, maybe
 k3b wants this.

 LANG=en_US.utf8
 LC_ALL=en_US.utf8


 I also suggest going through the guide again and read thoroughly, often
 there is only a tiny mistake a typo or something which makes things fail.

 Can you tell us the output of:

 locale
 locale -a
 cat /etc/locale.gen


Of course.  Included at the bottom.



 [1] http://www.gentoo.org/doc/en/utf-8.xml

 Veeery Interesting

I didn't notice it at first, but the 02locale as suggested is making my Perl
scripts issue warnings,
including some very simple ones I wrote myself, so it's Perl itself that is
complaining.

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = en_EN,
LANG = en_EN
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).

Anyway, I added .utf8 to the lines in my 02locale file, and it made no
difference at all.
I don't see utf8 in any of the outputs, and k3b and perl still don't like
it.

The outputs requested (plus my 02locale file) were:

[EMAIL PROTECTED] ~ $ locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_EN
LC_CTYPE=en_EN
LC_NUMERIC=en_EN
LC_TIME=en_EN
LC_COLLATE=en_EN
LC_MONETARY=en_EN
LC_MESSAGES=en_EN
LC_PAPER=en_EN
LC_NAME=en_EN
LC_ADDRESS=en_EN
LC_TELEPHONE=en_EN
LC_MEASUREMENT=en_EN
LC_IDENTIFICATION=en_EN
LC_ALL=en_EN
[EMAIL PROTECTED] ~ $ locale -a
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_COLLATE to default locale: No such file or directory
C
POSIX
en_US
en_US.utf8
es_MX
fr_FR
[EMAIL PROTECTED]
[EMAIL PROTECTED] ~ $ cat /etc/locale.gen
# /etc/locale.gen: list all of the locales you want to have on your system
#
# The format of each line:
# locale charmap
#
# Where locale is a locale located in /usr/share/i18n/locales/ and
# where charmap is a charmap located in /usr/share/i18n/charmaps/.
#
# All blank lines and lines starting with # are ignored.
#
# For the default list of supported combinations, see the file:
# /usr/share/i18n/SUPPORTED
#
# Whenever glibc is emerged, the locales listed here will be automatically
# rebuilt for you.  After updating this file, you can simply run
`locale-gen`
# yourself instead of re-emerging glibc.

en_US ISO-8859-1
en_US.UTF-8 UTF-8
#ja_JP.EUC-JP EUC-JP
#ja_JP.UTF-8 UTF-8
#ja_JP EUC-JP
#en_HK ISO-8859-1
#en_PH ISO-8859-1
#de_DE ISO-8859-1
[EMAIL PROTECTED] ISO-8859-15
es_MX ISO-8859-1
#fa_IR UTF-8
fr_FR ISO-8859-1
[EMAIL PROTECTED] ISO-8859-15
#it_IT ISO-8859-1
#pl_PL ISO-8859-15


[EMAIL PROTECTED] ~ $ cat /etc/env.d/02locale
LANG=en_US.utf8
LC_ALL=en_us.utf8
[EMAIL PROTECTED] ~ $


-- 
Kevin O'Gorman, PhD


Re: [gentoo-user] K3b complains about my locale

2008-06-01 Thread Daniel Pielmeier

Kevin O'Gorman schrieb:
  perl: warning: Setting locale failed.

perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = en_EN,
LANG = en_EN
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).




Anyway, I added .utf8 to the lines in my 02locale file, and it made no
difference at all.
I don't see utf8 in any of the outputs, and k3b and perl still don't like
it.

The outputs requested (plus my 02locale file) were:

[EMAIL PROTECTED] ~ $ locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_EN
LC_CTYPE=en_EN
LC_NUMERIC=en_EN
LC_TIME=en_EN
LC_COLLATE=en_EN
LC_MONETARY=en_EN
LC_MESSAGES=en_EN
LC_PAPER=en_EN
LC_NAME=en_EN
LC_ADDRESS=en_EN
LC_TELEPHONE=en_EN
LC_MEASUREMENT=en_EN
LC_IDENTIFICATION=en_EN
LC_ALL=en_EN
[EMAIL PROTECTED] ~ $ locale -a
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_COLLATE to default locale: No such file or directory
C
POSIX
en_US
en_US.utf8
es_MX
fr_FR
[EMAIL PROTECTED]
[EMAIL PROTECTED] ~ $ cat /etc/locale.gen
# /etc/locale.gen: list all of the locales you want to have on your system
#
# The format of each line:
# locale charmap
#
# Where locale is a locale located in /usr/share/i18n/locales/ and
# where charmap is a charmap located in /usr/share/i18n/charmaps/.
#
# All blank lines and lines starting with # are ignored.
#
# For the default list of supported combinations, see the file:
# /usr/share/i18n/SUPPORTED
#
# Whenever glibc is emerged, the locales listed here will be automatically
# rebuilt for you.  After updating this file, you can simply run
`locale-gen`
# yourself instead of re-emerging glibc.

en_US ISO-8859-1
en_US.UTF-8 UTF-8
#ja_JP.EUC-JP EUC-JP
#ja_JP.UTF-8 UTF-8
#ja_JP EUC-JP
#en_HK ISO-8859-1
#en_PH ISO-8859-1
#de_DE ISO-8859-1
[EMAIL PROTECTED] ISO-8859-15
es_MX ISO-8859-1
#fa_IR UTF-8
fr_FR ISO-8859-1
[EMAIL PROTECTED] ISO-8859-15
#it_IT ISO-8859-1
#pl_PL ISO-8859-15


[EMAIL PROTECTED] ~ $ cat /etc/env.d/02locale
LANG=en_US.utf8
LC_ALL=en_us.utf8
[EMAIL PROTECTED] ~ $




Here is my output which I guess is correct as it works fine for me!

[EMAIL PROTECTED] ~ $ locale
LANG=de_DE.utf8
LC_CTYPE=de_DE.utf8
LC_NUMERIC=de_DE.utf8
LC_TIME=de_DE.utf8
LC_COLLATE=de_DE.utf8
LC_MONETARY=de_DE.utf8
LC_MESSAGES=de_DE.utf8
LC_PAPER=de_DE.utf8
LC_NAME=de_DE.utf8
LC_ADDRESS=de_DE.utf8
LC_TELEPHONE=de_DE.utf8
LC_MEASUREMENT=de_DE.utf8
LC_IDENTIFICATION=de_DE.utf8
LC_ALL=de_DE.utf8

[EMAIL PROTECTED] ~ $ locale -a
C
de_DE
[EMAIL PROTECTED]
de_DE.utf8
en_GB
en_GB.utf8
en_US
en_US.utf8
POSIX

[EMAIL PROTECTED] ~ $ cat /etc/locale.gen
# /etc/locale.gen: list all of the locales you want to have on your system
#
# The format of each line:
# locale charmap
#
# Where locale is a locale located in /usr/share/i18n/locales/ and
# where charmap is a charmap located in /usr/share/i18n/charmaps/.
#
# All blank lines and lines starting with # are ignored.
#
# For the default list of supported combinations, see the file:
# /usr/share/i18n/SUPPORTED
#
# Whenever glibc is emerged, the locales listed here will be automatically
# rebuilt for you.  After updating this file, you can simply run 
`locale-gen`

# yourself instead of re-emerging glibc.

en_US.UTF-8 UTF-8
en_US ISO-8859-1
en_GB.UTF-8 UTF-8
en_GB ISO-8859-1
de_DE.UTF-8 UTF-8
de_DE ISO-8859-1
[EMAIL PROTECTED] ISO-8859-15


[EMAIL PROTECTED] ~ $ cat /etc/env.d/02locale
LANG=de_DE.utf8
LC_ALL=de_DE.utf8
GDM_LANG=de_DE.utf8
LC_CTYPE=de_DE.utf8
LC_NUMERIC=de_DE.utf8
LC_TIME=de_DE.utf8
LC_COLLATE=de_DE.utf8
LC_MONETARY=de_DE.utf8
LC_MESSAGES=en_US.utf8
LC_PAPER=de_DE.utf8
LC_NAME=de_DE.utf8
LC_ADDRESS=de_DE.utf8
LC_TELEPHONE=de_DE.utf8
LC_MEASUREMENT=de_DE.utf8
LC_IDENTIFICATION=de_DE.utf8

Maybe locale-gen is not working properly at your system as perl says the 
locales are not installed. What are the contents of /usr/lib/locale/?


I am guessing this as your locale output looks really weird. It does 
not show the .utf8 parts. And en_EN also looks strange as it is not a 
valid locale. It should be for instance LANG=en_US.utf8 like in 
02locale. Plus the error messages of missing directories for LC_CTYPE 
LC_MESSAGES and LC_COLLATE.


Your settings in locale.gen and 02locale look correct. Could it be 
possible that your perl scripts or any other home brewed things are 
messing this up!


Regards,

Daniel
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] K3b complains about my locale (SOLVED)

2008-06-01 Thread Kevin O'Gorman
TOP POSTED SUMMARY: operator error.  An incorrect setting of LANG and LC_ALL
were in /etc/profile.
They had been suggested by the guide, but were incorrectly done and override
the results of all the
02locale and locale.gen things.

Now one X restart later, k3b and perl and I are all happy.

Thanks for suggesting a re-reading, Daniel.

++ kevin


On Sun, Jun 1, 2008 at 4:05 PM, Daniel Pielmeier 
[EMAIL PROTECTED] wrote:

 Kevin O'Gorman schrieb:

   perl: warning: Setting locale failed.

 perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = en_EN,
LANG = en_EN
are supported and installed on your system.
 perl: warning: Falling back to the standard locale (C).



  Anyway, I added .utf8 to the lines in my 02locale file, and it made no
 difference at all.
 I don't see utf8 in any of the outputs, and k3b and perl still don't like
 it.

 The outputs requested (plus my 02locale file) were:

 [EMAIL PROTECTED] ~ $ locale
 locale: Cannot set LC_CTYPE to default locale: No such file or directory
 locale: Cannot set LC_MESSAGES to default locale: No such file or
 directory
 locale: Cannot set LC_ALL to default locale: No such file or directory
 LANG=en_EN
 LC_CTYPE=en_EN
 LC_NUMERIC=en_EN
 LC_TIME=en_EN
 LC_COLLATE=en_EN
 LC_MONETARY=en_EN
 LC_MESSAGES=en_EN
 LC_PAPER=en_EN
 LC_NAME=en_EN
 LC_ADDRESS=en_EN
 LC_TELEPHONE=en_EN
 LC_MEASUREMENT=en_EN
 LC_IDENTIFICATION=en_EN
 LC_ALL=en_EN
 [EMAIL PROTECTED] ~ $ locale -a
 locale: Cannot set LC_CTYPE to default locale: No such file or directory
 locale: Cannot set LC_MESSAGES to default locale: No such file or
 directory
 locale: Cannot set LC_COLLATE to default locale: No such file or directory
 C
 POSIX
 en_US
 en_US.utf8
 es_MX
 fr_FR
 [EMAIL PROTECTED]
 [EMAIL PROTECTED] ~ $ cat /etc/locale.gen
 # /etc/locale.gen: list all of the locales you want to have on your system
 #
 # The format of each line:
 # locale charmap
 #
 # Where locale is a locale located in /usr/share/i18n/locales/ and
 # where charmap is a charmap located in /usr/share/i18n/charmaps/.
 #
 # All blank lines and lines starting with # are ignored.
 #
 # For the default list of supported combinations, see the file:
 # /usr/share/i18n/SUPPORTED
 #
 # Whenever glibc is emerged, the locales listed here will be automatically
 # rebuilt for you.  After updating this file, you can simply run
 `locale-gen`
 # yourself instead of re-emerging glibc.

 en_US ISO-8859-1
 en_US.UTF-8 UTF-8
 #ja_JP.EUC-JP EUC-JP
 #ja_JP.UTF-8 UTF-8
 #ja_JP EUC-JP
 #en_HK ISO-8859-1
 #en_PH ISO-8859-1
 #de_DE ISO-8859-1
 [EMAIL PROTECTED] ISO-8859-15
 es_MX ISO-8859-1
 #fa_IR UTF-8
 fr_FR ISO-8859-1
 [EMAIL PROTECTED] ISO-8859-15
 #it_IT ISO-8859-1
 #pl_PL ISO-8859-15


 [EMAIL PROTECTED] ~ $ cat /etc/env.d/02locale
 LANG=en_US.utf8
 LC_ALL=en_us.utf8
 [EMAIL PROTECTED] ~ $



 Here is my output which I guess is correct as it works fine for me!

 [EMAIL PROTECTED] ~ $ locale
 LANG=de_DE.utf8
 LC_CTYPE=de_DE.utf8
 LC_NUMERIC=de_DE.utf8
 LC_TIME=de_DE.utf8
 LC_COLLATE=de_DE.utf8
 LC_MONETARY=de_DE.utf8
 LC_MESSAGES=de_DE.utf8
 LC_PAPER=de_DE.utf8
 LC_NAME=de_DE.utf8
 LC_ADDRESS=de_DE.utf8
 LC_TELEPHONE=de_DE.utf8
 LC_MEASUREMENT=de_DE.utf8
 LC_IDENTIFICATION=de_DE.utf8
 LC_ALL=de_DE.utf8

 [EMAIL PROTECTED] ~ $ locale -a
 C
 de_DE
 [EMAIL PROTECTED]
 de_DE.utf8
 en_GB
 en_GB.utf8
 en_US
 en_US.utf8
 POSIX

 [EMAIL PROTECTED] ~ $ cat /etc/locale.gen
 # /etc/locale.gen: list all of the locales you want to have on your system
 #
 # The format of each line:
 # locale charmap
 #
 # Where locale is a locale located in /usr/share/i18n/locales/ and
 # where charmap is a charmap located in /usr/share/i18n/charmaps/.
 #
 # All blank lines and lines starting with # are ignored.
 #
 # For the default list of supported combinations, see the file:
 # /usr/share/i18n/SUPPORTED
 #
 # Whenever glibc is emerged, the locales listed here will be automatically
 # rebuilt for you.  After updating this file, you can simply run
 `locale-gen`
 # yourself instead of re-emerging glibc.

 en_US.UTF-8 UTF-8
 en_US ISO-8859-1
 en_GB.UTF-8 UTF-8
 en_GB ISO-8859-1
 de_DE.UTF-8 UTF-8
 de_DE ISO-8859-1
 [EMAIL PROTECTED] ISO-8859-15


 [EMAIL PROTECTED] ~ $ cat /etc/env.d/02locale
 LANG=de_DE.utf8
 LC_ALL=de_DE.utf8
 GDM_LANG=de_DE.utf8
 LC_CTYPE=de_DE.utf8
 LC_NUMERIC=de_DE.utf8
 LC_TIME=de_DE.utf8
 LC_COLLATE=de_DE.utf8
 LC_MONETARY=de_DE.utf8
 LC_MESSAGES=en_US.utf8
 LC_PAPER=de_DE.utf8
 LC_NAME=de_DE.utf8
 LC_ADDRESS=de_DE.utf8
 LC_TELEPHONE=de_DE.utf8
 LC_MEASUREMENT=de_DE.utf8
 LC_IDENTIFICATION=de_DE.utf8

 Maybe locale-gen is not working properly at your system as perl says the
 locales are not installed. What are the contents of /usr/lib/locale/?

 I am guessing this as your locale output looks really weird. It does not
 show the .utf8 parts. And en_EN also looks strange as it is not a valid
 locale. It should be for instance LANG=en_US.utf8 like in 02locale. Plus the
 error messages of missing 

Re: [gentoo-user] K3b complains about my locale (SOLVED)

2008-06-01 Thread b.n.

Kevin O'Gorman ha scritto:
TOP POSTED SUMMARY: operator error.  An incorrect setting of LANG and 
LC_ALL were in /etc/profile.
They had been suggested by the guide, but were incorrectly done and 
override the results of all the

02locale and locale.gen things.

Now one X restart later, k3b and perl and I are all happy.

Thanks for suggesting a re-reading, Daniel.


Could you please provide the solution? I have the same problem and the 
thread is all but clear to me.


m.

--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] K3b complains about my locale

2008-05-31 Thread Mick
On Saturday 31 May 2008, Kevin O'Gorman wrote:

 I did not have 02locale in /etc/env.d/dir, although there was a lot of
 other stuff in that directory.
 I added the two lines.
 I ran env-update
 I ctl-alt-backspace restarted my KDE/X system
 I clicked k3b on the Multimedia submenu

 It barked at me again about x3.4-1968.

 So something isn't getting set up.

 I have a feeling about 02locale being so specific.  Why 02.  Back in
 the days when I had
 a similar thing going on with SysV Init, we had such stuff in our rc.d
 directory for run levels.
 Most of those files got installed by particular owning packages.  Would
 anyone who has
 this file, and does not think they created it from scratch, please find out
 what package
 it belongs to?  Thanks.

I can't comment on the 02locale, because I have not used it.  However, on my 
machine setting up either the LANG=en_GB, or LC_ALL=en_GB does the trick and 
k3b does not complain about charset ANSI_X3.4-1968 and what not.  

Just a thought - have you run # locale-gen first?
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] K3b complains about my locale

2008-05-31 Thread Kevin O'Gorman
On Sat, May 31, 2008 at 12:53 AM, Mick [EMAIL PROTECTED] wrote:

 On Saturday 31 May 2008, Kevin O'Gorman wrote:

  I did not have 02locale in /etc/env.d/dir, although there was a lot of
  other stuff in that directory.
  I added the two lines.
  I ran env-update
  I ctl-alt-backspace restarted my KDE/X system
  I clicked k3b on the Multimedia submenu
 
  It barked at me again about x3.4-1968.
 
  So something isn't getting set up.
 
  I have a feeling about 02locale being so specific.  Why 02.  Back in
  the days when I had
  a similar thing going on with SysV Init, we had such stuff in our rc.d
  directory for run levels.
  Most of those files got installed by particular owning packages.  Would
  anyone who has
  this file, and does not think they created it from scratch, please find
 out
  what package
  it belongs to?  Thanks.

 I can't comment on the 02locale, because I have not used it.  However, on
 my
 machine setting up either the LANG=en_GB, or LC_ALL=en_GB does the trick
 and
 k3b does not complain about charset ANSI_X3.4-1968 and what not.

 Just a thought - have you run # locale-gen first?
 --

 Just to be sure, I re-ran locale-gen just now.  It reported two problems
with a Polish
locale (that I do not use):

treat ~ # locale-gen
 * Generating 6 locales (this might take a while) with 1 jobs
 *  (1/6) Generating en_US.ISO-8859-1 ...  [ ok ]
 *  (2/6) Generating en_US.UTF-8 ...  [ ok ]
 *  (3/6) Generating es_MX.ISO-8859-1 ...   [ ok ]
 *  (4/6) Generating fr_FR.ISO-8859-1 ... [ ok ]
 *  (5/6) Generating [EMAIL PROTECTED] ... [ ok ]
 *  (6/6) Generating pl_PL.ISO-8859-15 ...
/usr/share/i18n/locales/pl_PL:2130: LC_MONETARY: unknown character in field
`currency_symbol'
/usr/share/i18n/locales/pl_PL:2161: LC_TIME: unknown character in field
`day'  [ !! ]
 * Generation complete
treat ~ #


I then ran env-update, restarted X, chose K3B from a KDE menu, and it
complained again.
So: no joy.


-- 
Kevin O'Gorman, PhD


Re: [gentoo-user] K3b complains about my locale

2008-05-31 Thread Neil Bothwick
On Sat, 31 May 2008 07:05:14 -0700, Kevin O'Gorman wrote:

 Just to be sure, I re-ran locale-gen just now.  It reported two
 problems with a Polish locale (that I do not use):

Then remove it from /etc/locale.gen. you can remove the Spanish and
French ones too, if you don't use those languages.


-- 
Neil Bothwick

Top Oxymorons Number 5: Twelve-ounce pound cake


signature.asc
Description: PGP signature


Re: [gentoo-user] K3b complains about my locale

2008-05-31 Thread Kevin O'Gorman
On Sat, May 31, 2008 at 12:38 PM, Neil Bothwick [EMAIL PROTECTED] wrote:

 On Sat, 31 May 2008 07:05:14 -0700, Kevin O'Gorman wrote:

  Just to be sure, I re-ran locale-gen just now.  It reported two
  problems with a Polish locale (that I do not use):

 Then remove it from /etc/locale.gen. you can remove the Spanish and
 French ones too, if you don't use those languages.

 I did, just as an experiment.  It made no difference to the main issue: no
locale is defined
for programs started from KDE menus, and K3B is complaining about the
resulting
ASCII (1968) definition.

I'd rather that the locale-gen worked, but that's a side issue.


-- 
Kevin O'Gorman, PhD


Re: [gentoo-user] K3b complains about my locale

2008-05-31 Thread Daniel Pielmeier

Kevin O'Gorman schrieb:

On Sat, May 31, 2008 at 12:38 PM, Neil Bothwick [EMAIL PROTECTED] wrote:


On Sat, 31 May 2008 07:05:14 -0700, Kevin O'Gorman wrote:


Just to be sure, I re-ran locale-gen just now.  It reported two
problems with a Polish locale (that I do not use):

Then remove it from /etc/locale.gen. you can remove the Spanish and
French ones too, if you don't use those languages.

I did, just as an experiment.  It made no difference to the main issue: no

locale is defined
for programs started from KDE menus, and K3B is complaining about the
resulting
ASCII (1968) definition.

I'd rather that the locale-gen worked, but that's a side issue.



Do you have something like LINGUAS=en in /etc/make.conf?

You can try to use the unicode charset [1] in /etc/env.d/02locale, maybe
k3b wants this.

LANG=en_US.utf8
LC_ALL=en_US.utf8


I also suggest going through the guide again and read thoroughly, often
there is only a tiny mistake a typo or something which makes things fail.

Can you tell us the output of:

locale
locale -a
cat /etc/locale.gen


[1] http://www.gentoo.org/doc/en/utf-8.xml

--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] K3b complains about my locale

2008-05-30 Thread Kevin O'Gorman
On Thu, May 29, 2008 at 4:09 PM, Daniel Pielmeier 
[EMAIL PROTECTED] wrote:

 Kevin O'Gorman schrieb:

  On Thu, May 29, 2008 at 3:18 PM, Mick [EMAIL PROTECTED] wrote:

  On Thursday 29 May 2008, Kevin O'Gorman wrote:

 On Thu, May 29, 2008 at 2:29 PM, Mick [EMAIL PROTECTED]
 wrote:

 On Thursday 29 May 2008, Kevin O'Gorman wrote:

 When I crank up K3b, it complains about my setup, with the message

System locale charset is ANSI_X3.4-1968
Your system's locale charset (i.e. the charset used to encode
 filenames) is set to ANSI_X3.4-1968. It is highly unlikely that this
 has been done intentionally.
Most likely the locale is not set at all. An invalid setting
 will result in problems when creating data projects.
Solution: To properly set the locale charset make sure the LC_*
 environment variables are set. Normally the distribution setup tools
 take care of this.

 It is correct that this is not intentional (it does seem antique).  I

 have

  configured .mybashrc to set my LANG to en_US, but nothing beyond
 that. What distribution setup tools is it referring to, so that I

 can

 correct this on gentoo?

 What have you set up in your /etc/locale.gen ?

 I won't take credit for setting this up, because I don't think I did.
  On
 the other hand,
 I've had occasion to internationalize a web page to dutch and polish,

 which

 appear
 in the list.  So I dunno where it came from.

 But here's what's there:

 # /etc/locale.gen: list all of the locales you want to have on your

 system

 #
 # The format of each line:
 # locale charmap
 #
 # Where locale is a locale located in /usr/share/i18n/locales/ and
 # where charmap is a charmap located in /usr/share/i18n/charmaps/.
 #
 # All blank lines and lines starting with # are ignored.
 #
 # For the default list of supported combinations, see the file:
 # /usr/share/i18n/SUPPORTED
 #
 # Whenever glibc is emerged, the locales listed here will be

 automatically

 # rebuilt for you.  After updating this file, you can simply run
 `locale-gen`
 # yourself instead of re-emerging glibc.

 en_US ISO-8859-1
 en_US.UTF-8 UTF-8
 #ja_JP.EUC-JP EUC-JP
 #ja_JP.UTF-8 UTF-8
 #ja_JP EUC-JP
 #en_HK ISO-8859-1
 #en_PH ISO-8859-1
 #de_DE ISO-8859-1
 [EMAIL PROTECTED] ISO-8859-15
 es_MX ISO-8859-1
 #fa_IR UTF-8
 fr_FR ISO-8859-1
 [EMAIL PROTECTED] ISO-8859-15
 #it_IT ISO-8859-1
 pl_PL ISO-8859-15

 This looks fine.  If when you run $ locale you get a list with LANG=en_US
 but
 further down LC_ALL=   (blank), then set export LC_ALL=xxx in your
 .bashrc
 to
 whatever you want your locale set to.


 Halfway there.  I did that, and now locale looks like

 [EMAIL PROTECTED] ~ $ locale
 LANG=en_US
 LC_CTYPE=en_US
 LC_NUMERIC=en_US
 LC_TIME=en_US
 LC_COLLATE=en_US
 LC_MONETARY=en_US
 LC_MESSAGES=en_US
 LC_PAPER=en_US
 LC_NAME=en_US
 LC_ADDRESS=en_US
 LC_TELEPHONE=en_US
 LC_MEASUREMENT=en_US
 LC_IDENTIFICATION=en_US
 LC_ALL=en_US
 [EMAIL PROTECTED] ~ $

 However, when I start k3b from the KDE menus, it still complains.

 On the other hand, if I start k3b from the shell that gives the locale
 results above,
 it starts clean.  So the issue seems to be that I need to inform KDE about
 the
 locale.

 I did a fresh boot, and that did not help, so I wonder if .mybashrc is the
 correct
 place to do this.


 try /etc/env.d/02locale

 LANG=en_US
 LC_ALL=en_US

 For details take a look at the localisation guide.
 http://www.gentoo.org/doc/en/guide-localization.xml
 --
 gentoo-user@lists.gentoo.org mailing list


The file /etc/env.d/02locale does not exist on my system.  I can create it,
of course,
but I suspect I may be missing something.  Is there a package I should
emerge?

++ kevin

-- 
Kevin O'Gorman, PhD


Re: [gentoo-user] K3b complains about my locale

2008-05-30 Thread Dominik Zajac
if theres no file 02local you have to create it and set your locales there.
after donig this run env-update

regards

Dominik

On Fri, May 30, 2008 at 3:34 PM, Kevin O'Gorman [EMAIL PROTECTED] wrote:

 On Thu, May 29, 2008 at 4:09 PM, Daniel Pielmeier 
 [EMAIL PROTECTED] wrote:

 Kevin O'Gorman schrieb:

  On Thu, May 29, 2008 at 3:18 PM, Mick [EMAIL PROTECTED] wrote:

  On Thursday 29 May 2008, Kevin O'Gorman wrote:

 On Thu, May 29, 2008 at 2:29 PM, Mick [EMAIL PROTECTED]
 wrote:

 On Thursday 29 May 2008, Kevin O'Gorman wrote:

 When I crank up K3b, it complains about my setup, with the message

System locale charset is ANSI_X3.4-1968
Your system's locale charset (i.e. the charset used to encode
 filenames) is set to ANSI_X3.4-1968. It is highly unlikely that this
 has been done intentionally.
Most likely the locale is not set at all. An invalid setting
 will result in problems when creating data projects.
Solution: To properly set the locale charset make sure the LC_*
 environment variables are set. Normally the distribution setup tools
 take care of this.

 It is correct that this is not intentional (it does seem antique).  I

 have

  configured .mybashrc to set my LANG to en_US, but nothing beyond
 that. What distribution setup tools is it referring to, so that I

 can

  correct this on gentoo?

 What have you set up in your /etc/locale.gen ?

 I won't take credit for setting this up, because I don't think I did.
  On
 the other hand,
 I've had occasion to internationalize a web page to dutch and polish,

 which

 appear
 in the list.  So I dunno where it came from.

 But here's what's there:

 # /etc/locale.gen: list all of the locales you want to have on your

 system

 #
 # The format of each line:
 # locale charmap
 #
 # Where locale is a locale located in /usr/share/i18n/locales/ and
 # where charmap is a charmap located in /usr/share/i18n/charmaps/.
 #
 # All blank lines and lines starting with # are ignored.
 #
 # For the default list of supported combinations, see the file:
 # /usr/share/i18n/SUPPORTED
 #
 # Whenever glibc is emerged, the locales listed here will be

 automatically

 # rebuilt for you.  After updating this file, you can simply run
 `locale-gen`
 # yourself instead of re-emerging glibc.

 en_US ISO-8859-1
 en_US.UTF-8 UTF-8
 #ja_JP.EUC-JP EUC-JP
 #ja_JP.UTF-8 UTF-8
 #ja_JP EUC-JP
 #en_HK ISO-8859-1
 #en_PH ISO-8859-1
 #de_DE ISO-8859-1
 [EMAIL PROTECTED] ISO-8859-15
 es_MX ISO-8859-1
 #fa_IR UTF-8
 fr_FR ISO-8859-1
 [EMAIL PROTECTED] ISO-8859-15
 #it_IT ISO-8859-1
 pl_PL ISO-8859-15

 This looks fine.  If when you run $ locale you get a list with
 LANG=en_US
 but
 further down LC_ALL=   (blank), then set export LC_ALL=xxx in your
 .bashrc
 to
 whatever you want your locale set to.


 Halfway there.  I did that, and now locale looks like

 [EMAIL PROTECTED] ~ $ locale
 LANG=en_US
 LC_CTYPE=en_US
 LC_NUMERIC=en_US
 LC_TIME=en_US
 LC_COLLATE=en_US
 LC_MONETARY=en_US
 LC_MESSAGES=en_US
 LC_PAPER=en_US
 LC_NAME=en_US
 LC_ADDRESS=en_US
 LC_TELEPHONE=en_US
 LC_MEASUREMENT=en_US
 LC_IDENTIFICATION=en_US
 LC_ALL=en_US
 [EMAIL PROTECTED] ~ $

 However, when I start k3b from the KDE menus, it still complains.

 On the other hand, if I start k3b from the shell that gives the locale
 results above,
 it starts clean.  So the issue seems to be that I need to inform KDE
 about
 the
 locale.

 I did a fresh boot, and that did not help, so I wonder if .mybashrc is
 the
 correct
 place to do this.


 try /etc/env.d/02locale

 LANG=en_US
 LC_ALL=en_US

 For details take a look at the localisation guide.
 http://www.gentoo.org/doc/en/guide-localization.xml
 --
 gentoo-user@lists.gentoo.org mailing list


 The file /etc/env.d/02locale does not exist on my system.  I can create it,
 of course,
 but I suspect I may be missing something.  Is there a package I should
 emerge?

 ++ kevin

 --
 Kevin O'Gorman, PhD



RE: [gentoo-user] K3b complains about my locale

2008-05-30 Thread Marzan, Richard non Unisys
From: Dominik Zajac [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 30, 2008 10:24 AM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] K3b complains about my locale

if theres no file 02local you have to create it and set your locales there. 
after donig this run env-update

regards

Dominik
On Fri, May 30, 2008 at 3:34 PM, Kevin O'Gorman [EMAIL PROTECTED] wrote:
On Thu, May 29, 2008 at 4:09 PM, Daniel Pielmeier [EMAIL PROTECTED] wrote:
Kevin O'Gorman schrieb:

On Thu, May 29, 2008 at 3:18 PM, Mick [EMAIL PROTECTED] wrote:
On Thursday 29 May 2008, Kevin O'Gorman wrote:
On Thu, May 29, 2008 at 2:29 PM, Mick [EMAIL PROTECTED] wrote:
On Thursday 29 May 2008, Kevin O'Gorman wrote:
When I crank up K3b, it complains about my setup, with the message

   System locale charset is ANSI_X3.4-1968
   Your system's locale charset (i.e. the charset used to encode
filenames) is set to ANSI_X3.4-1968. It is highly unlikely that this
has been done intentionally.
   Most likely the locale is not set at     all. An invalid setting
will result in problems when creating data projects.
   Solution: To properly set the locale charset make sure the LC_*
environment variables are set. Normally the distribution setup tools
take care of this.

It is correct that this is not intentional (it does seem antique).  I
have
configured .mybashrc to set my LANG to en_US, but nothing beyond
that. What distribution setup tools is it referring to, so that I
can
correct this on gentoo?
What have you set up in your /etc/locale.gen ?
I won't take credit for setting this up, because I don't think I did.  On
the other hand,
I've had occasion to internationalize a web page to dutch and polish,
which
appear
in the list.  So I dunno where it came from.

But here's what's there:

# /etc/locale.gen: list all of the locales you want to have on your
system
#
# The format of each line:
# locale charmap
#
# Where locale is a locale located in /usr/share/i18n/locales/ and
# where charmap is a charmap located in /usr/share/i18n/charmaps/.
#
# All blank lines and lines starting with # are ignored.
#
# For the default list of supported combinations, see the file:
# /usr/share/i18n/SUPPORTED
#
# Whenever glibc is emerged, the locales listed here will be
automatically
# rebuilt for you.  After updating this file, you can simply run
`locale-gen`
# yourself instead of re-emerging glibc.

en_US ISO-8859-1
en_US.UTF-8 UTF-8
#ja_JP.EUC-JP EUC-JP
#ja_JP.UTF-8 UTF-8
#ja_JP EUC-JP
#en_HK ISO-8859-1
#en_PH ISO-8859-1
#de_DE ISO-8859-1
[EMAIL PROTECTED] ISO-8859-15
es_MX ISO-8859-1
#fa_IR UTF-8
fr_FR ISO-8859-1
[EMAIL PROTECTED] ISO-8859-15
#it_IT ISO-8859-1
pl_PL ISO-8859-15
This looks fine.  If when you run $ locale you get a list with LANG=en_US
but
further down LC_ALL=   (blank), then set export LC_ALL=xxx in your .bashrc
to
whatever you want your locale set to.

Halfway there.  I did that, and now locale looks like

[EMAIL PROTECTED] ~ $ locale
LANG=en_US
LC_CTYPE=en_US
LC_NUMERIC=en_US
LC_TIME=en_US
LC_COLLATE=en_US
LC_MONETARY=en_US
LC_MESSAGES=en_US
LC_PAPER=en_US
LC_NAME=en_US
LC_ADDRESS=en_US
LC_TELEPHONE=en_US
LC_MEASUREMENT=en_US
LC_IDENTIFICATION=en_US
LC_ALL=en_US
[EMAIL PROTECTED] ~ $

However, when I start k3b from the KDE menus, it still complains.

On the other hand, if I start k3b from the shell that gives the locale
results above,
it starts clean.  So the issue seems to be that I need to inform KDE about
the
locale.

I did a fresh boot, and that did not help, so I wonder if .mybashrc is the
correct
place to do this.

try /etc/env.d/02locale

LANG=en_US
LC_ALL=en_US

For details take a look at the localisation guide. 
http://www.gentoo.org/doc/en/guide-localization.xml
-- 
gentoo-user@lists.gentoo.org mailing list

The file /etc/env.d/02locale does not exist on my system.  I can create it, of 
course,
but I suspect I may be missing something.  Is there a package I should emerge?

++ kevin

-- 
Kevin O'Gorman, PhD






I guarantee that those instructions will work for you. Check to see if you have 
02locale in your /etc/env.d/ dir.


--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] K3b complains about my locale

2008-05-30 Thread Kevin O'Gorman
On Fri, May 30, 2008 at 12:06 PM, Marzan, Richard non Unisys 
[EMAIL PROTECTED] wrote:

 From: Dominik Zajac [mailto:[EMAIL PROTECTED]
 Sent: Friday, May 30, 2008 10:24 AM
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] K3b complains about my locale

 if theres no file 02local you have to create it and set your locales there.
 after donig this run env-update

 regards

 Dominik
 On Fri, May 30, 2008 at 3:34 PM, Kevin O'Gorman [EMAIL PROTECTED]
 wrote:
 On Thu, May 29, 2008 at 4:09 PM, Daniel Pielmeier 
 [EMAIL PROTECTED] wrote:
 Kevin O'Gorman schrieb:

 On Thu, May 29, 2008 at 3:18 PM, Mick [EMAIL PROTECTED] wrote:
 On Thursday 29 May 2008, Kevin O'Gorman wrote:
 On Thu, May 29, 2008 at 2:29 PM, Mick [EMAIL PROTECTED] wrote:
 On Thursday 29 May 2008, Kevin O'Gorman wrote:
 When I crank up K3b, it complains about my setup, with the message

System locale charset is ANSI_X3.4-1968
Your system's locale charset (i.e. the charset used to encode
 filenames) is set to ANSI_X3.4-1968. It is highly unlikely that this
 has been done intentionally.
Most likely the locale is not set at all. An invalid setting
 will result in problems when creating data projects.
Solution: To properly set the locale charset make sure the LC_*
 environment variables are set. Normally the distribution setup tools
 take care of this.

 It is correct that this is not intentional (it does seem antique).  I
 have
 configured .mybashrc to set my LANG to en_US, but nothing beyond
 that. What distribution setup tools is it referring to, so that I
 can
 correct this on gentoo?
 What have you set up in your /etc/locale.gen ?
 I won't take credit for setting this up, because I don't think I did.  On
 the other hand,
 I've had occasion to internationalize a web page to dutch and polish,
 which
 appear
 in the list.  So I dunno where it came from.

 But here's what's there:

 # /etc/locale.gen: list all of the locales you want to have on your
 system
 #
 # The format of each line:
 # locale charmap
 #
 # Where locale is a locale located in /usr/share/i18n/locales/ and
 # where charmap is a charmap located in /usr/share/i18n/charmaps/.
 #
 # All blank lines and lines starting with # are ignored.
 #
 # For the default list of supported combinations, see the file:
 # /usr/share/i18n/SUPPORTED
 #
 # Whenever glibc is emerged, the locales listed here will be
 automatically
 # rebuilt for you.  After updating this file, you can simply run
 `locale-gen`
 # yourself instead of re-emerging glibc.

 en_US ISO-8859-1
 en_US.UTF-8 UTF-8
 #ja_JP.EUC-JP EUC-JP
 #ja_JP.UTF-8 UTF-8
 #ja_JP EUC-JP
 #en_HK ISO-8859-1
 #en_PH ISO-8859-1
 #de_DE ISO-8859-1
 [EMAIL PROTECTED] ISO-8859-15
 es_MX ISO-8859-1
 #fa_IR UTF-8
 fr_FR ISO-8859-1
 [EMAIL PROTECTED] ISO-8859-15
 #it_IT ISO-8859-1
 pl_PL ISO-8859-15
 This looks fine.  If when you run $ locale you get a list with LANG=en_US
 but
 further down LC_ALL=   (blank), then set export LC_ALL=xxx in your .bashrc
 to
 whatever you want your locale set to.

 Halfway there.  I did that, and now locale looks like

 [EMAIL PROTECTED] ~ $ locale
 LANG=en_US
 LC_CTYPE=en_US
 LC_NUMERIC=en_US
 LC_TIME=en_US
 LC_COLLATE=en_US
 LC_MONETARY=en_US
 LC_MESSAGES=en_US
 LC_PAPER=en_US
 LC_NAME=en_US
 LC_ADDRESS=en_US
 LC_TELEPHONE=en_US
 LC_MEASUREMENT=en_US
 LC_IDENTIFICATION=en_US
 LC_ALL=en_US
 [EMAIL PROTECTED] ~ $

 However, when I start k3b from the KDE menus, it still complains.

 On the other hand, if I start k3b from the shell that gives the locale
 results above,
 it starts clean.  So the issue seems to be that I need to inform KDE about
 the
 locale.

 I did a fresh boot, and that did not help, so I wonder if .mybashrc is the
 correct
 place to do this.

 try /etc/env.d/02locale

 LANG=en_US
 LC_ALL=en_US

 For details take a look at the localisation guide.
 http://www.gentoo.org/doc/en/guide-localization.xml
 --
 gentoo-user@lists.gentoo.org mailing list

 The file /etc/env.d/02locale does not exist on my system.  I can create it,
 of course,
 but I suspect I may be missing something.  Is there a package I should
 emerge?

 ++ kevin

 --
 Kevin O'Gorman, PhD






 I guarantee that those instructions will work for you. Check to see if you
 have 02locale in your /etc/env.d/ dir.


 --
 gentoo-user@lists.gentoo.org mailing list

 It looks like I'd collect on that guarantee.
I did not have 02locale in /etc/env.d/dir, although there was a lot of other
stuff in that directory.
I added the two lines.
I ran env-update
I ctl-alt-backspace restarted my KDE/X system
I clicked k3b on the Multimedia submenu

It barked at me again about x3.4-1968.

So something isn't getting set up.

I have a feeling about 02locale being so specific.  Why 02.  Back in the
days when I had
a similar thing going on with SysV Init, we had such stuff in our rc.d
directory for run levels.
Most of those files got installed by particular owning packages.  Would
anyone who has
this file, and does not think they created it from

Re: [gentoo-user] K3b complains about my locale

2008-05-30 Thread Neil Bothwick
On Fri, 30 May 2008 16:25:33 -0700, Kevin O'Gorman wrote:

 I have a feeling about 02locale being so specific.  Why 02.

So that the locale environment variables are set before most of the
others.


-- 
Neil Bothwick

If Yoda so strong in force is, why words in right order he cannot put?


signature.asc
Description: PGP signature


[gentoo-user] K3b complains about my locale

2008-05-29 Thread Kevin O'Gorman
When I crank up K3b, it complains about my setup, with the message

System locale charset is ANSI_X3.4-1968
Your system's locale charset (i.e. the charset used to encode filenames)
is set to ANSI_X3.4-1968. It is highly unlikely that this has been done
intentionally.
Most likely the locale is not set at all. An invalid setting will
result in problems when creating data projects.
Solution: To properly set the locale charset make sure the LC_*
environment variables are set. Normally the distribution setup tools take
care of this.

It is correct that this is not intentional (it does seem antique).  I have
configured .mybashrc to set my LANG to en_US, but nothing beyond that.
What distribution setup tools is it referring to, so that I can correct
this on gentoo?

++ kevin


Re: [gentoo-user] K3b complains about my locale

2008-05-29 Thread Mick
On Thursday 29 May 2008, Kevin O'Gorman wrote:
 When I crank up K3b, it complains about my setup, with the message

 System locale charset is ANSI_X3.4-1968
 Your system's locale charset (i.e. the charset used to encode
 filenames) is set to ANSI_X3.4-1968. It is highly unlikely that this has
 been done intentionally.
 Most likely the locale is not set at all. An invalid setting will
 result in problems when creating data projects.
 Solution: To properly set the locale charset make sure the LC_*
 environment variables are set. Normally the distribution setup tools take
 care of this.

 It is correct that this is not intentional (it does seem antique).  I have
 configured .mybashrc to set my LANG to en_US, but nothing beyond that.
 What distribution setup tools is it referring to, so that I can correct
 this on gentoo?

What have you set up in your /etc/locale.gen ?

-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] K3b complains about my locale

2008-05-29 Thread Kevin O'Gorman
On Thu, May 29, 2008 at 2:29 PM, Mick [EMAIL PROTECTED] wrote:

 On Thursday 29 May 2008, Kevin O'Gorman wrote:
  When I crank up K3b, it complains about my setup, with the message
 
  System locale charset is ANSI_X3.4-1968
  Your system's locale charset (i.e. the charset used to encode
  filenames) is set to ANSI_X3.4-1968. It is highly unlikely that this has
  been done intentionally.
  Most likely the locale is not set at all. An invalid setting will
  result in problems when creating data projects.
  Solution: To properly set the locale charset make sure the LC_*
  environment variables are set. Normally the distribution setup tools take
  care of this.
 
  It is correct that this is not intentional (it does seem antique).  I
 have
  configured .mybashrc to set my LANG to en_US, but nothing beyond that.
  What distribution setup tools is it referring to, so that I can correct
  this on gentoo?

 What have you set up in your /etc/locale.gen ?


I won't take credit for setting this up, because I don't think I did.  On
the other hand,
I've had occasion to internationalize a web page to dutch and polish, which
appear
in the list.  So I dunno where it came from.

But here's what's there:

# /etc/locale.gen: list all of the locales you want to have on your system
#
# The format of each line:
# locale charmap
#
# Where locale is a locale located in /usr/share/i18n/locales/ and
# where charmap is a charmap located in /usr/share/i18n/charmaps/.
#
# All blank lines and lines starting with # are ignored.
#
# For the default list of supported combinations, see the file:
# /usr/share/i18n/SUPPORTED
#
# Whenever glibc is emerged, the locales listed here will be automatically
# rebuilt for you.  After updating this file, you can simply run
`locale-gen`
# yourself instead of re-emerging glibc.

en_US ISO-8859-1
en_US.UTF-8 UTF-8
#ja_JP.EUC-JP EUC-JP
#ja_JP.UTF-8 UTF-8
#ja_JP EUC-JP
#en_HK ISO-8859-1
#en_PH ISO-8859-1
#de_DE ISO-8859-1
[EMAIL PROTECTED] ISO-8859-15
es_MX ISO-8859-1
#fa_IR UTF-8
fr_FR ISO-8859-1
[EMAIL PROTECTED] ISO-8859-15
#it_IT ISO-8859-1
pl_PL ISO-8859-15



-- 
Kevin O'Gorman, PhD


Re: [gentoo-user] K3b complains about my locale

2008-05-29 Thread Mick
On Thursday 29 May 2008, Kevin O'Gorman wrote:
 On Thu, May 29, 2008 at 2:29 PM, Mick [EMAIL PROTECTED] wrote:
  On Thursday 29 May 2008, Kevin O'Gorman wrote:
   When I crank up K3b, it complains about my setup, with the message
  
   System locale charset is ANSI_X3.4-1968
   Your system's locale charset (i.e. the charset used to encode
   filenames) is set to ANSI_X3.4-1968. It is highly unlikely that this
   has been done intentionally.
   Most likely the locale is not set at all. An invalid setting
   will result in problems when creating data projects.
   Solution: To properly set the locale charset make sure the LC_*
   environment variables are set. Normally the distribution setup tools
   take care of this.
  
   It is correct that this is not intentional (it does seem antique).  I
 
  have
 
   configured .mybashrc to set my LANG to en_US, but nothing beyond
   that. What distribution setup tools is it referring to, so that I can
   correct this on gentoo?
 
  What have you set up in your /etc/locale.gen ?

 I won't take credit for setting this up, because I don't think I did.  On
 the other hand,
 I've had occasion to internationalize a web page to dutch and polish, which
 appear
 in the list.  So I dunno where it came from.

 But here's what's there:

 # /etc/locale.gen: list all of the locales you want to have on your system
 #
 # The format of each line:
 # locale charmap
 #
 # Where locale is a locale located in /usr/share/i18n/locales/ and
 # where charmap is a charmap located in /usr/share/i18n/charmaps/.
 #
 # All blank lines and lines starting with # are ignored.
 #
 # For the default list of supported combinations, see the file:
 # /usr/share/i18n/SUPPORTED
 #
 # Whenever glibc is emerged, the locales listed here will be automatically
 # rebuilt for you.  After updating this file, you can simply run
 `locale-gen`
 # yourself instead of re-emerging glibc.

 en_US ISO-8859-1
 en_US.UTF-8 UTF-8
 #ja_JP.EUC-JP EUC-JP
 #ja_JP.UTF-8 UTF-8
 #ja_JP EUC-JP
 #en_HK ISO-8859-1
 #en_PH ISO-8859-1
 #de_DE ISO-8859-1
 [EMAIL PROTECTED] ISO-8859-15
 es_MX ISO-8859-1
 #fa_IR UTF-8
 fr_FR ISO-8859-1
 [EMAIL PROTECTED] ISO-8859-15
 #it_IT ISO-8859-1
 pl_PL ISO-8859-15

This looks fine.  If when you run $ locale you get a list with LANG=en_US but 
further down LC_ALL=   (blank), then set export LC_ALL=xxx in your .bashrc to 
whatever you want your locale set to.

HTH.
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] K3b complains about my locale

2008-05-29 Thread Kevin O'Gorman
On Thu, May 29, 2008 at 3:18 PM, Mick [EMAIL PROTECTED] wrote:

 On Thursday 29 May 2008, Kevin O'Gorman wrote:
  On Thu, May 29, 2008 at 2:29 PM, Mick [EMAIL PROTECTED] wrote:
   On Thursday 29 May 2008, Kevin O'Gorman wrote:
When I crank up K3b, it complains about my setup, with the message
   
System locale charset is ANSI_X3.4-1968
Your system's locale charset (i.e. the charset used to encode
filenames) is set to ANSI_X3.4-1968. It is highly unlikely that this
has been done intentionally.
Most likely the locale is not set at all. An invalid setting
will result in problems when creating data projects.
Solution: To properly set the locale charset make sure the LC_*
environment variables are set. Normally the distribution setup tools
take care of this.
   
It is correct that this is not intentional (it does seem antique).  I
  
   have
  
configured .mybashrc to set my LANG to en_US, but nothing beyond
that. What distribution setup tools is it referring to, so that I
 can
correct this on gentoo?
  
   What have you set up in your /etc/locale.gen ?
 
  I won't take credit for setting this up, because I don't think I did.  On
  the other hand,
  I've had occasion to internationalize a web page to dutch and polish,
 which
  appear
  in the list.  So I dunno where it came from.
 
  But here's what's there:
 
  # /etc/locale.gen: list all of the locales you want to have on your
 system
  #
  # The format of each line:
  # locale charmap
  #
  # Where locale is a locale located in /usr/share/i18n/locales/ and
  # where charmap is a charmap located in /usr/share/i18n/charmaps/.
  #
  # All blank lines and lines starting with # are ignored.
  #
  # For the default list of supported combinations, see the file:
  # /usr/share/i18n/SUPPORTED
  #
  # Whenever glibc is emerged, the locales listed here will be
 automatically
  # rebuilt for you.  After updating this file, you can simply run
  `locale-gen`
  # yourself instead of re-emerging glibc.
 
  en_US ISO-8859-1
  en_US.UTF-8 UTF-8
  #ja_JP.EUC-JP EUC-JP
  #ja_JP.UTF-8 UTF-8
  #ja_JP EUC-JP
  #en_HK ISO-8859-1
  #en_PH ISO-8859-1
  #de_DE ISO-8859-1
  [EMAIL PROTECTED] ISO-8859-15
  es_MX ISO-8859-1
  #fa_IR UTF-8
  fr_FR ISO-8859-1
  [EMAIL PROTECTED] ISO-8859-15
  #it_IT ISO-8859-1
  pl_PL ISO-8859-15

 This looks fine.  If when you run $ locale you get a list with LANG=en_US
 but
 further down LC_ALL=   (blank), then set export LC_ALL=xxx in your .bashrc
 to
 whatever you want your locale set to.


Halfway there.  I did that, and now locale looks like

[EMAIL PROTECTED] ~ $ locale
LANG=en_US
LC_CTYPE=en_US
LC_NUMERIC=en_US
LC_TIME=en_US
LC_COLLATE=en_US
LC_MONETARY=en_US
LC_MESSAGES=en_US
LC_PAPER=en_US
LC_NAME=en_US
LC_ADDRESS=en_US
LC_TELEPHONE=en_US
LC_MEASUREMENT=en_US
LC_IDENTIFICATION=en_US
LC_ALL=en_US
[EMAIL PROTECTED] ~ $

However, when I start k3b from the KDE menus, it still complains.

On the other hand, if I start k3b from the shell that gives the locale
results above,
it starts clean.  So the issue seems to be that I need to inform KDE about
the
locale.

I did a fresh boot, and that did not help, so I wonder if .mybashrc is the
correct
place to do this.

-- 
Kevin O'Gorman, PhD


Re: [gentoo-user] K3b complains about my locale

2008-05-29 Thread Neil Bothwick
On Thu, 29 May 2008 16:01:35 -0700, Kevin O'Gorman wrote:

 I did a fresh boot, and that did not help, so I wonder if .mybashrc is
 the correct place to do this.

Not really, because that only applies to bash. I have my locale settings
in /etc/env.d/02locale - run env-update after editing it.


-- 
Neil Bothwick

Life's a cache, and then you flush...


signature.asc
Description: PGP signature


Re: [gentoo-user] K3b complains about my locale

2008-05-29 Thread Daniel Pielmeier

Kevin O'Gorman schrieb:

On Thu, May 29, 2008 at 3:18 PM, Mick [EMAIL PROTECTED] wrote:


On Thursday 29 May 2008, Kevin O'Gorman wrote:

On Thu, May 29, 2008 at 2:29 PM, Mick [EMAIL PROTECTED] wrote:

On Thursday 29 May 2008, Kevin O'Gorman wrote:

When I crank up K3b, it complains about my setup, with the message

System locale charset is ANSI_X3.4-1968
Your system's locale charset (i.e. the charset used to encode
filenames) is set to ANSI_X3.4-1968. It is highly unlikely that this
has been done intentionally.
Most likely the locale is not set at all. An invalid setting
will result in problems when creating data projects.
Solution: To properly set the locale charset make sure the LC_*
environment variables are set. Normally the distribution setup tools
take care of this.

It is correct that this is not intentional (it does seem antique).  I

have


configured .mybashrc to set my LANG to en_US, but nothing beyond
that. What distribution setup tools is it referring to, so that I

can

correct this on gentoo?

What have you set up in your /etc/locale.gen ?

I won't take credit for setting this up, because I don't think I did.  On
the other hand,
I've had occasion to internationalize a web page to dutch and polish,

which

appear
in the list.  So I dunno where it came from.

But here's what's there:

# /etc/locale.gen: list all of the locales you want to have on your

system

#
# The format of each line:
# locale charmap
#
# Where locale is a locale located in /usr/share/i18n/locales/ and
# where charmap is a charmap located in /usr/share/i18n/charmaps/.
#
# All blank lines and lines starting with # are ignored.
#
# For the default list of supported combinations, see the file:
# /usr/share/i18n/SUPPORTED
#
# Whenever glibc is emerged, the locales listed here will be

automatically

# rebuilt for you.  After updating this file, you can simply run
`locale-gen`
# yourself instead of re-emerging glibc.

en_US ISO-8859-1
en_US.UTF-8 UTF-8
#ja_JP.EUC-JP EUC-JP
#ja_JP.UTF-8 UTF-8
#ja_JP EUC-JP
#en_HK ISO-8859-1
#en_PH ISO-8859-1
#de_DE ISO-8859-1
[EMAIL PROTECTED] ISO-8859-15
es_MX ISO-8859-1
#fa_IR UTF-8
fr_FR ISO-8859-1
[EMAIL PROTECTED] ISO-8859-15
#it_IT ISO-8859-1
pl_PL ISO-8859-15

This looks fine.  If when you run $ locale you get a list with LANG=en_US
but
further down LC_ALL=   (blank), then set export LC_ALL=xxx in your .bashrc
to
whatever you want your locale set to.



Halfway there.  I did that, and now locale looks like

[EMAIL PROTECTED] ~ $ locale
LANG=en_US
LC_CTYPE=en_US
LC_NUMERIC=en_US
LC_TIME=en_US
LC_COLLATE=en_US
LC_MONETARY=en_US
LC_MESSAGES=en_US
LC_PAPER=en_US
LC_NAME=en_US
LC_ADDRESS=en_US
LC_TELEPHONE=en_US
LC_MEASUREMENT=en_US
LC_IDENTIFICATION=en_US
LC_ALL=en_US
[EMAIL PROTECTED] ~ $

However, when I start k3b from the KDE menus, it still complains.

On the other hand, if I start k3b from the shell that gives the locale
results above,
it starts clean.  So the issue seems to be that I need to inform KDE about
the
locale.

I did a fresh boot, and that did not help, so I wonder if .mybashrc is the
correct
place to do this.



try /etc/env.d/02locale

LANG=en_US
LC_ALL=en_US

For details take a look at the localisation guide. 
http://www.gentoo.org/doc/en/guide-localization.xml

--
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] k3b demands audio support

2008-03-04 Thread Philip Webb
Can anyone explain why K3b demands audio support, but Xcdroast doesn't ?

  root: root emerge -pv k3b 

  These are the packages that would be merged, in order:

  Calculating dependencies... done!
  [ebuild N ] media-sound/cdparanoia-3.10_pre0  148 kB
  [ebuild N ] media-libs/libsamplerate-0.1.2-r1  USE=-fftw -sndfile 692 kB
  [ebuild N ] media-libs/taglib-1.4-r1  USE=-debug 716 kB
  [ebuild N ] dev-util/cmake-2.4.6-r1  USE=-emacs -vim-syntax 2,544 kB
  [ebuild N ] sys-libs/libcap-1.10-r11  USE=python 39 kB
  [ebuild N ] media-sound/normalize-0.7.7  USE=-audiofile -mad -nls 380 kB
  [ebuild N ] app-cdr/cdrkit-1.1.6  USE=-hfs unicode 1,375 kB
  [ebuild N ] app-cdr/cdrdao-1.2.2  USE=-debug -encode -gnome -pccts 1,376 kB
  [ebuild N ] app-cdr/k3b-1.0.4  USE=-alsa -arts -css -debug -dvdr -dvdread 
-emovix -encode -ffmpeg -flac hal -mp3 -musepack -musicbrainz -sndfile -vcd 
-vorbis -xinerama LINGUAS=-af -ar -bg -br -bs -ca -cs -cy -da -de -el -en_GB 
-es -et -eu -fa -fi -fr -ga -gl -he -hi -hu -is -it -ja -ka -lt -mk -ms -nb 
-nds -nl -nn -pa -pl -pt -pt_BR -ru -rw -se -sk -sr [EMAIL PROTECTED] -sv -ta 
-tr -uk -uz -zh_CN -zh_TW 4,996 kB

  Total: 9 packages (9 new), Size of downloads: 12,262 kB

  root: root emerge -pv xcdroast

  These are the packages that would be merged, in order:

  Calculating dependencies... done!
  [ebuild  N] dev-util/cmake-2.4.6-r1  USE=-emacs -vim-syntax 2,544 kB
  [ebuild  N] sys-libs/libcap-1.10-r11  USE=python 39 kB
  [ebuild  N] app-cdr/cdrkit-1.1.6  USE=-hfs unicode 1,375 kB
  [ebuild  N] app-cdr/xcdroast-0.98_alpha15-r5  USE=-nls 3,287 kB

  Total: 4 packages (4 new), Size of downloads: 7,243 kB

The extra pkgs required by K3b all involve audio.
I have no sound support in my kernel.

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] k3b demands audio support

2008-03-04 Thread Chris Brennan

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

because k3b does more then xCDRoast ... it's a fully fledged media encoder

C-


Philip Webb wrote:
| Can anyone explain why K3b demands audio support, but Xcdroast doesn't ?
|
|   root: root emerge -pv k3b
|
|   These are the packages that would be merged, in order:
|
|   Calculating dependencies... done!
|   [ebuild N ] media-sound/cdparanoia-3.10_pre0  148 kB
|   [ebuild N ] media-libs/libsamplerate-0.1.2-r1  USE=-fftw -sndfile
692 kB
|   [ebuild N ] media-libs/taglib-1.4-r1  USE=-debug 716 kB
|   [ebuild N ] dev-util/cmake-2.4.6-r1  USE=-emacs -vim-syntax 2,544 kB
|   [ebuild N ] sys-libs/libcap-1.10-r11  USE=python 39 kB
|   [ebuild N ] media-sound/normalize-0.7.7  USE=-audiofile -mad -nls
380 kB
|   [ebuild N ] app-cdr/cdrkit-1.1.6  USE=-hfs unicode 1,375 kB
|   [ebuild N ] app-cdr/cdrdao-1.2.2  USE=-debug -encode -gnome -pccts
1,376 kB
|   [ebuild N ] app-cdr/k3b-1.0.4  USE=-alsa -arts -css -debug -dvdr
- -dvdread -emovix -encode -ffmpeg -flac hal -mp3 -musepack -musicbrainz
- -sndfile -vcd -vorbis -xinerama LINGUAS=-af -ar -bg -br -bs -ca -cs
- -cy -da -de -el -en_GB -es -et -eu -fa -fi -fr -ga -gl -he -hi -hu -is
- -it -ja -ka -lt -mk -ms -nb -nds -nl -nn -pa -pl -pt -pt_BR -ru -rw -se
- -sk -sr [EMAIL PROTECTED] -sv -ta -tr -uk -uz -zh_CN -zh_TW 4,996 kB
|
|   Total: 9 packages (9 new), Size of downloads: 12,262 kB
|
|   root: root emerge -pv xcdroast
|
|   These are the packages that would be merged, in order:
|
|   Calculating dependencies... done!
|   [ebuild  N] dev-util/cmake-2.4.6-r1  USE=-emacs -vim-syntax
2,544 kB
|   [ebuild  N] sys-libs/libcap-1.10-r11  USE=python 39 kB
|   [ebuild  N] app-cdr/cdrkit-1.1.6  USE=-hfs unicode 1,375 kB
|   [ebuild  N] app-cdr/xcdroast-0.98_alpha15-r5  USE=-nls 3,287 kB
|
|   Total: 4 packages (4 new), Size of downloads: 7,243 kB
|
| The extra pkgs required by K3b all involve audio.
| I have no sound support in my kernel.
|

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHzc4F8hUIAnGfls4RAgNFAJ9j2zXvLJ926gRd3/8BWIn9Pw24ugCfb/wC
z3qx1B5yw7KWbFfa8VpNNco=
=+Rf8
-END PGP SIGNATURE-
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] k3b demands audio support

2008-03-04 Thread Manuel McLure

On Tue, 4 Mar 2008 17:07:52 -0500, Philip Webb [EMAIL PROTECTED]
wrote:
 Can anyone explain why K3b demands audio support, but Xcdroast doesn't ?
 
   root: root emerge -pv k3b
 
   These are the packages that would be merged, in order:
 
   Calculating dependencies... done!
   [ebuild N ] media-sound/cdparanoia-3.10_pre0  148 kB
   [ebuild N ] media-libs/libsamplerate-0.1.2-r1  USE=-fftw -sndfile 692
 kB
   [ebuild N ] media-libs/taglib-1.4-r1  USE=-debug 716 kB
   [ebuild N ] dev-util/cmake-2.4.6-r1  USE=-emacs -vim-syntax 2,544 kB
   [ebuild N ] sys-libs/libcap-1.10-r11  USE=python 39 kB
   [ebuild N ] media-sound/normalize-0.7.7  USE=-audiofile -mad -nls 380
 kB
   [ebuild N ] app-cdr/cdrkit-1.1.6  USE=-hfs unicode 1,375 kB
   [ebuild N ] app-cdr/cdrdao-1.2.2  USE=-debug -encode -gnome -pccts
 1,376 kB
   [ebuild N ] app-cdr/k3b-1.0.4  USE=-alsa -arts -css -debug -dvdr
 -dvdread -emovix -encode -ffmpeg -flac hal -mp3 -musepack -musicbrainz
 -sndfile -vcd -vorbis -xinerama LINGUAS=-af -ar -bg -br -bs -ca -cs -cy
 -da -de -el -en_GB -es -et -eu -fa -fi -fr -ga -gl -he -hi -hu -is -it
-ja
 -ka -lt -mk -ms -nb -nds -nl -nn -pa -pl -pt -pt_BR -ru -rw -se -sk -sr
 [EMAIL PROTECTED] -sv -ta -tr -uk -uz -zh_CN -zh_TW 4,996 kB

[SNIP]

 
 The extra pkgs required by K3b all involve audio.
 I have no sound support in my kernel.

I don't think any of those require that you have audio support in your
kernel. They're sound file manipulation packages and audio CD
ripping/recording packages, not sound playback/recording packages.

-- 
Manuel A. McLure WW1FA [EMAIL PROTECTED] http://www.mclure.org
...for in Ulthar, according to an ancient and significant law,
no man may kill a cat.   -- H.P. Lovecraft


-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] k3b demands audio support

2008-03-04 Thread Alan McKinnon
On Wednesday 05 March 2008, Philip Webb wrote:
 Can anyone explain why K3b demands audio support, but Xcdroast
 doesn't ?

k3b supports audio CD ripping and burning. This is independant of audio 
support in your kernel, which basically means how to make sounds come 
out the speakers. k3b's support allows it to understand the data on an 
audio cd

The packages you list are hard coded into the k3b ebuild, but nothing in 
the sources implies that audio cd support is mandatory.Maybe ask the 
devs why they did it this way?



-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] k3b, konqueror DCOP error on start

2007-04-03 Thread Neil Bothwick
Hello Jed R. Mallen,

 DCOPClient::attachInternal. Attach failed Authentication Rejected,
 reason : Non DCOPServer self-test failed.
 kdeinit: DCOPServer could not be started, aborting.
 ERROR: KUniqueApplication: Can't setup DCOP communication.
 ===

The only time I've seen this, it was caused by permissions preventing
DCOP from opening sockets, due to a user sharing the same home directory
between two distros.

 i checked dcop and came up with kdcop which is not installed but it's
 not on the dependency of the above kde apps.

kdcop is a GUI for working with dcop, so nothing depends on it. The dcop
command line program is part of kdelibs. Running that should give a list
of your DCOP processes, if it gives an error, something is borked. Check
~/.xsession-errors too.


-- 
Neil Bothwick

KPLA: Warrior's Radio! All the glory, all the time!


signature.asc
Description: PGP signature


[gentoo-user] k3b, konqueror DCOP error on start

2007-04-02 Thread Jed R. Mallen

I suddenly got this upon starting k3b, konqueror after an emerge -uDN world:

===
Processing '/home/nocti/.joerc'...Processing '/etc/joe/ftyperc'...done
   IW   /mnt/usb/k3b-error   Row 1Col 1   11:46  Ctrl-K H for help
/usr/bin/iceauth: /tmp/dcopPfMg8b:1:  bad add command line
/usr/bin/iceauth: /tmp/dcopPfMg8b:2:  bad add command line
ICE Connection rejected!

DCOPClient::attachInternal. Attach failed Authentication Rejected, reason : Non
ICE Connection rejected!

DCOPClient::attachInternal. Attach failed Authentication Rejected, reason : Non
DCOPServer self-test failed.
kdeinit: DCOPServer could not be started, aborting.
ERROR: KUniqueApplication: Can't setup DCOP communication.
===

revdep-rebuild says all is ok.

i checked dcop and came up with kdcop which is not installed but it's
not on the dependency of the above kde apps.

what could be wrong? thanks.

--
Jed R. Mallen | GPG key ID: 81E575A3 fp: 4E1E CBA5 7E6A 2F8B 8756
660A E54C 39D6 81E5 75A3 | http://jed.sitesled.com
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] k3b no devices

2006-08-08 Thread Dirk Heinrichs
Am Dienstag, 8. August 2006 13:52 schrieb ext Oliver Klein:

 i had installed k3b but when i started this as a user, there was no
 device in k3b. HereŽs my config...

Is the user member of group cdrw?

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.capgemini.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgpu7dQJiVnDV.pgp
Description: PGP signature


RE: [***SPAM***] - Re: [gentoo-user] k3b no devices - Email found in subject

2006-08-08 Thread Oliver Klein
Hi Dirk

yes he´s in the group cdrw.

Mit freundlichem Gruss/Best regards

Comdivision Support Team
Oliver Klein

Comdivision GmbH
Friedrich-Ebert-Str. 74
D-48153 Muenster
Deutschland / Germany

I: http://www.comdivision.com
T: +49 251 68662 0
F: +49 251 68662 10
Premium Support : +49 900 1 26634847 7x24h Support (1,50 Euro/Minute)


-Original Message-
From: Dirk Heinrichs [mailto:[EMAIL PROTECTED] 
Sent: Dienstag, 8. August 2006 14:03
To: gentoo-user@lists.gentoo.org
Subject: [***SPAM***] - Re: [gentoo-user] k3b no devices - Email found in 
subject

Am Dienstag, 8. August 2006 13:52 schrieb ext Oliver Klein:

 i had installed k3b but when i started this as a user, there was no
 device in k3b. HereŽs my config...

Is the user member of group cdrw?

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.capgemini.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] k3b no devices

2006-08-08 Thread Dirk Heinrichs
Am Dienstag, 8. August 2006 13:52 schrieb ext Oliver Klein:

 and i added my user to the group cdrw. So what´s wrong with this config
 or what I had forget?

Sorry, didn't see this before. Anyway, did you do logout and login after 
adding the user to that group?

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.capgemini.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgpndfQ4J9cmg.pgp
Description: PGP signature


RE: [***SPAM***] - Re: [gentoo-user] k3b no devices - Email found in subject

2006-08-08 Thread Oliver Klein
No this i didn´t do, i will test this when i´m @home...thx

Mit freundlichem Gruss/Best regards

Comdivision Support Team
Oliver Klein

Comdivision GmbH
Friedrich-Ebert-Str. 74
D-48153 Muenster
Deutschland / Germany

I: http://www.comdivision.com
T: +49 251 68662 0
F: +49 251 68662 10
Premium Support : +49 900 1 26634847 7x24h Support (1,50 Euro/Minute)


-Original Message-
From: Dirk Heinrichs [mailto:[EMAIL PROTECTED] 
Sent: Dienstag, 8. August 2006 14:24
To: gentoo-user@lists.gentoo.org
Subject: [***SPAM***] - Re: [gentoo-user] k3b no devices - Email found in 
subject

Am Dienstag, 8. August 2006 13:52 schrieb ext Oliver Klein:

 and i added my user to the group cdrw. So what´s wrong with this config
 or what I had forget?

Sorry, didn't see this before. Anyway, did you do logout and login after 
adding the user to that group?

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.capgemini.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net

-- 
gentoo-user@gentoo.org mailing list



Re: [***SPAM***] - Re: [gentoo-user] k3b no devices - Email found in subject

2006-08-08 Thread Dirk Heinrichs
Am Dienstag, 8. August 2006 14:46 schrieb ext Oliver Klein:

 No this i didn´t do, i will test this when i´m @home...thx

OK. And could you please...
1) ... fix your spam filter.
2) ... read http://learn.to/quote

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.capgemini.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgpXzJ2zLUoKG.pgp
Description: PGP signature


[gentoo-user] k3b creating video DVD error

2006-06-28 Thread Iain Buchanan
Hi all,

I only just tried k3b for the first time (under gnome :) to try and make
a video dvd.  I'm using some vob files I captured on a DVD camcorder,
and burning to an iso.

However, when I click burn, I get this error message:
The project does not contain all necessary VideoDVD files.

and the verbose output is below.  There is enough space on the
filesystem, and I have rw access to the location I'm trying to burn to.

Can anyone offer some insight into why its not working?

System
---
K3b Version: 0.12.15

KDE Version: 3.5.3
QT Version:  3.3.6
Kernel:  2.6.16-suspend2-r8
Devices
---
_NEC DVD+RW ND-6100A 104D (/dev/hdc, ) at /mnt/cdrom [CD-R; CD-RW;
CD-ROM; DVD-ROM; DVD+R; DVD+RW; DVD+R DL] [DVD-ROM; DVD+RW; DVD+R; DVD+R
Double Layer; CD-ROM; CD-R; CD-RW] [SAO; TAO; RAW; SAO/R96R; RAW/R96R]

mkisofs
---
/usr/bin/mkisofs: Warning: -follow-links does not always work correctly;
be careful.
Warning: Disabling Joliet support for DVD-Video.
/usr/bin/mkisofs: No such file or directory. Faild to
open /tmp/kde-iain/k3bVideoDvd0//VIDEO_TS/VIDEO_TS.IFO
/usr/bin/mkisofs: Can't open VMG info for '/tmp/kde-iain/k3bVideoDvd0/'.
/usr/bin/mkisofs: Unable to parse DVD-Video structures.

mkisofs command:
---
/usr/bin/mkisofs -gui -graft-points -volid sarah-josh -volset  -appid
K3B THE CD KREATOR (C) 1998-2005 SEBASTIAN TRUEG AND THE K3B TEAM
-publisher  -preparer  -sysid LINUX -volset-size 1 -volset-seqno 1
-sort /tmp/kde-iain/k3bwrhUta.tmp -rational-rock
-hide-list /tmp/kde-iain/k3bRGm4Yb.tmp -joliet
-hide-joliet-list /tmp/kde-iain/k3bYBqJba.tmp -full-iso9660-filenames
-iso-level 2 -path-list /tmp/kde-iain/k3brIl4xa.tmp -dvd-video
-f /tmp/kde-iain/k3bVideoDvd0 

many thanks,
-- 
Iain Buchanan iaindb at netspace dot net dot au

Hard reality has a way of cramping your style.
-- Daniel Dennett

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] K3B - cdrado without root privileges

2006-01-07 Thread Daniel Pielmeier
Hello,

i recently installed K3B.

When i start the application a window pops up and says something like
cdrdao will run without root privileges, use k3b-setup to solve this
problem.

The problem is on my system there is no such setup-tool.

I have Gnome installed but no KDE, is the K3B-setup only available when
i use KDE.

Thank You!
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] K3B - cdrado without root privileges

2006-01-07 Thread Holly Bostick
Daniel Pielmeier schreef:
 Hello,
 
 i recently installed K3B.
 
 When i start the application a window pops up and says something like
  cdrdao will run without root privileges, use k3b-setup to solve
 this problem.
 
 The problem is on my system there is no such setup-tool.
 
 I have Gnome installed but no KDE, is the K3B-setup only available
 when i use KDE.

Yes. Or rather, that tool is only available when you enable the kde
USE flag when emerging K3b.

So if you installed with it disabled, you don't have it.

But you don't need it, for two reasons:

1) that message is in error. I get it all the time (every time I run
K3b, which I also compiled without the kde USE flag), and K3b works just
fine. The problem seems to be a combination of a) changes to cdrdao,
which formerly required the sticky bit set to run as a non root user.
This is no longer the case, but b) k3b which was supposed to have been
updated to suppress this message, seems to have not been so repaired, so
it's living in the past.

2) If you really do need for whatever reason to set the sticky bit on
cdrdao, you are perfectly capable of opening a root filemanager,
selecting the cdrdao binary and re-setting the permissions manually.

So relax. Everything is, afaik, all right.

HTH,
Holly
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] K3B - cdrado without root privileges [SOLVED]

2006-01-07 Thread Daniel Pielmeier
Thank you all for your help.

I was just a little confused about the message, because as holly said
k3b works fine even with this message.

Holly Bostick schrieb:
 Daniel Pielmeier schreef:
 
Hello,

i recently installed K3B.

When i start the application a window pops up and says something like
 cdrdao will run without root privileges, use k3b-setup to solve
this problem.

The problem is on my system there is no such setup-tool.

I have Gnome installed but no KDE, is the K3B-setup only available
when i use KDE.
 
 
 Yes. Or rather, that tool is only available when you enable the kde
 USE flag when emerging K3b.
 
 So if you installed with it disabled, you don't have it.
 
 But you don't need it, for two reasons:
 
 1) that message is in error. I get it all the time (every time I run
 K3b, which I also compiled without the kde USE flag), and K3b works just
 fine. The problem seems to be a combination of a) changes to cdrdao,
 which formerly required the sticky bit set to run as a non root user.
 This is no longer the case, but b) k3b which was supposed to have been
 updated to suppress this message, seems to have not been so repaired, so
 it's living in the past.
 
 2) If you really do need for whatever reason to set the sticky bit on
 cdrdao, you are perfectly capable of opening a root filemanager,
 selecting the cdrdao binary and re-setting the permissions manually.
 
 So relax. Everything is, afaik, all right.
 
 HTH,
 Holly
-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] k3b access rights

2006-01-03 Thread Michael Kintzios

 -Original Message-
 From: Holly Bostick [mailto:[EMAIL PROTECTED] 
 Sent: 03 January 2006 08:31
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] k3b access rights
 
 
 I don't understand what your problem is, sorry. But I think that's
 because you haven't actually said what your problem is, or 
 whether it's
 with K3b or general use of the drive.

Apologies, I was so immersed in it all that I _naturally_ expected
everybody else to be able to read my mind!

 You don't mount the cd/dvd in order to write to it with K3b (or
 whatever); iirc the application uses raw device access, but 
 whether that
 is correct or not, you unquestionably don't mount the device to use a
 burning program. Nor do you mount the drive in order to play 
 an audio CD
 (which also uses raw device access, which requires that the 
 device *not*
 be mounted).

Thanks, I think I might have mounted the disk and then tried to delete
something on it.

 Second, for general use (video viewing, game playing, etc) 
 what you most
 likely want is the users (note the s at the end) option, which
 allows any user to mount/unmount the drive, as opposed to just one:
 
 from man mount:
 
  user   Allow  an  ordinary  user  to mount the file system.  The name
 of the mounting user is written to mtab so
  that he can unmount the file system again.  This
 option implies the options  noexec,  nosuid,  and  nodev
  (unless overridden by subsequent 
 options, as in the
 option line user,exec,dev,suid).
 
 users  Allow  every  user to mount and unmount the file system.  This
 option implies the options noexec, nosuid,
  and nodev (unless overridden by 
 subsequent options,
 as in the option line users,exec,dev,suid).

So if I want a single user at-a-time to be able to mount the DVD drives
I just enter user?  From memory I think I had concluded that adding the
uid was necessary for CDROMS and NTFS/VFAT fs partitions, otherwise it
was asking for fs type, or was coming up with only root can do that
type of errors.  Need to try this again and make some notes.

The problems that I have are probably two-fold.  The generic one is that
I am not sure I have the correct mount options in /etc/fstab and that I
created the /mnt/cdrw, /mnt/cdrom1 etc. mountpoints with the correct
access rights.  What are the default mount options and /mnt/mountpoints
access rights for DVD writer and DVDROM?  Ditto for NTFS?

The specific one is that I tried to delete a folder from a re-writable
CD: a)while I was browsing it in konqueror and b)using k3b, but it
couldn't do it.  I'll try again when I get home to see if it behaves as
expected after I ensure that it has not been mounted.
-- 
Regards,
Mick

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] k3b access rights

2006-01-03 Thread Holly Bostick
Michael Kintzios schreef:
snip
 Second, for general use (video viewing, game playing, etc) what you
  most likely want is the users (note the s at the end) option, 
 which allows any user to mount/unmount the drive, as opposed to 
 just one:
 
 from man mount:
 
 user   Allow  an  ordinary  user  to mount the file system.  The 
 name of the mounting user is written to mtab so that he can unmount
  the file system again.  This option implies the options  noexec, 
 nosuid,  and  nodev (unless overridden by subsequent options, as in
  the option line user,exec,dev,suid).
 
 users  Allow  every  user to mount and unmount the file system. 
 This option implies the options noexec, nosuid, and nodev (unless 
 overridden by subsequent options, as in the option line 
 users,exec,dev,suid).
 
 
 So if I want a single user at-a-time to be able to mount the DVD 
 drives I just enter user?  From memory I think I had concluded that 
 adding the uid was necessary for CDROMS and NTFS/VFAT fs partitions, 
 otherwise it was asking for fs type, or was coming up with only root
 can do that type of errors.  Need to try this again and make some
 notes.
 
 The problems that I have are probably two-fold.  The generic one is 
 that I am not sure I have the correct mount options in /etc/fstab and
  that I created the /mnt/cdrw, /mnt/cdrom1 etc. mountpoints with the 
 correct access rights.  What are the default mount options and 
 /mnt/mountpoints access rights for DVD writer and DVDROM?  Ditto for 
 NTFS?

Sorry, I don't use NTFS, and I only have one user (me)-- and I don't use
/mnt/cdrom or /mnt/cdrw (or /mnt/ anything other than the self-created
/mnt/iso for mounting loopback images)-- my DVD is mounted to
/media/(cdrecorder) by udev (afaik it's udev that does it).

I take it you don't use udev? Or are you just under the impression that
you have to have /mnt/something (I had this problem for the first bit
after I switched)? In general use, /mnt./blah is kinda deprecated.

However, I do know that enabling writing to NTFS partitions in the
kernel is not recommended, unless you meet very specific criteria (as
the kernel driver can only overwrite a file of the exact same size to
such a partition, making editing pre-existing files pretty much
impossible; no idea about creating a new file).

UID/GID is (kinda) necessary for VFAT partitions, only to deal with the
possible ownership issues; if you specify the UID/GID of the expected
owner, that UID/GID can/will have write privileges to the partition
(automatically if UID, when specified if GID), which is useful for
shared partitions across multiple distros or OSes and sometimes for
multiple users on the same OS. But you may not need any given partition
to have write privileges. If, for example, the partition is only full of
music files that only need read privileges to play, which you'll almost
always have when mounting a partition. But if you wanted to
edit the ID2/3 tags of the music files, you would need write privileges.
But how many users on your system are actually likely to be editing such
tags-- given that said users could also destroy said files with a
Windows virus if the virus targeted MP3s and the user had write
privileges to the partition containing them? As the admin, you are
responsible for knowing what accesses your users actually need, and
balancing that against the dangers of giving them such access.

It really depends on what your specific setup needs, which we cannot know.

 
 The specific one is that I tried to delete a folder from a 
 re-writable CD: a)while I was browsing it in konqueror and b)using 
 k3b, but it couldn't do it.  I'll try again when I get home to see if
  it behaves as expected after I ensure that it has not been mounted.

Um, hello, this is not WindowsXP. We do not packet-write (that means
treat a CD as if it was a floppy and write to it directly from the file
manager). You can (kinda) do this, if your kernel is set up to enable
packet-writing, but honestly that functionality is quite unstable and I
wouldn't use it even if I did like packet writing (which I do not and
never have in the some 6 to 7 years since it was introduced).

Basically what would need to happen in the real (Linux) world, without
packet writing, is that a CD burning program would have to create a temp
ISO of the files on the CDRW (which afaik it would have to be) without
the folder that you intended to delete, erase the current contents of
the CDRW and then rewrite the CDRW with the new ISO (which would
essentially delete the folder). But I could be wrong, as I don't use -RW
media anymore (and this is one of the reasons why).

In any case, I'm not completely sure that your expectations are
reasonable for the environment. Certainly expecting Konq to delete a
folder on a CD is unlikely to happen (because the device must be
mounted for Konq to see it, and the device is not going to be mounted
read-write under any circumstances; this is why, afaik, the kernel only
marks
the 

[gentoo-user] k3b access rights

2006-01-02 Thread Michael Kintzios
  . . or at least this is what I suspect being wrong:
==
IDE DVD-ROM x16   /dev/hdb  660 root.cdrom  666.root.cdrom
PHILIPS DVD8421/dev/hda  660 root.cdrom  666 root.cdrom
==

==
cdrdao 1.2.0  /usr/bin/cdrdao  4711 root.root   no change
cdrecord 2.1  /usr/bin/cdrecord  0755 root.root  no change
==

This is my fstab:
==
# DEVICES
/dev/cdrom  /mnt/cdrw   iso9660 noauto,rw,uid=1001,user 
0 0
/dev/cdrom1 /mnt/cdrom1 iso9660 noauto,ro,user  
0 0
==

BTW, when I mount the cdrw I get this message:  mount: block device /dev/cdrom 
is write-protected, mounting read-only.  This is the /mnt/cdrw access rights:
==
drwx--   2 root root   48 Nov 19 14:33 cdrom1
dr-xr-xr-x   1 suzy root 2048 Jan  2 19:44 cdrw
==
(suzy is the uid=1001)  I would like to have the DVD mountable by other uid's 
too, but having just user in fstab causes problems mounting it as a simple 
user.

Any suggestions?
-- 
Regards,
Mick

Lycos email has now 300 Megabytes of free storage... Get it now at 
mail.lycos.co.uk

Re: [gentoo-user] K3b and CD copy [solved, mostly]

2005-12-09 Thread Dale
Hi again,

Well, I have KDE 3.5 installed now.  K3b still did not work though.  So,
I keyworded the little puppy so it would get the latest.  It did, now it
works.  I click the tools thing, then click copy CD and the windoze pops
up.  I click start and we are burning CDs.  I do get a crash signal when
I close it though.  Not sure what is up with that.  Next release I
guess.  :\

KDE 3.5 is pretty cool.  I did a back-up of some stuff first but I don't
see that anything was lost.  All my email is still here.  That is good
since I have a lot.  I did notice that after doing a revdep-rebuild,
there is a lot of broken libraries.  I let it do its thing but they are
still broken.  May do a emerge -e world and go take a nap.  I upgraded
gcc earlier but most of them are related to hal I think.  I did a emerge
-e system twice but maybe once more will do the trick.  Is there a way
to tell to do a world but skip the stuff in system that is already
done?  Just curious.

Anyway, K3b is solved now.  Moving on to the next fix.

Dale
:-)

-- 
To err is human, I'm most certainly human.

I have four rigs:

1:  Home built; Abit NF7 ver 2.0 w/ AMD 2500+ CPU, 1GB of ram and right now two 
80GB hard drives.  
2:  Home built; Iwill KK266-R w/ AMD 1GHz CPU, 256MBs of ram and a 4GB drive.
3:  Home built; Gigabyte GA-71XE4 w/ 800MHz CPU, 128MBs of ram and a 2.5GB 
drive.
4:  Compaq Proliant 6000 Server w/ Quad 200MHz CPUs, 128MBs of ram and a 4.3GB 
SCSI drive.

All run Gentoo, all run folding. #1 is my desktop, 2, 3, and 4 are set up as 
servers.  

-- 
gentoo-user@gentoo.org mailing list



  1   2   >