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] Removing excessive stuff from profile

2013-07-13 Thread Alan McKinnon
On 13/07/2013 06:49, Andrew Lowe wrote:
 Hi all,
 I have recently purchased a cubieboard:
 
 http://cubieboard.org/
 
 which is an ARM device with SATA. It is going to become a low power
 media server. I have followed the instructions on getting Gentoo onto it
 as outlined here:
 
 pluto.blogspot.com.au   Monday March 18, 2013
 
 I get a working system up and happening when I do the first boot. I then
 do the profile selection as listed but there are no server profiles, all
 basically desktop orientated. I chose 27 as suggested but when I do the
 
 emerge --pretend -NuD world
 
 I get an emerge that has over 250 items and includes things such as
 cups, libraries for image viewing etc etc, all stuff fine for a desktop
 but just additional stuff that my little server won't need.
 
 So my question is, what files do I have to fiddle to stop portage
 from wanting to install all of these additional files? I've looked in
 the world file and there is basically nothing there so I'm guessing it's
 in the profile somewhere - but just where?


At this point in the process, world is indeed empty or nearly empty,
nothing wrong with that.

profile definitions are in /var/portage/profiles, the one you are using
is the /etc/portage/make.conf symlink[1]

If you examine the files in those directories, you'll quickly see how
it's constructed - it's a tree structure, files have parents and have
entries to add and remove things. If you *really* want to, you can
define new profiles for yourself and store them anywhere convenient, as
a profile is really just some date files and pointers to other data
files. man 5 portage gives further details on what can be in each type
of file (type is indicated by name).

There are no more server profiles as such, that idea is deprecated.
Nowadays we have base profiles instead, like
default/linux/amd64/13.0
and desktop variants like
default/linux/amd64/13.0/desktop


It's most likely you have most desktop features enabled. Two approaches:

- Post the output of eselect profile list run as root
- Post the output of emerge --info | grep USE




[1] On your system the profiles might be in /usr/portage/profiles and
the symlink might be /etc/make.profile.


-- 
Alan McKinnon
alan.mckin...@gmail.com




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] strange eix-sync

2013-07-13 Thread Douglas J Hunley
On Sat, Jul 13, 2013 at 1:19 AM, meino.cra...@gmx.de wrote:

 How can I pratically proof the availability of xattr on the filesystem
 of /tmp -- beside checking the kernel config.


Is your /tmp a tmpfs? What's the output of 'mount' please?


-- 
Douglas J Hunley (doug.hun...@gmail.com)
Twitter: @hunleyd   Web:
douglasjhunley.com
G+: http://goo.gl/sajR3


Re: [gentoo-user] strange eix-sync

2013-07-13 Thread meino . cramer
Douglas J Hunley doug.hun...@gmail.com [13-07-13 13:36]:
 On Sat, Jul 13, 2013 at 1:19 AM, meino.cra...@gmx.de wrote:
 
  How can I pratically proof the availability of xattr on the filesystem
  of /tmp -- beside checking the kernel config.
 
 
 Is your /tmp a tmpfs? What's the output of 'mount' please?
 
 
 -- 
 Douglas J Hunley (doug.hun...@gmail.com)
 Twitter: @hunleyd   Web:
 douglasjhunley.com
 G+: http://goo.gl/sajR3


