Systemd/user unit enabled but not auto-starting

Hi,
I enabled the systemd/user devmon unit but after login it shows
~> systemctl --user status
● marchine
State: running
Jobs: 0 queued
Failed: 0 units
Since: Fri 2014-05-16 01:10:37 CEST; 2min 53s ago
CGroup: /user.slice/user-1000.slice/[email protected]
├─466 /usr/lib/systemd/systemd --user
└─468 (sd-pam)
~> systemctl --user status devmon
● devmon.service - devmon Service
Loaded: loaded (/home/a/.config/systemd/user/devmon.service; enabled)
Active: inactive (dead)
which I find strange because apparently the enabling worked but also manually starting devmon causes no problems at all:
a@marchine ~> systemctl --user start devmon
a@marchine ~> systemctl --user status devmon
● devmon.service - devmon Service
Loaded: loaded (/home/a/.config/systemd/user/devmon.service; enabled)
Active: active (running) since Fri 2014-05-16 01:18:20 CEST; 7s ago
Main PID: 827 (devmon)
CGroup: /user.slice/user-1000.slice/[email protected]/devmon.service
├─827 /bin/bash /usr/bin/devmon
└─960 /usr/sbin/udevil --monitor
I'm not saying that I surely made no mistakes in configuring systemd, I'm a newbie after all, I just can't really tell which part exactly causes the problem here.
Thanks, y

Strangely devmon.service does not appear in the log of the boot process at all.  However, it says something about the user session at some point, if that helps:
May 16 22:16:43 marchine systemd[1]: Starting user-1000.slice.
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
May 16 22:16:44 marchine systemd[1]: Cannot add dependency job for unit autologin-on-boot.service, ignoring: Unit autologin-on-boot.service failed to load: No such file or directory.
May 16 22:16:44 marchine systemd[1]: Started Permit User Sessions.
-- Subject: Unit systemd-user-sessions.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit systemd-user-sessions.service has finished starting up.
But after starting devmon manually, the log says something about multiple instances:
May 16 22:27:22 marchine systemd[260]: Starting devmon Service...
-- Subject: Unit UNIT has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit UNIT has begun starting up.
May 16 22:27:22 marchine systemd[260]: Started devmon Service.
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit UNIT has finished starting up.
-- The start-up result is done.
May 16 22:27:22 marchine devmon[1416]: WARNING: multiple instances of devmon appear to be running (my pid=1416):
May 16 22:27:22 marchine devmon[1416]: 1416 ? Ss 0:00 /bin/bash /usr/bin/devmon
The service file looks like this (I didn't change anything):
[Unit]
Description=devmon Service
[Service]
Type=simple
User=%i
# Set DISPLAY for popup dialogs
Environment=DISPLAY=:0
EnvironmentFile=/etc/conf.d/devmon
ExecStart=/usr/bin/devmon $ARGS
[Install]
WantedBy=multi-user.target
As I said before, I found a workaround which does it for me at the moment.  I'm happy about any new informations which may help me to deal with similar problems in the future, but it's no emergency.
Thanks, y

Similar Messages

  • MP3 Player Auto Starts, How can I get it to load, but not Auto Start

    MP3 Player Auto Starts, How can I get it to load, but not
    Auto Start
    Jeff
    http://www.point1music.com/test

    How do you code it not to stream?
    stopAllSounds();
    stop();
    playlist = new XML();
    playlist.ignoreWhite = true;
    playlist.onLoad = function(success) {
    if (success) {
    _global.songname = [];
    _global.songband = [];
    _global.songfile = [];
    for (var i = 0; i<playlist.firstChild.childNodes.length;
    i++) {
    _global.songname
    = playlist.firstChild.childNodes.attributes.name;
    _global.songfile
    = playlist.firstChild.childNodes.attributes.file;
    trace(songname
    +" "+songfile);
    _root.createEmptyMovieClip("sound_mc", 1);
    _root.sound_mc.sound_obj = new Sound();
    _global.song_nr = random(songfile.length);
    _root.sound_mc.songStarter(songfile[song_nr],
    songname[song_nr]);
    MovieClip.prototype.songStarter = function(file, name) {
    this.sound_obj.loadSound(file, true);
    this.onEnterFrame = function() {
    if (this.sound_obj.position>0) {
    delete this.onEnterFrame;
    this._parent.display_txt.text = name;
    } else {
    this._parent.display_txt.text = "loading...";
    this.sound_obj.onSoundComplete = function() {
    (song_nr == songfiles.length-1) ? _global.song_nr=0 :
    _global.song_nr++;
    _root.sound_mc.songStarter(songfiles[song_nr],
    songname[song_nr]);
    btn_play.onRelease = function() {
    this._parent.sound_mc.songStarter(songfile[song_nr],
    songname[song_nr]);
    btn_stop.onRelease = function() {
    this._parent.sound_mc.sound_obj.stop();
    btn_fw.onRelease = function() {
    (song_nr == songfile.length-1) ? _global.song_nr=0 :
    _global.song_nr++;
    _root.sound_mc.songStarter(songfile[song_nr],
    songname[song_nr]);
    btn_rev.onRelease = function() {
    (song_nr == 0) ? _global.song_nr=songfile.length-1 :
    _global.song_nr--;
    _root.sound_mc.songStarter(songfile[song_nr],
    songname[song_nr]);
    playlist.load("playlist.xml");

  • [SOLVED] systemd user unit for lsyncd

    After following the the systemd/User - Basic setup wiki article I have successfully setup user services for systemd.  I've also setup a systemd user "unit" to run lsyncd.  The user unit appears to start successfully based on the unit status shown below.  Only problem is lsyncd isn't running and I'm not seeing any relevant errors or info with journalctl.  If I run the script defined in ExecStart on the command line lsyncd starts as expected.  Any ideas or pointers?
    OUTPUT from "systemctl --user lsyncd.service":
    lsyncd.service - lsyncd
    Loaded: loaded (/home/maseone/.config/systemd/user/lsyncd.service; enabled)
    Active: inactive (dead) since Thu 2014-08-28 18:14:50 PDT; 21min ago
    Process: 630 ExecStart=/home/maseone/.lsyncd/start_lsyncd_simple.sh (code=exited, status=0/SUCCESS)
    Main PID: 630 (code=exited, status=0/SUCCESS)
    Aug 28 18:14:50 archie230x systemd[610]: Starting lsyncd...
    Aug 28 18:14:50 archie230x systemd[610]: Started lsyncd.
    UNIT for lsyncd:
    [Unit]
    Description=lsyncd
    [Service]
    ExecStart=/home/maseone/.lsyncd/start_lsyncd_simple.sh
    [Install]
    WantedBy=default.target
    SCRIPT defined in ExecStart:
    #! /bin/sh
    /bin/lsyncd -log all /home/maseone/.lsyncd/lsyncd.lua
    Last edited by maseone (2014-08-29 04:07:58)

    firecat53 wrote:
    Try changing the service type to forking instead of simple. Or look for an lsycd option that keeps it running in the foreground.
    Scott
    Thanks for the pointer, it worked!  After reading in detail the different types available "forking" does seem the most appropriate type for a daemon written as lsyncd.  I believe using an lsyncd option named "detach" would have worked with the "simple" type but forking seemd more appropriate in my case.
    Also as an update to my original post I have completely removed the use of the shell script and am now calling lsyncd directly in my defined systemd unit.  Also using the %h variable for the home directory now.
    REVISED unit file:
    [Unit]
    Description=lsyncd
    [Service]
    Type=forking
    ExecStart=/bin/lsyncd -log scarce %h/.lsyncd/lsyncd.lua
    [Install]
    WantedBy=default.target

  • Trouble with some custom SystemD/User unit files

    Good evening all,
    I'm trying to move programs out of my .xinitrc file and my window manager's startup hooks into systemd user unit files for ease of management, and hopefully more resilient.  I have followed the setup on the wiki page for SystemD/User session (https://wiki.archlinux.org/index.php/Sy … asic_setup) and already have some services already running:
    ╭─vendion@tyre ~
    ╰─➤ systemctl --user status
    ● tyre
    State: degraded
    Jobs: 0 queued
    Failed: 4 units
    Since: Fri 2014-08-08 20:23:47 EDT; 4 days ago
    CGroup: /user.slice/user-1000.slice/[email protected]
    ├─3200 /usr/lib/systemd/systemd --user
    ├─3202 (sd-pam)
    ├─dbus.service
    │ ├─ 3623 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation
    │ ├─ 3711 /usr/lib/at-spi2-core/at-spi-bus-launcher
    │ ├─ 3728 /usr/bin/dbus-daemon --config-file=/etc/at-spi2/accessibility.conf --nofork --print-address 3
    │ ├─ 3996 /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-session
    │ ├─ 4184 /usr/lib/GConf/gconfd-2
    │ └─29638 /usr/bin/dunst
    ├─udiskie.service
    │ └─3389 /usr/bin/python /usr/bin/udiskie
    ├─spideroak.service
    │ ├─3394 /opt/SpiderOak/lib/SpiderOak
    │ └─3993 /opt/SpiderOak/lib/SpiderOak --spider
    ├─skype.service
    │ └─3396 /usr/lib32/skype/skype
    ├─mpd.service
    │ ├─3386 /usr/bin/mpd --no-daemon
    │ ├─3959 /usr/bin/pulseaudio --start --log-target=syslog
    │ └─4178 /usr/lib/pulse/gconf-helper
    ├─mpdscribble.service
    │ └─3544 /usr/bin/mpdscribble
    └─google-musicmanager.service
    └─3638 /usr/bin/google-musicmanager
    Some of them are using unit files provided by the package, others I wrote the unit file for.  The services that are failing that are causing the state to be degraded are:
    ╭─vendion@tyre ~
    ╰─➤ systemctl --user --failed
    UNIT LOAD ACTIVE SUB DESCRIPTION
    ●clipit.service loaded failed failed Clipboard manager
    ●pasystray.service loaded failed failed Pulseaudio system tray icon
    ●pidgin.service loaded failed failed Pidgin IM client
    ●redshift.service loaded failed failed Redshift display colour temperature adjustment
    LOAD = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB = The low-level unit activation state, values depend on unit type.
    4 loaded units listed. Pass --all to see loaded but inactive units, too.
    To show all installed unit files use 'systemctl list-unit-files'.
    I had to write the unit files for each of these.
    clipit.service unit file: http://sprunge.us/Qjfd
    When I check the status for this here is what I get:
    ● clipit.service - Clipboard manager
    Loaded: loaded (/home/vendion/.config/systemd/user/clipit.service; enabled)
    Active: failed (Result: start-limit) since Fri 2014-08-08 20:24:04 EDT; 4 days ago
    Main PID: 3619 (code=exited, status=1/FAILURE)
    Aug 08 20:24:04 tyre systemd[3200]: clipit.service: main process exited, code=exited, status=1/FAILURE
    Aug 08 20:24:04 tyre systemd[3200]: Unit clipit.service entered failed state.
    Aug 08 20:24:04 tyre systemd[3200]: clipit.service holdoff time over, scheduling restart.
    Aug 08 20:24:04 tyre systemd[3200]: Stopping Clipboard manager...
    Aug 08 20:24:04 tyre systemd[3200]: Starting Clipboard manager...
    Aug 08 20:24:04 tyre systemd[3200]: clipit.service start request repeated too quickly, refusing to start.
    Aug 08 20:24:04 tyre systemd[3200]: Failed to start Clipboard manager.
    Aug 08 20:24:04 tyre systemd[3200]: Unit clipit.service entered failed state.
    pasystray.service unit file: http://sprunge.us/BWWR
    Status output
    ● pasystray.service - Pulseaudio system tray icon
    Loaded: loaded (/home/vendion/.config/systemd/user/pasystray.service; enabled)
    Active: failed (Result: start-limit) since Fri 2014-08-08 20:24:12 EDT; 4 days ago
    Main PID: 3769 (code=killed, signal=TRAP)
    Aug 08 20:24:12 tyre systemd[3200]: pasystray.service: main process exited, code=killed, status=5/TRAP
    Aug 08 20:24:12 tyre systemd[3200]: Unit pasystray.service entered failed state.
    Aug 08 20:24:12 tyre systemd[3200]: pasystray.service holdoff time over, scheduling restart.
    Aug 08 20:24:12 tyre systemd[3200]: Stopping Pulseaudio system tray icon...
    Aug 08 20:24:12 tyre systemd[3200]: Starting Pulseaudio system tray icon...
    Aug 08 20:24:12 tyre systemd[3200]: pasystray.service start request repeated too quickly, refusing to start.
    Aug 08 20:24:12 tyre systemd[3200]: Failed to start Pulseaudio system tray icon.
    Aug 08 20:24:12 tyre systemd[3200]: Unit pasystray.service entered failed state.
    pidgen.service unit file: http://sprunge.us/KgKV
    Status output
    ● pidgin.service - Pidgin IM client
    Loaded: loaded (/home/vendion/.config/systemd/user/pidgin.service; enabled)
    Active: failed (Result: start-limit) since Fri 2014-08-08 20:24:04 EDT; 4 days ago
    Main PID: 3620 (code=exited, status=1/FAILURE)
    Redshift.service unit file: http://sprunge.us/IDCC
    Status output:
    ● redshift.service - Redshift display colour temperature adjustment
    Loaded: loaded (/home/vendion/.config/systemd/user/redshift.service; enabled)
    Active: failed (Result: start-limit) since Fri 2014-08-08 20:23:58 EDT; 4 days ago
    Docs: http://jonls.dk/redshift/
    Main PID: 3517 (code=exited, status=1/FAILURE)
    Aug 08 20:23:57 tyre systemd[3200]: redshift.service: main process exited, code=exited, status=1/FAILURE
    Aug 08 20:23:57 tyre systemd[3200]: Unit redshift.service entered failed state.
    Aug 08 20:23:58 tyre systemd[3200]: redshift.service holdoff time over, scheduling restart.
    Aug 08 20:23:58 tyre systemd[3200]: Stopping Redshift display colour temperature adjustment...
    Aug 08 20:23:58 tyre systemd[3200]: Starting Redshift display colour temperature adjustment...
    Aug 08 20:23:58 tyre systemd[3200]: redshift.service start request repeated too quickly, refusing to start.
    Aug 08 20:23:58 tyre systemd[3200]: Failed to start Redshift display colour temperature adjustment.
    Aug 08 20:23:58 tyre systemd[3200]: Unit redshift.service entered failed state.
    I know that my unit files for these services work because if I manually start them with "systemctl --user start <service>" then they work just fine, but when systemD is trying to start them when I login they fail.  I have dbus setup like the wiki says to, and "DBUS_SESSION_BUS_ADDRESS" is defined.  I also have the DISPLAY environment variable set in /etc/systemd/system/[email protected]/display.conf like the wiki suggests as well.  I know that SystemD user sessions still may not be ready for prime time but I could use a better way to manage these startup programs than the .xinitrc file.
    Thanks in advance for any help

    i suppose there is a code whitch resets the default bounds when
    the component is beeing added to the JTable.Technically, the Component returned by the getCellRendererComponent() is not added to the JTable, it's just used as a rubber stamp.Mmm, I was wrong: at least with the basic L&F, the Component is (temporarily) added to a CellRendererPane, which is a children of the JTable.
    Moreover, I witnessed that both setBounds() and doLayout() are called before the component is actually painted...
    I've never used a compound component as a renderer, but I assume the issue is common (did not have time to search nor try it myself). You may investigate whether the JPanel is appropriately laid out, by inserting some breakpoints/logs at appropriate places (setBounds, doLayout,...)Did this on an extra-short example, and it did render correctly...
    somehow the textfield's bounds where not set anymore.Note that the Javadoc for Cellrendererpane states that +"After the component is painted it's bounds are reset to -w, -h, 0, 0 so that, if it's the last renderer component painted, it will not start consuming input"+.
    That does not explain why the w and h are 0, but at least it's clear that depending on where you put your logging statement makes a big difference about the accuracy of the bounds logged

  • Device is enabled but not star

    I have looked everywhere for a solution to this problem and found one:
    Symtom:
    Sound Blaster Li've 24-bit Device shows up in device manager correctly (no
    ! on it)
    Device is enabled and is working properly.
    Clicking on properties shows that the device is enabled but not started.
    Creative Diagnostics indicates that only hardware driver passes testing, all others (midi,wave, etc) failed.
    Control Panel -> Sound/Audio devices shows no audio devices.
    Problem:
    Plug and Play Device Emulator not listed in system devices.
    Solution:
    Copy C:\WINDOWS\inf\machine.inf to C:\temp
    Edit C:\temp\machine.inf so that you delete the line that says ExcludeFromSelect:*
    Go to Control Panel and add hardware.
    Click Yes it is already connected.
    Add new system device
    Choose driver to install from list
    Click on Have disk.
    Browse to C:\temp\machine.inf
    Select System Devices/Plug and Play Enumerator.
    System Specs:
    Windows XP SP2
    Sound Blaster Li've 24-bit
    Pentium 5 .5GHz
    Gb PC2700 RAM
    What I tried before doing this that didn't work:
    * removing sound card from motherboard completely,
    * tried reseating in each of 5 different pci slots
    * uninstalling all sound drivers and devices
    * reinstalling all creative software
    * cleansweep of windows
    * uninstall from device manager and allow windows to detect
    * ctzapxx.exe on cd from creative.
    * confirm on-board sound card was disabled in BIOS
    None of those things seemed to work. I'm not sure why the plug and play device enumerator has to be there or what it does, but when I reinstalled that device, my sound card was working perfectly again.
    I only post this because I see many people having similar problems!

    I had the exactly same problem with my new Sound Blaster Li've 24-bit card. (Device is enabled and is working properly, clicking on properties shows that the device is enabled but not started, Diagnostics indicates that only hardware driver passes testing, all others (midi,wave, etc) failed.)
    This is a Perfect working solution!
    THANK YOU VERY MUCH!
    My "system" specs:
    Windows XP SP2 (all updates available instaled)
    Sound Blaster Li've 7. 24 bit BULK
    CPU K6 II/400 MHz
    RAM 256Mb PC33
    Slots:
    AGP (2x)
    2 ISA
    3 PCI 2.0!!!
    Luckily for me, my problem was in the enumerator, not in my old PC.
    THANK YOU VERY MUCH AGAIN!

  • Blackberry Desktop Software installed, but not on start menu or icons on desktop

    Blackberry Desktop Software installed, but not on start menu or icons on desktop
    I got a new laptop Windows 7.  I installed Blackberry Desktop apparently successfully.  However, doesn't appear on start menu nor desktop.

    Hey tgcraighead,
    Welcome to the BlackBerry Support Community Forums.
    Thanks for the question.
    After the installation did you restart the computer?  If you go into Control Panel>Programs and Features do you see BlackBerry Desktop Software listed in the applications?
    Did you have a previous version of BlackBerry Desktop Software installed?
    I look forward to your reply.
    Cheers.
    -ViciousFerret
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Like! for those who have helped you.
    Click  Accept as Solution for posts that have solved your issue(s)!

  • How to not auto-start WindowsMediaPlayer

    Just wondering what would the code look for not having the video inside of the media player not auto-start when you launch the form after debugging.

    Hi jcnf9,
    It seems that it is not the VS IDE issue, it would be the specific development issue, to help you find a better development forum, would you mind letting me know more detailed message about it?
    Which kind of app did you want to create, WinForm or others ?
    Best Regards,
    Jack
    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.

  • Build to .img file will not auto start

    I did a built in DVDsp4 to hard drive .img file. When I expand and copy and burn to DVD it will not auto start. What Iam I doing wrong?

    Tony
    I feel you are burning a data disc. In this tutorial about * Creating Disc Image in DVDSP * you'll find the right directions to burn a disc image with Disk Utility and/or Toast. If burning that way your first play doesn't work, problem is in your authoring.
    Hope that helps !
      Alberto

  • Auto optimizer stats collection enabled, but not running and not showing up

    I enabled auto optimizer stats collection days ago, but it never ran. DB version is 11gr2, OS is redhat 5. It shows enabled in dba_autotask_client, but not in autotask_task. Please help on this issue.
    SQL> select client_name, status from dba_autotask_client;
    CLIENT_NAME STATUS
    auto optimizer stats collection ENABLED
    auto space advisor DISABLED
    sql tuning advisor ENABLED
    SQL> select task_name, status, to_char(last_good_date, 'YYYY-MM-DD HH24:MI:SS') last_good_date, last_good_duration
    from dba_autotask_task
    where client_name = 'auto optimizer stats collection'; 2 3
    no rows selected
    SQL> select program_action, number_of_arguments, enabled
    from dba_scheduler_programs
    where owner = 'SYS'
    and program_name = 'GATHER_STATS_PROG'; 2 3 4
    PROGRAM_ACTION NUMBER_OF_ARGUMENTS ENABL
    dbms_stats.gather_database_stats_job_proc 0 TRUE
    SQL> select w.window_name, c.autotask_status, c.optimizer_stats, w.repeat_interval, w.enabled
    -- , w.duration, w.last_start_date, w.next_start_date
    2 from dba_autotask_window_clients c , dba_scheduler_windows w
    3 4 where c.window_name = w.window_name
    5 order by last_start_date desc;
    WINDOW_NAME AUTOTASK OPTIMIZE REPEAT_INTERVAL ENABL
    MONDAY_WINDOW ENABLED ENABLED freq=daily;byday=MON;byhour=22;byminute=0; bysecond=0 TRUE
    SUNDAY_WINDOW ENABLED ENABLED freq=daily;byday=SUN;byhour=6;byminute=0; bysecond=0 TRUE
    SATURDAY_WINDOW ENABLED ENABLED freq=daily;byday=SAT;byhour=6;byminute=0; bysecond=0 TRUE
    FRIDAY_WINDOW ENABLED ENABLED freq=daily;byday=FRI;byhour=22;byminute=0; bysecond=0 TRUE
    THURSDAY_WINDOW ENABLED ENABLED freq=daily;byday=THU;byhour=22;byminute=0; bysecond=0 TRUE
    WEDNESDAY_WINDOW ENABLED ENABLED freq=daily;byday=WED;byhour=22;byminute=0; bysecond=0 TRUE
    TUESDAY_WINDOW ENABLED ENABLED freq=daily;byday=TUE;byhour=22;byminute=0; bysecond=0 TRUE
    7 rows selected.
    SQL>

    SQL> select max(last_analyzed) from all_tables where owner='ARAD';
    MAX(LAST_
    26-SEP-12

  • Back to my mac - iCloud enabled, but not working

    Last year I made very regular use of Back to My Mac.  Time and again I had no problems using my Mac Book Pro and connecting to my Mac Pro back home - did this from all over the place.
    Then last month, my DSL router died and I had to upgrade.   The Netgear switch I had used stopped letting Back to My Mac work - turned out there was a glitch and I was one of the few who had a working unit, but not that it had tanked I could not get it back.  All systems would get an error when trying to enable Back To My Mac instructing me to review my settings, enable UPnp, etc...  
    So now I have a new Netgear R6300 and my MiniMac, Mac Pro and Mac Book Pro all can have Back to My Mac checked without an error showing up.  Can uncheck and re-check and the spinning wheel does it's thing and the box shows properly with no error.   Great - but apparently not really.   All these systems are in the same network, so of course they can see each other from within my network - no need for Back To My Mac at all.
    But as soon as I try and connect from outside my network I can't.   The Netgear R6300 provides a guest wireless network (that can't see or share the home network), so I can grab another IP address and effectively be outside my home with the Mac Book Pro.   Again, no error when I look at iCloud - and I can uncheck and recheck the Back to My Mac box and the handshaking necessary seems to be fine - but I do not get my home systems appearing in the Finder Shared list as they once did.
    The systems in my house can't see the Mac Book Pro either.
    As I have a group of static IP addresses from Centurylink I can use a fireware adapter and directly connect a network cable to the M1000 DSL modem - and directly pull one of my other IP addresses for the Mac Book Pro and have it completely out from under the Netgear R6300.   But the situation is the same - the Mac Pro and Mini Mac both appear to be configuered for Back to My Mac (can check, un-check and recheck without an error), but they can't see the Mac Book Pro.   Likewise the Mac Book Pro appears properly set for Back To My Mac - but it can't see either the Mac Pro or the Mini Mac.
    It makes no difference whether I enable the Centurylink M1000 DSL firewall or have it disabled.   UPnP is activated on the Netgear R6300, and if I turn it off I get an error when trying to set up Back to My Mac with any system funneling through the R6300 that the connection can't be made and I should check things like UPnP.    So when it is enabled there certainly seems to be at least some sort of semi proper handshaking going on.
    For diagnostic purposes only, I have stretched a really long Cat 6 cable accross the room and plugged the Mac Pro directly into the M1000 DSL too - pulling yet another static IP from my assigned block.  Now the Mac Book Pro and the Mac Pro can see each other via Back to My Mac - but neither can see the Mini Mac, and it of coruse can't see either of them.
    I am not wedded to Netgear, but I have had lousy luck with Linksys and Asus - the Asus.  The Mini Mac is a server (web and email) and Asus would not properly route mail to the Mini Mac and their Tech support was both difficult to reach and unable to explain why, just go try another.   The Linksis EA6500 was dead out of the box, and again Tech support suggested to just go get another one.   Asus was truly horrible to work with, but I would try another Linksis - but I have had flakey history with Belkin and Linksis which is why I went to Netgear.  
    So I know that the Centurylink M1000 does not appear to be the issue as devices connected directly to it can enjoy Back to My Mac.   I know that the Netgear R6300 appears to be working but clearly there must be something wrong somewhere.
    I don't seem to be caught in a double NAT issue, and I don't have extreme firewall issues in play.   Much as I would like and intend to put stiffer rules in place, right now I just want to get thigns working.
    Clearly I am missing something.  Suggestions - even for a different router know to be working in a small but robust network with cable and wireless would be most welcome.   All three systems are running OS X 10.8.3 - the Mini Mac also running server.  Both the Netgear R3600 and the Centurylink M1000 have the latest firmware.
    Thanks in advance for your help.

    Is the Extreme in bridge or router mode.. most people are finding it has to be in router mode to work although I don't think that is specific in the instructions..
    You should not need to access the extreme to get into the Mac though.. do you have a hard disk on the AE you are trying to access??

  • Driver enabled but not star

    Hi,
    It appears as though I need some help. I am runing Windows XP Pro SP2. My Soundblaster Li've 52 soundcard was working and now it is not. Looking at the Soundblaster in Control Panel/Sounds and Devices/Hardware/Driver/Properties/Audio Devices/Properties/Stauts: Driver is enabled but has not been started.
    Does any one have any ideas on how to start this driver? I believe an anti-spyware program may have deleted a file, but I don't know which one. Sounds and Devices (Control Panel) states that the device is working properly.
    I have reinstalled drivers to no avail.
    Somebody out there, or someone at Creative should know the answer to this one.
    Please help.
    Thanks,
    Sparrowhawk

    Did you install any new hardware or software between the time the card worked and when it failed? If so, can you uninstall that and restore your system to the earlier state when the card worked?
    Sparrowhawk wrote:
    Yes, I have and I get the same result.
    Thanks
    'Have you uninstalled the driver and card and let Windows find it as new hardware again?'

  • Why is "internet" flagged as miss-spelling in Indesign but not auto-corrected?

    when the entire support system for Indesign exists on the internet, why is this word not recognised by the Indesign inbuilt dictionary?
    Further, I have auto-correct set to ON!  Yet it's not correcting this to whatever it assumes is the correct spelling.  Given that the listed suggestions when middle tapping are "Internet" or "INTERNET" why is it not auto-correcting to one of these?  It's not like it could be some other word I'm trying to type.

    I'm guilty of being a little "new school" in this regards. I type a lot, mostly explaining stuff and demonstrating stuff, and illustrating points and ideas, thoughts and concepts, structures and paradigms of approaches and **** like that.  Really utter nonsense, more than anything... and I utterly rely on spell check auto-correct.  I actually use it much more like an Auto-Complete than autocorrect.  Such is my reliance on it.
    There's a certain joy to structuring words to a space, that's part of a design vanity and aesthetic that means little to few.  But those times that I've used that approach in Indesign I'm stuck wondering how my spelling is doing.  Because my spelling, mostly, sucks.
    It would be REALLY nice, to have an option, apart from these other options, to use the OS (in this case Mac OS X) spell check throughout Indesign, in addition to the and concurrent with the custom library of personal spell corrections.  In this manner it could be like Microsoft word, in the sense that the auto-correct of Indesign can be used like a "macro" and the OS auto-correct (which I've trained heavily to my words and way of expressing myself) can be running "as normal".
    I find it a little strange that a layout program doesn't have this ability to use the host OS's spell check, because I can't be the only designer that's both using the layout features of Indesign and generating the content that goes into that layout.  And it's completely undesirable to be swapping between a word processor, or even the inbuilt editor of Indesign, when I would much rather see my words go where they're going to be, live, and auto-corrected in whatever manner I choose.
    But, there you go.  My two cents on something it appears nobody else cares about, thinks about or works like. 
    As to programming, yes, I fully understand, the words and phrases and keywords from that... you'd need a while to train word processor style environment to deal with that.  I have often wondered why code editors don't learn from the auto-completes of word processors, and vice-versa. 
    I really like the way Xcode does Objective-C suggestive completion, for example.  That's unbelievably fantastic, particularly for someone like me that knows very little programming and even less of Foundation and CocoaTouch etc.  I don't have to keep going back to the docs, just need to start with the first few letters of the method/class and go from there... it's basically helping me write the line from there. 
    Imagine a word processor like that...

  • Sharepoint Foundation - search working for some users (or computers), but not others

    Hi all,
    We have doozy of a search problem with SharePoint Foundation 2010 that I'm hoping someone can help with.
    We have an application that is listening on port 14197 and search is working just fine, but only for one or two users.
    If I do a search while logged in using the account we set the application up with then the search works fine and it returns records as expected.
    If I use a different account - one that has full control over the app, then the exact same search fails with the following message:
    We did not find any results for 06BSL.
    Suggestions:
    Ensure words are spelled correctly.
    Try using synonyms or related searches.
    Try broadening your search by searching from a different site.
    Additional resources:
    Get additional search tips by visiting Search Help
    If you cannot find a page that you know exists, contact your administrator.
    We've done everything we can think of, including several procedures to create new search accounts, replace databases, etc.
    Nothing has helped and all of the info we can find online is in relation to getting search working when it doesn't work at all.  In our case it is working, but only for some users.  We thought it might have been a permissions issue, but not matter
    what permissions we seem to give to test accounts they still don't work.  We've set up a test account, for example, that is a member of the 'application owners' group, but cannot produce any search results with it.
    The SharePoint Foundation server is running on Windows 2008 Server Foundation, with a separate SBS 2003 DC.  
    Any help most appreciated.

    Hi Alex, thanks for your response and apologies about the late reply - didn't realise someone had responded until now!
    Agreed that this looks like a permissions issue, but we're stumped as to what it could be.  The 'test' account displays this problem - if we try and search on 06BSL
    we get no results, but it does appear that this account has full control over this document (see below).
    Note that the 'Manage Permissions' page presents a comment 'This list item inherits permissions from its parent. (Customer QA & Product Management)' which is what we're
    expecting.
    The indexing schedule is set to 5 minutes. 
    Appreciate your help with this, as we've spent a huge amount of time on this problem but don't seem to be any closer to a resolution.
    Cheers,
    Damian
    Check permissions result (this result is the same for the list or for the document itself):
    Permission levels given to test (DOMAIN\test)
    Full Control
    Given through the "QA Application Owners" group.
    Design, Contribute, Read
    Given through the "QA Application Members" group. 

  • I want to allow redirects but not auto-reloading

    I'm running Yosemite on a Mac Air, with fully-updated everything.
    I'd like to stop pages reloading without my permission. This is usually an issue for me on news sites.
    In FF preferences, the option to allow or disallow auto-reloading is tied to the option to redirect. I can allow or disallow both, but not allow one and not the other.
    The net effect is, my news sites aren't automatically refreshing (yay), but other sites get stuck when a page redirect comes up. I play Scrabble online; now I have to manually allow a redirect with every play. Same with following Twitter links.
    Is there some way to kill off the auto-reloads while still allowing redirects? Maybe a whitelist for redirects, as a secondary option?
    Thanks!

    I do not know if the browser can tell the difference because it depends on the DNS server to give redirect requests back to the browser. Actually it does, 301 or 302 vs new http get request.... anyway:
    I found this add on: [https://addons.mozilla.org/en-us/firefox/addon/refreshblocker/ Refresh Blocker] and [https://addons.mozilla.org/en-US/firefox/addon/noredirect/?src=search No Redirect] which both let you control what sites to allow if there are only a few sites.
    This would only be a temporary work around however.

  • Bootcamp boots in parallels but not form start up.

    hi i was having problems installing bootcamp and installed it to my partitioned (partitioned by bootcamp installation app) side of the HDD it will load up perfectly within Parallels but not through the boot selection on start up and shows a error about no bootable something.
    should i uninstall the bootcamp and parallels and try to install it again through the utility or how do i set it to be able to boot form start up to it withought a Virtual machine?

    1. Remove the Parallels VM.
    2. Remove the Bootcamp Partition using Bootcamp Assistant.
    3. Create the Bootcamp partition again using Bootcamp Assistant only, build a USB as directed and if necessary.
    4. Bootcamp Assistant will automatically boot to the Windows Installer and start it.
    5. Install Windows as directed by the Installer.
    What kind of problems were you having during the initial installation that made you switch to Parallels-based installation?

Maybe you are looking for

  • FaceTime not working on 17" macbook pro with Snow Leopard

    I have a 17" macbook pro from around 2008 (2.4 ghz Intel Core 2 Duo, 4 GB RAM) that will not connect using FaceTime.  I tried to call my daughter on her iPod Touch 4G and the call says "Connecting" it rings on both ends, but then my picture freezes a

  • Me_process_po_cust

    Hi Guys, I have a question, i have added a field in a user and i want to save it in the purchase order. I thought that the badi that i have to implement is the me_process_pos_cust, but when i try to locate it putting a break point in the method get_i

  • Issue in production system

    Please any one give me solution for this issue. Mail: [email protected] In BWP, we now get an abap dump when using tcode rsa11.... this is after transport of new ods object zrebudget. The BWD and BWT clients are ok, so I don't know why BWP is bad. Th

  • Saving files troubles

    Hello, My documents are sometimes not saved when I reopen them. This happenend to me about 7 times in the last 2 months, since I work with CC, on my new iMac. never happened to me in the last 8 years. Please, inform me about the problem and the solut

  • Sharing an Attached USB drive on Network

    I have an intel Mac Mini on a network. I would like other machines in the same subnet to see the Mini Pal USB drive I have attached to it. All I have managed to access from the other PCs is the main drive via the home folder. This is trivially easy t