[SOLVED] samba does not start properly again -this time with systemd

Definitely no luck with this one...
So, today I've switched to a pure systemd init system, and noticed that I have this old issue again.
(Link to my old thread: https://bbs.archlinux.org/viewtopic.php?id=142704)
Samba doesn't start properly again, more precisely smbd is launched but not nmbd, so samba is not working as it should (for example smbtreee lists nothing).
Last time I've solved it by putting samba long before networkmanager in the daemons array, but with systemd I'm a bit confused...
Anyone has this issue?
Last edited by scar (2012-11-03 07:05:42)

I think that nmbd isn't waiting for networkmanager to start on my system, because I'm getting journal entries like
Oct 31 00:47:21 spacebar winbindd[431]: [2012/10/31 00:47:21.556005, 0] param/loadparm.c:7969(lp_do_parameter)
Oct 31 00:47:21 spacebar systemd[1]: nmbd.service: main process exited, code=exited, status=1
Oct 31 00:47:21 spacebar systemd[1]: Unit nmbd.service entered failed state.
Oct 31 00:47:22 spacebar NetworkManager[391]: <info> (eth0): carrier now ON (device state 20)
Oct 31 00:47:22 spacebar kernel: r8169 0000:03:00.0: eth0: link up
Oct 31 00:47:22 spacebar kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Oct 31 00:47:22 spacebar NetworkManager[391]: <info> (eth0): device state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40]
Oct 31 00:47:22 spacebar NetworkManager[391]: <info> Auto-activating connection 'Static'.
Oct 31 00:47:22 spacebar NetworkManager[391]: <info> Activation (eth0) starting connection 'Static'
Oct 31 00:47:22 spacebar NetworkManager[391]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Oct 31 00:47:22 spacebar NetworkManager[391]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled...
Oct 31 00:47:22 spacebar NetworkManager[391]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started...
Oct 31 00:47:22 spacebar NetworkManager[391]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled...
Oct 31 00:47:22 spacebar NetworkManager[391]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
Oct 31 00:47:22 spacebar NetworkManager[391]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting...
Oct 31 00:47:22 spacebar NetworkManager[391]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0]
Oct 31 00:47:22 spacebar NetworkManager[391]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful.
Oct 31 00:47:22 spacebar NetworkManager[391]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
Oct 31 00:47:22 spacebar NetworkManager[391]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete.
Oct 31 00:47:22 spacebar NetworkManager[391]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started...
Oct 31 00:47:22 spacebar NetworkManager[391]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0]
Oct 31 00:47:22 spacebar NetworkManager[391]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
Oct 31 00:47:22 spacebar NetworkManager[391]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
Oct 31 00:47:22 spacebar NetworkManager[391]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started...
Oct 31 00:47:22 spacebar rpc.mountd[462]: Version 1.2.6 starting
Oct 31 00:47:22 spacebar systemd[1]: Startup finished in 3s 850ms 155us (kernel) + 21s 279ms 972us (userspace) = 25s 130ms 127us.
Oct 31 00:47:23 spacebar NetworkManager[391]: <info> (eth0): device state change: ip-config -> activated (reason 'none') [70 100 0]
Oct 31 00:47:23 spacebar ntpd_intres[441]: DNS 0.au.pool.ntp.org -> 116.66.160.39
Oct 31 00:47:23 spacebar NetworkManager[391]: <info> Policy set 'Static' (eth0) as default for IPv4 routing and DNS.
Oct 31 00:47:23 spacebar NetworkManager[391]: <info> Activation (eth0) successful, device activated.
Oct 31 00:47:23 spacebar NetworkManager[391]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete.
Oct 31 00:47:23 spacebar dbus[401]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Oct 31 00:47:20 spacebar smbd[428]: [2012/10/31 00:47:20.771872, 0] param/loadparm.c:7969(lp_do_parameter)
Oct 31 00:47:20 spacebar smbd[428]: Ignoring unknown parameter "user client driver"
Oct 31 00:47:20 spacebar smbd[428]: [2012/10/31 00:47:20.794252, 0] lib/interface.c:543(load_interfaces)
Oct 31 00:47:20 spacebar smbd[428]: WARNING: no network interfaces found
Oct 31 00:47:20 spacebar smbd[428]: [2012/10/31 00:47:20.805126, 0] smbd/server.c:1109(main)
Oct 31 00:47:20 spacebar smbd[428]: standard input is not a socket, assuming -D option
Oh, this started happening after putting a MUCH faster cpu and motherboard in the system, so maybe there's a race-condition there?
Last edited by MisterAnderson (2012-10-30 04:59:46)

