Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Mandriva

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-10-2008, 12:25 AM
Bill Unruh
 
Posts: n/a
2008.1 displaying random "password incorrect" messages inKDE

My Mandriva 2008.1 system is periodically flashing up "The Password you
enetered is incorrect" messages in small windows-- when I close it I get
two more, one at a time. Now I have not enetered any password into
anything. It seems it is running some program-- I have no idea which-- and
thinks I entered a password, and complaining.

What could this be and how can I stop it?


Reply With Quote
  #2 (permalink)  
Old 07-10-2008, 12:35 AM
Bit Twister
 
Posts: n/a
Re: 2008.1 displaying random "password incorrect" messages inKDE

On Thu, 10 Jul 2008 00:25:16 GMT, Bill Unruh wrote:
> My Mandriva 2008.1 system is periodically flashing up "The Password you
> enetered is incorrect" messages in small windows-- when I close it I get
> two more, one at a time. Now I have not enetered any password into
> anything. It seems it is running some program-- I have no idea which-- and
> thinks I entered a password, and complaining.
>
> What could this be


No clue from me.

> and how can I stop it?


Gota find it first. Next time you get a pop up, click up a terminal

ps -aux | grep $(id -u $USER) > popup.list
and see if you can see an unusual program running by looking in popup.list.

Might not hurt to get a list of programs for a normal login before the
popups start.

ps -aux | grep $(id -u $USER) > good.list

Reply With Quote
  #3 (permalink)  
Old 07-11-2008, 01:41 PM
Eom
 
Posts: n/a
Re: 2008.1 displaying random "password incorrect" messages inKDE

Bit Twister wrote:
> On Thu, 10 Jul 2008 00:25:16 GMT, Bill Unruh wrote:
>> My Mandriva 2008.1 system is periodically flashing up "The Password you
>> enetered is incorrect" messages in small windows-- when I close it I get
>> two more, one at a time. Now I have not enetered any password into
>> anything. It seems it is running some program-- I have no idea which-- and
>> thinks I entered a password, and complaining.
>>
>> What could this be

>
> No clue from me.
>
>> and how can I stop it?

>
> Gota find it first. Next time you get a pop up, click up a terminal
>
> ps -aux | grep $(id -u $USER) > popup.list
> and see if you can see an unusual program running by looking in popup.list.
>
> Might not hurt to get a list of programs for a normal login before the
> popups start.
>
> ps -aux | grep $(id -u $USER) > good.list
>

Hi

Just an info. When enters:
"ps -aux | grep $(id -u $USER) > good.list"
It warns:
"Warning: bad ps syntax, perhaps a bogus '-'? See
http://procps.sf.net/faq.html"

Went on that FAQ, they say:
"According to the POSIX and UNIX standards, the above command asks to
display all processes with a TTY (generally the commands users are
running) plus all processes owned by a user named "x". If that user
doesn't exist, then ps will assume you really meant "ps aux". The
warning is given to gently break you of a habit that will cause you
trouble if a user named "x" were created."

But the "good.list" is created anyway.

Reply With Quote
  #4 (permalink)  
Old 07-11-2008, 01:45 PM
Bit Twister
 
Posts: n/a
Re: 2008.1 displaying random "password incorrect" messages inKDE

On Fri, 11 Jul 2008 15:41:34 +0200, Eom wrote:
>> ps -aux | grep $(id -u $USER) > good.list
>>

> Hi
>
> Just an info. When enters:
> "ps -aux | grep $(id -u $USER) > good.list"
> It warns:
> "Warning: bad ps syntax, perhaps a bogus '-'? See
> http://procps.sf.net/faq.html"


Frap, my fault, old habit from using ps on other OSs in the past.

Should have been ps aux | grep $(id -u $USER) > good.list
ps aux | grep $(id -u $USER) > popup.list
Reply With Quote
  #5 (permalink)  
Old 07-11-2008, 03:08 PM
Unruh
 
Posts: n/a
Re: 2008.1 displaying random "password incorrect" messages inKDE

Eom <eom@free.fr> writes:

>Bit Twister wrote:
>> On Thu, 10 Jul 2008 00:25:16 GMT, Bill Unruh wrote:
>>> My Mandriva 2008.1 system is periodically flashing up "The Password you
>>> enetered is incorrect" messages in small windows-- when I close it I get
>>> two more, one at a time. Now I have not enetered any password into
>>> anything. It seems it is running some program-- I have no idea which-- and
>>> thinks I entered a password, and complaining.
>>>
>>> What could this be

>>
>> No clue from me.
>>
>>> and how can I stop it?

>>
>> Gota find it first. Next time you get a pop up, click up a terminal
>>
>> ps -aux | grep $(id -u $USER) > popup.list
>> and see if you can see an unusual program running by looking in popup.list.


I seems to be mdkapplet running urpmi.update as me as user. Since
urpmi.update needs to be root to run, it needs a password. Why mdkapplet is
running at all, why it is trying to update urpmi every 10 min, and how I
control mdkapplet ( other than just killing it) are questions that are
beyond me at present.

Reply With Quote
  #6 (permalink)  
Old 07-11-2008, 03:24 PM
Bit Twister
 
Posts: n/a
Re: 2008.1 displaying random "password incorrect" messages inKDE

On Fri, 11 Jul 2008 15:08:47 GMT, Unruh wrote:

> I seems to be mdkapplet running urpmi.update as me as user.


Yep, new feature which is kinda nice, in a single user environment.

