Re: [gentoo-user] amavisd: running or not running???

2015-04-06 Thread Dan Oriani

On 4/5/2015 1:57 PM, Jarry wrote:
> Hi Gentoo-users,
> 
> I have this strange problem: I can not start amavisd because
> it is running, and at the same time I can not stop amavisd
> because it is not running. How's that possible?
> 
> vs4 ~ # /etc/init.d/amavisd start
>  * WARNING: amavisd has already been started
> vs4 ~ # /etc/init.d/amavisd stop
>  * Stopping amavisd-new ...
> The amavisd daemon is not running   [ !! ]
>  * ERROR: amavisd failed to stop
> vs4 ~ # /etc/init.d/amavisd start
>  * WARNING: amavisd has already been started
> vs4 ~ # ps -e | grep amavis
> vs4 ~ #
> 
> How can I fix this mess?
> 
> Jarry
> 

I actually just noticed this happening on my server. Not sure what
exactly happened, but it appears that on my computer at least, the rules
files had been deleted. What you'll want to try is running 'sa-update',
then '/etc/init.d/amavisd zap', then finally '/etc/init.d/amavisd start'.

OpenRC thinks that the service is running, since it doesn't really close
out normally, so the zap command resets it to a stopped state, allowing
you to start it normally after updating your rules files.

Hope that helps!

-Dan O.



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] unmasking qt5 and plasma 5

2015-01-09 Thread Dan Oriani
On 01/09/2015 02:20 PM, behrouz khosravi wrote:
>>
>>
>> There is definitely a ton to unmask, and if you want kde4 alongside
>> there are some USE flags to mess around with. I don't really remember
>> which anymore, but portage should give some hints.
>>
>> I don't use SDDM, it looked nice, but I like LightDM too much
>>
>>
> I am not planning to use kde4, so I think that wont bother me.
> I have heard that SDDM is recommended for Plasma 5, however I am using slim
> right now
> and it is more that enough for me!
> 
SDDM is merely upstreams replacement for KDM, as I understand it. There
also may be security vulnerabilities in SDDM, I know several versions
have been masked because of that.



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] unmasking qt5 and plasma 5

2015-01-09 Thread Dan Oriani
On 01/09/2015 01:15 PM, behrouz khosravi wrote:
>>
>>
>> I couldn't stop myself anymore! Right now I am trying to get Plasma 5 on
>> my machine.
>> This is not easy though. I just hope I wont break anything critical!
>>
> 
> I am trying to install SDDM for the fisrt step.
> 

There is definitely a ton to unmask, and if you want kde4 alongside
there are some USE flags to mess around with. I don't really remember
which anymore, but portage should give some hints.

I don't use SDDM, it looked nice, but I like LightDM too much



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] unmasking qt5 and plasma 5

2015-01-09 Thread Dan Oriani
On 01/08/2015 09:37 PM, Dale wrote:
> Jc GarcĂ­a wrote:
>> 2015-01-08 11:02 GMT-06:00 behrouz khosravi :
>>> Hi. I was wondering that is it predictable that when qt5 and plasma 5 will
>>> be unmasked?
>>>
>> Keep an eye on the bug-tracker for the unmasking of qt5[1] or hang
>> around the #gentoo-qt irc channel[2] , there you can get first hand
>> information,
>>
>> It's work that needs to be done, and usually developers work on their
>> free time and bugs might keep arising, so prediction doesn't work.
>>
>> [1] https://bugs.gentoo.org/show_bug.cgi?id=454132
>> [2] irc://irc.gentoo.org/gentoo-qt
>>
>>
> 
> On this topic, has anyone used qt5 and plasma 5 yet?  Is it at least
> workable?  I ask because I may give it a try unless people think it is
> to early yet. 
> 
> Thanks.
> 
> Dale
> 
> :-)  :-) 
> 
> 

I've been using it on my machine for a few months now actually. In the
beginning there were tons of ups and downs as it got stabilized, but
it's been pretty smooth lately.

There are definitely some kinks that still need to be worked out, and
there are only a couple k-applications that have been updated to work
with the new frameworks (unless you're willing to go with the live ebuilds).

I'd wait till plasma 5.2 is released, or at least in beta. I've heard
that a lot of bugs will be ironed out then. Though if you're curious,
it's completely usable right now, nothing is currently on fire on my
computer!



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] File timestamps got confused...why?

