[gentoo-user] alsa: missing default device

2014-09-20 Thread Frank Steinmetzger
Hello esteemed readers After four years in the making, I finally built a new machine. \o/ It's an H97-based board with an ALC892 audio chip. The necessities work, but I'm having problems with the out-of-the-box audio setup. After fixing the card order (analog-HDMI, instead of HDMI-analog) I found

Re: [gentoo-user] [OT] Linus Torvalds on systemd

2014-09-20 Thread hasufell
• There's still value in understanding the traditional UNIX do one thing and do it well model where many workflows can be done as a pipeline of simple tools each adding their own value, but let's face it, it's not how complex systems really work, and it's not how major applications have been

Re: [gentoo-user] Re: [OT] Linus Torvalds on systemd

2014-09-20 Thread Mark David Dumlao
On Thu, Sep 18, 2014 at 11:40 AM, Alec Ten Harmsel a...@alectenharmsel.com wrote: On 09/17/2014 10:40 PM, Mark David Dumlao wrote: Fact is if it's _you_ that seems to give a tweet about systemd speed, so it's on _you_ to measure it, I don't really care what you think. The fact that you

Re: [gentoo-user] Re: [OT] Linus Torvalds on systemd

2014-09-20 Thread Mark David Dumlao
On Fri, Sep 19, 2014 at 3:18 AM, Grant Edwards grant.b.edwa...@gmail.com wrote: On 2014-09-18, Alec Ten Harmsel a...@alectenharmsel.com wrote: Mark David Dumlao wrote: The code is out there. Freely available. Both systemd and sysvinit. If you wanted to measure both, you could, literally,

Re: [gentoo-user] crontab - and' condition

2014-09-20 Thread Michael Orlitzky
On 09/19/2014 03:09 AM, Alan McKinnon wrote: No wait, that won't work. What you want to accomplish cannot be done with a single crontab job. Use periodic/monthly like the other poster said or use anacron so the job will run when the machine is next powered on. Actually, Gentoo's

Re: [gentoo-user] Re: [OT] Linus Torvalds on systemd

2014-09-20 Thread Volker Armin Hemmann
Am 18.09.2014 um 01:24 schrieb Mark David Dumlao: On Thu, Sep 18, 2014 at 7:11 AM, James wirel...@tampabay.rr.com mailto:wirel...@tampabay.rr.com wrote: Mark David Dumlao madumlao at gmail.com http://gmail.com writes: You're the only one in this thread that's imposing on everyone

Re: [gentoo-user] Re: [OT] Linus Torvalds on systemd

2014-09-20 Thread Volker Armin Hemmann
Am 20.09.2014 um 16:08 schrieb Mark David Dumlao: On Thu, Sep 18, 2014 at 11:40 AM, Alec Ten Harmsel a...@alectenharmsel.com mailto:a...@alectenharmsel.com wrote: On 09/17/2014 10:40 PM, Mark David Dumlao wrote: Fact is if it's _you_ that seems to give a tweet about systemd

Re: [gentoo-user] Re: [OT] Linus Torvalds on systemd

2014-09-20 Thread Mark David Dumlao
On Sun, Sep 21, 2014 at 12:28 AM, Volker Armin Hemmann volkerar...@googlemail.com wrote: I am deluded? Who again posted systemd propaganda again? Point is he's trying to paint the picture that systemd folks rattle on and on about its speed, but they don't. except when they do. The

[gentoo-user] SRC_URISRC_URI.mirror

2014-09-20 Thread James
Hello, So I'm working on apache spark (overlay) ebuild. I cannot see to get the sources to download. Here are the sources: http://www.apache.org/dist/spark/spark-1.1.0/ or here: http://mir2.ovh.net/ftp.apache.org/dist/spark/spark-1.1.0/ My local ebuild has these etries: snip MY_PV=${PV/_/}

Re: [gentoo-user] Re: [OT] Linus Torvalds on systemd

2014-09-20 Thread Mark David Dumlao
On Sun, Sep 21, 2014 at 12:24 AM, Volker Armin Hemmann volkerar...@googlemail.com wrote: Am 18.09.2014 um 01:24 schrieb Mark David Dumlao: On Thu, Sep 18, 2014 at 7:11 AM, James wirel...@tampabay.rr.com wrote: Mark David Dumlao madumlao at gmail.com writes: You're the only one in this

Re: [gentoo-user] SRC_URISRC_URI.mirror