> Since urpmi.update needs to be root to run, it needs a password.


Which is good.

> Why mdkapplet is running at all,


Default out of the box feature.

> why it is trying to update urpmi every 10 min,


10 min, wondering if you changed a setting.
I thought it checking ~10 seconds for a default 3 hour event
was pretty abusive.

> and how I control mdkapplet ( other than just killing it) are
> questions that are beyond me at present.


You can make some global timing changes in /etc/sysconfig/mdkapplet
Have you tried right clicking on the icon in the task bar?
You can user urpme to erase it.
Reply With Quote
  #7 (permalink)  
Old 07-11-2008, 07:00 PM
David W. Hodgins
 
Posts: n/a
Re: 2008.1 displaying random "password incorrect" messages inKDE

On Fri, 11 Jul 2008 11:08:47 -0400, Unruh <unruh-spam@physics.ubc.ca> wrote:

> I seems to be mdkapplet running urpmi.update as me as user. Since
> urpmi.update needs to be root to run, it needs a password. Why mdkapplet is


Mandriva Update does not need to be root anymore. As root, run draksec. Scroll
to the right to the Authentication tab. Take a look at which settings no longer
require any password, or only the user password, to be able to run.

I disable mdkapplet (right click, disable). This sets AUTOSTART=FALSE in
~/.MdkOnline/mdkonline. Change it to TRUE, or run mdkapplet -f, if you
later want it back.

When mdkapplet is enabled, its update frequency, and startup delay are set in
/etc/sysconfig/mdkapplet.

Regards, Dave Hodgins

--
Change nomail.afraid.org to ody.ca to reply by email.
(nomail.afraid.org has been set up specifically for
use in usenet. Feel free to use it yourself.)
Reply With Quote
  #8 (permalink)  
Old 07-12-2008, 12:48 AM
Unruh
 
Posts: n/a
Re: 2008.1 displaying random "password incorrect" messages inKDE

"David W. Hodgins" <dwhodgins@nomail.afraid.org> writes:

>On Fri, 11 Jul 2008 11:08:47 -0400, Unruh <unruh-spam@physics.ubc.ca> wrote:


>> I seems to be mdkapplet running urpmi.update as me as user. Since
>> urpmi.update needs to be root to run, it needs a password. Why mdkapplet is


>Mandriva Update does not need to be root anymore. As root, run draksec. Scroll
>to the right to the Authentication tab. Take a look at which settings no longer
>require any password, or only the user password, to be able to run.


>I disable mdkapplet (right click, disable). This sets AUTOSTART=FALSE in
>~/.MdkOnline/mdkonline. Change it to TRUE, or run mdkapplet -f, if you
>later want it back.


Unfortunately I have an old kde Desktop, so those applets are not on my
desktop bar.



>When mdkapplet is enabled, its update frequency, and startup delay are set
>in
>/etc/sysconfig/mdkapplet.



Thanks a lot for this tutorial.

By the way, when I run draksec as root, I get 10
uid mismatch
messages on the console.

Reply With Quote
  #9 (permalink)  
Old 07-12-2008, 01:22 AM
Bit Twister
 
Posts: n/a
Re: 2008.1 displaying random "password incorrect" messages inKDE

On Sat, 12 Jul 2008 00:48:32 GMT, Unruh wrote:
> "David W. Hodgins" <dwhodgins@nomail.afraid.org> writes:
>
>>I disable mdkapplet (right click, disable). This sets AUTOSTART=FALSE in
>>~/.MdkOnline/mdkonline. Change it to TRUE, or run mdkapplet -f, if you
>>later want it back.

>
> Unfortunately I have an old kde Desktop, so those applets are not on my
> desktop bar.


IIRC, David is on 2008.0. In 2008.1 the icon only shows up when
updates are ready for download. That is when you can right click it to
change user settings.


>
>
>
>>When mdkapplet is enabled, its update frequency, and startup delay are set
>>in
>>/etc/sysconfig/mdkapplet.

>
>
> Thanks a lot for this tutorial.
>
> By the way, when I run draksec as root, I get 10, uid mismatch
> messages on the console.


Hmmm, after I installed drakvirt that cured a bunch of error messages
I used to see when running mcc.

I just tried draksec from an xterm, su - root and saw no messages.

Reply With Quote
  #10 (permalink)  
Old 07-12-2008, 01:22 AM
David W. Hodgins
 
Posts: n/a
Re: 2008.1 displaying random "password incorrect" messages inKDE

On Fri, 11 Jul 2008 20:48:32 -0400, Unruh <unruh-spam@physics.ubc.ca> wrote:

> Unfortunately I have an old kde Desktop, so those applets are not on my
> desktop bar.


What version of Mandriva/kde are you running? I'm running 2008.1 with kde 3.5.9.
I think they've changed it since I disabled it, so that the icon only shows if
it's found updates.

> By the way, when I run draksec as root, I get 10
> uid mismatch
> messages on the console.


That's strange. I don't. Do the messages appear on the console before you
exit from draksec, or when you exit?

If it's when you exit, that would be from msec running, to update the system files based on any changes you've entered. I've skimmed through draksec and msec, but don't see uid and mismatch in any of the scripts. What's the exact error message?

Regards, Dave Hodgins

--
Change nomail.afraid.org to ody.ca to reply by email.
(nomail.afraid.org has been set up specifically for
use in usenet. Feel free to use it yourself.)
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Mandriva


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 05:12 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109