[SOLVED] can't access to /dev/ devices without superuser, using udev

Hello archers
Ive recently changed my distro from lubuntu to Arch64. In the way i've read many articles about trying to solve your problems in the wiki and such, the thing is, i made it this far without human help (exept some small talk with a friend) and i have encountered a mayor problem wich i can't solve by my own, i've been walking arround in circles and can't manage to get it working properly
$ uname -a
Linux Watch-Tower 3.2.11-1-ARCH #1 SMP PREEMPT Thu Mar 15 09:19:02 CET 2012 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ AuthenticAMD GNU/Linux
what i want to do:
- start PC
- insert pendrive/CD/DVD
- system will automatically mount the storage device
- be able to access it from PCmanFM (wich i've installed) without being r00t or superuser
- be able to unmount the storage device with a right click and "remove device" or such...
what i can do:
- insert a CD/DVD/USB-PENDRIVE and look at right column of PCmanFM to see it mounted (system will automatically mount the storage device)
- access the CD/DVD/USB-PENDRIVE files only if i use "sudo pcmanfm" and enter password first
- unmount only being a superuser or r00t
i hope i made myself clear. I've tryed to follow the wiki about udev and PCmanFM automount as regular user but if i add
exec ck-launch-session dbus-launch openbox-session
to my .xinitrc or to my slim.conf i get an error from SLiM that doesn't let me log in "slim failed to execute login command".
The only way that i can start openbox is by removing ck-launch-session of .xinitrc and/or slim.conf
i will post my confs in order to help others to understand what's happening what i don't for lack of experience and knowledge
rc.conf:
# /etc/rc.conf - Main Configuration for Arch Linux
# See 'man 5 rc.conf' for more details
# LOCALIZATION
HARDWARECLOCK=""
TIMEZONE="America/Argentina/Buenos_Aires"
KEYMAP="es"
CONSOLEFONT="161"
CONSOLEMAP=
LOCALE=es_AR-UTF.8
DAEMON_LOCALE="yes"
USECOLOR="yes"
# HARDWARE
MOD_AUTOLOAD="yes"
MODULES=()
USEDMRAID="no"
USEBTRFS="no"
USELVM="no"
# NETWORKING
HOSTNAME=Watch-Tower
interface=eth0
address=
netmask=
broadcast=
gateway=
NETWORK_PERSIST="no"
# DAEMONS
DAEMONS=(@udev @syslog-ng @network @dbus @crond)
.xinitrc:
#!/bin/sh
# ~/.xinitrc
# Executed by startx (run your window manager from here)
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
done
unset f
fi
# exec gnome-session
# exec startkde
# exec startxfce4
# ...or the Window Manager of your choice
# exec ck-launch-session dbus-launch openbox-session
exec openbox-session
slim.conf:
# Path, X server and arguments (if needed)
# Note: -xauth $authfile is automatically appended
default_path /bin:/usr/bin:/usr/local/bin
default_xserver /usr/bin/X
xserver_arguments -nolisten tcp vt07
# Commands for halt, login, etc.
halt_cmd /sbin/shutdown -h now
reboot_cmd /sbin/shutdown -r now
console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
#suspend_cmd /usr/sbin/suspend
# Full path to the xauth binary
xauth_path /usr/bin/xauth
# Xauth file for server
authfile /var/run/slim.auth
# Activate numlock when slim starts. Valid values: on|off
# numlock on
# Hide the mouse cursor (note: does not work with some WMs).
# Valid values: true|false
# hidecursor false
# This command is executed after a succesful login.
# you can place the %session and %theme variables
# to handle launching of specific commands in .xinitrc
# depending of chosen session and slim theme
# NOTE: if your system does not have bash you need
# to adjust the command according to your preferred shell,
# i.e. for freebsd use:
# login_cmd exec /bin/sh - ~/.xinitrc %session
#login_cmd /bin/bash -login ~/.xinitrc %session
login_cmd /bin/bash -login ~/.xinitrc %session
# Commands executed when starting and exiting a session.
# They can be used for registering a X11 session with
# sessreg. You can use the %user variable
# sessionstart_cmd some command
# sessionstop_cmd some command
# Start in daemon mode. Valid values: yes | no
# Note that this can be overriden by the command line
# options "-d" and "-nodaemon"
# daemon yes
# Available sessions (first one is the default).
# The current chosen session name is replaced in the login_cmd
# above, so your login command can handle different sessions.
# see the xinitrc.sample file shipped with slim sources
sessions xfce4,icewm,wmaker,blackbox
# Executed when pressing F11 (requires imagemagick)
screenshot_cmd import -window root /slim.png
# welcome message. Available variables: %host, %domain
welcome_msg Welcome to %host
# Session message. Prepended to the session name when pressing F1
# session_msg Session:
# shutdown / reboot messages
shutdown_msg The system is halting...
reboot_msg The system is rebooting...
# default user, leave blank or remove this line
# for avoid pre-loading the username.
default_user nicolas
# Focus the password field on start when default_user is set
# Set to "yes" to enable this feature
#focus_password no
# Automatically login the default user (without entering
# the password. Set to "yes" to enable this feature
auto_login yes
# current theme, use comma separated list to specify a set to
# randomly choose from
current_theme archlinux-simplyblack
# Lock file
lockfile /var/lock/slim.lock
# Log file
logfile /var/log/slim.log
hope someone has the answer out there, and is ready to share it,
thanks in advance.
Last edited by r@fitiiixxx (2012-03-21 07:19:32)

berbae wrote:
ck-launch-session is part of the consolekit package; is it installed on your machine?
And what do you have in the /etc/X11/xinit/xinitrc.d directory?
Also start your GUI and post, using code tags, the ouput of
ps -efww
You should also remember that there are log files to consult (in /var/log) to search for causes of problems...
I don't have LXDE, sorry for not telling you that before, just plain OpenBox wm. No DE in my machine. :S
$ sudo pacman -Ss consolekit
extra/consolekit 0.4.5-2 [installed]
A framework for defining and tracking users, login sessions, and seats
[nicolas@Watch-Tower xinitrc.d]$ ls
30-dbus 40-libcanberra-gtk-module pulseaudio xdg-user-dirs
what logs should i be looking for?
[nicolas@Watch-Tower log]$ ls
ConsoleKit crond.log.2 faillog slim.log.1.gz
Xorg.0.log daemon.log kernel.log syslog.log
Xorg.0.log.old daemon.log.1 kernel.log.1 syslog.log.1
Xorg.1.log daemon.log.2 kernel.log.2 syslog.log.2
auth.log dmesg.log lastlog user.log
auth.log.1 errors.log messages.log user.log.1
auth.log.2 errors.log.1 messages.log.1 user.log.2
boot errors.log.2 messages.log.2 wtmp
btmp everything.log old wtmp.1
crond.log everything.log.1 pacman.log
crond.log.1 everything.log.2 slim.log
ps -efww:
root 7 2 0 12:44 ? 00:00:00 [watchdog/0]
root 8 2 0 12:44 ? 00:00:00 [migration/1]
root 10 2 0 12:44 ? 00:00:00 [ksoftirqd/1]
root 11 2 0 12:44 ? 00:00:00 [kworker/0:1]
root 12 2 0 12:44 ? 00:00:00 [watchdog/1]
root 13 2 0 12:44 ? 00:00:00 [cpuset]
root 14 2 0 12:44 ? 00:00:00 [khelper]
root 15 2 0 12:44 ? 00:00:00 [kdevtmpfs]
root 16 2 0 12:44 ? 00:00:00 [netns]
root 17 2 0 12:44 ? 00:00:00 [sync_supers]
root 18 2 0 12:44 ? 00:00:00 [bdi-default]
root 19 2 0 12:44 ? 00:00:00 [kblockd]
root 40 2 0 12:44 ? 00:00:00 [khungtaskd]
root 41 2 0 12:44 ? 00:00:00 [kswapd0]
root 42 2 0 12:44 ? 00:00:00 [ksmd]
root 43 2 0 12:44 ? 00:00:00 [khugepaged]
root 44 2 0 12:44 ? 00:00:00 [fsnotify_mark]
root 45 2 0 12:44 ? 00:00:00 [crypto]
root 47 2 0 12:44 ? 00:00:00 [kthrotld]
root 89 2 0 12:44 ? 00:00:00 [ata_sff]
root 90 2 0 12:44 ? 00:00:00 [khubd]
root 95 2 0 12:44 ? 00:00:00 [scsi_eh_0]
root 96 2 0 12:44 ? 00:00:00 [scsi_eh_1]
root 99 2 0 12:44 ? 00:00:00 [kworker/u:2]
root 100 2 0 12:44 ? 00:00:00 [scsi_eh_2]
root 101 2 0 12:44 ? 00:00:00 [scsi_eh_3]
root 102 2 0 12:44 ? 00:00:00 [kworker/u:3]
root 109 2 0 12:44 ? 00:00:00 [kworker/0:2]
root 120 2 0 12:44 ? 00:00:00 [jbd2/sda3-8]
root 121 2 0 12:44 ? 00:00:00 [ext4-dio-unwrit]
root 170 1 0 12:44 ? 00:00:00 /lib/udev/udevd --daemon
root 207 170 0 12:44 ? 00:00:00 /lib/udev/udevd --daemon
root 208 170 0 12:44 ? 00:00:00 /lib/udev/udevd --daemon
root 210 2 0 12:44 ? 00:00:00 [edac-poller]
root 213 2 0 12:44 ? 00:00:00 [kpsmoused]
root 214 2 0 12:44 ? 00:00:00 [kworker/1:3]
root 223 2 0 12:44 ? 00:00:00 [hd-audio1]
root 248 2 0 12:44 ? 00:00:00 [ext4-dio-unwrit]
root 249 2 0 12:44 ? 00:00:00 [jbd2/sda4-8]
root 250 2 0 12:44 ? 00:00:00 [ext4-dio-unwrit]
root 286 2 0 12:44 ? 00:00:00 [flush-8:0]
dbus 551 1 0 12:44 ? 00:00:00 /usr/bin/dbus-daemon --system
root 553 1 0 12:44 ? 00:00:00 supervising syslog-ng
root 554 553 0 12:44 ? 00:00:00 /usr/sbin/syslog-ng
root 555 1 0 12:44 ? 00:00:00 /usr/sbin/NetworkManager
root 562 1 0 12:44 ? 00:00:00 /usr/lib/polkit-1/polkitd --no-debug
root 567 1 0 12:44 ? 00:00:00 /usr/sbin/crond
root 576 555 0 12:44 ? 00:00:00 /sbin/dhcpcd -B -K -L -G -c /usr/lib/networkmanager/nm-dhcp-client.action eth0
root 579 1 0 12:44 tty1 00:00:00 /sbin/agetty -8 -s 38400 tty1 linux
root 580 1 0 12:44 tty2 00:00:00 /sbin/agetty -8 -s 38400 tty2 linux
root 581 1 0 12:44 tty3 00:00:00 /sbin/agetty -8 -s 38400 tty3 linux
root 582 1 0 12:44 tty4 00:00:00 /sbin/agetty -8 -s 38400 tty4 linux
root 583 1 0 12:44 tty5 00:00:00 /sbin/agetty -8 -s 38400 tty5 linux
root 584 1 0 12:44 tty6 00:00:00 /sbin/agetty -8 -s 38400 tty6 linux
root 585 1 0 12:44 ? 00:00:00 /usr/bin/slim
root 587 585 1 12:44 tty7 00:00:21 /usr/bin/X -nolisten tcp vt07 -auth /var/run/slim.auth
root 591 1 0 12:44 ? 00:00:00 /usr/sbin/console-kit-daemon --no-daemon
nicolas 664 585 0 12:44 ? 00:00:00 /usr/bin/openbox --startup /usr/lib/openbox/openbox-autostart OPENBOX
nicolas 676 1 0 12:44 ? 00:00:00 /usr/bin/dbus-launch --sh-syntax --exit-with-session
nicolas 677 1 0 12:44 ? 00:00:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
nicolas 682 1 0 12:44 ? 00:00:00 /usr/bin/pulseaudio --start
rtkit 684 1 0 12:44 ? 00:00:00 /usr/lib/rtkit-daemon
nicolas 692 682 0 12:44 ? 00:00:00 /usr/lib/pulse/gconf-helper
nicolas 694 1 0 12:44 ? 00:00:00 /usr/lib/GConf/gconfd-2
nicolas 701 664 0 12:44 ? 00:00:00 /bin/sh /usr/lib/openbox/openbox-autostart OPENBOX
nicolas 707 701 0 12:44 ? 00:00:00 sh /home/nicolas/.config/openbox/autostart
nicolas 710 707 0 12:44 ? 00:00:01 wbar --bpress --above-desk --vbar --pos right --isize 47 --nanim 3
nicolas 714 707 0 12:44 ? 00:00:00 tint2
nicolas 715 707 0 12:44 ? 00:00:00 sh /home/nicolas/.config/openbox/autostart
nicolas 722 715 0 12:45 ? 00:00:01 wbar --bpress --above-desk --vbar --pos right --isize 47 --nanim 3
nicolas 726 1 0 12:45 ? 00:00:00 /usr/lib/gvfs/gvfsd
nicolas 732 1 0 12:45 ? 00:00:00 /usr/lib/gvfs//gvfs-fuse-daemon /home/nicolas/.gvfs
nicolas 738 1 0 12:45 ? 00:00:00 /usr/lib/gvfs/gvfs-gdu-volume-monitor
root 740 1 0 12:45 ? 00:00:00 /usr/lib/udisks/udisks-daemon
root 741 740 0 12:45 ? 00:00:00 udisks-daemon: not polling any devices
nicolas 746 1 0 12:45 ? 00:00:00 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor
nicolas 748 1 0 12:45 ? 00:00:00 /usr/lib/gvfs/gvfs-afc-volume-monitor
nicolas 762 1 0 12:46 ? 00:00:00 /usr/lib/gvfs/gvfsd-trash --spawner :1.4 /org/gtk/gvfs/exec_spaw/0
nicolas 823 710 1 12:47 ? 00:00:18 midori
nicolas 829 1 0 12:47 ? 00:00:00 /usr/lib/gvfs/gvfsd-metadata
root 922 2 0 12:49 ? 00:00:00 [kworker/1:0]
root 930 2 0 12:54 ? 00:00:00 [kworker/1:1]
nicolas 951 664 0 13:00 ? 00:00:00 pcmanfm
nicolas 988 1 0 13:01 ? 00:00:00 leafpad /home/nicolas/.bash_history
nicolas 1029 664 0 13:03 ? 00:00:00 xterm -u8
nicolas 1030 1029 0 13:03 pts/0 00:00:00 bash
nicolas 1031 1030 0 13:03 pts/0 00:00:00 ps -efww
this is without ck-launch-session & dbus-launch!, if not, i wouldn't be posting this here...

Similar Messages

  • Can I access time capsule file without using imac

    can I access time capsule file without using imac

    From a time machine backup? No. If you mean just a regular file stored on there? Not directly. There are a couple of apps out there where you can indirectly get to a file but it's a pain. If you have need of accessing a file both from the mac and the iPad then I suggest DropBox. You get 2GB free and it's a good way to share information between machines and devices.

  • How can I verify my iCloud account via email, when I can't access my icloud email without verifying my account?

    I have setup a new cloud ID.
    I now need to verify my account via email.
    How can I do this when I can't access my iCloud email without verifying account?

    Did you click the Verify Now link in the verification email from Apple (see image below)?  If not, make sure you are checking the email address you used to set up your iCloud account.  Also make sure you check the spam/junk folder as well as the inbox.  If it isn't there, go to https://appleid.apple.com, click Manage your Apple ID, sign in, click on Name, ID and Email addresses on the left, then to the right click Resend under your Primary Email Address to resend the verification email.

  • I have forgotten my security question answers and can not access my account settings without them. What is the answer?

    I have forgotten my security question answers and can not access my account settings without them. What is the answer?

    Alternatives for Help Resetting Security Questions and/or Rescue Mail
         1. If you have a valid rescue email address, then use this procedure:
             Rescue email address and how to reset Apple ID security questions.
         2. Fill out and submit this form. Select the topic, Account Security. You must
             have a Rescue Email to use this option.
         3. This is the only option if you do not already have a valid Rescue Email.
             These are telephone numbers for contacting Apple Support in your country.
             Apple ID- Contacting Apple for help with Apple ID account security. Select
             the appropriate country and call. Ask to speak to the Account Security Team.
    Note: If you have already forgotten your security questions, then you cannot
             set up a rescue email address in order to reset them. You must set up
             the rescue email address beforehand.
    Your Apple ID: Manage My Apple ID.
                             Apple ID- All about Apple ID security questions.

  • I can't access the App Store without a credit card or gift card is their a way i can do it without those

    I can't access the App Store without a credit card or gift card can i not use one

    Create a NEW account/ID for her using these instructions. Make sure you follow the instructions. Many do not and if you do not you will not get the None option. You must use an email address that you have not used with Apple before. Make sure you specify a birthdate that results in being at least 13 years old
      Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card
    More details of how:
      http://ipadhelp.com/ipad-help-tips-tricks/how-to-get-free-apps-from-the-app-stor e-without-a-credit-card/

  • I am sonu v s from india...i am a apple id user...now i have a problem regarding this apple ID...i forget my apple ID security Qn...so i can't access and purchase any apps by using my apple ID..4 tms i frwd my reqst using itune apps store bt no solutn

    I am sonu v s from india...i am a apple id user...now i have a problem regarding this apple ID...i forget my apple ID security question...so i can't access and purchase any apps by using my apple ID..4 times i frwd my reqst using itune apps store but i can't get any solution....many times i my try to call u bt there is no response from ur custmr support group...pls kindly give me any solution

    Contact the App store for Apple ID help. Their support link is on the right of the App store window
    LN

  • I have an iMac OS 10.9.5 - Every time I turn on my system I get the message that it can not access icloud and to fix it using iCloud preferences. I do not want to access or use iCloud, how do I get the message to discontinue?

    I have an iMac OS 10.9.5 - Every time I turn on my system I get the message that it can not access icloud and to fix it using iCloud preferences. I do not want to access or use iCloud, how do I get the message to discontinue?

    Hello mrmacjohn,
    Verifying that any iCloud account that may be signed in is signed out should resolve this error.
    On your Mac, open iCloud preferences, then click Sign Out.
    iCloud: Change iCloud feature settings
    http://support.apple.com/kb/PH2613
    Cheers,
    Allen

  • HT1338 I suddenly can't access any links in Mail ( I use Safari as a browser)

    I suddenly can't access any links in Mail ( I use Safari as a browser) any ideas please?

    Try upgrading your operating system so that your Mac can run a newer browser.
    Allan

  • Can an Access 2013 accdb file be encrypted using command line switches?

    Can an Access 2013 accdb file be encrypted using command line switches?
    I found all the command switches, but nothing about encrypting.  And I've searched online and found nothing.
    Can this be done?
    Thanks!

    Hi Sharon2000,
    I think you could try the Database.NewPassword Method (DAO) in the VBScript file, and you could get more information about it from the link below:
    #Database.NewPassword Method (DAO)
    https://msdn.microsoft.com/en-us/library/office/ff844754.aspx
    Here is a simple demo to achieve your issue.
    Best Regards,
    Edward
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

  • [Solved] Can't mount specific usb device after kernel upgrade

    So, hi everyone
    I've got a usb device which works on other systems (usb audio player, android tablet) but not on my archlinux htpc.
    System is up to date, the usb stick worked a few days ago (here shown as /dev/sdc), relevant infos (shortened):
    $ uname -a
    Linux arch247 3.10.3-1-ARCH #1 SMP PREEMPT Fri Jul 26 11:26:59 CEST 2013 x86_64 GNU/Linux
    $ lsusb
    Bus 009 Device 006: ID 090c:1000 Silicon Motion, Inc. - Taiwan (formerly Feiya Technology Corp.) Flash Drive
    $ dmesg
    [ 1788.621747] usb 9-4: new full-speed USB device number 8 using ohci_hcd
    [ 1788.771370] usb 9-4: not running at top speed; connect to a high speed hub
    [ 1788.785511] usb-storage 9-4:1.0: USB Mass Storage device detected
    [ 1788.793170] scsi13 : usb-storage 9-4:1.0
    [ 1789.801391] scsi 13:0:0:0: Direct-Access General USB Flash Disk 1.00 PQ: 0 ANSI: 2
    [ 1789.814964] sd 13:0:0:0: [sdc] 15669248 512-byte logical blocks: (8.02 GB/7.47 GiB)
    [ 1789.819230] sd 13:0:0:0: [sdc] Write Protect is off
    [ 1789.819243] sd 13:0:0:0: [sdc] Mode Sense: 03 00 00 00
    [ 1789.825267] sd 13:0:0:0: [sdc] No Caching mode page present
    [ 1789.825281] sd 13:0:0:0: [sdc] Assuming drive cache: write through
    $ lsmod | grep ohci
    ohci_hcd 26544 0
    usbcore 176991 6 ath3k,btusb,usb_storage,ohci_hcd,usbhid,xhci_hcd
    $ sudo fdisk -l
    Disk /dev/sda: 120.0 GB, 120034123776 bytes, 234441648 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk label type: dos
    Disk identifier: 0x89675d3a
    Device Boot Start End Blocks Id System
    /dev/sda1 2048 50333695 25165824 83 Linux
    /dev/sda2 50333696 234441647 92053976 83 Linux
    Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes, 3907029168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk label type: dos
    Disk identifier: 0x0004e72c
    Device Boot Start End Blocks Id System
    /dev/sdb1 2048 3907022847 1953510400 83 Linux
    Disk /dev/sdc: 8022 MB, 8022654976 bytes, 15669248 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk label type: dos
    Disk identifier: 0x0009ae2c
    Device Boot Start End Blocks Id System
    /dev/sdc1 2048 15669247 7833600 c W95 FAT32 (LBA)
    I can't reformat the device at the moment (lack of computers here). The usb port on the pc is working (tested with another fat32 formatted usb stick).
    Any ideas? Hints? Tips?
    Last edited by D4ve (2013-08-18 18:48:35)

    It works on 3.9.11.
    dmesg on 3.9.11:
    [ 74.391651] usb 3-4: new high-speed USB device number 3 using xhci_hcd
    [ 74.410514] usb 3-4: New USB device found, idVendor=0951, idProduct=1607
    [ 74.410529] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [ 74.410532] usb 3-4: Product: DataTraveler 2.0
    [ 74.410534] usb 3-4: Manufacturer: Kingston
    [ 74.410536] usb 3-4: SerialNumber: 00137299803FA931262A00CD
    [ 74.465400] Initializing USB Mass Storage driver...
    [ 74.465654] scsi7 : usb-storage 3-4:1.0
    [ 74.465726] usbcore: registered new interface driver usb-storage
    [ 74.465728] USB Mass Storage support registered.
    [ 75.465448] scsi 7:0:0:0: Direct-Access Kingston DataTraveler 2.0 1.00 PQ: 0 ANSI: 2
    [ 75.465839] sd 7:0:0:0: Attached scsi generic sg4 type 0
    [ 75.466277] sd 7:0:0:0: [sdd] 3973120 512-byte logical blocks: (2.03 GB/1.89 GiB)
    [ 75.466620] sd 7:0:0:0: [sdd] Write Protect is off
    [ 75.466625] sd 7:0:0:0: [sdd] Mode Sense: 23 00 00 00
    [ 75.466955] sd 7:0:0:0: [sdd] No Caching mode page present
    [ 75.466960] sd 7:0:0:0: [sdd] Assuming drive cache: write through
    [ 75.469081] sd 7:0:0:0: [sdd] No Caching mode page present
    [ 75.469087] sd 7:0:0:0: [sdd] Assuming drive cache: write through
    [ 75.681901] sdd: sdd1 sdd2
    [ 75.683219] sd 7:0:0:0: [sdd] No Caching mode page present
    [ 75.683224] sd 7:0:0:0: [sdd] Assuming drive cache: write through
    [ 75.683227] sd 7:0:0:0: [sdd] Attached SCSI removable disk
    dmesg on 3.10.5:
    [ 1370.659092] usb 3-4: new high-speed USB device number 8 using xhci_hcd
    [ 1370.677899] usb 3-4: New USB device found, idVendor=0951, idProduct=1607
    [ 1370.677906] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [ 1370.677910] usb 3-4: Product: DataTraveler 2.0
    [ 1370.677913] usb 3-4: Manufacturer: Kingston
    [ 1370.677916] usb 3-4: SerialNumber: 00137299803FA931262A00CD
    [ 1370.678442] usb-storage 3-4:1.0: USB Mass Storage device detected
    [ 1370.678711] scsi12 : usb-storage 3-4:1.0
    [ 1371.674797] scsi 12:0:0:0: Direct-Access Kingston DataTraveler 2.0 1.00 PQ: 0 ANSI: 2
    [ 1371.675283] sd 12:0:0:0: Attached scsi generic sg4 type 0
    [ 1371.675809] sd 12:0:0:0: [sdd] 3973120 512-byte logical blocks: (2.03 GB/1.89 GiB)
    [ 1371.676184] sd 12:0:0:0: [sdd] Write Protect is off
    [ 1371.676192] sd 12:0:0:0: [sdd] Mode Sense: 23 00 00 00
    [ 1371.676560] sd 12:0:0:0: [sdd] No Caching mode page present
    [ 1371.676567] sd 12:0:0:0: [sdd] Assuming drive cache: write through
    [ 1402.372357] usb 3-4: reset high-speed USB device number 8 using xhci_hcd
    [ 1402.389648] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88024d4ecdc0
    [ 1402.389655] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88024d4ece00
    [ 1433.410334] usb 3-4: reset high-speed USB device number 8 using xhci_hcd
    [ 1433.427691] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88024d4ecdc0
    [ 1433.427698] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88024d4ece00
    [ 1464.352379] usb 3-4: reset high-speed USB device number 8 using xhci_hcd
    [ 1464.369587] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88024d4ecdc0
    [ 1464.369592] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88024d4ece00
    [ 1495.294439] usb 3-4: reset high-speed USB device number 8 using xhci_hcd
    [ 1495.311616] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88024d4ecdc0
    [ 1495.311623] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88024d4ece00
    [ 1495.314661] sd 12:0:0:0: [sdd] No Caching mode page present
    [ 1495.314677] sd 12:0:0:0: [sdd] Assuming drive cache: write through
    [ 1526.236340] usb 3-4: reset high-speed USB device number 8 using xhci_hcd
    [ 1526.253657] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88024d4ecdc0
    [ 1526.253665] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88024d4ece00
    [ 1557.306368] usb 3-4: reset high-speed USB device number 8 using xhci_hcd
    [ 1557.323619] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88024d4ecdc0
    [ 1557.323627] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88024d4ece00
    [ 1588.248358] usb 3-4: reset high-speed USB device number 8 using xhci_hcd
    [ 1588.265745] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88024d4ecdc0
    [ 1588.265752] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88024d4ece00
    [ 1619.190405] usb 3-4: reset high-speed USB device number 8 using xhci_hcd
    [ 1619.207780] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88024d4ecdc0
    [ 1619.207788] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88024d4ece00
    [ 1619.421206] sdd: sdd1 sdd2
    [ 1619.422735] sd 12:0:0:0: [sdd] No Caching mode page present
    [ 1619.422741] sd 12:0:0:0: [sdd] Assuming drive cache: write through
    [ 1650.132306] usb 3-4: reset high-speed USB device number 8 using xhci_hcd
    [ 1650.149607] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88024d4ecdc0
    [ 1650.149614] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88024d4ece00
    [ 1681.202196] usb 3-4: reset high-speed USB device number 8 using xhci_hcd
    [ 1681.219363] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88024d4ecdc0
    [ 1681.219370] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88024d4ece00
    [ 1712.144197] usb 3-4: reset high-speed USB device number 8 using xhci_hcd
    [ 1712.161474] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88024d4ecdc0
    [ 1712.161482] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88024d4ece00
    [ 1743.086261] usb 3-4: reset high-speed USB device number 8 using xhci_hcd
    [ 1743.103565] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88024d4ecdc0
    [ 1743.103572] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88024d4ece00
    [ 1743.104256] sd 12:0:0:0: [sdd] Attached SCSI removable disk
    EDIT: Doesn't work on 3.11-rc4 either.
    Last edited by gmesalazar (2013-08-06 01:30:00)

  • [SOLVED]Can't access ntfs disk in thunar

    I am trying to access files from a Windows disk. I mounted it (/dev/sda1) to ~/Windows but, when trying to open it in thunar, I get a permission denied error. How can I access my disk?
    Last edited by Cube_Code (2013-09-02 07:31:20)

    I did a:
    usermod -aG storage my_username
    and a:
    lsblk -no UUID /dev/sda1
    then recieved the output:
    32B437F9B437BE63
    and added this line to my /etc/fstab:
    UUID=32B437F9B437BE63 /mnt/Windows ntfs
    The problem persists. What have I done wrong?

  • [Solved]Can't access whole harddrive in arch

    The situation: I decided to install arch instead of gentoo on my server because I needed faster maintenance, and I really like arch
    The small weird things - the harddrive is an pretty old 60gb harddrive. Originally when the computer had windows installed it only found 30 of the 60gb. When I later installed gentoo I rejoiced that I could partition and use the whole disk - 60gb. And yeah it even worked when I reinstalled gentoo a couple of years later. But now when I'm trying to install arch... I'm just able to use 30gb again >.<
    A little more info:
    cfdisk can't handle the partitions at all...
    fdisk can show the partitions and shows the current table with a total of 60gb, but when I try to create a new table I can only use 30gb again.
    When I try to use the partitions I originally have (tot. 60gb) and create a new filesystem on the last partition, it doesn't use the whole parition and leaves 30gb.
    I don't have a clue about what the problem is and  I would really like som help.
    Edit: Found a little info, I think the bios only finds 30gb, and gentoo can access the whole harddrive in some way, don't know how...
    Gentoo livecd has the boot option:
    - hdx=stroke    allows you to partition the whole harddrive even when your BIOS
                    can't handle large harddrives
    Is there something like this in arch too?
    toad: Like I said, even when I used my table which totaled 60gb I couldn't create a filesystem which used the last 30gb.
    Last edited by Lonsas (2009-08-08 11:10:10)

    Doh, solved, I'm sorry that I bothered, I just used the "legacy ide, no sata" boot option...
    Then to the next problem - how the heck do I make it work after the installation? I guess the scsi drivers get loaded since the drive is named sda.
    Should I disable the scsi module at kernel line? And if -  is the module which needs disabling simply named scsi or is there something more/something else?
    And finally - should I use the ide or the pata hook with mkinitcpio?
    The solution to that is to add disablemodules=scsi_mod,libata,sd_mod to kernel line and using the ide hook for mkinitcpio
    Don't know which of the modules that needs disabling but i chose those and now it works.
    If anyone has a better solution please post... I could create my own custom kernel for this but it ain't worth the time right now.
    Last edited by Lonsas (2009-08-08 11:09:57)

  • How can I access my iPhone icloud without my phone?

    I have lost my iPhone. How can I access my iPhone personal information ( telephone contacts) with my icloud account?

    http://icloud.com

  • [SOLVED]Can't mount iPhone/Android devices.

    Hi,
    Since some update (can't tell exact update) I am unable to mount mobile devices on iOS or Android as a flash drive. It appears as "camera" in my "Available Devices" in KDE and when I try to open it with file manager, it appears blank.
    In journalctl I can see the reason, but don't know how to fix it:
    sep 11 12:32:14 laptop kernel: usb 1-1.2: new high-speed USB device number 11 using ehci-pci
    sep 11 12:32:14 laptop mtp-probe[20038]: checking bus 1, device 11: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2"
    sep 11 12:32:14 laptop mtp-probe[20038]: bus: 1, device: 11 was not an MTP device
    sep 11 12:32:14 laptop kernel: ipheth 1-1.2:4.2: Apple iPhone USB Ethernet device attached
    sep 11 12:32:14 laptop upowerd[2855]: usbmuxd_get_device_list: error opening socket!
    sep 11 12:32:14 laptop colord[709]: Device added: sysfs-Apple_Inc.-iPhone
    sep 11 12:32:14 laptop systemd[1]: Starting iOS USB Muxer...
    -- Subject: Unit usbmuxd.service has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit usbmuxd.service has begun starting up.
    sep 11 12:32:14 laptop systemd[1]: Started iOS USB Muxer.
    -- Subject: Unit usbmuxd.service has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit usbmuxd.service has finished starting up.
    -- The start-up result is done.
    sep 11 12:32:14 laptop usbmuxd[20052]: [12:32:14.302][3] usbmuxd v1.0.8 starting up
    sep 11 12:32:14 laptop usbmuxd[20052]: [12:32:14.303][3] Successfully dropped privileges to 'usbmux'
    sep 11 12:32:14 laptop usbmuxd[20052]: [12:32:14.311][3] Connecting to new device on location 0x1000b as ID 1
    sep 11 12:32:14 laptop usbmuxd[20052]: [12:32:14.311][3] Initialization complete
    sep 11 12:32:14 laptop usbmuxd[20052]: [12:32:14.312][3] Connected to v1.0 device 1 on location 0x1000b with serial number bda1b89b56ff882835c0790ebe27d9e74e163cec
    sep 11 12:32:14 laptop systemd-sysctl[20064]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    sep 11 12:32:14 laptop systemd-sysctl[20065]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    sep 11 12:32:14 laptop systemd-udevd[20035]: renamed network interface eth0 to enp0s26u1u2c4i2
    sep 11 12:32:14 laptop NetworkManager[389]: <warn> failed to allocate link cache: (-10) Operation not supported
    sep 11 12:32:14 laptop NetworkManager[389]: <info> (enp0s26u1u2c4i2): carrier is OFF
    sep 11 12:32:14 laptop NetworkManager[389]: <info> (enp0s26u1u2c4i2): new Ethernet device (driver: 'ipheth' ifindex: 27)
    sep 11 12:32:14 laptop NetworkManager[389]: <info> (enp0s26u1u2c4i2): exported as /org/freedesktop/NetworkManager/Devices/5
    sep 11 12:32:14 laptop NetworkManager[389]: <info> (enp0s26u1u2c4i2): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
    sep 11 12:32:14 laptop NetworkManager[389]: <info> (enp0s26u1u2c4i2): bringing up device.
    sep 11 12:32:14 laptop NetworkManager[389]: <info> (enp0s26u1u2c4i2): preparing device.
    sep 11 12:32:14 laptop NetworkManager[389]: <info> (enp0s26u1u2c4i2): deactivating device (reason 'managed') [2]
    sep 11 12:32:14 laptop NetworkManager[389]: <info> Added default wired connection 'Wired connection 3' for /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1....26u1u2c4i2
    sep 11 12:32:14 laptop kernel: IPv6: ADDRCONF(NETDEV_UP): enp0s26u1u2c4i2: link is not ready
    sep 11 12:32:17 laptop kernel: traps: iphone-set-info[20040] general protection ip:7fd151259e86 sp:7fff6197fdf0 error:0 in libimobiledevice.so.4.0.1[7fd15114e000+1a000]
    sep 11 12:32:17 laptop systemd-coredump[20067]: Process 20040 (iphone-set-info) dumped core.
    -- Subject: Process 20040 (iphone-set-info) dumped core
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Documentation: man:core(5)
    -- Process 20040 (iphone-set-info) crashed and dumped core.
    -- This usually indicates a programming error in the crashing program and
    -- should be reported to its vendor as a bug.
    I've tried to mount iOS device with ifuse, but it didn't work either.
    Any idea?
    Thanks in advance.
    Last edited by Zack7777 (2013-11-11 10:13:26)

    Thanks for the answers.
    ewaller wrote:That looks like it is trying to treat your iPhone as a network interface.  Have you turned on USB tethering on your phone?  What happens if you turn it off?
    It's always like this, no matter if I turn on or off tethering.
    mzneverdies, donniezazen,
    Ok, this seems to work with android devices but not with iOS. Also when I run detect while my iPhone is plugged in, device list is empty:
    $ mtp-detect
    Unable to open ~/.mtpz-data for reading, MTPZ disabled.libmtp version: 1.1.6
    Listing raw device(s)
    No raw devices found.
    Main goal is to return support of iOS.
    Last edited by Zack7777 (2013-09-12 07:56:34)

  • Home with multiple user/screen name Mac. ATV can only access the library of the person using the computer? Seems like a HUGH flaw??

    We have a Mac that is set up to allow multiple users with their own log in and settings. (imagine a family of four).  So if my wife sits down at the Mac to work. Then I can't access my iTunes library though the apple tv because my screen name and iTunes has to be shut down!! Seems like a huge oversight in the device?! Is there a way around this? Seems like it makes the apple TV nearly useless unless for a multiple person household.

    Welcome to the Apple Community.
    You don't need to shut down your user account for your wife or anyone else to use their user account.
    If it isn't already set, go to system preferences > Users & Groups > Login Options and check 'Show fast user switching'. Then from the top RH corner of the menu bar you can switch between users at will.
    Keeping a user account logged in should enable its iTunes library on the Apple TV.
    (Note, I've never tried this with non admin accounts)

Maybe you are looking for

  • Why is my 2007 iMac SO slow after installing Mavericks?

    Prior to intstallition, the computer was running great - Adobe Creative Suite 5.5 (even Photoshop) was working well and there's only 2gb RAM on boad. Once installed, I'm amazed at how poor system performance is. I'm guessing it's optimized for newer

  • Why can't I copy and paste from Illustrator to Flash?

    I have this silly but frustrating problem. I've drawn a series of objects in Illustrator and have copied and pasted many of them into separate frames in Flash and all of a sudden they won't paste. There are 3 objects I'm trying to paste onto each fra

  • Downloaded pdf files open in wordpad and cant be read

    after downloading some files they open up in wordpad and cant be read.they appear as some kind of code.this happens with both text and photo files.i cant seem to find another application to try open them in.  This question was solved. View Solution.

  • Void check with date selection

    Greetings experts - My customer created a check in January, it is now March, and they want to void it as of February.  Is there a way to "trick" the system as to what the current date is so I can void the check as of February? I tried changing my win

  • Format for Predefined lists of repeated measurements with changing variables

    Hi, I am a scientist and trying to draw an instrument ("writing a script" sounded wrong for LabView ) that is supposed to perform repeated measurements in an imaging experiment. I want to be able to give the instrument a list that defines the values