Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > The Dungeon > Archived (Click Header To See Sub-Forums) > Alpha, Beta & Snapshots Discussions (Fedora 11 Only)
FedoraForum Search

Forgot Password? Join Us!

Alpha, Beta & Snapshots Discussions (Fedora 11 Only) Post Development Version comments and questions that don't belong in Bugzilla here. These posts will be moved or deleted once the Final version is released

 
 
Thread Tools Search this Thread Display Modes
  #1  
Old 16th March 2009, 01:10 AM
flokip Offline
Registered User
 
Join Date: Aug 2008
Posts: 99
system-config-nfs - Invalid MIT-MAGIC-COOKIE-1

I can not run any system-config.
There is always Invalid MIT-MAGIC-COOKIE-1

root@flokipa ~]# system-config-nfs
Invalid MIT-MAGIC-COOKIE-1 keysystem-config-nfs þarfnast keyrandi X þjóns.
[root@flokipa ~]# init 3
[root@flokipa ~]#

root@flokipa ~]# system-config-samba
Invalid MIT-MAGIC-COOKIE-1 keysystem-config-samba requires a currently running X server.
[root@flokipa ~]#

root@flokipa ~]# system-config-httpd
Invalid MIT-MAGIC-COOKIE-1 keysystem-config-httpd þarfnast keyrandi X þjóns.
[root@flokipa ~]#

root@flokipa ~]# /usr/bin/system-config-selinux
Invalid MIT-MAGIC-COOKIE-1 keyTraceback (most recent call last):
File "/usr/share/system-config-selinux/system-config-selinux.py", line 25, in <module>
import gtk
File "/usr/lib64/python2.6/site-packages/gtk-2.0/gtk/__init__.py", line 79, in <module>
_init()
File "/usr/lib64/python2.6/site-packages/gtk-2.0/gtk/__init__.py", line 67, in _init
_gtk.init_check()
RuntimeError: could not open display
[root@flokipa ~]#
  #2  
Old 17th March 2009, 10:34 AM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Have you found a solution yet or filed a bug report ?

Edit:

I found your report.

https://bugzilla.redhat.com/show_bug.cgi?id=490357
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
  #3  
Old 17th March 2009, 11:12 AM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
I have a similar problem since the last update, gedit gives a MIT-MAGIC-COOKIE error when run as su -


I asked for help, this should explain it

Quote:
Originally Posted by dwmw2
'su -' will have reset your environment, so you don't have access to the magic cookies which authorise you to talk to the X server
you shouldn't be using graphical editors as root. Use nano or 'emacs -nw' or vi
having said that, it does actually work after 'su -' for me, not that I'd ever actually want to use it that way.
in a _normal_ terminal, run 'xauth list $DISPLAY'
and then do it again as root after 'su -'


Run the app's as a normal user, apps like system-config-httpd will prompt you for the root password
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
  #4  
Old 17th March 2009, 01:28 PM
flokip Offline
Registered User
 
Join Date: Aug 2008
Posts: 99
I am wating for update mentioned in

https://www.redhat.com/archives/fedo.../msg00831.html


> These should be fixed by the new gdm build (gdm-2.25.2-20.fc11)
> http://koji.fedoraproject.org/koji/b...?buildID=94148
  #5  
Old 17th March 2009, 05:03 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by flokip View Post
I am wating for update mentioned in

https://www.redhat.com/archives/fedo.../msg00831.html


> These should be fixed by the new gdm build (gdm-2.25.2-20.fc11)
> http://koji.fedoraproject.org/koji/b...?buildID=94148

The gdm package is too old


Code:
[root@localhost leigh]# rpm -Uvh '/home/leigh/Download/gdm-2.25.2-20.fc11.x86_64.rpm' 
Preparing...                ########################################### [100%]
	package gdm-1:2.26.0-1.fc11.x86_64 (which is newer than gdm-1:2.25.2-20.fc11.x86_64) is already installed
[root@localhost leigh]#
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
  #6  
Old 17th March 2009, 09:42 PM
flokip Offline
Registered User
 
Join Date: Aug 2008
Posts: 99
Now I yumex is ok. ( in https://bugzilla.redhat.com/show_bug.cgi?id=490357)
yumex-2.0.5-6.fc11.noarch

And the problem with system-config and Invalid MIT-MAGIC-COOKIE-1
is not showning up.

I updated form http://koji.fedoraproject.org/koji/packages
Mar 17 18:51:40 Updated: 1:gedit-2.26.0-1.fc11.x86_64
Mar 17 19:09:45 Updated: 1:gdm-2.26.0-2.fc11.x86_64

[root@flokipa ~]# system-config-nfs
[root@flokipa ~]# system-config-samba
[root@flokipa ~]# system-config-httpd
/usr/share/system-config-httpd/ApacheBase.py:7: DeprecationWarning: the md5
module is deprecated; use hashlib instead
from md5 import md5
/usr/share/system-config-httpd/CheckList.py:12: DeprecationWarning: use
gtk.TreeView
CList.__init__ (self, 2)
/usr/share/system-config-httpd/ApacheConf.py:122: DeprecationWarning: use
gtk.TreeView
gtk.CList.__init__ (self, 3, [_("Error Code"), _("Behavior"), _("Location")])
You have new mail in /var/spool/mail/root
[root@flokipa ~]# /usr/bin/system-config-selinux

/usr/share/system-config-selinux/system-config-selinux.py:72: Warning:
IA__g_object_get_valist: object class `GnomeProgram' has no property named
`default-icon'
xml = gtk.glade.XML
("/usr/share/system-config-selinux/system-config-selinux.glade",
domain=PROGNAME)
[root@flokipa ~]#
[root@flokipa ~]#
 

Tags
invalid, mitmagiccookie1, systemconfignfs

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
FC9- BCM5754-MTU issue-Config-Error-SIOCSIFMTU:Invalid argument rpdumps Servers & Networking 2 12th July 2008 04:50 AM
Invalid icons at system-tray kde 4 jithin1987 Using Fedora 3 14th June 2008 11:18 PM
Xorg MIT-MAGIC-COOKIE-1 ID:-1 alphonsebrown Using Fedora 2 19th June 2006 07:23 AM
Invalid MIT-MAGIC-COOKIE-1 crankshaft Using Fedora 6 17th May 2005 01:44 PM
X.org dies: MIT-MAGIC-COOKIE-1 ID: -1 rcmpcbf Using Fedora 2 4th April 2005 04:03 PM


Current GMT-time: 23:06 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat