Greets: On upgrading to KDE 3.2 RC1 from SuSE on 8.2 K3b giving me very strange results. SuSE version:k3b-0.10-2 The error message is as follows: ---------------------------------------------------------------------------- System ----------------------- K3b Version: 0.10 KDE Version: 3.2.0 RC1 QT Version: 3.3.0-snapshot-20040113 cdrecord ----------------------- /usr/bin/cdrecord: Warning: not running as root user, fs= option ignored. scsidev: '1,0,0' scsibus: 1 target: 0 lun: 0 Linux sg driver version: 3.1.24 cdrecord comand: ----------------------- /usr/bin/cdrecord -v gracetime=2 dev=1,0,0 speed=1 -eject -data -tsize=17504s - mkisofs ----------------------- 17504 /usr/bin/mkisofs: Resource temporarily unavailable. cannot fwrite 32768*1 mkisofs comand: ----------------------- /usr/bin/mkisofs -gui -graft-points -V K3b data project -volset -A K3B THE CD KREATOR VERSION 0.10 (C) 2003 SEBASTIAN TRUEG AND THE K3B TEAM -P -p K3b - Version 0.10 -sysid LINUX -volset-size 1 -volset-seqno 1 -sort /tmp/kde-chris123/k3buaBjtb.tmp -r -hide-list /tmp/kde-chris123/k3bRkTSua.tmp -l -iso-level 2 -path-list /tmp/kde-chris123/k3bKT4XBa.tmp ---------------------------------------------eof---------------------- What interesting here is that K3b claims that mkisofs> resource is temporarily unavailable and cannot write. The default K3b setting would point this to /tmp/kde-username which is set 777, usersname: users just to open it up. However the location and permission settings do not seem to affect the error output. mkisofs is currently also set as 777 and root:users to ensure that k3b has access No idea whats going on here..anyone have any light they can shed. Doing the process manually of course works just fine..:) and all CDROM drives are detected and properly configured. Best and tia.. /ch
On Thu, 29 Jan 2004 18:29:32 -0500 Chris Herrnberger <chris123@magma.ca> wrote:
/usr/bin/mkisofs: Resource temporarily unavailable. cannot fwrite 32768*1
Known problem. Either turn off "on the fly burning" or upgrade to k3b 0.11.1. The bug report is here: http://bugs.kde.org/show_bug.cgi?id=73135 Charles -- "The world is beating a path to our door" -- Bruce Perens, (Open Sources, 1999 O'Reilly and Associates)
On Thursday 29 January 2004 18:35, Charles Philip Chan wrote:
Known problem. Either turn off "on the fly burning" or upgrade to k3b 0.11.1. The bug report is here:
tks/ch
* Charles Philip Chan <cpchan@sympatico.ca> [01-29-04 18:41]:
Known problem. Either turn off "on the fly burning" or upgrade to k3b 0.11.1. The bug report is here:
and the SUSE ver is where? -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org
On Thursday 29 January 2004 19:55, Patrick Shanahan wrote:
and the SUSE ver is where?
http://packman.links2linux.org/download.php?t=b&id=3518 enjoy..:) /ch
* Chris Herrnberger <chris123@magma.ca> [01-29-04 20:09]:
http://packman.links2linux.org/download.php?t=b&id=3518
enjoy..:)
Yes and seems fine but had to force the install. Seems the rpm labels lib3kbdevice.so.1 as a required dependence and provides lib3kbdevice itself. weird.... tks, -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org
I have just downloaded and compiled k3b 0.11.1 and wow, home-compiled it is lightning fast compared to 0.10 rpm version and lot's of bugs out (dao, cdrdao, it alway kept making some error messages). Don't forget to first uninstall previous version with yast. Ha, and it takes just 2 hours to compile on PII 266 :-) :-) Ales
* Ale? Jagodnik <ajagodnik@volja.net> [01-29-04 22:17]:
Don't forget to first uninstall previous version with yast.
Why uninstall? Doesn't --replacefiles do the job? -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org
On 01/30/2004 08:56 PM, Patrick Shanahan wrote:
* Ale? Jagodnik <ajagodnik@volja.net> [01-29-04 22:17]:
Don't forget to first uninstall previous version with yast.
Why uninstall? Doesn't --replacefiles do the job?
I ran into something similar that might apply recently. The OP recompiled his k3b package. I rebuilt some packages recently, without uninstalling, and it came up with a dependency on 2 versions of a particular file, which made it not installable since it would have deleted a dependency when it replaced the older package. Removing and rebuilding allowed it to have correct dependencies and install. So, I believe that is why the OP needed to remove the package first and --replacefiles would not work for that purpose. -- Joe Morris New Tribes Mission Email Address: Joe_Morris@ntm.org Web Address: http://www.mydestiny.net/~joe_morris Registered Linux user 231871 God said, I AM that I AM. I say, by the grace of God, I am what I am.
* Joe Morris (NTM) <Joe_Morris@ntm.org> [01-30-04 10:34]:
I ran into something similar that might apply recently. The OP recompiled his k3b package. I rebuilt some packages recently, without uninstalling, and it came up with a dependency on 2 versions of a particular file, which made it not installable since it would have deleted a dependency when it replaced the older package. Removing and rebuilding allowed it to have correct dependencies and install. So, I believe that is why the OP needed to remove the package first and --replacefiles would not work for that purpose.
Ok, I uninstalled 11.1, reinstalled 10.3, uninstalled 10.3 and installed 11.1. That should have straightened out whatever was not correct the first time. I also, got no dependency errors this time. tks, -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org
Installing k3b for SUSE is really straight forward and you won't have this sort of dependancy issues. I usually just do ./configure --prefix=/opt/kde3 make checkinstall --install=yes If configure tells you some modules won't be build, install the corresponding programs' devel packages, i.e. flac-devel. No fuss, it's fast, and just works... Hans
* Hans du Plooy <hansdp@newingtoncs.co.za> [02-02-04 01:53]:
./configure --prefix=/opt/kde3 make checkinstall --install=yes
This is not needed for a prebuild SUSE 9.0 rpm ... -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org
* Hans du Plooy <hansdp@newingtoncs.co.za> [02-02-04 01:53]:
./configure --prefix=/opt/kde3 make checkinstall --install=yes
This is not needed for a prebuild SUSE 9.0 rpm ...
Of course not, but people are having enormous dep problems, which I is why I suggest compiling.... :-) Hans
participants (7)
-
Aleš Jagodnik
-
Charles Philip Chan
-
Chris Herrnberger
-
Hans du Plooy
-
hansdp@newingtoncs.co.za
-
Joe Morris (NTM)
-
Patrick Shanahan