2014-07-15 Thread Dan Oriani
On Wed, Jul 16, 2014 at 12:02:16PM +1000, Paul Colquhoun wrote:
> On Tue, 15 Jul 2014 10:02:18 Dan Oriani wrote:
> > On Mon, Jul 14, 2014 at 10:04:36PM +0100, Stroller wrote:
> > > On Mon, 14 July 2014, at 6:54 pm, meino.cra...@gmx.de wrote:
> > > > I am running Gentoo Linux, which I update on a ~daily basis.
> > > > ...
> > > > solfire:/home/user>fstat smartlog.txt
> > > 
> > > What package provides `fstat`, please?
> > > 
> > > I don't have it installed on this machine, and the first google
> > > hit for "fstat gentoo" suggests it's a BSD command, unavailable
> > > on Linux.
> > > 
> > > http://forums.gentoo.org/viewtopic-p-1853116.html#1853116
> > > 
> > > Stroller.
> > 
> > Not to get terribly off topic here, but fstat is, in fact, a C call. I
> > wonder if this is simply a user-made tool. If you look at code
> > examples for this call, it's not terribly difficult to use at all.
> > 
> > Actually, I wonder if the tool this user is using pulls the wrong
> > field and calls it 'year'.
> 
> I don't think it's the wrong field. Most (all?) C time calls use "years since 
> 1900" instead of the actual year value, so the 114 return values from the 
> original message look like they are just the raw returned data.
> 
> (See 'man time.h' for more information)
> 
> In 1999 or earlier this just gave you the correct 2-digit year value so yes, 
> this does like like a Y2K problem, if not a very serious one.
> 
> 
> -- 
> Reverend Paul Colquhoun, ULC. http://andor.dropbear.id.au/
>   Asking for technical help in newsgroups?  Read this first:
>  http://catb.org/~esr/faqs/smart-questions.html#intro
> 

Yeah, you're definitely right there. I was thinking that it might have
been another field, I wasn't even thinking of the year difference.

Though I still wonder where he got this program from. It doesn't
appear to be in any packages at all, doesn't even seem to be a part of
any linux basesystems.

-- 
Dan Oriani
redchops.com
(Website perpetually under construction)


signature.asc
Description: Digital signature


Re: [gentoo-user] File timestamps got confused...why?

2014-07-15 Thread Dan Oriani
On Mon, Jul 14, 2014 at 10:04:36PM +0100, Stroller wrote:
> 
> On Mon, 14 July 2014, at 6:54 pm, meino.cra...@gmx.de wrote:
> > 
> > I am running Gentoo Linux, which I update on a ~daily basis.
> > ...
> > solfire:/home/user>fstat smartlog.txt
> 
> What package provides `fstat`, please?
> 
> I don't have it installed on this machine, and the first google 
> hit for "fstat gentoo" suggests it's a BSD command, unavailable 
> on Linux.
> 
> http://forums.gentoo.org/viewtopic-p-1853116.html#1853116
> 
> Stroller.
> 
> 

Not to get terribly off topic here, but fstat is, in fact, a C call. I
wonder if this is simply a user-made tool. If you look at code
examples for this call, it's not terribly difficult to use at all.

Actually, I wonder if the tool this user is using pulls the wrong
field and calls it 'year'.

-- 
Dan Oriani
redchops.com
(Website perpetually under construction)


signature.asc
Description: Digital signature


Re: [gentoo-user] media-gfx/blender-2.71 dependencies

2014-07-10 Thread Dan Oriani
On Thu, Jul 10, 2014 at 09:55:53PM +0200, J. Roeleveld wrote:
> On 9 July 2014 07:18:27 CEST, "Dan O."  wrote:
> >I don't believe you pasted everything you meant to. That paste doesn't 
> >show what packages would need to be emerged.
> 
> Please do not top post.
> -- 
> Sent from my Android device with K-9 Mail. Please excuse my brevity.
> 

Sorry, I had just re-set up my mail client and forgot to change that
key setting. Something like that really should be a default setting,
in my mind.

-- 
Dan Oriani
redchops.com
(Website perpetually under construction)


signature.asc
Description: Digital signature