Similar Messages

  • [SOLVED] samba does not start properly

    I have three machines ( desktop, laptop, and a mini-itx "homeserver" ), and I use samba shares on all the three machines.
    The homeserver is headless, does not have a DE, and launches samba properly any time.
    On the other machines, the samba service launches ( I can see it on the screen as arch starts ) but does not really start.
    I found that smbd is always running, but nmbd never starts when arch starts up.
    When the startup is complete, I type "/etc/rc.d/samba restart", and it launches the samba service properly, on both machines.
    The smb.conf file is identic on all the machines, except for the server string and the specific machine's share location/name
    What can be wrong? Why does nmbd not start on both machines? (Or why does it on the third?)
    Last edited by scar (2012-07-12 13:57:46)

    Samba is in my daemons array in rc.conf. I've already tried to start it in backround too ( @ ). Did not work.
    I've already tried the /etc/rc.local thing, but not with a sleep before the service start command.
    Will try it.
    Currently I'm using my laptop ( Wicd, not networkmanager , and the first post (skrooge) did not work.
    I'll  try it this evening with nm.

  • My I Mac does not start properly without pressing option and apple keys ,and it freezes

    My I Mac does not start properly without pressing option and apple keys ,and it freezes

    Try any of the following:
    http://support.apple.com/kb/HT1379 Resetting your Mac's PRAM and NVRAM  
    Disconnect all devices from the computer then do the following:
    Boot up from your Snow Leopard Install DVD while holding down the "c" key.
    Select the language you wish to use, and then choose "Disk Utility" from the menu bar.
    Your HD should appear in a panel on the left hand side of the window which opens. Select it and then click on the "repair disk" button in the right hand section of the window.
    Once this process has been completed restart your computer and repair permissions directly from Disk Utility.
    If Disk Utility is unable to complete the repair, you will need to use a stronger 3rd party utility like DiskWarrior, Techtool PRO (not Deluxe) or Drive Genius.
    Troubleshoot the spinning beach ball/freezing & crashing 

  • My auto-lock does not work properly in this new iOS 6

    My auto-lock does not work properly in this new iOS 6

    Do you have your Assistive Touch on? Per another user in another forum:
    Source: http://forums.imore.com/ios-6-forum/240631-auto-lock-not-working-ios-6-a.html. Username: Chambaka
    Okay, I did a 'reset all settings' in settings and problems fixed. Hope this can be useful for others.
    Edit: it appears that when the assistive touch is on the autolock function won't work while in the home screen, but will work if opening a app. I hope Apple fixes this bug in the next update.
    I tried what he said and my auto-lock's working again - so, I turned off my Assistive Touch. Hope Apple fixes this bug soon,

  • When I plug in my iphone5 or iPad into my Mac I get the message iTunes could not connect the service did not start properly on this device

    when I plug in my iphone5 or iPad into my Mac I get the message iTunes could not connect the service did not start properly on this device

    If you are using Windows 7, go to:
    Control Panel>Programs>Programs and Features
    Look for a program called 'Apple Mobile Device Support'
    Right-click on it
    Click 'repair'
    Wait until the repair operation is complete, and voila, your problem should be solved, itunes will recognise your iphone/ipod once more. This worked for me.

  • HT201263 My ipod touch does not restore properly and comes up with an unknown error (9). What do I do?

    My ipod touch does not restore properly and comes up with an unknown error (9). What do I do? I have tried restoring it a few times and it keeps coming up with this error. Yet on Itune on my computer, it tells me that the ipod software is up to date. ipod screen is just showing the itune logo and a usb connector.

    Error 9
    This error occurs when the device unexpectedly loses its USB connection with iTunes. This can occur if the device is manually disconnected during the restore process. This issue can be resolved by performing USB troubleshooting, using a different USB dock-connector cable, trying another USB port, restoring on another computer, or by eliminating conflicts from third-party security software.
    http://support.apple.com/kb/TS3694#error9

  • [Solved]Laptop does not start (not even bios)

    Hi all,
    I was about to install archlinux on my laptop. When I generate partitions (I used GPT), I saw something like this:
    "If you have a BIOS motherboard (or plan on booting in BIOS compatibility mode) and you want to setup GRUB on a GPT-partitioned drive, you will need to create an extra BIOS Boot Partition of size 1 or 2 MiB and EF02 type code. Syslinux does not need one."
    So, I was planning to make this. When I run cgdisk, I was that lthere was a 1007kb unusued(?) space. So I thought I can use this space for boot sector. Then I changed its type to EF02. When I did this, my laptop shutted down quickly and does not start again. When I press the power up button; I hear the usual starting noise, and then it shuts down again.
    What did I do to my laptop?
    What I tried:
    Remove battery, wait for 5 minutes, try again
    Remove hdd, try again
    Unplug&plug bios battery, try again
    Edit: Solved with a shame. Wall-charger was unplugged. This topic can be removed.
    Last edited by firatakandere (2013-12-24 17:09:56)

    firatakandere wrote:Wall-charger was unplugged. This topic can be removed.
    Why?  Others may learn for your experience
    Welcome to Arch Linux.

  • [SOLVED] CUPS does not start

    I don't know if this issue is a bug or if I'am doing something terribly wrong.
    I've installed ArchLinux without GUI, just base, as a pure printserver a few weeks ago with only cups running and it worked.
    But when I try to do exactly the same installation again on same PC (tried IPFire meanwhile) it is a mess!
    First CUPS suddenly needs avahi to be running (enabled).
    Without it, I get a 'core-dump' error:
    systemd-coredump[###]: Process 255 (cupsd) dumped core.
    systemd[1]: cups.service: main process exited, code=dumped, status=6/ABRT
    Next cups does not start, does not offer shared printers and is not accessible through web interface until I start it manually.
    Than everything works as supposed.
    On reboot: same procedure!
    Of course I edited 'cupsd.conf' on the server, added
    Listen *:631
    and
    Allow from 192.168.XXX.XXX/24
    to all <Loaction> entries.
    Though I enabled cups (which in fact only enables the cups.socket) I do not get it to work.
    So it seems to be a problem with this non reacting cups.socket, perhaps?
    BTW: sshd.socket works.
    There are no errors which I could post.
    I've also reinstalled serveral times...
    PS:
    Menawhile I found a workaround:
    # systemctl disable cups
    # sudo ln -s '/usr/lib/systemd/system/cups.service' '/etc/systemd/system/multi-user.target.wants/cups.service'
    but I still wonder, why the intitial configuration which worked till a few days suddenly stopped working...
    Last edited by renegat (2013-02-27 14:28:14)

    renegat wrote:
    I don't know if this issue is a bug or if I'am doing something terribly wrong.
    I've installed ArchLinux without GUI, just base, as a pure printserver a few weeks ago with only cups running and it worked.
    But when I try to do exactly the same installation again on same PC (tried IPFire meanwhile) it is a mess!
    First CUPS suddenly needs avahi to be running (enabled).
    Without it, I get a 'core-dump' error:
    systemd-coredump[###]: Process 255 (cupsd) dumped core.
    systemd[1]: cups.service: main process exited, code=dumped, status=6/ABRT
    Next cups does not start, does not offer shared printers and is not accessible through web interface until I start it manually.
    Than everything works as supposed.
    On reboot: same procedure!
    Of course I edited 'cupsd.conf' on the server, added
    Listen *:631
    and
    Allow from 192.168.XXX.XXX/24
    to all <Loaction> entries.
    Though I enabled cups (which in fact only enables the cups.socket) I do not get it to work.
    So it seems to be a problem with this non reacting cups.socket, perhaps?
    BTW: sshd.socket works.
    There are no errors which I could post.
    I've also reinstalled serveral times...
    PS:
    Menawhile I found a workaround:
    # systemctl disable cups
    # sudo ln -s '/usr/lib/systemd/system/cups.service' '/etc/systemd/system/multi-user.target.wants/cups.service'
    but I still wonder, why the intitial configuration which worked till a few days suddenly stopped working...
    Using the .socket will activate cups on access. Which is much better than keeping it running all the time. Unless you want it running all the time.. Up to you.
    I'm curious what your cups.service acutally looks like.. since you shouldn't be having to make a symlink manually.. That's what systemctl enable is for, as you probably know.  And why not paste the socket too while you're at it.. Mine are at the bottom of this reply. I also added the cups.path so you can compare and see if anything went wrong there.. Mine works great on 3.7.9-1 kernel.
    I'm not sure why you're linking cups.service to multi-user.target.wants/ but it should be WantedBy=printer.target.. Have a look below.
    * enabling cups.service should create symlinks for the service unit and the path
    * enabling cups.socket should only create the symlink for the socket.
    ╰─╼ cat cups.socket
    [Unit]
    Description=CUPS Printing Service Sockets
    [Socket]
    ListenStream=/var/run/cups/cups.sock
    [Install]
    WantedBy=sockets.target
    ╰─╼ cat cups.service
    [Unit]
    Description=CUPS Printing Service
    [Service]
    ExecStart=/usr/sbin/cupsd -f
    PrivateTmp=true
    [Install]
    Also=cups.socket cups.path
    WantedBy=printer.target
    ╰─╼ cat cups.path
    [Unit]
    Description=CUPS Printer Service Spool
    [Path]
    PathExistsGlob=/var/spool/cups/d*
    [Install]
    WantedBy=multi-user.target

  • [solved]firefox does not start anymore: (firefox:4358): Bonobo-WARNING

    Hi All,
    Firefox has always worked on the laptop of my girfrind, until yesterday. When I run firefox from the command line I get the following message, and firefox does not start.
    ingeborg@laptop:/storage/home/ingeborg$ firefox
    (firefox:4358): Bonobo-WARNING **: Bonobo must be initialized before use
    ingeborg@laptop:/storage/home/ingeborg$
    Versions:
    ingeborg@laptop:/storage/home/ingeborg$ firefox -v
    Mozilla Firefox 3.6.12, Copyright (c) 1998 - 2010 mozilla.org
    $ uname -a
    Linux laptop 2.6.35-ARCH #1 SMP PREEMPT Sat Oct 30 19:57:05 UTC 2010 i686 Intel(R) Core(TM)2 Duo CPU T6670 @ 2.20GHz GenuineIntel GNU/Linux
    When I move .mozilla, firefox starts without problem, so there must be something wrong with the information in ~/.mozilla:
    $ mv .mozilla/ .mozilla-moved
    ingeborg@laptop:~$ firefox
    (firefox:4852): Bonobo-WARNING **: Bonobo must be initialized before use
    (firefox:4852): Bonobo-WARNING **: Bonobo must be initialized before use
    (firefox:4852): Bonobo-WARNING **: Bonobo must be initialized before use
    ingeborg@laptop:~$
    Any Idea's how I can figure out what file is causing this problem in .mozilla?
    What does code 4358 and 4852 from firefox mean?
    Best regards,
    Cedric
    Last edited by cdwijs (2011-01-03 12:05:23)

    I have reproduced the problem:
    1)Move (or remove) ~/.mozilla
    2)goto this website : http://toolbar.zynga.com/install/farmville/
    3)login with a valid facebook acount
    4)Click install, and then click allow, install now, restart namoraka, restart, finish, and then click save and quit.
    Now firefox does not start anymore.
    Is it usefull when I make a tar file of .mozilla and post it here?
    Best regards,
    Cedric

  • [Solved] Network does not starts on every boot

    Yet another problem on fresh arch...
    Network service does not starts every time I booting my headless. For every 10 attempts service starts 5 or 6 times only.
    Ping says: Networking unreachable.
    systemctl status network:
    network.service - Static IP Connectivity
    Loaded: loaded (/etc/systemd/system/network.service; enabled)
    Active: inactive (dead)
    'systemctl start network' just hangs. In order to get it start I have to reboot the box hoping next boot service will start.
    I am not using dhcp (if it makes a sence). Service was configured as described in wiki for static IP assigning.
    The config itself:
    [Unit]
    Description=Static IP Connectivity
    Wants=network.target
    Before=network.target
    BindsTo=sys-subsystem-net-devices-enp4s1.device
    After=sys-subsystem-net-devices-enp4s1.device
    [Service]
    Type=oneshot
    RemainAfterExit=yes
    ExecStart=/sbin/ip link set dev enp4s1 up
    ExecStart=/sbin/ip addr add 192.168.1.5/24 dev enp4s1
    ExecStart=/sbin/ip route add default via 192.168.1.1
    ExecStop=/sbin/ip addr flush dev enp4s1
    ExecStop=/sbin/ip link set dev enp4s1 down
    [Install]
    WantedBy=multi-user.target
    What's wrong?
    Thanks in advance for any help.
    Last edited by chord (2013-06-03 17:04:55)

    Thaks for your reply.
    I got this interface name from ip addr,  how it should be named if 'enp4s1' is wrong?
    journalctl is here: http://bpaste.net/show/104083/
    I found only one string realted to this device name:
    Jun 03 15:18:23 localhost systemd[1]: Expecting device sys-subsystem-net-devices-enp4s1.device...
    Is there some other logs where it can be checked?

  • [solved] LXDE does not start

    I have installed lxde accoriding to the wiki (I was using xfce, which starts fine using the follwing configuration files, without the lines, marked by #new) and I have adopted the configuration files, but lxde does not start. I'm not using a login manager, x starts automatically.
    ~/.bash_profile
    # ~/.bash_profile
    export DESKTOP_SESSION=LXDE#new
    [[ -f ~/.bashrc ]] && . ~/.bashrc
    [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
    ~/.xinitrc
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    #startxfce4 #old
    exec startlxde #new
    ~/.bashrc
    # ~/.bashrc
    # If not running interactively, don't do anything
    [[ $- != *i* ]] && return
    alias ls='ls --color=auto'
    alias ls='ls --color=auto'
    alias reboot="sudo reboot"
    alias poweroff="sudo poweroff"
    alias halt="sudo halt"
    alias skype='LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype'
    PS1='[\u@\h \W]\$ '
    Last edited by mumpf (2013-06-05 20:06:42)

    So, when you login, startx is not executed? Or does X start and immediately exit/crash? Do other parts of .bash_profile get executed, i.e., if you echo $DESKTOP_SESSION, does it say LXDE, do you see the results of .bash_rc (prompt, aliases)? Then check if XDG_VTNR is set, and DISPLAY.
    (After your edit:) If you only changed the exec line, then I assume X still starts, but startlxde fails? So X immediately exits or something? Do you get any useful messages in the logs?
    Last edited by Raynman (2013-05-29 09:16:36)

  • [SOLVED] Arch does not start into gnome desktop

    I installed arch from the scratch into a new hard drive due to a disk failure in the old one. After installing it, I booted into gnome3 desktop without problems.
    Today I have upgraded it by performing:
    #pacman -Syu
    and also I have installed some other no important packages mplayer, banshee, etc... also I have seen that my kernel has been upgraded into 3.11.4-1-ARCH fro 3.10.10-1-ARCH.
    After rebooting, my arch does not boot, even in fallback mode. It starts cleaning blocks from the partitions, and then after it is done, cursor is blinking and no other messages are printed out. It stays with cursor blinking forever. I have a GUID Partition table and a LVM2 where all paritions are made.
    I can log in into console by pressing CTRL+ALT+F2. Once I have prompted I have no network interfaces, only lo (loopback). If I do:
    #ip link show
    #ip addr list
    I only get lo (loopback) interface listed, others like wifi and ethernet cable does not appear.
    If I perform below:
    #journalctl -xn
    I do not see any problematic message, only this one:
    Failed to open private bus connection
    Any ideas why arch is not booting and get into gnome session (login window)?
    UPDATED:
    The problem is that once I have performed the full system update with:
    #pacman -Syu
    My kernel images has been upgraded and successfully generated into 3.11.4-1-ARCH but I have seen that my kernel, after log in to console and performing:
    $uname -r
    it says kernel version continues being 3.10.10-1-ARCH so at startup images genereated into 3.11.4-1-ARCH do not match so cursor remains blinking forever....
    I am trying to update the kernel but now I have no internet connection, no network interfaces are shown.... so how to do this now? chrooting?
    Last edited by toni (2013-10-12 18:32:10)

    ewaller wrote:Check the output of uname -a and of pacman -Qi linux and ensure that the versions match.  If they don't, you are somehow starting using the wrong kernel and it cannot find its modules.
    You are right, see my updated post, for some reason image were successfully generated into 3.11.4-1-ARCH but kernel has not been updated and it remains in 3.10.10-1-ARCH.... so they do not match and arch does not boot.... so cursor remains blinking forever....

  • [SOLVED] Rhythmbox does not start

    I have rhythmbox 2.90.1.git20110528-1 and when I try to start it I get this error:
    rhythmbox: symbol lookup error: /usr/lib/libwebkitgtk-3.0.so.0: undefined symbol: UCNV_FROM_U_CALLBACK_ESCAPE_46
    I tried unistalling / reinstalling it but it does not work.
    do you have any ideas?
    thanks,
    Last edited by arriagga (2011-06-10 11:51:50)

    No problem, glad to hear you've got it working. I noticed the rhythmbox package does depend on libwebkit3. I'm just pointing this out to show there isn't a bug in the rhythmbox package, it must have been in dependency checking when you install rhythmbox.
    My next guess would be that you had rhythmbox installed and working, then another package removed/replaced libwebkit3 which broke rhythmbox.
    All in all, glad it's working for you!

  • [solved] kgpg does not start

    hey,
    kgpg is not starting. every time when i'm going to launch it in konsole I'll receive this error message:
    QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    how can i fix it?
    Regards,
    John
    Last edited by newcomer008 (2012-02-05 12:57:24)

    Ok - I've reinstalled the package and now it works like a charm - Maybe it was an upgrade error.
    Sorry for the inconvenience you may have been caused.
    Regards,
    john

  • My mac book pro does not start properly. It goes past logo then grey screen I cannot access my

    MMy MacBook pro will not start up. It goes past the apple logo then only a grey screen, sometimes a blue one with vertical stripes. I have tried starting from a disc also by using different keys, but with the same result. At one point i heard three beeps then a pause repeated. Please help.

    See if you can run an Apple Hardware Test:
    http://support.apple.com/en-us/HT201257
    Note an error free AHT is not definitive.
    If addition to the possibility of a RAM problem, the vertical stripes on the blue screen is not a good sign.
    Ciao.

Maybe you are looking for

  • Why does not drag and drop work?!

    Hello, I am trying to implent a drag and drop from a table to an icon representing a trash. The drop handler fails in converting the selected rows to a list: com.sun.el.MethodExpressionImpl@87d9c00d javax.el.ELException: java.lang.ClassCastException:

  • Menu bar does NOT appear in FULLSCREEN APPS

    Hey everyone, I recently updated to Mountain Lion from Snow Leopard on release day. Although I am relatively unfamiliar with the full screen apps Lion + ML have started enabling I seem to be having an issue. I started using fullscreen mode with Safar

  • Write-read binary file Error 116

    Hi all, I am saving double, numeric array data into a binary file and then trying to read it back but keep on getting Error 116 (cannot read from binary file). I have attached screenshots of the way I am writing my data into the binary file and then

  • Is there a way to identify the key words being used for SEO when I'm visiting a web site?

    When I am on a web site, looking at a product for sale, is there an app or add on I can use to see what that site has for key words, meta tags etc? It would be helpful when adding products to my own site to see what works elsewhere.

  • How to skip delete on logical standby

    Dear guys and gurus, On next month i will have plan to delete history data on my Primary database, but i still want to keep them in logical standby as the data warehouse. So, how can i skip delete statement from primary database apply to logical stan