2014-09-20 Thread Michael Orlitzky
On 09/20/2014 01:07 PM, James wrote: Hello, So I'm working on apache spark (overlay) ebuild. I cannot see to get the sources to download. Here are the sources: http://www.apache.org/dist/spark/spark-1.1.0/ or here: http://mir2.ovh.net/ftp.apache.org/dist/spark/spark-1.1.0/ ... So

Re: [gentoo-user] Re: [OT] Linus Torvalds on systemd

2014-09-20 Thread Mark David Dumlao
On Sun, Sep 21, 2014 at 1:18 AM, Mark David Dumlao madum...@gmail.com wrote: On Sun, Sep 21, 2014 at 12:24 AM, Volker Armin Hemmann volkerar...@googlemail.com wrote: Am 18.09.2014 um 01:24 schrieb Mark David Dumlao: On Thu, Sep 18, 2014 at 7:11 AM, James wirel...@tampabay.rr.com wrote:

Re: [gentoo-user] crontab - and' condition

2014-09-20 Thread Joseph
On 09/19/14 09:47, Stephan Müller wrote: Am 18.09.2014 um 18:44 schrieb Joseph: I want to run a cron job only once a month. The problem is the computer is only on on weekdays Mon-Fri. 1-5 cron tab as this below is an or condition as it has entries in Days of the Months and Day of the Week

[gentoo-user] Re: SRC_URISRC_URI.mirror

2014-09-20 Thread James
Michael Orlitzky mjo at gentoo.org writes: The entries of the SRC_URI variable are all logical-ANDed together rather than logical-OR. In other words, every entry is downloaded and considered part of the source. You only need the first one (from apache.org); Gentoo will ultimately take care

Re: [gentoo-user] Re: SRC_URISRC_URI.mirror

2014-09-20 Thread Michael Orlitzky
On 09/20/2014 01:55 PM, James wrote: OK, now it is simplified to: MY_PV=${PV/_/} SRC_URI=http://www.apache.org/dist/spark/${PV}/${P}.tgz; But I get this error: 'ebuild spark-1.1.0.ebuild manifest' Downloading 'http://www.apache.org/dist/spark/1.1.0/spark-1.1.0.tgz' --2014-09-20

[gentoo-user] Re: SRC_URISRC_URI.mirror

2014-09-20 Thread James
Michael Orlitzky mjo at gentoo.org writes: ERROR 404: Not Found. Because that's the wrong URL =) OK, I know this. What is the correct URL? James

[gentoo-user] Re: SRC_URISRC_URI.mirror

2014-09-20 Thread James
Michael Orlitzky mjo at gentoo.org writes: MY_PV=${PV/_/} SRC_URI=http://www.apache.org/dist/spark/${PV}/${P}.tgz; Because that's the wrong URL =) SRC_URI=http://www.apache.org/dist/spark/spark-1.1.0/${P}.tgz; Works. Is this correct? (sorry for being dense) James

Re: [gentoo-user] Re: SRC_URISRC_URI.mirror

2014-09-20 Thread Bryan Gardiner
On Saturday, September 20, 2014 18:08:30 James wrote: Michael Orlitzky mjo at gentoo.org writes: MY_PV=${PV/_/} SRC_URI=http://www.apache.org/dist/spark/${PV}/${P}.tgz; Because that's the wrong URL =) SRC_URI=http://www.apache.org/dist/spark/spark-1.1.0/${P}.tgz; Works. Is

Re: [gentoo-user] Re: SRC_URISRC_URI.mirror

2014-09-20 Thread Jc García
2014-09-20 12:08 GMT-06:00 James wirel...@tampabay.rr.com: Michael Orlitzky mjo at gentoo.org writes: MY_PV=${PV/_/} SRC_URI=http://www.apache.org/dist/spark/${PV}/${P}.tgz; Because that's the wrong URL =) SRC_URI=http://www.apache.org/dist/spark/spark-1.1.0/${P}.tgz; If you want

Re: [gentoo-user] Re: SRC_URISRC_URI.mirror

2014-09-20 Thread Michael Orlitzky
On 09/20/2014 02:08 PM, James wrote: Michael Orlitzky mjo at gentoo.org writes: MY_PV=${PV/_/} SRC_URI=http://www.apache.org/dist/spark/${PV}/${P}.tgz; Because that's the wrong URL =) SRC_URI=http://www.apache.org/dist/spark/spark-1.1.0/${P}.tgz; Works. Is this correct? (sorry

Re: [gentoo-user] [OT] Linus Torvalds on systemd

2014-09-20 Thread Canek Peláez Valdés
On Sat, Sep 20, 2014 at 8:46 AM, hasufell hasuf...@gentoo.org wrote: • There's still value in understanding the traditional UNIX do one thing and do it well model where many workflows can be done as a pipeline of simple tools each adding their own value, but let's face it, it's not how complex

[gentoo-user] Re: Is kde really buggy or it is me?!

2014-09-20 Thread Nikos Chantziaras
On 18/09/14 16:15, behrouz khosravi wrote: Hi. I have just installed the kde desktop. I like the overall experience but its kind of buggy. For example the last problem that I had, system setting was not responding till the next reboot. I have not used kde before so, I was wondering that is buggy

[gentoo-user] Re: [OT] Linus Torvalds on systemd

2014-09-20 Thread Grant Edwards
On 2014-09-20, Mark David Dumlao madum...@gmail.com wrote: The only Linux systems where I care about boot time are embedded systems which are never going to have the resources needed to run systemd. You are mistaken. No, I am not. I've helped a friend debug problems on a couple devices

[gentoo-user] Re: SRC_URISRC_URI.mirror

2014-09-20 Thread James
Michael Orlitzky mjo at gentoo.org writes: Yes, and you can replace spark-1.1.0 by ${P} in the path as well. The link that Bryan posted has a list of all of the variables that are available. You can go pretty crazy with some of them, but in this case the only other thing I would replace is

Re: [gentoo-user] Re: [OT] Linus Torvalds on systemd

2014-09-20 Thread Rich Freeman
On Sat, Sep 20, 2014 at 2:58 PM, Grant Edwards grant.b.edwa...@gmail.com wrote: On 2014-09-20, Mark David Dumlao madum...@gmail.com wrote: The only Linux systems where I care about boot time are embedded systems which are never going to have the resources needed to run systemd. You are

Re: [gentoo-user] Re: [OT] Linus Torvalds on systemd

2014-09-20 Thread Canek Peláez Valdés
On Sat, Sep 20, 2014 at 11:24 AM, Volker Armin Hemmann volkerar...@googlemail.com wrote: Am 18.09.2014 um 01:24 schrieb Mark David Dumlao: On Thu, Sep 18, 2014 at 7:11 AM, James wirel...@tampabay.rr.com wrote: Mark David Dumlao madumlao at gmail.com writes: You're the only one in this

Re: [gentoo-user] Re: SRC_URISRC_URI.mirror

2014-09-20 Thread Michael Orlitzky
On 09/20/2014 03:17 PM, James wrote: OK, that behind me now.. So the build fails, so I figure I'll just build it manually, then finish the ebuild. So I went to: /var/tmp/portage/sys-cluster/spark-1.1.0/work/spark-1.1.0 and no configure scripts The README.md has this:

Re: [gentoo-user] alsa: missing default device

2014-09-20 Thread Walter Dnes
So I'm missing the default device. Sure enough: $ aplay -L null Discard all samples (playback) or generate zero samples (capture) sysdefault:CARD=PCH HDA Intel PCH, ALC892 Analog Default Audio Device front:CARD=PCH,DEV=0 HDA Intel PCH, ALC892 Analog Front speakers

Re: [gentoo-user] Re: [OT] Linus Torvalds on systemd

2014-09-20 Thread Mark David Dumlao
On Sun, Sep 21, 2014 at 2:58 AM, Grant Edwards grant.b.edwa...@gmail.com wrote: On 2014-09-20, Mark David Dumlao madum...@gmail.com wrote: The only Linux systems where I care about boot time are embedded systems which are never going to have the resources needed to run systemd. You

Re: [gentoo-user] Re: [OT] Linus Torvalds on systemd

2014-09-20 Thread Mark David Dumlao
On Sun, Sep 21, 2014 at 9:47 AM, Mark David Dumlao madum...@gmail.com wrote: On Sun, Sep 21, 2014 at 2:58 AM, Grant Edwards grant.b.edwa...@gmail.com wrote: On 2014-09-20, Mark David Dumlao madum...@gmail.com wrote: The only Linux systems where I care about boot time are embedded

[gentoo-user] MySQL date look funny: 2014-0

2014-09-20 Thread Joseph
After recent upgrade my Orders in OsCommerce program date look funny: 2014-0 I downgraded mysql to 5.1.70 but this is caused by it. I've two PHP installed: 5.3 and 5.5 I tried switching to 5.3 it still the same date display 2014-0 -- Joseph