[solved]KDE strange log in problem .ICEauthority

When I reboot and go to login I get an error about not being able to login due to write protect on .ICEauthority.
Now this can be solved, by removing the .ICEauthority files and logging in.
After a successful login I have.
ls -la .ICEauthority*
-rw------- 1 User users 189 2007-09-17 12:15 .ICEauthority
On a reboot login which fails I have 3 files
-rw------- 1 root root 189 2007-09-17 12:13 .ICEauthority
-rw-r--r-- 2 User users 0 2007-09-17 12:13 .ICEauthority-c
-rw-r--r-- 2 User users 0 2007-09-17 12:13 .ICEauthority-l
Another strange thing is as user I can remove that first file that is claimed is owned by root.
So does anyone know how I can fix it, I tried a reinstall of my kde bits, but I'm presuming that .ICEauthority is being created by something else.
Could someone point me to the right package to try and reinstall please or help me fix it.
Last edited by FeatherMonkey (2007-09-17 12:33:56)

Thanks Guys'n'Gals for looking I found the problem I'll leave it in case someone else encounters this.
I had a script in rc.local that wasn't quite right and for some reason this was causing the problem. Still think it was strange that as a user I could delete this file though.
Last edited by FeatherMonkey (2007-09-17 12:35:34)

Similar Messages

  • [Solved] KDE 4.10-1 problems after update

    Hi,
    Yesterday I updated my system with pacman -Syu and all of the KDE packages were upgraded to 4.10.1-1 and now I'm having some weird problems.. KDE logs in but the window decorations are gone(some applications start but I can't move them while others dont even start e.g dolphin, system settings) and systemd-journald goes to 100% cpu usage. It seems that kwin is not loaded and when I try to start it from the terminal I get a segmentation fault error.
    My last update was 1-2 weeks ago and everything was ok.
    I've already tried deleting the ~/.kde4 folder and while my themes etc are back to default the problem remains.
    Also I reinstalled KDE but that didn't do anything as well.
    If I login with Openbox everything works fine.
    Any ideas what the problem might be?
    Last edited by spiros (2013-03-10 20:20:48)

    I've tried to start kwin manually but then I get this:
    QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    Segmentation fault (core dumped)
    Anybody got any idea what's going on?

  • [SOLVED] KDE 4.8.4 problems

    Since the update to KDE 4.8.4 I'm having two problems. Kmail crashes when replying to a message rendering it useless. The worse problem is Dolphin crashing. If I right click on a file to delete it Dolphin just shuts down. Both issues are 100% repeatable. Any ideas?
    Here's the error from Dolphin:
    dolphin
    dolphin(1644) KSambaSharePrivate::findSmbConf: KSambaShare: Could not find smb.conf!
    QProcess: Destroyed while process is still running.
    QProcess: Destroyed while process is still running.
    KCrash: Application 'dolphin' crashing...
    KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
    sock_file=/home/dlouhy/.kde4/socket-archdad/kdeinit4__0
    [1]+ Stopped dolphin
    [dlouhy@archdad ~]$ QSocketNotifier: Invalid socket 11 and type 'Read', disabling...
    [1]+ Exit 253 dolphin
    Edit:
    The fix is here: https://bugs.archlinux.org/task/30190#comment95335
    Last edited by oboedad55 (2012-06-10 08:26:31)

    ras0ir wrote:I couldn't reproduce dolphin error but kmail crashes when replying.  It's better to file a bug report I think.
    OK, I found a workaround here: https://bbs.archlinux.org/viewtopic.php?pid=1112869
    It's not a real solution but at least it stops the crashing. Kmail, of course, complains about it but at least it's usable.

  • [SOLVED] KDE problems after upgrade from 4.10.0-1 to 4.10.1-1

    Hi guys, after updating KDE ihave the following problems:
    1. The widgets are unable to load (red cross icon) everywhere at desktop, at panel.
    2. Panel need to be removed and added after boot.
    3. The programs does not displaying at task manager.
    4. Programs can not executed from quiq launch (alt+F2).
    I have try to downgrade from cache it but it not works for me ((
    Full removing KDE using pacman -Rsc and reinstating also does not work ((
    Last edited by S1Lv3R (2013-04-03 20:35:30)

    Inxsible wrote:are you fully updated ? or have you performed partial upgrade?
    i not sure i have run the following command:
    pacman -Sy kde

  • [SOLVED]Xorg.conf, mouse config problem

    The Rapoo M765 mouse can not work properly under normal mouse configuration.
    The mouse goes beyond controll when config as below:
    hacksign@XSign [14:13:13] : ~
    >> cat /etc/X11/xorg.conf.d/50-mouse-acceleration.conf
    #Section "InputClass"
    # Identifier "Mouse2"
    # MatchProduct "RAPOO RAPOO 2.4G Remote Mouse"
    # MatchIsPointer "yes"
    # MatchDevicePath "/dev/input/event*"
    # Driver "mouse"
    # Option "Protocol" "auto"
    # Option "Emulate3Buttons" "no"
    # Option "Buttons" "7"
    # Option "ButtonMapping" "1 2 3 6 7"
    #EndSection
    When there is no any configuration, the mouse can work abnormally. Movement and right/left click work fine, but I can not use scroll wheel,and the "go forward"&"go backward" mouse key can not work too.
    (I know Option "ZAxisMapping" "4 5" is the configuration of scroll wheel emulation.)
    The real problem is 'mouse beyond controll',the cursor goes crazyly on screen ....
    I guess it is something wrong of ButtonMapping option. But when I tried to get button number from command xev,when scroll wheel scrolles, I get something below(the scroll wheel movement is identified as a key event~):
    //left click
    ButtonPress event, serial 34, synthetic NO, window 0x4a00001,
    root 0x264, subw 0x0, time 3766452, (135,143), root:(2287,595),
    state 0x0, button 1, same_screen YES
    ButtonRelease event, serial 34, synthetic NO, window 0x4a00001,
    root 0x264, subw 0x0, time 3766588, (135,143), root:(2287,595),
    state 0x100, button 1, same_screen YES
    //right click
    ButtonPress event, serial 34, synthetic NO, window 0x4a00001,
    root 0x264, subw 0x0, time 3767716, (135,143), root:(2287,595),
    state 0x0, button 3, same_screen YES
    ButtonRelease event, serial 34, synthetic NO, window 0x4a00001,
    root 0x264, subw 0x0, time 3767852, (135,143), root:(2287,595),
    state 0x400, button 3, same_screen YES
    //mouse scroll, identified as keyboard event(?)
    KeyRelease event, serial 34, synthetic NO, window 0x4a00001,
    root 0x264, subw 0x0, time 3769332, (135,143), root:(2287,595),
    state 0x0, keycode 123 (keysym 0x1008ff13, XF86AudioRaiseVolume), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False
    KeyPress event, serial 34, synthetic NO, window 0x4a00001,
    root 0x264, subw 0x0, time 3769332, (135,143), root:(2287,595),
    state 0x0, keycode 122 (keysym 0x1008ff11, XF86AudioLowerVolume), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False
    here is some Information(I dont know why the mouse is identified as 'type:KEYBOARD'):
    hacksign@XSign [14:55:03] : ~
    >> xinput
    ⎡ Virtual core pointer id=2 [master pointer (3)]
    ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
    ⎜ ↳ RAPOO RAPOO 2.4G Remote Mouse id=13 [slave pointer (2)]
    ⎜ ↳ SynPS/2 Synaptics TouchPad id=15 [slave pointer (2)]
    ⎜ ↳ TPPS/2 IBM TrackPoint id=16 [slave pointer (2)]
    ⎣ Virtual core keyboard id=3 [master keyboard (2)]
    ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
    ↳ Power Button id=6 [slave keyboard (3)]
    ↳ Video Bus id=7 [slave keyboard (3)]
    ↳ Sleep Button id=8 [slave keyboard (3)]
    ↳ Heng Yu Technology Poker Pro S id=9 [slave keyboard (3)]
    ↳ Heng Yu Technology Poker Pro S id=10 [slave keyboard (3)]
    ↳ Integrated Camera id=11 [slave keyboard (3)]
    ↳ RAPOO RAPOO 2.4G Remote Mouse id=12 [slave keyboard (3)]
    ↳ AT Translated Set 2 keyboard id=14 [slave keyboard (3)]
    ↳ ThinkPad Extra Buttons id=17 [slave keyboard (3)]
    hacksign@XSign [14:55:06] : ~
    >> xinput list-props 13
    Device 'RAPOO RAPOO 2.4G Remote Mouse':
    Device Enabled (142): 1
    Coordinate Transformation Matrix (144): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
    Device Accel Profile (270): 0
    Device Accel Constant Deceleration (271): 1.000000
    Device Accel Adaptive Deceleration (272): 1.000000
    Device Accel Velocity Scaling (273): 10.000000
    Device Product ID (260): 9390, 8192
    Device Node (261): "/dev/input/event8"
    Evdev Axis Inversion (274): 0, 0
    Evdev Axes Swap (276): 0
    Axis Labels (277): "Rel X" (152), "Rel Y" (153), "Rel Horiz Wheel" (267), "Rel Dial" (268), "Rel Vert Wheel" (269)
    Button Labels (278): "Button Left" (145), "Button Middle" (146), "Button Right" (147), "Button Wheel Up" (148), "Button Wheel Down" (149), "Button Horiz Wheel Left" (150), "Button Horiz Wheel Right" (151), "Button Side" (265), "Button Extra" (266), "Button Unknown" (263), "Button Unknown" (263), "Button Unknown" (263), "Button Unknown" (263)
    Evdev Scrolling Distance (279): 1, 1, 1
    Evdev Middle Button Emulation (280): 0
    Evdev Middle Button Timeout (281): 50
    Evdev Third Button Emulation (282): 0
    Evdev Third Button Emulation Timeout (283): 1000
    Evdev Third Button Emulation Button (284): 3
    Evdev Third Button Emulation Threshold (285): 20
    Evdev Wheel Emulation (286): 0
    Evdev Wheel Emulation Axes (287): 0, 0, 4, 5
    Evdev Wheel Emulation Inertia (288): 10
    Evdev Wheel Emulation Timeout (289): 200
    Evdev Wheel Emulation Button (290): 4
    Evdev Drag Lock Buttons (291): 0
    hacksign@XSign [14:55:14] : ~
    >> grep -i rapoo /var/log/Xorg.0.log
    [ 29.102] (II) config/udev: Adding input device RAPOO RAPOO 2.4G Remote Mouse (/dev/input/event7)
    [ 29.102] (**) RAPOO RAPOO 2.4G Remote Mouse: Applying InputClass "evdev keyboard catchall"
    [ 29.102] (II) Using input driver 'evdev' for 'RAPOO RAPOO 2.4G Remote Mouse'
    [ 29.102] (**) RAPOO RAPOO 2.4G Remote Mouse: always reports core events
    [ 29.102] (**) evdev: RAPOO RAPOO 2.4G Remote Mouse: Device: "/dev/input/event7"
    [ 29.102] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Vendor 0x24ae Product 0x2000
    [ 29.102] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Found keys
    [ 29.102] (II) evdev: RAPOO RAPOO 2.4G Remote Mouse: Configuring as keyboard
    [ 29.102] (II) XINPUT: Adding extended input device "RAPOO RAPOO 2.4G Remote Mouse" (type: KEYBOARD, id 12)
    [ 29.103] (II) config/udev: Adding input device RAPOO RAPOO 2.4G Remote Mouse (/dev/input/event8)
    [ 29.103] (**) RAPOO RAPOO 2.4G Remote Mouse: Applying InputClass "evdev pointer catchall"
    [ 29.103] (**) RAPOO RAPOO 2.4G Remote Mouse: Applying InputClass "evdev keyboard catchall"
    [ 29.103] (II) Using input driver 'evdev' for 'RAPOO RAPOO 2.4G Remote Mouse'
    [ 29.103] (**) RAPOO RAPOO 2.4G Remote Mouse: always reports core events
    [ 29.103] (**) evdev: RAPOO RAPOO 2.4G Remote Mouse: Device: "/dev/input/event8"
    [ 29.103] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Vendor 0x24ae Product 0x2000
    [ 29.103] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Found 9 mouse buttons
    [ 29.103] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Found scroll wheel(s)
    [ 29.103] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Found relative axes
    [ 29.103] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Found x and y relative axes
    [ 29.103] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Found absolute axes
    [ 29.103] (II) evdev: RAPOO RAPOO 2.4G Remote Mouse: Forcing absolute x/y axes to exist.
    [ 29.103] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Found keys
    [ 29.103] (II) evdev: RAPOO RAPOO 2.4G Remote Mouse: Configuring as mouse
    [ 29.103] (II) evdev: RAPOO RAPOO 2.4G Remote Mouse: Configuring as keyboard
    [ 29.103] (II) evdev: RAPOO RAPOO 2.4G Remote Mouse: Adding scrollwheel support
    [ 29.103] (**) evdev: RAPOO RAPOO 2.4G Remote Mouse: YAxisMapping: buttons 4 and 5
    [ 29.103] (**) evdev: RAPOO RAPOO 2.4G Remote Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 29.103] (II) XINPUT: Adding extended input device "RAPOO RAPOO 2.4G Remote Mouse" (type: KEYBOARD, id 13)
    [ 29.104] (II) evdev: RAPOO RAPOO 2.4G Remote Mouse: initialized for relative axes.
    [ 29.104] (WW) evdev: RAPOO RAPOO 2.4G Remote Mouse: ignoring absolute axes.
    [ 29.104] (**) RAPOO RAPOO 2.4G Remote Mouse: (accel) keeping acceleration scheme 1
    [ 29.104] (**) RAPOO RAPOO 2.4G Remote Mouse: (accel) acceleration profile 0
    [ 29.104] (**) RAPOO RAPOO 2.4G Remote Mouse: (accel) acceleration factor: 2.000
    [ 29.104] (**) RAPOO RAPOO 2.4G Remote Mouse: (accel) acceleration threshold: 4
    [ 29.104] (II) config/udev: Adding input device RAPOO RAPOO 2.4G Remote Mouse (/dev/input/mouse0)
    hacksign@XSign [14:59:47] : ~
    >> yaourt -Q|grep -i 'input-'
    local/xf86-input-evdev-trackpoint 2.9.1-1
    extra/xf86-input-keyboard 1.8.0-3 (xorg-drivers xorg)
    extra/xf86-input-mouse 1.9.1-1 (xorg-drivers xorg)
    extra/xf86-input-synaptics 1.8.1-1 (xorg-drivers xorg)
    Last edited by Hacksign (2015-01-14 02:22:51)

    Thanks for reply !
    change Driver 'mouse' to Driver 'evdev',solved cursor goes beyond controll problem.
    but I still can not use scroll button and 'go forward'&'go backward' button.
    (BTW:evdev_drv.so is from local/xf86-input-evdev-trackpoint, and local/xf86-input-evdev-trackpoint package is from AUR)
    I think, maybe something wrong with my button number mapping, but I still can not get scroll button number with 'xev' command....
    below is my configuration:
    hacksign@XSign [17:15:19] : /var/log
    >> cat /etc/X11/xorg.conf.d/50-mouse-acceleration.conf
    Section "InputClass"
    Identifier "Mouse2"
    MatchProduct "RAPOO RAPOO 2.4G Remote Mouse"
    MatchIsPointer "yes"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    Option "Protocol" "auto"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "9"
    Option "ButtonMapping" "1 2 3 6 7 8 9 4 5"
    EndSection
    and here is Xorg.0.log
    [ 11357.287] (**) RAPOO RAPOO 2.4G Remote Mouse: Applying InputClass "evdev keyboard catchall"
    [ 11357.287] (II) Using input driver 'evdev' for 'RAPOO RAPOO 2.4G Remote Mouse'
    [ 11357.287] (**) RAPOO RAPOO 2.4G Remote Mouse: always reports core events
    [ 11357.287] (**) evdev: RAPOO RAPOO 2.4G Remote Mouse: Device: "/dev/input/event7"
    [ 11357.287] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Vendor 0x24ae Product 0x2000
    [ 11357.287] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Found keys
    [ 11357.287] (II) evdev: RAPOO RAPOO 2.4G Remote Mouse: Configuring as keyboard
    [ 11357.287] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/0003:24AE:2000.0003/input/input8/event7"
    [ 11357.288] (II) XINPUT: Adding extended input device "RAPOO RAPOO 2.4G Remote Mouse" (type: KEYBOARD, id 12)
    [ 11357.288] (**) Option "xkb_rules" "evdev"
    [ 11357.288] (**) Option "xkb_model" "pc104"
    [ 11357.288] (**) Option "xkb_layout" "us"
    [ 11357.288] (II) config/udev: Adding input device RAPOO RAPOO 2.4G Remote Mouse (/dev/input/event8)
    [ 11357.288] (**) RAPOO RAPOO 2.4G Remote Mouse: Applying InputClass "evdev pointer catchall"
    [ 11357.288] (**) RAPOO RAPOO 2.4G Remote Mouse: Applying InputClass "evdev keyboard catchall"
    [ 11357.288] (**) RAPOO RAPOO 2.4G Remote Mouse: Applying InputClass "Mouse2"
    [ 11357.288] (II) Using input driver 'evdev' for 'RAPOO RAPOO 2.4G Remote Mouse'
    [ 11357.288] (**) RAPOO RAPOO 2.4G Remote Mouse: always reports core events
    [ 11357.288] (**) evdev: RAPOO RAPOO 2.4G Remote Mouse: Device: "/dev/input/event8"
    [ 11357.288] (**) evdev: RAPOO RAPOO 2.4G Remote Mouse: ButtonMapping '1 2 3 6 7 8 9 4 5'
    [ 11357.288] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Vendor 0x24ae Product 0x2000
    [ 11357.288] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Found 9 mouse buttons
    [ 11357.288] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Found scroll wheel(s)
    [ 11357.288] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Found relative axes
    [ 11357.288] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Found x and y relative axes
    [ 11357.288] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Found absolute axes
    [ 11357.288] (II) evdev: RAPOO RAPOO 2.4G Remote Mouse: Forcing absolute x/y axes to exist.
    [ 11357.288] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Found keys
    [ 11357.288] (II) evdev: RAPOO RAPOO 2.4G Remote Mouse: Configuring as mouse
    [ 11357.288] (II) evdev: RAPOO RAPOO 2.4G Remote Mouse: Configuring as keyboard
    [ 11357.288] (II) evdev: RAPOO RAPOO 2.4G Remote Mouse: Adding scrollwheel support
    [ 11357.288] (**) Option "Emulate3Buttons" "no"
    [ 11357.288] (**) evdev: RAPOO RAPOO 2.4G Remote Mouse: YAxisMapping: buttons 4 and 5
    [ 11357.288] (**) evdev: RAPOO RAPOO 2.4G Remote Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 11357.288] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.1/0003:24AE:2000.0004/input/input9/event8"
    [ 11357.288] (II) XINPUT: Adding extended input device "RAPOO RAPOO 2.4G Remote Mouse" (type: KEYBOARD, id 13)
    [ 11357.288] (**) Option "xkb_rules" "evdev"
    [ 11357.288] (**) Option "xkb_model" "pc104"
    [ 11357.288] (**) Option "xkb_layout" "us"
    [ 11357.288] (II) evdev: RAPOO RAPOO 2.4G Remote Mouse: initialized for relative axes.
    [ 11357.288] (WW) evdev: RAPOO RAPOO 2.4G Remote Mouse: ignoring absolute axes.
    [ 11357.289] (**) RAPOO RAPOO 2.4G Remote Mouse: (accel) keeping acceleration scheme 1
    [ 11357.289] (**) RAPOO RAPOO 2.4G Remote Mouse: (accel) acceleration profile 0
    [ 11357.289] (**) RAPOO RAPOO 2.4G Remote Mouse: (accel) acceleration factor: 2.000
    [ 11357.289] (**) RAPOO RAPOO 2.4G Remote Mouse: (accel) acceleration threshold: 4
    [ 11357.289] (II) config/udev: Adding input device RAPOO RAPOO 2.4G Remote Mouse (/dev/input/mouse0)
    [ 11357.289] (II) No input driver specified, ignoring this device.
    [ 11357.289] (II) This device may have been added with another device file.
    olive wrote:In the config file you mentioned, all is commented; do you mean that you have problems when you have uncommented it? You should not use the mouse driver (old deprecated driver) but evdev. Try to remove xf86-input-mouse and xf86-input-keyboard (same as before, this is deprecated and handled by evdev) and remove also a "joystick" driver if you have it (I have had problem with it conflicting with the evdev driver).
    Last edited by Hacksign (2015-01-13 09:27:06)

  • Log on problem

    Hi to all, I've a log in problem. One year ago i Signed in in spotify with facebook account with my current email. About 6 months ago i deleted my facebook account permanently Now,i would create a new account from my email, and system says that email is already in use (when i was registered with facebook. account) So now i Signed in with an another email, but i would change this settings to my original email. What can I do?I cannot find the solution. Thanks.

    Hi @danicapacubas ,
    Welcome to the HP Forums!
    It is a great  place to find answers and tips!
    For you to have the best experience in the HP forum I would like to direct your attention to the HP Forums Guide Learn How to Post and More
    I understand that you are only able to log into a  temporary  account and cannot access your files.  Temporary accounts are intended for guests which is why you are unable to access your files.
    Have you tried logging in as administrator?
    What is your exact model of HP notebook.
    How Do I Find My Model Number or Product Number?
    What Operating System are you running?
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • How to solve Oracle SQL Developer connection problem ?

    Folks,
    Hello. I am using Oracle Database 11gR1. The Database Control Console https://localhost.localdomain:1158/em works correctly. I can create a Database and a table successfully.
    My OS is Linux and connects to internet successfully.
    In order to run SQL statements. we need to use Oracle SQL Developer. I connect Oracle SQL Developer in the following way:
    Connection Name: DB1 (this is my database name as well)
    Username: SYS (this is the user name I used to login to the Console)
    Password: SYS (this the password used to login to the Console)
    Connection Type: Basic
    Host Name: localhost
    Port: 1158
    SID: DB1 (this is created during installing the Database)
    But the error message comes up: "Status: Failure - IO exception Connection Reset."
    Can any folk tell me how to solve Oracle SQL Developer connection problem ?

    user8860348 wrote:
    Folks,
    Hello. I am using Oracle Database 11gR1. The Database Control Console https://localhost.localdomain:1158/em works correctly. I can create a Database and a table successfully.
    My OS is Linux and connects to internet successfully.
    In order to run SQL statements. we need to use Oracle SQL Developer. I connect Oracle SQL Developer in the following way:
    Connection Name: DB1 (this is my database name as well)
    Username: SYS (this is the user name I used to login to the Console)
    Password: SYS (this the password used to login to the Console)
    Connection Type: Basic
    Host Name: localhost
    Port: 1158
    SID: DB1 (this is created during installing the Database)
    But the error message comes up: "Status: Failure - IO exception Connection Reset."
    Can any folk tell me how to solve Oracle SQL Developer connection problem ?username: sys
    password: enter_your_correct_password given at the time of oracle installation
    role: select sysdba if you would connect as sysdba else select normal for users other than sys
    hostname: enter your oracle server hostname or ip address eg:- 192.168.11.12
    to find the hostname open terminal/command prompt in oracle installed machine
    type ---> hostname
    type ---->ping hostname
    you can find the ipaddress of the server
    port number: 1521 (default) ----> i guess , else check the port number in the tnsnames.ora file under your ORACLE_HOME/network/admin folder
    SID: DB1
    try it
    Good Luck

  • New log rotation problem

    I have resolved some log rotation problem...I have set del log rtation by size...and now the first time the log rotate,but then the output continue to go on the lod with the extension .log001 and not on the configured file.
    why?

    no,it the server rotates the log only the first time but then it continues to write on the .log001.On the original file it continues to write some server exception.
    the server launch line in the scritp is the follow
    nohup "$JAVA_HOME/bin/java" ${JAVA_VM} ${JAVA_OPTIONS_NODE} ${JAVA_OPTIONS} \
    Dweblogic.Name=${SERVER_NAME} \
    Dweblogic.ProductionModeEnabled=${PRODUCTION_MODE} \
    Djava.security.policy="${WL_HOME}/server/lib/weblogic.policy" \
    Dweblogic.Stdout=/u02/bea/weblogic81/mydomain/mydomain_LOG/myserver_Admin.log \
    Dweblogic.Stderr=/u02/bea/weblogic81/mydomain/mydomain_LOG/myserver_Admin.log \
    weblogic.Server > /dev/null &
    and the config.xml part for the server configuration is the follow
    <Server COMEnabled="true" CompleteMessageTimeout="0"
    ConsoleInputEnabled="false" EnabledForDomainLog="true"
    ExpectedToRun="false" JDBCLogFileName="./mydomain_LOG/jdbc.log"
    JDBCLoggingEnabled="true" JavaCompiler="javac"
    ListenAddress="10.2.1.16" ListenPort="10001"
    MaxMessageSize="100000000" Name="myserver_Admin"
    ServerVersion="8.1.3.0" SocketReaderTimeoutMaxMillis="10"
    StagingMode="nostage" StdoutDebugEnabled="true"
    StdoutEnabled="true" StdoutSeverityLevel="16" TransactionLogFilePrefix="../myserver_LOG/myserverAdminTransaction.log">
    <SSL Enabled="false" IdentityAndTrustLocations="KeyStores"
    ListenPort="10002" Name="myserver_Admin"/>
    <Log FileCount="4" FileMinSize="30"
    FileName="/u02/bea/weblogic81/mydomain/mydomain_LOG/myserver_Admin.log"
    FileTimeSpan="1" Name="myserver_Admin"
    NumberOfFilesLimited="true" RotationType="bySize"/>
    <WebServer LogFileCount="2" LogFileLimitEnabled="true"
    LogFileName="./mydomain_LOG/access.log"
    LogRotationPeriodMins="360" LogRotationType="size"
    MaxLogFileSizeKBytes="20000" Name="myserver_Admin"/>

  • I have a strange 3g data problem.

    I have a strange 3g data problem.  At home I have zero 3G connectivity even though all bars are showing and says "3G" and wifi is "Off" ... unless I am on the phone and then magically the 3G data connection works perfectly!!  Does anyone have any idea what is happening?  Also when I bring my phone to my dad's or my friends house the problem disappears!! Is this a hardware or a AT&T network problem? os is 4.3.3
    Also called ATT and they said there was no problem with the network and that it was a hardware issue.  Also restored the phone several times but the problem did not go away.

    OK, no trouble shooting. The first thing I'd attempt is restarting in Safe Mode. If you still don't have luck try doing both a SMC and PRAM reset, it wouldn't hurt to do the SMC reset a couple of times. If still no luck let us know.
    SMC RESET
    Shut down the computer.
    Unplug the computer's power cord and all peripherals.
    Press and hold the power button for 5 seconds.
    Release the power button.
    Attach the computers power cable.
    Press the power button to turn on the computer.
    PRAM RESET
    Shut down the computer.
    Locate the following keys on the keyboard: Command, Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys. You must press this key combination before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.

  • Log in problems-please help!

    Hi everybody!
    I repost my log in problems with some uppdate info, it may help someone to come up with a solution....I am no computer expert, so please excuse my way of describing this problem.
    I switched my Mac off manually after having been frozen from the sleep mode.
    I have 2 accounts, one admin and one regular. I try to log into my admin, and I get the message "You are unable to log in to the user "my username" at this time".
    I restart the computer, same problem again. I can log in to my second account with no problem. I reinstall OS X, same problem again. I ran the disk utility from the installation CD, even changed the passwords and I am still gettig the same message. Neither can I log in when in safe mode.
    I would appreciate any suggestion, since my admin account contains valuable data and to reinstal/restore everything will be a pain..and probably impossible. Moreover, the data are encoded in the file vault and I cannot open them from my regular account, or can I? I have tried to open the sparseimage file in the admin user catalog, but I get "no mountable file systems".
    Is there any hope? Or should I return my Mac to Apple, in 3 days my one year guarantee expires....
    Thanks
    Evacha
    iMac G5   Mac OS X (10.4.6)  

    "no mountable file systems"
    Sorry to hear of your difficulties, but unfortunately, the above message suggests that your data is likely permanently lost.
    When data is stored in a disk image, damage to any portion of that image has the potential to render all of the files on the image inaccessible. Shutting off the power to the computer without "shutting down" normally increases the risk of damage to the directory in general, but if the image was actually mounted at the time, then damage could also occur to the directory in the disk image. Sometimes such errors may be repairable, but with "FileVault", the disk image is encrypted, reducing the chances of a successful recovery. It is unfortunate that nobody told you that maintaining up to date backups is essential when working with "FileVault" protected accounts.
    " the data are encoded in the file vault and I cannot open them from my regular account, or can I?"
    Normally, only the owner of the ".sparseimage" used in "Filevault" is able to access the image to attempt to open it - this is strictly a permissions issue and has nothing to do with encryption. If someone other than the owner attempts to open the disk image, the message is something like "Filesystem failed to mount... permissions denied". If the permissions are changed such that other users are allowed to use the ".sparseimage", the they would normally be prompted for the password and be allowed to mount the image. However, the "no mountable file systems" error indicates a problem with the image itself.
    It is not likely to succeed because I think the filesystem needs to be mounted for this to work, but there is no harm in trying to repair the disk image. Control-click on the "user.sparseimage" file and select "Get Info" from the contextual menu. Under ownership and permissions, change the "Owner" to the second user, or else give "Owner", "Group" and "Other" "Read & Write" access, then follow the instructions in this document:
    http://docs.info.apple.com/article.html?artnum=25695
    You could also try some of the strategies described in this hint, but again, the probability of success is low:
    http://www.macosxhints.com/article.php?story=20050326041757989
    I don't think you will be able to return your computer - check the documentation to make sure, but I think the "one year" only covers repairs if there is an actual physical defect - perhaps what is responsible for the original sleep problem. However, if you suspect you may have a lemon, you might want to consider buying two more years of AppleCare coverage as insurance, but I think it has to be activated before the original 1 year is up so you would have to hurry. But so far, I don't see any solid evidence of a defect - loss of the user data can be attributed to cutting the power without shutting down, which you said you have done more than once.

  • Major log-in problems at the moment. Is XP to blam...

    There are quite a few threads on log-in problems at the moment and the Moderators have taken an interest e.g. https://community.bt.com/t5/Other-Broadband-Queries/Email-log-in-issues-for-over-a-week/m-p/1145486/...
    I've have asked here in several threads if BT has an issue with XP.
    At the moment I cannot log-in on my XP desktop. I've tried  IE8, Chrome & Firefox. I've not installed Safari - yet.
    The screen stays white and says 'connecting to BT' and stays like that for ages.
    Is anyone else having this problem. If so, are you on XP?

    Taffy078 wrote:
    There are quite a few threads on log-in problems at the moment and the Moderators have taken an interest e.g. https://community.bt.com/t5/Other-Broadband-Queries/Email-log-in-issues-for-over-a-week/m-p/1145486/...
    I've have asked here in several threads if BT has an issue with XP.
    At the moment I cannot log-in on my XP desktop. I've tried  IE8, Chrome & Firefox. I've not installed Safari - yet.
    The screen stays white and says 'connecting to BT' and stays like that for ages.
    Is anyone else having this problem. If so, are you on XP?
    BT websites have problems with IE8.  XP and Google Chrome do not have the same issues.  I notice that if you click on the email tab in the forum using Google chrome you need to login to your BT ID before logging in to your email.
    With IE8 when I use my standard link to the forum it does not display the blue bar with the email tab.
    Using XP you have the luxury of using Outlook Express to handle your emails. IMHO this is by far the best email client to use for HOME use.
    I would suggest you concentrate on why you are having problems with XP and Google Chrome  as the XP, IE8 and BT issues are unlikely to be fixed.

  • Strange media:/ kioslave problem (KDE)

    I logged into KDE as usually but there is really nothing in media:/, not even a hard disk or cd-rom, not to mention my usbstick. I have dbus, hal. Everything was working, until now... Does anybody have any idea what to do?

    mdv wrote:I logged into KDE as usually but there is really nothing in media:/, not even a hard disk or cd-rom, not to mention my usbstick. I have dbus, hal. Everything was working, until now... Does anybody have any idea what to do?
    I turned hal and dbus off and added entries to /etc/fstab manually, it solved the problem.

  • [SOLVED] KDE install problem

    Hi folks,
    I am trying to install KDE on my Arch Linux flash drive and I'm having 1 problem. I typed pacman -S kde, and about 20% through the whole download, it gets to the file called "libwbclient-4.0.7-2-x86_64.pkg.tar.xz". It then starts going through a LOT of mirrors trying to find one that works, but every single one says "The requested URL returned error: 404 not found". I checked with my phone and another computer that my internet is working, and I paused the download and pinged Google to make sure the laptop I'm using still had a connection (it did). Any ideas?
    Last edited by linux_kitteh (2013-07-05 22:15:16)

    Ah, shucks
    We do ask that those who start threads to mark them as solved when appropriate.  We ask that you do it as only you know when it ir really solved.  Just edit the first post in the thread and add [SOLVED] to the beginning of the thread title.
    Thanks, and, again, welcome to Arch.

  • [SOLVED] kwin settings causing strange window sizing problems

    It might be due to some of the updates for KDE that came out last night....but I'm leaning toward something that I did. 
    Earlier today when I was browsing the 'Get New Wallpapers' dialog box I noticed that the notifications were taking up the full screen.  I thought it was strange but no big deal.  This was shortly after I set a Window Specific kwin setting to remember the size and position of the wallpaper browser. 
    I set the option by right clicking the top of the window>Advanced>Special Window Settings>Geometry Tab, then remember size and position.  I also did this for Special Application Settings.
    So basically what I'm asking is if anyone knows how to globally reset all of the kwin special application and window settings?  I don't mind losing my others, so long as I can get this fixed.  It's positively driving me nuts. 
    Here is a screenshot of the app launcher menu when I hit F1. 
    Thanks
    http://img43.imageshack.us/i/desktop1b.jpg
    -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code --
    After using the desktop for some time after the problem started it seems like all of the plasma workspace dialog boxes are using the same geometry settings, even though I have reset those options....
    EDIT:
    I figured it out.  Apparently even if you uncheck the box it doesn't completely remove the rule.  I found the rule for plasma-desktop under:
    right click on top of window > Configure Window Behavior > Window Rules
    I deleted it, and now all is well.
    Last edited by DarksideEE7 (2010-10-21 05:40:30)

    LukynZ wrote:
    Try
    pacman -Rd catalyst
    pacman -S catalyst-hook
    and restart
    hey LukynZ,
    thanks for the hint. I tried it but didn't work. Same situation as before... Would some specific output be helpful?
    Snakeye wrote:I had the same problem. What i did was opened up the system settings/desktop effects, click advanced then checked vsync. Poof wobbly windows and window transparency again. If it's already checked, click it on off again and your set.
    You can try the patched xorg using the catalyst repository as per the wiki, might fix things up.
    Hey Snakeye,
    also thanks to you! Well, the problem is, I cannot even click on Advanced because everything under "System Settings -> Desktop Effects" is grayed out. See yourself:
    Anybody got an idea? I would really like to get this working... :-/
    Thanks for all your help so far!
    Last edited by ichbinder (2010-09-28 04:16:03)

  • Kde and Pam related problems[solved]

    And here they are, from /var/log/errors:
    Jun 28 14:47:58 DreaM kdm: :0[2780]: PAM unable to dlopen(/lib/security/pam_console.so)
    Jun 28 14:47:58 DreaM kdm: :0[2780]: PAM [dlerror: /lib/security/pam_console.so: cannot open shared object file: No such file or directory]
    Jun 28 14:47:58 DreaM kdm: :0[2780]: PAM adding faulty module: /lib/security/pam_console.so
    Jun 28 14:47:58 DreaM kde-np(pam_unix)[2780]: unrecognized option [service=system-auth]
    Jun 28 14:47:58 DreaM kde-np(pam_unix)[2780]: unrecognized option [service=system-auth]
    Any way to disable Pam in Kde?

    Thanks a ton for this tip. Finally my logs will not be polluted with junk. I agree with you that the troublesome entries should be commented by default. Just like this:
    #%PAM-1.0
    auth required pam_nologin.so
    auth required pam_permit.so
    account required pam_unix.so #service=system-auth
    password required pam_unix.so #service=system-auth
    session required pam_unix.so #service=system-auth
    session optional pam_console.so
    session required pam_limits.so
    EDIT: 

Maybe you are looking for

  • Error while executing the function module BAPI_RE_CN_CREATE

    Dear All I was using the the function module BAPI_RE_CN_CREATE.  When I am trying to execute the function module I am getting the error message u201CBusiness transaction RECN doest existu201D. While inputting the parameters for the function module I

  • Scheduling agreement LPA type

    DEAR ALL, while updating the Firm zone and trade off zone  in Scheduling control for scheduling agreement type LPA. system donot show the  END OF FIRM ZONE and END  OF TRADE OFF ZONE what setting was missed . pls clear me . Thanks v raj

  • Get Import Parameters of a Function Module

    Hi, Is there a way to find the import parameters and their Data Type of a Function Module in any Table?? For example, i know i can find the name and the include of the Funtion Module in TFDIR. Is there anywhere i can find the list of Import Parameter

  • Dual Powermac G5 vs Mac mini Intel Duo

    I'm sure this has been discussed already, but I would some more input on this. I am looking to upgrade to a faster Mac. I am currently running a G4 1.25 DP with 2Gigs of RAM. It's a fine machine, but I would like to take advantage of some of Apple's

  • Default interface reset issue after ISE configuration

    Hi, We're testing VOIP phones with ISE. ISE detects the phones by MAB and places them in our Voice VLAN with a DACL for security, this works fine. After the tests I configured the port to a non ISE port (default interface) and added the normal workin