beaglebone:/rootmount
rootfs on / type rootfs (rw)
/dev/root on / type ext4 
(rw,noatime,user_xattr,commit=60,barrier=1,data=ordered)
devtmpfs on /dev type devtmpfs 
(rw,relatime,size=125556k,nr_inodes=31389,mode=755)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
tmpfs on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620)
shm on /dev/shm type tmpfs (rw,nosuid,nodev,noexec,relatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
securityfs on /sys/kernel/security type securityfs 
(rw,nosuid,nodev,noexec,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
cgroup_root on /sys/fs/cgroup type tmpfs 
(rw,nosuid,nodev,noexec,relatime,size=10240k,mode=755)
openrc on /sys/fs/cgroup/openrc type cgroup 
(rw,nosuid,nodev,noexec,relatime,release_agent=/lib/rc/sh/cgroup-release-agent.sh,name=openrc)
cpuset on /sys/fs/cgroup/cpuset type cgroup 
(rw,nosuid,nodev,noexec,relatime,cpuset)
cpu on /sys/fs/cgroup/cpu type cgroup (rw,nosuid,nodev,noexec,relatime,cpu)
cpuacct on /sys/fs/cgroup/cpuacct type cgroup 
(rw,nosuid,nodev,noexec,relatime,cpuacct)
memory on /sys/fs/cgroup/memory type cgroup 
(rw,nosuid,nodev,noexec,relatime,memory)
devices on /sys/fs/cgroup/devices type cgroup 
(rw,nosuid,nodev,noexec,relatime,devices)
freezer on /sys/fs/cgroup/freezer type cgroup 
(rw,nosuid,nodev,noexec,relatime,freezer)
blkio on /sys/fs/cgroup/blkio type cgroup 
(rw,nosuid,nodev,noexec,relatime,blkio)
perf_event on /sys/fs/cgroup/perf_event type cgroup 
(rw,nosuid,nodev,noexec,relatime,perf_event)
usbfs on /proc/bus/usb type usbfs (rw,noexec,nosuid,devmode=0664,devgid=85)


beaglebone:/tmpdf -h .
Filesystem  Size  Used Avail Use% Mounted on
/dev/root15G  5.6G  8.3G  41% /


I also removed (as an experiement) the acl and xattr use flags
from rsyncno success (the original settings only remove the
xattr-flags).





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




[gentoo-user] Re: Removing excessive stuff from profile

2013-07-13 Thread Michael Palimaka

Hi,

On 13/07/2013 14:49, Andrew Lowe wrote:

I get a working system up and happening when I do the first boot. I then
do the profile selection as listed but there are no server profiles, all
basically desktop orientated. I chose 27 as suggested but when I do the


Which profile specifically did you choose (the numbered options will not 
necessarily be the same for everyone)?


Best regards,
Michael




Re: [gentoo-user] Removing excessive stuff from profile

2013-07-13 Thread Andrew Lowe

On 07/13/13 17:12, Alan McKinnon wrote:

On 13/07/2013 06:49, Andrew Lowe wrote:

Hi all,
 I have recently purchased a cubieboard:

http://cubieboard.org/

which is an ARM device with SATA. It is going to become a low power

[snip]
...
...
...
[snip]


There are no more server profiles as such, that idea is deprecated.
Nowadays we have base profiles instead, like
default/linux/amd64/13.0
and desktop variants like
default/linux/amd64/13.0/desktop




	Taking a lead from this, I went and changed my profile to be the 
default, no KDE or gnome, and hey presto, the emerge count went from 
about 250 down to about 35. It is currently building now.


Thanks for the suggestions,

Andrew



[gentoo-user] Cups web interface, manage functions don't work

2013-07-13 Thread Алексей Мишустин
Hi,

I have got a problem with cups web interface. It lets me add printers
and classes, but doesn't let neither manage nor delete them. There was
no this problem before, some time ago I deleted printer successfully.
May be it's due to the recent cups update.

My user is listed in lpadmin group.

/usr/sbin/lpadmin permissions are -rwxr-xr-x root root. (is it normal
that group isn't lpadmin?)

Cupsd.conf and cups-files.conf included.

Thanks for your hints.

-- 
Regards,
Alex



[gentoo-user] Re: Cups web interface, manage functions don't work

2013-07-13 Thread Алексей Мишустин
Sorry, the files were missing.

--
Regards,
Alex


cupsd.conf
Description: Binary data


cups-files.conf
Description: Binary data


Re: [gentoo-user] strange eix-sync

2013-07-13 Thread Stroller

On 13 July 2013, at 12:40, meino.cra...@gmx.de wrote:
 ...
 I also removed (as an experiement) the acl and xattr use flags
 from rsyncno success (the original settings only remove the
 xattr-flags).

Again, Meino, you're not stating clearly enough what you've done.

Did you unset these USE flags and remerge the package?

I would be inclined to unset these USE flags globally and remerge all packages 
which use them, but I don't use ACLs or extended attributes, so this might be 
bad advice for someone who relies upon them.

Stroller.




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



[gentoo-user] Re: Cups web interface, manage functions don't work

2013-07-13 Thread Алексей Мишустин
Hi again,

I've found the reason of my problem, it's fun: my Firefox NoScript has
been blocking all cups manage functions :)

[SOLVED]

Have a nice week-end...

--
Regards,
Alex



Re: [gentoo-user] Re: Cups web interface, manage functions don't work

2013-07-13 Thread codekick .
Бывает xD
13.07.2013 22:49 пользователь Алексей Мишустин shum...@shumkar.ru
написал:

 Hi again,

 I've found the reason of my problem, it's fun: my Firefox NoScript has
 been blocking all cups manage functions :)

 [SOLVED]

 Have a nice week-end...

 --
 Regards,
 Alex




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




[gentoo-user] Please help me with an emerge slot problem.

2013-07-13 Thread Alan Mackenzie
Hi, Gentoo.

When I try emerge -puND libgcrypt, I get a list of packages to merge
followed by this error message:

  !!! Multiple package instances within a single package slot have been pulled
  !!! into the dependency graph, resulting in a slot conflict:

  dev-libs/libgcrypt:0

(dev-libs/libgcrypt-1.5.2-r1::gentoo, ebuild scheduled for merge) pulled in 
by
  (no parents that aren't satisfied by other packages in this slot)

(dev-libs/libgcrypt-1.5.0-r2::gentoo, installed) pulled in by
  =dev-libs/libgcrypt-1.1.90:0/0= required by 
(net-misc/vino-2.32.2-r1::gentoo, installed)
  (and 1 more with the same problem)

What is this message telling me?  Why won't vino-2.32.2-r1 work with
libgcrypt-1.5.2-r1?

TIA!

-- 
Alan Mackenzie (Nuremberg, Germany).




[gentoo-user]

2013-07-13 Thread kyd . is . back
Date: Sat, 13 Jul 2013 17:06:34 -0300
From: pizta...@crow.satelite.com
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Please help me with an emerge slot problem.
Message-ID: 20130713200634.ga8...@crow.satelite.com
References: 20130713185536.gc29...@acm.acm
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: 20130713185536.gc29...@acm.acm
User-Agent: Mutt/1.5.21 (2010-09-15)

On Sat, Jul 13, 2013 at 06:55:36PM +, Alan Mackenzie wrote:
 Hi, Gentoo.
 
 When I try emerge -puND libgcrypt, I get a list of packages to merge
 followed by this error message:
 
   !!! Multiple package instances within a single package slot have been pulled
   !!! into the dependency graph, resulting in a slot conflict:
 
   dev-libs/libgcrypt:0
 
 (dev-libs/libgcrypt-1.5.2-r1::gentoo, ebuild scheduled for merge) pulled 
 in by
   (no parents that aren't satisfied by other packages in this slot)
 
 (dev-libs/libgcrypt-1.5.0-r2::gentoo, installed) pulled in by
   =dev-libs/libgcrypt-1.1.90:0/0= required by 
 (net-misc/vino-2.32.2-r1::gentoo, installed)
   (and 1 more with the same problem)
 
 What is this message telling me?  Why won't vino-2.32.2-r1 work with
 libgcrypt-1.5.2-r1?
 
 TIA!
 
 -- 
 Alan Mackenzie (Nuremberg, Germany).
 
 

For use vino-2.32.2-r1 you need this : 

equery g =net-misc/vino-2.32.2-r1

* dependency graph for net-misc/vino-2.32.2-r1

--  net-misc/vino-2.32.2-r1  x86
--  dev-libs/glib-2.32.4-r1  (=dev-libs/glib-2.17) x86
--  x11-libs/gtk+-2.24.17  (=x11-libs/gtk+-2.20) x86
--  gnome-base/gconf-2.32.4-r1  (=gnome-base/gconf-2) x86
--  sys-apps/dbus-1.6.12  (=sys-apps/dbus-1.2.3) x86
--  net-libs/libsoup-2.38.1  (=net-libs/libsoup-2.24) x86
--  dev-libs/libunique-1.1.6-r1  (dev-libs/libunique) x86
--  dev-libs/dbus-glib-0.100.2  (dev-libs/dbus-glib) x86 
--  x11-libs/libXext-1.3.1  (x11-libs/libXext) x86
--  x11-libs/libXtst-1.2.1  (x11-libs/libXtst) x86
--  net-dns/avahi-0.6.30-r3  (=net-dns/avahi-0.6) x86  [dbus]

--  dev-libs/libgcrypt-1.5.0-r2  (=dev-libs/libgcrypt-1.1.90) x86

--  gnome-base/libgnome-keyring-2.32.0  (gnome-base/libgnome-keyring) x86
--  virtual/jpeg-0  (virtual/jpeg) x86
--  x11-libs/libnotify-0.7.5-r1  (=x11-libs/libnotify-0.4.4) x86
--  net-misc/networkmanager-0.9.6.4  (=net-misc/networkmanager-0.7) x86
--  net-libs/gnutls-2.12.23-r1  (=net-libs/gnutls-1) x86
--  net-libs/telepathy-glib-0.20.1-r1 (=net-libs/telepathy-glib-0.11.6) x86
--  sys-libs/zlib-1.2.7  (sys-libs/zlib) x86
--  dev-lang/perl-5.12.4-r1  (=dev-lang/perl-5) x86
--  virtual/pkgconfig-0  (virtual/pkgconfig) x86
--  dev-util/intltool-0.50.2-r1  (=dev-util/intltool-0.40) x86
--  sys-apps/sed-4.2.1-r1  (=sys-apps/sed-4) x86

On my machine libgcrypt-1.5.2-r1 is mark as unstable. 
¿ Are you unmask that version of package ? 

Sorry , if my english isn't good!

-
Kyd
-



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] Please help me with an emerge slot problem.

2013-07-13 Thread Bruce Hill
On Sat, Jul 13, 2013 at 06:55:36PM +, Alan Mackenzie wrote:
 Hi, Gentoo.
 
 When I try emerge -puND libgcrypt, I get a list of packages to merge
 followed by this error message:
 
   !!! Multiple package instances within a single package slot have been pulled
   !!! into the dependency graph, resulting in a slot conflict:
 
   dev-libs/libgcrypt:0
 
 (dev-libs/libgcrypt-1.5.2-r1::gentoo, ebuild scheduled for merge) pulled 
 in by
   (no parents that aren't satisfied by other packages in this slot)
 
 (dev-libs/libgcrypt-1.5.0-r2::gentoo, installed) pulled in by
   =dev-libs/libgcrypt-1.1.90:0/0= required by 
 (net-misc/vino-2.32.2-r1::gentoo, installed)
   (and 1 more with the same problem)
 
 What is this message telling me?  Why won't vino-2.32.2-r1 work with
 libgcrypt-1.5.2-r1?

Looks like =dev-libs/libgcrypt-1.1.90:0/0 or some such in
/etc/portage/package.* somewhere fouling the works.

Those = usually get set by that autounmask creature, and never are good for
the long run.
-- 
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] pop up windows with text message

2013-07-13 Thread felix
On Tue, Jul 09, 2013 at 10:54:31AM -0600, Joseph wrote:
 How to design a sticky note pop-up when file is present?
 
 I would like to check if file is present via and open a terminal window with 
 a simple message.
 I think a simple bash script and a cron job would do the trick or is there a 
 better solution?

Only partially related, I wrote the following dumb little script for crontab 
notifies, or to check a laptop battery every 5 minutes and report if below a 
certain level, etc.  Really simple, but it works on most X systems.

#!/bin/sh

if [ -z $DISPLAY ]; then export DISPLAY=localhost:0; fi
xmopts=
while [ $1 = -x ]; do
xmopts=$xmopts $2
shift;shift
done
echo $@
 | xmessage -bg green -fg red -file - -title Alert -nearmouse -default 
okay $xmopts

-- 
... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
 Felix Finch: scarecrow repairman  rocket surgeon / fe...@crowfix.com
  GPG = E987 4493 C860 246C 3B1E  6477 7838 76E9 182E 8151 ITAR license #4933
I've found a solution to Fermat's Last Theorem but I see I've run out of room o



Re: [gentoo-user] Please help me with an emerge slot problem.

2013-07-13 Thread Philip Webb
130713 Alan Mackenzie wrote:
 When I try emerge -puND libgcrypt, I get
 !!! Multiple package instances within a single package slot have been pulled
 !!! into the dependency graph, resulting in a slot conflict:
   dev-libs/libgcrypt:0
 (dev-libs/libgcrypt-1.5.2-r1::gentoo, ebuild scheduled for merge) pulled 
 in by
   (no parents that aren't satisfied by other packages in this slot)
 (dev-libs/libgcrypt-1.5.0-r2::gentoo, installed) pulled in by
   =dev-libs/libgcrypt-1.1.90:0/0= required by 
 (net-misc/vino-2.32.2-r1::gentoo, installed)

It looks like one of those standard conflicts,
which you resolve by unmerging Libgcrypt before merging the new version ;
after that, you may also need to remerge Vino .

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca