Am 21.04.2010 06:33, schrieb Kevin Fenzi:
> On Wed, 21 Apr 2010 11:46:33 +1000
> Dan Irwin wrote:
>
>> The clamav packages in EPEL are quite broken, and don't work out of
>> the box. I think this has been the case for many months.
>
> Have you filed any bugs? Whats broken?
There are a couple of b
Suvayu Ali gmail.com> writes:
> You would be happy to know on GNU/linux, they are the printer
> manufacturer of choice now. :)
>
> "... There is one printer manufacturer though that as of last year has
> begun supporting Linux from top to bottom with their entire line-up of
> printers. Not only
Hi,
I appreciate that this is off-topic and wholly understand if I don't
get an answer, although one would really appreciate it if I do get an
answer :)
Basically to improve my perl scripting, I've given myself a challenge
where I would like to order the users in the passwd file by uid, I
could d
Hi,
I appreciate that this is off-topic and wholly understand if I don't
get an answer, although one would really appreciate it if I do get an
answer :)
Basically to improve my perl scripting, I've given myself a challenge
where I would like to order the users in the passwd file by uid, I
could d
On 04/21/2010 02:07 AM, users-requ...@lists.fedoraproject.org wrote:
> Of course, combining methods
> can work nicely.
Don't forget about the denyhosts package which will watch
/var/log/secure for repeated failed login attempts and attempts for
accounts like root and add the host to /etc/hosts.de
R. G. Newbury wrote:
On 04/20/2010 01:10 PM, users-requ...@lists.fedoraproject.org wrote:
Clearly there is a problem with the includes. Either avutil.h is not
installed at all, or it is installed somewhere else. If it is installed,
but somewhere else, you have two choices: make a syml
I have machines running both F11 and F12 - in F12 if there are updates
available then the PackageKit icon pops onto the (gnome) taskbar, and
if I then use yum on the CLI to update the system the icon on the
taskbar goes away once the updates are complete. Presumably if I
allowed PackageKit to run t
On Wed, Apr 21, 2010 at 10:20:27 +0100,
Dan Track wrote:
>
> Basically to improve my perl scripting, I've given myself a challenge
> where I would like to order the users in the passwd file by uid, I
> could do this in another language but I'm focused on improving my perl
> scripting. The scrip
On Wed, Apr 21, 2010 at 12:37:19PM +0100, mike cloaked wrote:
> On the other hand on my F11 machine when the updates notification pops
> up, if I use yum to update the system then the icon remains and does
> not magically disappear from the taskbar until I log out and back in
> again - this is with
On Wed, Apr 21, 2010 at 09:21:30AM +0100, Dan Track wrote:
> hashes. It's after this that I'm stuck, I'm struggling to order the
> hash of hashes by uid and then print the ordered list out? Can someone
[snip]
> foreach my $sorted ( sort { $HoH->{$a}{uid} cmp $HoH->{$b}{uid} } keys %HoH)
cmp is a
On Wed, Apr 21, 2010 at 1:29 PM, Kelly Dunlop wrote:
> I'm running F11 and Gnome and sometimes I use yum or if I'm feeling lazy I
> just click on the PackageKit icon and let it do the updates. Either way
> the icon goes away afterwards. Sometimes it may take a few minutes because
> PackageKit o
On 16 April 2010 22:35, Rick Stevens wrote:
> Hmmm, I'd call that a work-around, not a solution. The solution is for
> gpk (in fact, all GUI-based stuff) to query the NICs via something like
>
> ip link show up | egrep "(eth.:|wlan.:)"
>
> and see if any network link is up. Or scan /proc/
On Wed, 2010-04-21 at 06:07 +, g wrote:
> Steve Blackwell wrote:
>
> > so it appears that someone was trying to break in to my machine.
>
> do you have 'ping reply' enabled on your cable modem?
>
> if so, i would suggest that you disable it so you are not visible.
It might help against naiv
On Wed, Apr 21, 2010 at 01:58:31PM +0100, mike cloaked wrote:
> On Wed, Apr 21, 2010 at 1:29 PM, Kelly Dunlop wrote:
>
> > I'm running F11 and Gnome and sometimes I use yum or if I'm feeling lazy I
> > just click on the PackageKit icon and let it do the updates. ?Either way
> > the icon goes away
On Tue, 2010-04-20 at 16:39 -0600, David Bartmess wrote:
> This is a basic linux question, but how do I find out what users are
> included in a given group?
>
> Thanks!
>
Seems to me that their userid would have to appear in the groups entry
in the /etc/group file.
>
--
On Wed, Apr 21, 2010 at 12:39 AM, David Bartmess wrote:
> This is a basic linux question, but how do I find out what users are
> included in a given group?
>
> Thanks!
getent group should do the trick.
--
natxo
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subsc
On Wed, 21 Apr 2010 00:33:11 -0400
Steve Blackwell wrote:
> I was looking at my logwatch mail and saw:
>
> Failed logins from:
> 62.39.117.140 (140.117.39-62.rev.gaoland.net): 139 times
> 220.128.67.41: 9 times
>
> Illegal users from:
> 62.39.117.140 (140.117.39-62.rev.gaoland.ne
On Wed, 21 Apr 2010, Natxo Asenjo wrote:
> On Wed, Apr 21, 2010 at 12:39 AM, David Bartmess wrote:
>> This is a basic linux question, but how do I find out what users are
>> included in a given group?
>>
>> Thanks!
>
> getent group should do the trick.
But that doeas not show users which has gr
Once upon a time, Karl-Olov Serrander said:
> On Wed, 21 Apr 2010, Natxo Asenjo wrote:
> > On Wed, Apr 21, 2010 at 12:39 AM, David Bartmess
> > wrote:
> >> This is a basic linux question, but how do I find out what users are
> >> included in a given group?
> >>
> >> Thanks!
> >
> > getent group
On Wed, Apr 21, 2010 at 2:11 PM, Kelly Dunlop wrote:
>>
>> Well interestingly I set the preferences to never check for updates or
>> major upgrades and to never install and yet it still does pop up so it
>> must still actually check for updates - I know that I could uninstall
>> gnome packagekit
On Wed, Apr 21, 2010 at 1:30 PM, Norman Gaywood wrote:
> On Wed, Apr 21, 2010 at 09:21:30AM +0100, Dan Track wrote:
>> hashes. It's after this that I'm stuck, I'm struggling to order the
>> hash of hashes by uid and then print the ordered list out? Can someone
> [snip]
>> foreach my $sorted ( sort
On Wed, Apr 21, 2010 at 04:12:06PM +0100, Dan Track wrote:
> On Wed, Apr 21, 2010 at 1:30 PM, Norman Gaywood wrote:
> > On Wed, Apr 21, 2010 at 09:21:30AM +0100, Dan Track wrote:
> >> hashes. It's after this that I'm stuck, I'm struggling to order the
> >> hash of hashes by uid and then print the
On 4/21/10, Kevin H. Hobbs wrote:
> On 04/21/2010 02:07 AM, users-requ...@lists.fedoraproject.org wrote:
>> Of course, combining methods
>> can work nicely.
>
> Don't forget about the denyhosts package which will watch
> /var/log/secure for repeated failed login attempts and attempts for
> account
On 04/21/2010 11:34 AM, Marvin Kosmal wrote:
> How can I tell if I have this package "denyhosts package" installed in F-12??
>
> TIA
>
> Marvin
yum info denyhosts or rpm -q denyhosts
Ryan
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://a
On 22 April 2010 01:26, Norman Gaywood wrote:
> On Wed, Apr 21, 2010 at 04:12:06PM +0100, Dan Track wrote:
>> On Wed, Apr 21, 2010 at 1:30 PM, Norman Gaywood wrote:
>> > On Wed, Apr 21, 2010 at 09:21:30AM +0100, Dan Track wrote:
>> >> hashes. It's after this that I'm stuck, I'm struggling to orde
google is perl's best friend, google, 'perl sort arrays' ...
good luck, jackc...
On 04/21/2010 01:21 AM, Dan Track wrote:
> Hi,
>
> I appreciate that this is off-topic and wholly understand if I don't
> get an answer, although one would really appreciate it if I do get an
> answer :)
>
> Basicall
etc/cron.hourly/mcelog.cron:
mcelog: warning: 18446744073709551600 bytes ignored in each record
mcelog: consider an update
WTF?
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: h
On 04/21/2010 11:34 AM, users-requ...@lists.fedoraproject.org wrote:
> On 4/21/10, Kevin H. Hobbs wrote:
>> >
>> > Don't forget about the denyhosts package which will watch
>> > /var/log/secure for repeated failed login attempts and attempts for
>> > accounts like root and add the host to /etc/ho
On Wed, Apr 21, 2010 at 4:41 PM, Norman Gaywood wrote:
> On 22 April 2010 01:26, Norman Gaywood wrote:
>> On Wed, Apr 21, 2010 at 04:12:06PM +0100, Dan Track wrote:
>>> On Wed, Apr 21, 2010 at 1:30 PM, Norman Gaywood wrote:
>>> > On Wed, Apr 21, 2010 at 09:21:30AM +0100, Dan Track wrote:
>>> >>
On Wed, Apr 21, 2010 at 4:21 AM, Dan Track wrote:
> Hi,
>
Hey
> I appreciate that this is off-topic and wholly understand if I don't
> get an answer, although one would really appreciate it if I do get an
> answer :)
>
Can you please mark as OT in the subject next time? That way anyone not
i
On Wed, Apr 21, 2010 at 12:34 PM, Jake Peavy wrote:
> On Wed, Apr 21, 2010 at 4:21 AM, Dan Track wrote:
>
>> Hi,
>>
>
> Hey
>
>
>> I appreciate that this is off-topic and wholly understand if I don't
>> get an answer, although one would really appreciate it if I do get an
>> answer :)
>>
>
> Can
On Tue, Apr 20, 2010 at 3:47 PM, Larry Brower wrote:
>
>
> In addition, you may wish to reference RFC 2822 which obsoletes RFC 822
>
>
> http://www.faqs.org/rfcs/rfc2822.html
> --
Yes, that is clear. Okay, humble pie, yum yum, urp.
I still think
http://fedoraproject.org/wiki/Mailing_list_guidel
g writes:
> Steve Blackwell wrote:
>
>> so it appears that someone was trying to break in to my machine.
>
> do you have 'ping reply' enabled on your cable modem?
>
> if so, i would suggest that you disable it so you are not visible.
>
> hth.
One should really point out that some icmp messages
I've finally given up on Evolution and moved back to Thunderbird.
I really wanted Evolution to be a good mail and calendar client, but for
the last 5 years or so it's always been *almost* there. It was
calendaring and Palm sync that kept me on it for a long time, and the
promise that proper Exc
On 04/21/2010 12:22 PM, Wayne Feick wrote:
> I've finally given up on Evolution and moved back to Thunderbird.
>
> I really wanted Evolution to be a good mail and calendar client, but for
> the last 5 years or so it's always been *almost* there. It was
> calendaring and Palm sync that kept me on it
On Wed, Apr 21, 2010 at 12:22:15PM -0700, Wayne Feick wrote:
> I've finally given up on Evolution and moved back to Thunderbird.
>
> I really wanted Evolution to be a good mail and calendar client, but for
> the last 5 years or so it's always been *almost* there. It was
> calendaring and Palm sy
On Wed, Apr 21, 2010 at 8:22 PM, Wayne Feick wrote:
> I've finally given up on Evolution and moved back to Thunderbird.
>
> I really wanted Evolution to be a good mail and calendar client, but for
> the last 5 years or so it's always been *almost* there. It was
> calendaring and Palm sync that kep
On 4/21/10, Ryan Pugatch wrote:
> On 04/21/2010 11:34 AM, Marvin Kosmal wrote:
>> How can I tell if I have this package "denyhosts package" installed in
>> F-12??
>>
>> TIA
>>
>> Marvin
>
> yum info denyhosts or rpm -q denyhosts
>
> Ryan
> --
> users mailing list
> users@lists.fedoraproject.org
>
HI
I can't find the denyhosts.cfg file...
Reading doc.. And it says it should be installed??
TIA
Marvin
On 4/21/10, Marvin Kosmal wrote:
> On 4/21/10, Ryan Pugatch wrote:
>> On 04/21/2010 11:34 AM, Marvin Kosmal wrote:
>>> How can I tell if I have this package "denyhosts package" installed i
HI
Sorry..
If found it
The FAQ is out of date..It is in /etc/denyhosts.conf...
YMMV
Marvin
On 4/21/10, Marvin Kosmal wrote:
> HI
>
> I can't find the denyhosts.cfg file...
>
> Reading doc.. And it says it should be installed??
>
> TIA
>
> Marvin
>
> On 4/21/10, Marvin Kosmal wrote:
>>
On Wed, 2010-04-21 at 13:17 -0700, Marvin Kosmal wrote:
> HI
>
> I can't find the denyhosts.cfg file...
>
> Reading doc.. And it says it should be installed??
should be /etc/denyhosts.conf
if necessary, copy from /usr/share/doc/denyhosts-2.6/denyhosts.cfg-dist
to /etc/denyhosts.conf
Craig
On Wed, 2010-04-21 at 12:22 -0700, Wayne Feick wrote:
> I've finally given up on Evolution and moved back to Thunderbird.
Please note here that I am not attempting to deny that any of the
problems you are having are real. I am just providing another data
point.
> Using an LDAP server consistently
On Wed, 21 Apr 2010 08:59:39 +0200
Felix Schwarz wrote:
> Am 21.04.2010 06:33, schrieb Kevin Fenzi:
> > On Wed, 21 Apr 2010 11:46:33 +1000
> > Dan Irwin wrote:
> >
> >> The clamav packages in EPEL are quite broken, and don't work out of
> >> the box. I think this has been the case for many month
On Wed, 2010-04-21 at 15:59 +0200, Karl-Olov Serrander wrote:
> On Wed, 21 Apr 2010, Natxo Asenjo wrote:
>
> > On Wed, Apr 21, 2010 at 12:39 AM, David Bartmess
> > wrote:
> >> This is a basic linux question, but how do I find out what users are
> >> included in a given group?
> >>
> >> Thanks!
On Wed, 2010-04-21 at 11:26 -0700, Wolfgang S. Rupprecht wrote:
> g writes:
> > Steve Blackwell wrote:
> >
> >> so it appears that someone was trying to break in to my machine.
> >
> > do you have 'ping reply' enabled on your cable modem?
> >
> > if so, i would suggest that you disable it so you
On Wed, 2010-04-21 at 12:22 -0700, Wayne Feick wrote:
> Using an LDAP server consistently causes lockups. The whole UI freezes
> up for extended periods of time. God knows what they're doing, but
> apparently they never learned to separate blocking operations like
> network communication from the
On Wed, Apr 21, 2010 at 4:59 PM, Felix Schwarz
wrote:
> Some also have security impact. Basically the problem is that it is extremly
> hard to provide the ABI/config stability for clamav. Combined with a few
> questionable decisions when it came to packaging + a not-so-active maintainer
> and we
On Wed, 2010-04-21 at 20:38 +0100, mike cloaked wrote:
> Just to chime in here - I had abandoned Evo too some years ago but I
> was recently trying various mail clients again to see how things have
> changed.
That is how it was for me as well. I tried it years ago, and it was very
unstable with se
On Thu, 2010-04-22 at 08:46 +1000, Dan Irwin wrote:
> On Wed, Apr 21, 2010 at 4:59 PM, Felix Schwarz
> wrote:
>
> > Some also have security impact. Basically the problem is that it is extremly
> > hard to provide the ABI/config stability for clamav. Combined with a few
> > questionable decisions
On Thu, Apr 22, 2010 at 9:03 AM, Craig White wrote:
> I would guess that terming rpmforge as 'volatile' would depend upon who
> you ask - I doubt Dag would agree. I tend to think of rpmforge as
> necessary for running CentOS/RHEL servers and think of EPEL as more
> 'volatile'
Sorry, I didn't act
Howdy,
I'm trying to find out if there are any dependencies within the specific
filesystem structures that are specific to 32bit and 64bit.
As far as I know you can mount a filesystem created on an x86_64 system on a
x86 machine without any problems but this could just be that I have not been
On 04/21/2010 04:51 PM, George R Goffe wrote:
> Howdy,
>
> I'm trying to find out if there are any dependencies within the specific
> filesystem structures that are specific to 32bit and 64bit.
>
> As far as I know you can mount a filesystem created on an x86_64 system
> on a x86 machine without an
On Wed, 2010-04-21 at 13:58 +0100, mike cloaked wrote:
> On Wed, Apr 21, 2010 at 1:29 PM, Kelly Dunlop wrote:
>
> > I'm running F11 and Gnome and sometimes I use yum or if I'm feeling lazy I
> > just click on the PackageKit icon and let it do the updates. Either way
> > the icon goes away after
On Wed, 21 Apr 2010, Aaron Konstam wrote:
> On Wed, 2010-04-21 at 15:59 +0200, Karl-Olov Serrander wrote:
>> On Wed, 21 Apr 2010, Natxo Asenjo wrote:
>>
>>> On Wed, Apr 21, 2010 at 12:39 AM, David Bartmess
>>> wrote:
This is a basic linux question, but how do I find out what users are
54 matches
Mail list logo