Re: [gentoo-user] k3b: Drive not found ...
Hi Jon, thanks for your reply. Unfortunately it does not change anything here. The problem remains... Best regard, mcc Jon Cox [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:/root>l /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/mccramer>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" > > > > 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 >
[gentoo-user] Re: Emerge Problems...
On Sunday 30 January 2011, BRM wrote: > A little while back my server ran out of hard disk space (due to a > failed hard drive) and as a result my local portage mirror got > destroyed. Well, I fixed there server - initially by just grabbing a > new copy of portage like a new install since it was just completely > hosed, and the server is back up and working. However, now my > desktop and laptop are both having problems. They sync just fine > against the server, but I get a series of errors about not having > various ebuilds in the manifest files - so many that I can't emerge > anything (even portage). It seems your three systems share a broken portage tree, try with the latest portage snapshot, for example from http://distro.ibiblio.org/pub/linux/distributions/gentoo/snapshots/ You can also skip the sync and put it directly on the clients to see if the rsync service on server is broken... Once you stabilize the root cause, it's time to focus on the other issues (for example run a non-X runlevel on the laptop to fix the login issue, use nano until vim is ok, and so on). HTH Francesco -- Linux Version 2.6.36-gentoo-r6, Compiled #2 SMP PREEMPT Mon Jan 3 11:54:58 CET 2011 Two 1GHz AMD Athlon 64 Processors, 4GB RAM, 4021.84 Bogomips Total aemaeth
Re: [gentoo-user] k3b: Drive not found ...
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 [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:/root>l /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/mccramer>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" > > > > > > 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] Re: kmix/sound broken
On Sat, 29 Jan 2011 18:05:55 + (UTC), James wrote: > > killall kmix may not work in that case. It appears it is running as > > part of kdeinit. May not want to kill that unless you have nothing > > open that matters. Not sure what all that would kill. > > > killall kmix did nothing Because, as Dale said, it's running as a kdeinit process. Use ps to get the PID and kill that. KMix won't stat if it is already running, even if that process has crashed. -- Neil Bothwick Those who live by the sword get shot by those who don't. signature.asc Description: PGP signature
Re: [gentoo-user] Emerge Problems...
On Sat, 29 Jan 2011 20:12:26 -0800 (PST), BRM wrote: > Well, I fixed there server - initially by just grabbing a new copy of > portage like a new install since it was just completely hosed, and the > server is back up and working. However, now my desktop and laptop are > both having problems. They sync just fine against the server, but I get > a series of errors about not having various ebuilds in the manifest > files - so many that I can't emerge anything (even portage). Completely remove the portage tree, fsck the filesystem and then resync. Of course, you can get your other systems working by commenting out any SYNC entries in make.conf and letting them sync directly with the Gentoo servers. -- Neil Bothwick It's no use crying over spilt milk -- it only makes it salty for the cat. signature.asc Description: PGP signature
Re: [gentoo-user] Curiosity...
On Sun, 2011-01-30 at 06:37 +0100, meino.cra...@gmx.de wrote: > William Kenworthy [11-01-30 06:28]: > > On Sat, 2011-01-29 at 16:09 +0100, Volker Armin Hemmann wrote: > > > On Saturday 29 January 2011 06:33:39 Mark Knecht wrote: > > > > On Sat, Jan 29, 2011 at 6:18 AM, wrote: > > I have a new Jetway atom N330 board with an nvidia ION chipset with > > builtin CIR (Common Infra Red) controller accessed via the LPC and > > nvidia chipset. A pig to get to work on gentoo, but it does work. > > > > So yes, in use even on the latest motherboards :) > > > > BillK > > > Hi BillK, > > would you give me a hint in what direction to drive for this ? > > Best regards, > mcc > > > I take it you mean you want to get it to work? The system here is a http://mini-box.com.au/purchase/Jetway%20JBC230C63P-330D%20Black.html The CIR is a Nuvoton wb677 for which nuvoton has a driver for their ubuntu OS - there are a number of CIR chipsets, some work out of the box with linux, some dont :). There has been some work done on this one by one of the mythtv folks and its being looked at (I think) for eventual inclusion in lirc. There is a lirc driver package available from Asrock for one of their htpc systems. Get the source package (they are .debs for ubuntu), unpack it and manually patch the files in your current lirc install based on the contents (the .deb is for an old lirc version, and the ubuntu build system for kernel modules is incompatible with gentoo), create a makefile and build lirc_dev.ko and lirc_wb677.ko. Install the modules manually then build your standard lirc for the wpc8769l driver. The input to lirc is then via /dev/lirc0. Works ok, but is less sensitive than the MCE usb remote (via a harmony one) I was using on the system before. If that hasnt frightened you off, ping me privately and I'll pass on the gory details as its probably not relevant for the majority on the list. BillK
Re: [gentoo-user] ASUS M4A88T-M/USB3 and RTL-8168
Am 29.01.2011 17:07, schrieb Dale: > Volker Armin Hemmann wrote: >> On Saturday 29 January 2011 13:29:53 Florian Philipp wrote: >> >>> Hi list! >>> >>> I'm thinking about building a new media PC and wanted to use an ASUS >>> M4A88T-M/USB3 mainboard (link: [1]). Any objections to this? >>> >>> >> I wouldn't buy an Asus board at the moment, thanks to their crappyness. >> >> I bought a GA-880GA-UD3H 4 weeks ago. It works. >> >> rtl8111d/e lan chip >> usb3 >> >> lots of pcie slots. >> >> note: you don't have to care about the realtek suffices. >> 8111d/e/whatever... >> they just work > > That mobo is a nice one. Lots of good stuff. If I recall correctly it > has the latest SATA too. The 6Gbs speed that is. Mine has 3Gbs. > > I read somewhere that the current line up of Gigabyte mobos are the > highest rated. It used to be Abit and ASUS but we all know how these > things change. There was another one that was highly rated a good long > while back, especially with Linux users, but I can't recall the brand > now. ASRock or something? Maybe? > > I looked into ASUS before my build and switched to Gigabyte after some > research. About the only thing I was settled on when I started was a > Nvidia based video card. The rest was open to changes. I do wish I had > got the 6 core CPU now tho. That is my only regret. Still happy tho. > This new rig is easily 7 or 8 times faster all the way around. > Thanks for all the input, Dale and Volker! I think I settle for a GA-880GMA-UD2H ([1]). Basically, it's the little brother of what Volker proposed. I need a Micro-ATX board. Originally, I ruled out all Asrock and Gigabyte boards because because they usually come with 2 PCI slots, 1 PCIe x16 and 1 PCIe x1. I rather want another PCIe 1x instead of the second PCI slot. Asus, Foxconn and MSI offer that. This particular Gigabyte board, however, offers a second PCIe 4x (in a physical x16 slot). I guess that's even better. Although the arrangement on the board will make it dificult to use two larger extension cards in both big PCIe slots. Regards, Florian Philipp [1] http://www.newegg.com/Product/Product.aspx?Item=N82E16813128445&Tpk=GA-880GMA-UD2H signature.asc Description: OpenPGP digital signature
[gentoo-user] concatenate ogg-files...?
Hi, I have three ogg-files (audio) which I want to concatenate in a way, so that as much as possible of the audio quality will be preserved and the result should be an ogg-file again, which not only plays ok, because mplayer or what ever simply skipps over format violations but is of a valid ogg format. How can I do this ? Thank you very much in advance for any help! Best regards, mcc
Re: [gentoo-user] Re: nVidia & nouveau on nVidia 8600M GT
On Sun, Jan 30 2011, Alan McKinnon wrote: > Happy news: > > Upgrading to KDE-4.6.0 fixed all the annoying issues below. Does this mean you are now running you nvidia graphics using the nouveau driver? That is, not just testing nouveau, but using it essentially all the time. thanks, allan
Re: [gentoo-user] concatenate ogg-files...?
On Sunday 30 January 2011 13:55:41 meino.cra...@gmx.de wrote: > Hi, > > I have three ogg-files (audio) which I want to concatenate > in a way, so that as much as possible of the audio quality > will be preserved and the result should be an ogg-file again, > which not only plays ok, because mplayer or what ever simply > skipps over format violations but is of a valid ogg format. > > How can I do this ? > > Thank you very much in advance for any help! > Best regards, > mcc Have you looked at ffmpeg? It has the concat protocol to join files together - have not tried it with ogg though, so YMMV. -- Regards, Mick signature.asc Description: This is a digitally signed message part.
Re: [gentoo-user] concatenate ogg-files...?
Am 30.01.2011 14:55, schrieb meino.cra...@gmx.de: > > Hi, > > I have three ogg-files (audio) which I want to concatenate > in a way, so that as much as possible of the audio quality > will be preserved and the result should be an ogg-file again, > which not only plays ok, because mplayer or what ever simply > skipps over format violations but is of a valid ogg format. > > How can I do this ? > There is ogmcat which belongs to ogmtools. However, it explicitly says in its man-page that it does not work. You might still try it out. Can it be a Matroska file, as well? There is an option in mkvmerge to append streams in MKV/MKA, as well. Maybe that one works better. Hope this helps, Florian Philipp signature.asc Description: OpenPGP digital signature
Re: [gentoo-user] concatenate ogg-files...?
Mick [11-01-30 15:36]: > On Sunday 30 January 2011 13:55:41 meino.cra...@gmx.de wrote: > > Hi, > > > > I have three ogg-files (audio) which I want to concatenate > > in a way, so that as much as possible of the audio quality > > will be preserved and the result should be an ogg-file again, > > which not only plays ok, because mplayer or what ever simply > > skipps over format violations but is of a valid ogg format. > > > > How can I do this ? > > > > Thank you very much in advance for any help! > > Best regards, > > mcc > > Have you looked at ffmpeg? It has the concat protocol to join files together > - have not tried it with ogg though, so YMMV. > -- > Regards, > Mick Hi Mick, thanks for your reply! Are the ogg-files reencoded? If yes: If possible I am looking for a solution which does not do that, cause it implies a loss of quality... Best regards, mcc
Re: [gentoo-user] concatenate ogg-files...?
Florian Philipp wrote: > Am 30.01.2011 14:55, schrieb meino.cra...@gmx.de: > > > > Hi, > > > > I have three ogg-files (audio) which I want to concatenate > > in a way, so that as much as possible of the audio quality > > will be preserved and the result should be an ogg-file again, > > which not only plays ok, because mplayer or what ever simply > > skipps over format violations but is of a valid ogg format. > > > > How can I do this ? > > > > There is ogmcat which belongs to ogmtools. However, it explicitly says > in its man-page that it does not work. You might still try it out. > > Can it be a Matroska file, as well? There is an option in mkvmerge to > append streams in MKV/MKA, as well. Maybe that one works better. The ogg spec says you can just cat them -- I found this played the audio, but the timecode got messed up, so I don't generally do it. -- Your life is like a penny. You're going to lose it. The question is: How do you spend it? John Covici cov...@ccs.covici.com
Re: [gentoo-user] concatenate ogg-files...?
On Sun, 30 Jan 2011 14:55:41 +0100, meino.cra...@gmx.de wrote: > I have three ogg-files (audio) which I want to concatenate > in a way, so that as much as possible of the audio quality > will be preserved and the result should be an ogg-file again, > which not only plays ok, because mplayer or what ever simply > skipps over format violations but is of a valid ogg format. Mencoder should do this, something like mencoder -oac copy -o newfile.ogg oldfile1.ogg oldfile2.ogg... -- Neil Bothwick "I heard Tasha Yar is the Enterprise's expert on Data entry." signature.asc Description: PGP signature
Re: [gentoo-user] concatenate ogg-files...?
On Sunday 30 January 2011 14:52:36 meino.cra...@gmx.de wrote: > Mick [11-01-30 15:36]: > > On Sunday 30 January 2011 13:55:41 meino.cra...@gmx.de wrote: > > > Hi, > > > > > > I have three ogg-files (audio) which I want to concatenate > > > in a way, so that as much as possible of the audio quality > > > will be preserved and the result should be an ogg-file again, > > > which not only plays ok, because mplayer or what ever simply > > > skipps over format violations but is of a valid ogg format. > > > > > > How can I do this ? > > > > > > Thank you very much in advance for any help! > > > Best regards, > > > mcc > > > > Have you looked at ffmpeg? It has the concat protocol to join files > > together - have not tried it with ogg though, so YMMV. > > Hi Mick, > > thanks for your reply! > > Are the ogg-files reencoded? If yes: If possible I am looking for a > solution which does not do that, cause it implies a loss of quality... I'm not the most educated in video/audio matters to advise here, but I know that if you use ffmpeg and specify '-acodec copy' it will do just that with the raw data. I know you can use ffmpeg with streams, so some clever use of pipes may be required for your application. Perhaps someone more knowledgeable can chime in here. -- Regards, Mick signature.asc Description: This is a digitally signed message part.
Re: [gentoo-user] ASUS M4A88T-M/USB3 and RTL-8168
Florian Philipp wrote: Thanks for all the input, Dale and Volker! I think I settle for a GA-880GMA-UD2H ([1]). Basically, it's the little brother of what Volker proposed. I need a Micro-ATX board. Originally, I ruled out all Asrock and Gigabyte boards because because they usually come with 2 PCI slots, 1 PCIe x16 and 1 PCIe x1. I rather want another PCIe 1x instead of the second PCI slot. Asus, Foxconn and MSI offer that. This particular Gigabyte board, however, offers a second PCIe 4x (in a physical x16 slot). I guess that's even better. Although the arrangement on the board will make it dificult to use two larger extension cards in both big PCIe slots. Regards, Florian Philipp [1] http://www.newegg.com/Product/Product.aspx?Item=N82E16813128445&Tpk=GA-880GMA-UD2H When you get ready to build your kernel, check out this link. http://kmuto.jp/debian/hcl/Giga-byte/GA-880GMA-UD2H+rev2.0 That should tell you what drivers it needs and save you some headaches trying to figure them out. Nice mobo too. ;-) Dale :-) :-)
Re: [gentoo-user] concatenate ogg-files...?
Neil Bothwick [11-01-30 16:52]: > On Sun, 30 Jan 2011 14:55:41 +0100, meino.cra...@gmx.de wrote: > > > I have three ogg-files (audio) which I want to concatenate > > in a way, so that as much as possible of the audio quality > > will be preserved and the result should be an ogg-file again, > > which not only plays ok, because mplayer or what ever simply > > skipps over format violations but is of a valid ogg format. > > Mencoder should do this, something like > > mencoder -oac copy -o newfile.ogg oldfile1.ogg oldfile2.ogg... > > > -- > Neil Bothwick > > "I heard Tasha Yar is the Enterprise's expert on Data entry." Unfortunately mencoder cannot be used without a video stream. There is no -ovc null or something like that. mcc
Re: [gentoo-user] concatenate ogg-files...?
On Sun, 30 Jan 2011 17:06:14 +0100, meino.cra...@gmx.de wrote: > > Mencoder should do this, something like > > > > mencoder -oac copy -o newfile.ogg oldfile1.ogg oldfile2.ogg... > Unfortunately mencoder cannot be used without a video stream. > There is no -ovc null or something like that. -vc null or -novideo -- Neil Bothwick Why is the word abbreviation so long? signature.asc Description: PGP signature
[gentoo-user] Re: kmix/sound broken
Neil Bothwick digimed.co.uk> writes: > > killall kmix did nothing > Because, as Dale said, it's running as a kdeinit process. Use ps to get > the PID and kill that. KMix won't stat if it is already running, even if > that process has crashed. I did: ps aux | grep kmix root 31977 0.0 0.0 6184 576 pts/2S+ 11:19 0:00 grep --colour=auto All that is(was) running was the grep process... I think I found the problem, but need a little guidance. All prepared. Starting rebuild emerge --oneshot --pretend --with-bdeps y app-editors/xemacs:0 app-office/akonadi-server:0 app-text/libspectre:0 dev-db/libdbi-drivers:0 dev-lang/php:5.3 dev-libs/apr-util:1 dev-libs/cyrus-sasl:2 dev-libs/redland:0 kde-base/nepomuk:4.4 media-gfx/imagemagick:0 x11-libs/qt-sql:4 These are the packages that would be merged, in order: Calculating dependencies... done! emerge: there are no ebuilds built with USE flags to satisfy ">=kde-base/kdelibs-4.4. 5[aqua=,-kdeprefix,semantic-desktop]" One of the following packages is required to complete your request: kde-base/kdelibs-4.4.5-r2 (Change USE: +semantic-desktop) (dependency required by "kde-base/nepomuk-4.4.5" [ebuild]) (dependency required by "kde-base/nepomuk:4.4" [argument]) Obviously I can do what it is advising me to do: add semantic-desktop to the USE flag in either the make.conf file or per package in packeage.use... or such. What are the caveats of semantic-desktop and nepomuk? Can I just delete these and go my merry way, or where should I read up on these kde4 (pillar) requirements? Googling, I found this thread: http://forums.gentoo.org/viewtopic-t-799299-start-0.html Code: echo ">=kde-base/kdelibs-4.4.0 semantic-desktop" >> / etc/portage/package.use I'm now running kde-4.4 and everything seems fine. My understanding of what I've done is that kdelibs is now set up to support any application which thinks it wants semantic-desktop on while all those applications with optional support for semantic-desktop know not to use semantic-desktop. Guidance and suggestions are warranted, methinks James
Re: [gentoo-user] concatenate ogg-files...?
Neil Bothwick [11-01-30 17:20]: > On Sun, 30 Jan 2011 17:06:14 +0100, meino.cra...@gmx.de wrote: > > > > Mencoder should do this, something like > > > > > > mencoder -oac copy -o newfile.ogg oldfile1.ogg oldfile2.ogg... > > > Unfortunately mencoder cannot be used without a video stream. > > There is no -ovc null or something like that. > > -vc null or -novideo > > > -- > Neil Bothwick > > Why is the word abbreviation so long? In both cases (output of one listed below) it fails because of no video... MEncoder SVN-r32624-4.4.4 (C) 2000-2010 MPlayer Team WARNING: OUTPUT FILE FORMAT IS _AVI_. See -of help. success: format: 0 data: 0x0 - 0x9ef590 libavformat file format detected. [lavf] stream 0: audio (vorbis), -aid 0 Video stream is mandatory! Exiting... mcc
Re: [gentoo-user] Re: kmix/sound broken
On Sunday 30 January 2011 16:26:35 James wrote: > Neil Bothwick digimed.co.uk> writes: > > > killall kmix did nothing > > > > Because, as Dale said, it's running as a kdeinit process. Use ps to get > > the PID and kill that. KMix won't stat if it is already running, even if > > that process has crashed. > > I did: > > ps aux | grep kmix > root 31977 0.0 0.0 6184 576 pts/2S+ 11:19 > 0:00 grep --colour=auto > > All that is(was) running was the grep process... > > I think I found the problem, but need a little guidance. > > All prepared. Starting rebuild > emerge --oneshot --pretend --with-bdeps y app-editors/xemacs:0 > app-office/akonadi-server:0 > app-text/libspectre:0 > dev-db/libdbi-drivers:0 > dev-lang/php:5.3 > dev-libs/apr-util:1 > dev-libs/cyrus-sasl:2 > dev-libs/redland:0 > kde-base/nepomuk:4.4 > media-gfx/imagemagick:0 > x11-libs/qt-sql:4 > > These are the packages that would be merged, in order: > > Calculating dependencies... done! > > emerge: there are no ebuilds built with USE flags to > satisfy ">=kde-base/kdelibs-4.4. > 5[aqua=,-kdeprefix,semantic-desktop]" > > > One of the following packages is required to complete your request: > kde-base/kdelibs-4.4.5-r2 (Change USE: +semantic-desktop) > (dependency required by "kde-base/nepomuk-4.4.5" [ebuild]) > (dependency required by "kde-base/nepomuk:4.4" [argument]) > > > Obviously I can do what it is advising me to do: add > semantic-desktop to the USE flag in either the make.conf file > or per package in packeage.use... or such. > > What are the caveats of semantic-desktop and nepomuk? > Can I just delete these and go my merry way, or > where should I read up on these kde4 (pillar) requirements? > > > Googling, I found this thread: > http://forums.gentoo.org/viewtopic-t-799299-start-0.html > > Code: > echo ">=kde-base/kdelibs-4.4.0 semantic-desktop" >> / > etc/portage/package.use > > I'm now running kde-4.4 and everything seems fine. My understanding > of what I've done is that kdelibs is now set up to support any > application which thinks it wants semantic-desktop on while all those > applications with optional support for semantic-desktop know not to use > semantic-desktop. > > > Guidance and suggestions are warranted, methinks At some time in the past (like a year ago?) I had to add it to my make.conf because some packages would not work without it, but forgot the details. This is what is currently using it on my system: $ euse -I semantic-desktop global use flags (searching: semantic-desktop) [+ C ] semantic-desktop - Cross-KDE support for semantic search and information retrieval Installed packages matching this USE flag: kde-base/dolphin-4.4.5 kde-base/gwenview-4.4.5-r1 kde-base/kdebase-runtime-meta-4.4.5 kde-base/kdelibs-4.4.5-r2 kde-base/kdepimlibs-4.4.5 kde-base/kdepim-meta-4.4.9 kde-base/kget-4.4.5 kde-base/plasma-workspace-4.4.5 kde-base/pykde4-4.4.5-r1 net-wireless/kbluetooth-0.4.2 local use flags (searching: semantic-desktop) [+ C ] semantic-desktop (kde-base/pykde4): Enables Nepomuk and Soprano python language bindings A full KDE DE may need it more than this. -- Regards, Mick signature.asc Description: This is a digitally signed message part.
Re: [gentoo-user] Emerge Problems...
- Original Message > From: Neil Bothwick > To: gentoo-user@lists.gentoo.org > Sent: Sun, January 30, 2011 7:03:27 AM > Subject: Re: [gentoo-user] Emerge Problems... > > On Sat, 29 Jan 2011 20:12:26 -0800 (PST), BRM wrote: > > > Well, I fixed there server - initially by just grabbing a new copy of > > portage like a new install since it was just completely hosed, and the > > server is back up and working. However, now my desktop and laptop are > > both having problems. They sync just fine against the server, but I get > > a series of errors about not having various ebuilds in the manifest > > files - so many that I can't emerge anything (even portage). > > Completely remove the portage tree, fsck the filesystem and then resync. Well, I certainly have to try that out. > Of course, you can get your other systems working by commenting out any > SYNC entries in make.conf and letting them sync directly with the Gentoo > servers. Can't edit the files on the laptop, possible on the desktop though. > From: Francesco Talamona > It seems your three systems share a broken portage tree, try with the > latest portage snapshot, for example from > http://distro.ibiblio.org/pub/linux/distributions/gentoo/snapshots/ > > You can also skip the sync and put it directly on the clients to see if > the rsync service on server is broken... > > Once you stabilize the root cause, it's time to focus on the other > issues (for example run a non-X runlevel on the laptop to fix the login > issue, use nano until vim is ok, and so on). I'm not a fan of nano, so I uninstalled it a long time ago. I usually use vim; not sure why vim is referencing perl libraries, but oh well. And yes - fixing the portage issue is the first step. After that everything else will just fall out - since I can just run the various emerges and perl-cleaner. Ben
Re: [gentoo-user] ASUS M4A88T-M/USB3 and RTL-8168
On Sunday 30 January 2011 09:58:21 Dale wrote: > Florian Philipp wrote: > > Thanks for all the input, Dale and Volker! > > > > I think I settle for a GA-880GMA-UD2H ([1]). Basically, it's the little > > brother of what Volker proposed. I need a Micro-ATX board. Originally, I > > ruled out all Asrock and Gigabyte boards because because they usually > > come with 2 PCI slots, 1 PCIe x16 and 1 PCIe x1. I rather want another > > PCIe 1x instead of the second PCI slot. Asus, Foxconn and MSI offer > > that. > > > > This particular Gigabyte board, however, offers a second PCIe 4x (in a > > physical x16 slot). I guess that's even better. Although the arrangement > > on the board will make it dificult to use two larger extension cards in > > both big PCIe slots. > > > > Regards, > > Florian Philipp > > > > [1] > > http://www.newegg.com/Product/Product.aspx?Item=N82E16813128445&Tpk=GA-8 > > 80GMA-UD2H > > When you get ready to build your kernel, check out this link. > > http://kmuto.jp/debian/hcl/Giga-byte/GA-880GMA-UD2H+rev2.0 > > That should tell you what drivers it needs and save you some headaches > trying to figure them out. > > Nice mobo too. ;-) > > Dale > > :-) :-) that side is - of course - wrong. The jmicron controller works fine with the ahci driver. 05:00.0 SATA controller: JMicron Technology Corp. JMB362/JMB363 Serial ATA Controller (rev 02) Subsystem: Giga-byte Technology GA-EP45-DS5 Motherboard Kernel driver in use: ahci
Re: [gentoo-user] ASUS M4A88T-M/USB3 and RTL-8168
On Sat, Jan 29, 2011 at 7:12 AM, Volker Armin Hemmann wrote: > On Saturday 29 January 2011 13:29:53 Florian Philipp wrote: >> Hi list! >> >> I'm thinking about building a new media PC and wanted to use an ASUS >> M4A88T-M/USB3 mainboard (link: [1]). Any objections to this? >> > > I wouldn't buy an Asus board at the moment, thanks to their crappyness. > > I bought a GA-880GA-UD3H 4 weeks ago. It works. > > rtl8111d/e lan chip > usb3 > > lots of pcie slots. > > note: you don't have to care about the realtek suffices. 8111d/e/whatever... > they just work > > Nice looking MB, good price. Only caveat I see is the same problem I had with an Intel MB where 90 degree SATA outputs didn't work well for me in a tight HTPC case I did recently. In a standard case no problems. - Mark
Re: [gentoo-user] ASUS M4A88T-M/USB3 and RTL-8168
Volker Armin Hemmann wrote: On Sunday 30 January 2011 09:58:21 Dale wrote: Florian Philipp wrote: When you get ready to build your kernel, check out this link. http://kmuto.jp/debian/hcl/Giga-byte/GA-880GMA-UD2H+rev2.0 That should tell you what drivers it needs and save you some headaches trying to figure them out. Nice mobo too. ;-) Dale :-) :-) that side is - of course - wrong. The jmicron controller works fine with the ahci driver. 05:00.0 SATA controller: JMicron Technology Corp. JMB362/JMB363 Serial ATA Controller (rev 02) Subsystem: Giga-byte Technology GA-EP45-DS5 Motherboard Kernel driver in use: ahci If you have the mobo and can give the updated info, you can send it to them so that it can be updated. I sent them the info on mine too. After all, things change and someone has to send those changes in. Dale :-) :-)
Re: [gentoo-user] ASUS M4A88T-M/USB3 and RTL-8168
On Sunday 30 January 2011 10:24:17 Mark Knecht wrote: > On Sat, Jan 29, 2011 at 7:12 AM, Volker Armin Hemmann > > wrote: > > On Saturday 29 January 2011 13:29:53 Florian Philipp wrote: > >> Hi list! > >> > >> I'm thinking about building a new media PC and wanted to use an ASUS > >> M4A88T-M/USB3 mainboard (link: [1]). Any objections to this? > > > > I wouldn't buy an Asus board at the moment, thanks to their crappyness. > > > > I bought a GA-880GA-UD3H 4 weeks ago. It works. > > > > rtl8111d/e lan chip > > usb3 > > > > lots of pcie slots. > > > > note: you don't have to care about the realtek suffices. > > 8111d/e/whatever... they just work > > Nice looking MB, good price. > > Only caveat I see is the same problem I had with an Intel MB where 90 > degree SATA outputs didn't work well for me in a tight HTPC case I did > recently. In a standard case no problems. > > - Mark my case is 'plus' size so no problems there ;) After the Asus disaster I needed a board that: has lots of sata ports has lots of usb has at least 2 pci ports is f*cking stable. Gigabyte delivered. It might be slower - I can't feel or see a difference but it is stable. Stability trumps speed. Every time.
Re: [gentoo-user] k3b: Drive not found ...
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:/root>l /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/mccramer>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" > > 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] Re: nVidia & nouveau on nVidia 8600M GT
Apparently, though unproven, at 16:26 on Sunday 30 January 2011, Allan Gottlieb did opine thusly: > On Sun, Jan 30 2011, Alan McKinnon wrote: > > Happy news: > > > > Upgrading to KDE-4.6.0 fixed all the annoying issues below. > > Does this mean you are now running you nvidia graphics using the nouveau > driver? That is, not just testing nouveau, but using it essentially all > the time. No, I still use nvidia drivers for day to day work. I install and check out nouveau every now and again. Soryr. I should have re-read my mail and been more clear. The main issue I had with nvidia was that desktop effects raised the load and made the laptop run hot especially with blur effect. 4.6.0 fixed that and lets the machine perform acceptably. -- alan dot mckinnon at gmail dot com
[gentoo-user] BUG: using smp_processor_id() in preemptible [00000000] code: X/4018
Hi, I haven't used the closed source ATI driver for long but I don't remember seeing this dmesg error before. It's not high priority for me as I'll be switching out the graphics card to an NVidia card hopefully tomorrow, but is this something that should get reported somewhere, or is it just the nature of the fglrx driver? Or maybe I've not configured the kernel as well as it could before this driver? Kernel is 2.6.36-gentoo-r6, ati-drivers-10.11. I did do a modules-rebuild -X rebuild and reboot to ensure it's repeatable. I suspect the LKML doesn't want this report as it's a closed source driver. Do the XFree guys want it? AMD maybe? Thanks, Mark [ 21.215166] pci :03:00.0: irq 68 for MSI/MSI-X [ 21.215314] BUG: using smp_processor_id() in preemptible [] code: X/4018 [ 21.215335] caller is KAS_GetExecutionLevel+0x85/0x131 [fglrx] [ 21.215337] Pid: 4018, comm: X Tainted: P2.6.36-gentoo-r6 #29 [ 21.215338] Call Trace: [ 21.215342] [] debug_smp_processor_id+0xc7/0xe0 [ 21.215353] [] KAS_GetExecutionLevel+0x85/0x131 [fglrx] [ 21.215365] [] KAS_InterlockedList_InsertAtTail+0x64/0x12e [fglrx] [ 21.215383] [] ? firegl_trace+0x72/0x1e0 [fglrx] [ 21.215400] [] MCIL_InterlockedList+0x193/0x2a0 [fglrx] [ 21.215423] [] ? FIFO_Queue_Initialize+0xe6/0x100 [fglrx] [ 21.215438] [] fireglPcsCommand+0xa5/0x140 [fglrx] [ 21.215454] [] ? MCIL_GetRegistrykey+0x269/0x760 [fglrx] [ 21.215474] [] ? AvailableCallbacksQueue_Initialize+0x52/0x70 [fglrx] [ 21.215494] [] ? InitializeExtension+0xf0/0x240 [fglrx] [ 21.215513] [] ? InitializeInterrupts+0x38/0x60 [fglrx] [ 21.215536] [] ? IRQMGR_InitializeIRQMGR+0xfd/0x110 [fglrx] [ 21.215554] [] ? irqmgr_wrap_enable_interrupts+0x396/0x950 [fglrx] [ 21.215571] [] ? irqmgr_wrap_enable_interrupts+0x147/0x950 [fglrx] [ 21.215588] [] ? irqmgr_wrap_initialize+0x22/0xb0 [fglrx] [ 21.215604] [] ? firegl_interrupt_control+0x174/0x1a0 [fglrx] [ 21.215607] [] ? capable+0x22/0x41 [ 21.215623] [] ? firegl_interrupt_control+0x0/0x1a0 [fglrx] [ 21.215646] [] ? firegl_ioctl+0x1ea/0xeb0 [fglrx] [ 21.215659] [] ? ip_firegl_ioctl+0x9/0xb [fglrx] [ 21.215662] [] ? do_vfs_ioctl+0x404/0x453 [ 21.215665] [] ? sys_ioctl+0x51/0x74 [ 21.215669] [] ? sys_write+0x45/0x6c [ 21.215672] [] ? system_call_fastpath+0x16/0x1b [ 21.215675] BUG: using smp_processor_id() in preemptible [] code: X/4018 [ 21.215687] caller is KAS_GetExecutionLevel+0x85/0x131 [fglrx] [ 21.215689] Pid: 4018, comm: X Tainted: P2.6.36-gentoo-r6 #29 [ 21.215691] Call Trace: [ 21.215694] [] debug_smp_processor_id+0xc7/0xe0 [ 21.215709] [] KAS_GetExecutionLevel+0x85/0x131 [fglrx] [ 21.215722] [] KAS_InterlockedList_InsertAtTail+0x64/0x12e [fglrx] [ 21.215741] [] ? firegl_trace+0x72/0x1e0 [fglrx] [ 21.215758] [] MCIL_InterlockedList+0x193/0x2a0 [fglrx] [ 21.215781] [] ? FIFO_Queue_Initialize+0xe6/0x100 [fglrx] [ 21.215798] [] fireglPcsCommand+0xa5/0x140 [fglrx] [ 21.215815] [] ? MCIL_GetRegistrykey+0x269/0x760 [fglrx] [ 21.215836] [] ? AvailableCallbacksQueue_Initialize+0x52/0x70 [fglrx] [ 21.215857] [] ? InitializeExtension+0xf0/0x240 [fglrx] [ 21.215877] [] ? InitializeInterrupts+0x38/0x60 [fglrx] [ 21.215901] [] ? IRQMGR_InitializeIRQMGR+0xfd/0x110 [fglrx] [ 21.215920] [] ? irqmgr_wrap_enable_interrupts+0x396/0x950 [fglrx] [ 21.215938] [] ? irqmgr_wrap_enable_interrupts+0x147/0x950 [fglrx] [ 21.215955] [] ? irqmgr_wrap_initialize+0x22/0xb0 [fglrx] [ 21.215973] [] ? firegl_interrupt_control+0x174/0x1a0 [fglrx] [ 21.215976] [] ? capable+0x22/0x41 [ 21.215993] [] ? firegl_interrupt_control+0x0/0x1a0 [fglrx] [ 21.216008] [] ? firegl_ioctl+0x1ea/0xeb0 [fglrx] [ 21.216022] [] ? ip_firegl_ioctl+0x9/0xb [fglrx] [ 21.216025] [] ? do_vfs_ioctl+0x404/0x453 [ 21.216028] [] ? sys_ioctl+0x51/0x74 [ 21.216031] [] ? sys_write+0x45/0x6c [ 21.216033] [] ? system_call_fastpath+0x16/0x1b [ 21.216036] BUG: using smp_processor_id() in preemptible [] code: X/4018 [ 21.216048] caller is KAS_GetExecutionLevel+0x85/0x131 [fglrx] [ 21.216050] Pid: 4018, comm: X Tainted: P2.6.36-gentoo-r6 #29 [ 21.216052] Call Trace: [ 21.216054] [] debug_smp_processor_id+0xc7/0xe0 [ 21.216066] [] KAS_GetExecutionLevel+0x85/0x131 [fglrx] [ 21.216078] [] KAS_InterlockedList_InsertAtTail+0x64/0x12e [fglrx] [ 21.216098] [] ? firegl_trace+0x72/0x1e0 [fglrx] [ 21.216115] [] MCIL_InterlockedList+0x193/0x2a0 [fglrx] [ 21.216139] [] ? FIFO_Queue_Initialize+0xe6/0x100 [fglrx] [ 21.216155] [] fireglPcsCommand+0xa5/0x140 [fglrx] [ 21.216172] [] ? MCIL_GetRegistrykey+0x269/0x760 [fglrx] [ 21.216193] [] ? AvailableCallbacksQueue_Initialize+0x52/0x70 [fglrx] [ 21.216214] [] ? InitializeExtension+0xf0/0x240 [fglrx] [ 21.216234] [] ? InitializeInterrupts+0x38/0x60 [fglrx] [ 21.216258] [] ? IRQMGR_InitializeIRQMGR+0xfd/0x110 [f
Re: [gentoo-user] PHP won't execute
On Sat, 2011-01-15 at 13:21 -0600, Michael Sullivan wrote: > On Sat, 2011-01-15 at 12:31 -0500, Mark Shields wrote: > > On Fri, Jan 14, 2011 at 10:53 PM, Michael Sullivan > > wrote: > > On Fri, 2011-01-14 at 22:37 -0500, Mark Shields wrote: > > > > > > > > > > > > > > > > > It's no problem. Gmail realized you had already sent the > > same message > > > and collapsed the whole reply as "quoted text" :) > > > > > > > > > Try running this: > > > > > > > > > # echo "phpinfo();" | xargs php -r > > > > > > > > > What does it output? anything? > > > > > > It outputs a lot of stuff. More than my gnome-terminal buffer > > could > > display (as in I issue a reset before I issue the command you > > sent and I > > can't see the command when I scroll all the way up.) Anything > > in > > particular I should be looking for? Anything I should grep > > for? > > > > > > > > > > I just wanted to see if php-cli works. And it does. > > > > > > I would recommend re-emerging php at this point, then run etc-update > > or dispatch-conf. > > > > I did all three and restarted apache and went to the page. Still only > see code... I've done some further research/testing and discovered that it's only my picture page that's not executing: >From http://carter.espersunited.com/~michael/test.php: Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 Fatal error: Unknown: Failed opening required '/home/michael/public_html/test.php' (include_path='.:/usr/share/php5:/usr/share/php') in Unknown on line 0 PHP executed. It returned errors, but it executed, now from one directory down: >From http://carter.espersunited.com/~michael/camera/index.php: \n"; print " \n"; print " \n"; print " \n"; print "\n"; print "\n"; print "\n"; print " \n"; print "\n"; print " \n"; print " \n"; print " \n"; print " \n"; print " $title \n"; print " \n"; print " \n \n"; print " \n"; $dirname = "."; $dh = opendir($dirname); print " \n"; while ( gettype($file = readdir($dh)) != boolean) { if (is_dir("$dirname/$file") && strlen($file) == 6) { #We are in a directory $strMonth = substr($file, 0, 2); $strDay = substr($file, 2, 2); $strYear = substr($file, 4, 2); $file = $strYear.$strMonth.$strDay; $dirarray[] = $file; } } closedir($dh); $value = $_POST['Set']; if (! isset($value)) $value="current"; rsort($dirarray, SORT_STRING); if ($value == "Current") $value = "current"; if ($value == "current") include("current.php"); if ($value=="All") { foreach ($dirarray as $file) { $strMonth = substr($file, 2, 2); $strDay = substr($file, 4, 2); $strYear = substr($file, 0, 2); $file = $strMonth.$strDay.$strYear; makeTable($dirname, $file); } } if ($value !="current" && $value != "All") makeTable($dirname, $value); showList(); print " \n"; print " \n"; print "\n"; function makeTable($dirname, $file) { global $text; global $bgcolor; #The name of this directory is in mmddyy format. We need to spit it into its individual parts and print it (mm/dd/yy) $strMonth = substr($file, 0, 2); $strDay = substr($file, 2, 2); $strYear = substr($file, 4); print "\n"; print " \n"; print " \n"; print "\n"; print " \n"; print " Added $strMonth"."/".$strDay."/".$strYear." \n"; print " \n"; $subdirname = $file; $eh = opendir($subdirname); #We need to make a table for the thumbnails to appear in... print " \n"; print "\n"; $count = 1; while (gettype($subfile = readdir($eh)) != boolean) { $ext = substr($subfile, strlen($subfile) - 3, 3); $ext = strtolower($ext); if (!is_dir("$dirname/$subdirname/$subfile") && $ext == "jpg") { print "\n"; $count++; if ($count > 5) { print "\n"; print "\n"; $count = 1; } } } print " "; print " \n"; print " \n"; } function makeList($file) { print " $file\n"; } function showList() { global $dirarray; global $dirname; print "\n"; print " \n"; print "\n"; } ?> \n"; //print "$subfile \n"; $subfilename = htmlspecialchars($subfile, ENT_QUOTES); $filename = $dirname."/".$subdirname."/mini/mini-".$subfilename; print "\n"; print "\"$subfile\"\n"; print "\n"; print " It occurs to me that I might have an error in the script itself. I have posted the entire script here: michael@carter ~/public_html/camera $ cat index.php \n"; print " \n"; print " $title\n"; print " \n"; print "\n"; print "\n"; print "\n"; print "\n"; print "\n"; print " \n"; print " \n"; print " $title\n"; print " \n"; print " \n"; print "\n"; print "\n\n"; print "\n"; $dirname = "."; $dh = opendir($dirname); print "\n"; while ( gettype($file = readdir($dh)) != boolean) { if (is_dir("$dirname/$file") && strlen($file) == 6) { #We are in a directory $strMonth = substr($file, 0, 2); $strDay = substr($file, 2, 2); $strYear = substr($file, 4, 2); $file = $strYe
Re: [gentoo-user] Emerge Problems...
On 20:12 Sat 29 Jan , BRM wrote: > A little while back my server ran out of hard disk space (due to a failed > hard > drive) and as a result my local portage mirror got destroyed. > Well, I fixed there server - initially by just grabbing a new copy of portage > like a new install since it was just completely hosed, and the server is back > up > and working. However, now my desktop and laptop are both having problems. > They > sync just fine against the server, but I get a series of errors about not > having > various ebuilds in the manifest files - so many that I can't emerge anything > (even portage). I believe you will already have checked this, but anyways: I once upon a time experienced a similar issue, which was caused by the fact that for some reason, I was only syncing new / modfied files from the source to my local portage tree, and not deleting no longer existent (on the source) files from the local tree. This resulted in emerge complaining about various ebuilds not being found. I was kind of shocked at first, then found my error, and on "properly" (including deletes) syncing with my portage source everything immediately started working fine again on the local (destination) machine. But again, I believe it's highly unprobable that this is your problem, because if you synced "correctly" before your server had to be re-setup, I would believe that you're doing it correctly now as well, at least I can't see what should have changed concering the sync due to the act of replacing the server... Greetings, Nils -- Nils Holland * Ti Systems, Wunsorf-Luthe (Germany) Powered by GNU/Linux since 1998
Re: [gentoo-user] PHP won't execute [SOLVED]
On Sun, 2011-01-30 at 14:55 -0600, Michael Sullivan wrote: > On Sat, 2011-01-15 at 13:21 -0600, Michael Sullivan wrote: > > On Sat, 2011-01-15 at 12:31 -0500, Mark Shields wrote: > > > On Fri, Jan 14, 2011 at 10:53 PM, Michael Sullivan > > > wrote: > > > On Fri, 2011-01-14 at 22:37 -0500, Mark Shields wrote: > > > > > > > > > > > > > > > > > > > > > > > It's no problem. Gmail realized you had already sent the > > > same message > > > > and collapsed the whole reply as "quoted text" :) > > > > > > > > > > > > Try running this: > > > > > > > > > > > > # echo "phpinfo();" | xargs php -r > > > > > > > > > > > > What does it output? anything? > > > > > > > > > It outputs a lot of stuff. More than my gnome-terminal buffer > > > could > > > display (as in I issue a reset before I issue the command you > > > sent and I > > > can't see the command when I scroll all the way up.) Anything > > > in > > > particular I should be looking for? Anything I should grep > > > for? > > > > > > > > > > > > > > > I just wanted to see if php-cli works. And it does. > > > > > > > > > I would recommend re-emerging php at this point, then run etc-update > > > or dispatch-conf. > > > > > > > I did all three and restarted apache and went to the page. Still only > > see code... > > I've done some further research/testing and discovered that it's only my > picture page that's not executing: > > From http://carter.espersunited.com/~michael/test.php: > > Warning: Unknown: failed to open stream: Permission denied in Unknown on > line 0 > > Fatal error: Unknown: Failed opening required > '/home/michael/public_html/test.php' > (include_path='.:/usr/share/php5:/usr/share/php') in Unknown on line 0 > > PHP executed. It returned errors, but it executed, now from one > directory down: > > From http://carter.espersunited.com/~michael/camera/index.php: > > \n"; print " \n"; print " \n"; print " \n"; print "\n"; print "\n"; > print "\n"; print " > \n"; print "\n"; print " \n"; print " \n"; print " \n"; print " > \n"; print " > $title > \n"; print " > \n"; print " > \n > \n"; print " > \n"; $dirname = "."; $dh = opendir($dirname); print " > \n"; while ( gettype($file = readdir($dh)) != boolean) { if > (is_dir("$dirname/$file") && strlen($file) == 6) { #We are in a > directory $strMonth = substr($file, 0, 2); $strDay = substr($file, 2, > 2); $strYear = substr($file, 4, 2); $file = $strYear.$strMonth.$strDay; > $dirarray[] = $file; } } closedir($dh); $value = $_POST['Set']; if (! > isset($value)) $value="current"; rsort($dirarray, SORT_STRING); if > ($value == "Current") $value = "current"; if ($value == "current") > include("current.php"); if ($value=="All") { foreach ($dirarray as > $file) { $strMonth = substr($file, 2, 2); $strDay = substr($file, 4, 2); > $strYear = substr($file, 0, 2); $file = $strMonth.$strDay.$strYear; > makeTable($dirname, $file); } } if ($value !="current" && $value != > "All") makeTable($dirname, $value); showList(); print " > \n"; print " \n"; print "\n"; function makeTable($dirname, $file) > { global $text; global $bgcolor; #The name of this directory is in > mmddyy format. We need to spit it into its individual parts and print it > (mm/dd/yy) $strMonth = substr($file, 0, 2); $strDay = substr($file, 2, > 2); $strYear = substr($file, 4); print "\n"; print " \n"; print " \n"; > print "\n"; print " > \n"; print " > Added $strMonth"."/".$strDay."/".$strYear." > \n"; print " > \n"; $subdirname = $file; $eh = opendir($subdirname); #We need to make a > table for the thumbnails to appear in... print " \n"; print "\n"; $count > = 1; while (gettype($subfile = readdir($eh)) != boolean) { $ext = > substr($subfile, strlen($subfile) - 3, 3); $ext = strtolower($ext); if > (!is_dir("$dirname/$subdirname/$subfile") && $ext == "jpg") { print > "\n"; $count++; if ($count > 5) { print "\n"; print "\n"; $count = > 1; } } } print " "; print " > \n"; print " > \n"; } function makeList($file) { print " $file\n"; } function > showList() { global $dirarray; global $dirname; print "\n"; print " \n"; > print "\n"; } ?> > \n"; //print "$subfile > \n"; $subfilename = htmlspecialchars($subfile, ENT_QUOTES); $filename = > $dirname."/".$subdirname."/mini/mini-".$subfilename; print "\n"; print > "\"$subfile\"\n"; print "\n"; print " > > It occurs to me that I might have an error in the script itself. I have > posted the entire script here: > > michael@carter ~/public_html/camera $ cat index.php > $title = "My Pictures"; > $bgcolor = "#339966"; > $text = "#00"; > > print "\n"; > print " \n"; > print " $title\n"; > print " \n"; > print "\n"; > print " text='$text'>\n"; > print "\n"; > print "\n"; > print "\n"; > print " \n"; > print " \n"; > print "
Re: [gentoo-user] BUG: using smp_processor_id() in preemptible [00000000] code: X/4018
On Sunday 30 January 2011 12:40:29 Mark Knecht wrote: > Hi, >I haven't used the closed source ATI driver for long but I don't > remember seeing this dmesg error before. It's not high priority for me > as I'll be switching out the graphics card to an NVidia card hopefully > tomorrow, but is this something that should get reported somewhere, or > is it just the nature of the fglrx driver? Or maybe I've not > configured the kernel as well as it could before this driver? > >Kernel is 2.6.36-gentoo-r6, ati-drivers-10.11. > >I did do a modules-rebuild -X rebuild and reboot to ensure it's > repeatable. > >I suspect the LKML doesn't want this report as it's a closed source > driver. Do the XFree guys want it? certainly not. You don't use anything from Xfree. > AMD maybe? > certainly. If you can reproduce it with a vanilla kernel. Because I don't see anything like this with vanilla kernels.
[gentoo-user] thubdrive mounts with strange char's in it's name
Hello, My thumbdrive has been mounting fine, but recently it started mounting with strange characters in it's name. I'm using pcmanfm inside of awesome wm. I have the latest stable xorg-server compiled with udev. My thumbdrive mounts as /media/ I can't copy+paste the symbols (although I tried, but mutt/vim doesn't show them). It's difficult to explain, but it looks like the characters 000E inside of a 1 pixel stroke square box. inside the terminal it appears as a question mark. ie. /media/? I've tried to write a udev rule to combat this, but to no avail. These are the rules I've tried. The drive is /dev/sdf1, and it's product is "Cruzer Titanium+" SUBSYSTEM=="usb", KERNEL=="sd?1", NAME="usb/flashdisk", SYMLINK="usb%k" I've also tried this. SUBSYSTEM=="usb", KERNEL=="sd[a-z]1", ATTRS{product}=="Cruzer Titanium+", NAME="usb/flashdisk", SYMLINK="%k" I found it very difficult to research the proper syntax for udev. A lot of the examples on the net are outdated. Any advice or pointers would be most appreciated. Thanks for your time, Alan
[gentoo-user] Re: kmix/sound broken
Mick gmail.com> writes: > local use flags (searching: semantic-desktop) > [+ C ] semantic-desktop (kde-base/pykde4): > Enables Nepomuk and Soprano python language bindings > A full KDE DE may need it more than this. Yep, Compiling hundred of packages. Most are not related to the flag change, but need updating. The semantic-desktop flag set in make.conf. I'll post results tomorrow. James
Re: [gentoo-user] BUG: using smp_processor_id() in preemptible [00000000] code: X/4018
I use gentoo-sources and have been getting that for as long as i've used fglrx (since 9.6, ie driver version 8.62). I don't notice any issue so just ignore it.
[gentoo-user] Re: thubdrive mounts with strange char's in it's name
On 01/30/2011 02:36 PM, Alan Warren wrote: Hello, My thumbdrive has been mounting fine, but recently it started mounting with strange characters in it's name. My thumbdrive mounts as /media/ I can offer an observation but not an answer. Your email client, mutt, is sending "quoted-printable" text, so I'm not sure I'm reading the same thing that you are writing. For example, your last line, above, looks to me like this when I view your post in raw ascii: 'My thumbdrive mounts as /media/=0E' That =HH is typical of "quoted-printable" encoding: http://en.wikipedia.org/wiki/Quoted-printable Maybe someone else can tell us if this has any relation to your problem?
Re: [gentoo-user] BUG: using smp_processor_id() in preemptible [00000000] code: X/4018
On Sun, Jan 30, 2011 at 2:34 PM, Volker Armin Hemmann wrote: > On Sunday 30 January 2011 12:40:29 Mark Knecht wrote: >> Hi, >> I haven't used the closed source ATI driver for long but I don't >> remember seeing this dmesg error before. It's not high priority for me >> as I'll be switching out the graphics card to an NVidia card hopefully >> tomorrow, but is this something that should get reported somewhere, or >> is it just the nature of the fglrx driver? Or maybe I've not >> configured the kernel as well as it could before this driver? >> >> Kernel is 2.6.36-gentoo-r6, ati-drivers-10.11. >> >> I did do a modules-rebuild -X rebuild and reboot to ensure it's >> repeatable. >> >> I suspect the LKML doesn't want this report as it's a closed source >> driver. Do the XFree guys want it? > > certainly not. You don't use anything from Xfree. > My bad. Really I guess I meant X.org http://xorg.freedesktop.org/wiki/ They supply the server, correct? And everything going to the fglrx driver comes from the server, somehow, doesn't it? None the less it seems like the message suggests that the driver is coded incorrectly. Please note that I don't actually see any problems. The system continues to work about as well as it ever has with this card/driver combination, and there's only a few of these messages in dmesg. >> AMD maybe? >> > > certainly. If you can reproduce it with a vanilla kernel. > Because I don't see anything like this with vanilla kernels. > Yeah, probably too much work for the time I have available right now, and if I remove the HD 5770 in favor of the new NVidia card tomorrow afternoon then it won't happen until I try the card in some system at a future date. (Assuming I don't sell it as 'used' and just be done with ATI for the 4th time...) Also, there is a 10.12 driver in portage that wasn't available when I switched to fglrx. I should try that also. Cheers, Mark Thanks, Mark
Re: [gentoo-user] BUG: using smp_processor_id() in preemptible [00000000] code: X/4018
On Sun, Jan 30, 2011 at 5:27 PM, Adam Carter wrote: > I use gentoo-sources and have been getting that for as long as i've used > fglrx (since 9.6, ie driver version 8.62). I don't notice any issue so just > ignore it. > Thanks Adam! I guess it's been there for the last week (when I gave up on the Open Source driver) and I probably never looked at dmesg. Cheers, Mark
Re: [gentoo-user] Re: thubdrive mounts with strange char's in it's name
Thanks for the info. I'm going to look into it. Just to illustrate a little better, this is what it looks like. http://www.alan-warren.com/images/strange_chars.jpg Thanks On Sun, Jan 30, 2011 at 7:32 PM, walt wrote: > On 01/30/2011 02:36 PM, Alan Warren wrote: > >> Hello, >> >> My thumbdrive has been mounting fine, but recently it started mounting >> with strange characters in it's name. >> My thumbdrive mounts as /media/ >> > > I can offer an observation but not an answer. Your email client, mutt, > is sending "quoted-printable" text, so I'm not sure I'm reading the same > thing that you are writing. > > For example, your last line, above, looks to me like this when I view your > post in raw ascii: > > 'My thumbdrive mounts as /media/=0E' > > That =HH is typical of "quoted-printable" encoding: > > http://en.wikipedia.org/wiki/Quoted-printable > > Maybe someone else can tell us if this has any relation to your problem? > > > >
Re: [gentoo-user] thubdrive mounts with strange char's in it's name
On Sun, Jan 30, 2011 at 5:36 PM, Alan Warren wrote: > My thumbdrive has been mounting fine, but recently it started mounting > with strange characters in it's name. I believe most auto-mounters use the file system label when naming mount points. You can view or modify this with the tools appropriate for the specific file system. For FAT, use dosfslabel from the sys-fs/dosfstools package. For ext{2,3,4}, use "tune2fs -L" from the sys-fs/e2fsprogs package. I'm guessing that something messed up the label.
Re: [gentoo-user] thubdrive mounts with strange char's in it's name
Thanks Mike, this is exactly what I needed. I'm all set now. -Alan On Sun, Jan 30, 2011 at 10:14 PM, Mike Gilbert wrote: > On Sun, Jan 30, 2011 at 5:36 PM, Alan Warren > wrote: > > My thumbdrive has been mounting fine, but recently it started mounting > > with strange characters in it's name. > > I believe most auto-mounters use the file system label when naming > mount points. You can view or modify this with the tools appropriate > for the specific file system. > > For FAT, use dosfslabel from the sys-fs/dosfstools package. > > For ext{2,3,4}, use "tune2fs -L" from the sys-fs/e2fsprogs package. > > I'm guessing that something messed up the label. > >
Re: [gentoo-user] k3b: Drive not found ...
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