You are not logged in.
I am going abroad for a few months and I'm taking my laptop replacing its HDD with my desktop's SSD.
graphics driver is the same (ati), and I changed the lm_sensors file for the laptop's one.
The only problem I have is urxvtd giving segmentation fault. It doesn't happen on my desktop with the same disk.
Here is my .Xresources in case you can see something that could trigger this:
! urxvt
URxvt*geometry: 80x22
URxvt.buffered: true
URxvt.cursorColor: #5E468C
URxvt.cursorBlink: true
URxvt.transparent: 0
URxvt*depth: 32
URxvt*background: [100]#000000
URxvt*foreground: [100]#FFFFFF
URxvt*saveLines: 5000
URxvt*termName: rxvt-unicode
URxvt*urgentOnBell: true
! -- Xft Settings -- !
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hinstyle: hintfull
Xft.autohint: 0
Xft.lcdfilter: lcddefault
! Colors
URxvt*color0: #000000
URxvt*color1: #A80000
URxvt*color2: #00A800
URxvt*color3: #A85400
URxvt*color4: #0000A8
URxvt*color5: #A800A8
URxvt*color6: #00A8A8
URxvt*color7: #A8A8A8
URxvt*color8: #545054
URxvt*color9: #F85450
URxvt*color10: #50FC50
URxvt*color11: #F2FC50
URxvt*color12: #5054F8
URxvt*color13: #F854F8
URxvt*color14: #50FCF8
URxvt*color15: #F8FCF8
! teh transparency stuff
URxvt*inheritPixmap: false
URxvt*tintColor: #080808
URxvt*shading: 0
! Border and scrollbar
URxvt*scrollBar: false
URxvt*borderless: 1
URxvt*scrollWithBuffer: false
! Fonts
!URxvt.font:xft:droid sans mono style=Regular:pixelsize=12:antialias=true
URxvt*font: xft:Bitstream Vera Sans Mono:style=Regular:pixelsize=15
!URxvt.boldFont:xft:droid sans mono style=Regular:pixelsize=12:antialias=true
! Clickable URLs
URxvt.perl-ext-common: default,matcher
URxvt.url-launcher: chromium
URxvt.matcher.button: 2
URxvt.colorUL: #4682B4What might be the problem?
Last edited by Viper_Scull (2014-10-03 15:07:25)
Athlon II X4 620 + Gigabyte 785GPM-UD2H + 4GB DDR3 + SSD OCZ Vertex2 60GB
Archlinux x86_64 + Openbox
Offline
I doubt the Xresources file is revelant. But an strace would be useful.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Sorry, I haven't had internet connection until now. I'm already settled in Oslo.
I changed the title to EOF error. I start the server (urxvtd -q -o -f) and the parent process is PID 1.
I run uxrvtc and gives me "protocol error: unexpected eof from server."
These are the straces for the daemon http://pastebin.com/7pGRm14f and the client http://pastebin.com/HKiMytm7.
I can't make much sense of them.
Athlon II X4 620 + Gigabyte 785GPM-UD2H + 4GB DDR3 + SSD OCZ Vertex2 60GB
Archlinux x86_64 + Openbox
Offline