Skip to main content

Install Hiccups - Tips for Linux!



1. X11 Login issue on Fedora


Ever encountered a login problem on Fedora? The graphical login screen gets stuck, refreshes, and always comes back to the login screen, even when you entered the correct credentials?

If yes, then you might also be facing an issue same as I faced, on my fully setup, customized Fedora 17 XFCE spin!

I tried my luck many times. The command line login session (Ctrl+Alt+F# key) works flawlessly though. The issue is only with the graphical login.

I got an error once when my repeated trials:
Could not create ICE listening socket: Cannot establish any listening sockets"
Fedora Bug: https://bugzilla.redhat.com/show_bug.cgi?id=829324

Solution:
Try login in to the command line session (press Ctrl+Alt+F3 Key for example).
Clear the X11 graphics lock
rm -r /tmp/.X11-unix /tmp/.ICE-unix /tmp/.X0-lock 
 
But, this might not work! It did not work for me. I have posted a comment on the above open redhat bug.

Update: My Fedora 17 XFCE's graphical login started working after approx 1 month.
 
 
 

2. Ubuntu does not recognise the Fedora's LVM partitions! 


lvm might not be installed on your Ubuntu!
sudo -i
apt-get install lvm2
modprobe dm-mod
vgchange -a y


[source: http://www.linuxquestions.org/questions/fedora-35/how-can-i-mount-lvm-partition-in-ubuntu-569507/]

Still this may not work. You may need to mount the file system manually.

See if the lvm file system is readable:
lvdisplay

Once you see the lvm file system, add the command to mount it to an existing directory in /etc/fstab :
/dev/vg_aanondodhara/lv_root /fedora_root  ext4    defaults        0      0


3. Title bar of windows disappeared (Fedora 17 xfce)

Most probable cause is that the window manager in XFCE (xfwm4) might have stopped.

Check if xfwm4 is running:
ps -eF | grep xfwm

If not, start xfwm4 from a terminal
xfwm4

This worked for me.

Comments

Popular posts from this blog

How to change message center number in Android?

Have issues with sending or receiving sms-es?? Tip: Your message center number might be empty or wrong! Solution: Very simple :)  Dial *#*#4636#*#*. You will get a menu, from that select Phone Information You will find a setting "SMSC"  Refresh it. It is most likely to retrieve the message center number from your operator. (Or call your operator, and get the message center number, and then update in this field) Then the problem should be resolved! Happy messaging! [Courtesy: http://www.droidforums.net/forum/tech-issues-bug-reports-suggestions/10135-how-do-you-change-sms-message-center-numbers.html]

Part-time courses from IIIT Hyderabad

Let me paste here some details of the PGSSP course offered by IIIT-H for the working professionals in Hyderabad, and on the future route that one may wish to take (either a MTech, MS, or PhD). I had written this to one friend who was interested in PhD, but I feel that the same should give anyone (a working professional, looking for a part-time course) a good idea about the PGSSP programme, and a later MTech/MS, as well. [Disclaimer: The information and the opinion presented here are based on my personal opinion and experience. While I have tried to be as correct and unbiased as possible, the following can not be taken as the ultimate or the final word or information for the part-time courses offered by IIIT Hyderabad. For official information, please go to iiit.ac.in and also enquire from IIIT-H's admission office before taking any decision. ] Q. The offer says that u have to enroll in few courses max of two per semester. Does this course offer a degree of Master? If...

How to export contacts, calendar and sms messages from Nokia to HTC Android Mobile

How to export contacts, calendar and sms messages from Nokia to HTC Android Mobile I had a Nokia mobile (don remember the model :P). And I had this very basic problem, when I bought an HTC Wildfire (a touch phone running on Android 2.1) Like anybody else, I too started googling... And finally I stumbled upon the following solution: 1. Transfer Contacts and Calendar from Nokia to HTC phone on Android   a) Install Nokia PC Suite   b) Sync your Nokia data (contacts, messages, calendar) using Nokia PC Suite to your PC.   c) Export your contacts and calendar data from Nokia PC Suite to Outlook or Outlook Express   d) Install HTC Sync on your PC from HTC Support . If your android phone does not have HTC Sync, then       install it from the Android app market.   e) Connect your HTC android mobile to your PC, using the USB connection. Let the HTC Sync desktop       app detect your Android mobile.   f) ...