Samba shares no longer visible after migration to systemd

EDIT: Note the file server is CLI only.
I upgraded my file server to systemd about a week ago and have yet to get the Samba share visible from other devices within my network.  Eveything worked fine under initscripts and other than system upgrades the only thing that has changed about the system is the migration to systemd and addition of the netcfg package.  I can connect manually by typing "smb://<IP>" in a file manager address field but when trying to access the Share via browsing on two different WD media players, a Xoom tablet, typing "smb://" in the address bar of a basic file manager like Thunar or PCManFM or using browsing the Network or Samba Shares links in the Network place from Dolphin the share just doesn't show up.
The fact that I can access the Share directly, it's just not visible when browsing, makes me think samba is working properly but I'm not sure how to further diagnose the issue and I'd really like to solve the problem and learn something rather than just load up a previous image of the PC before the systemd migration.
Commands from client
my /etc/hosts...
cat /etc/hosts
#<ip-address> <hostname.domain.org> <hostname>
127.0.0.1 localhost.localdomain localhost dads-pc
192.168.10.131 dads-pc.HOMESERVER dads-pc
192.168.10.100 Serverbox.HOMESERVER Serverbox
Master Browser search, this does look odd, I don't use it on any machine so where the heck did the .255 at the end of the IP address come from? 
$ nmblookup -M HOMESERVER
querying HOMESERVER on 192.168.10.255
name_query failed to find name HOMESERVER#1d
I can sign in fine...
$ smbclient -L Serverbox
Enter dad's password:
Failed to load upcase.dat, will use lame ASCII-only case sensitivity rules
Failed to load lowcase.dat, will use lame ASCII-only case sensitivity rules
Domain=[HOMESERVER] OS=[Unix] Server=[Samba 3.6.9]
Sharename Type Comment
IPC$ IPC IPC Service (Samba Server)
Server Disk The Family Network Share Files
ParentalMovies Disk Movie folders for Mom and Dad
Movies Disk Family Movie folders
Domain=[HOMESERVER] OS=[Unix] Server=[Samba 3.6.9]
Server Comment
SERVERBOX Samba Server
Workgroup Master
HOMESERVER SERVERBOX
I can sign in as one of the media players fine...
$ smbclient -L Serverbox -U lr_mediaplayer
Enter lr_mediaplayer's password:
Failed to load upcase.dat, will use lame ASCII-only case sensitivity rules
Failed to load lowcase.dat, will use lame ASCII-only case sensitivity rules
Domain=[HOMESERVER] OS=[Unix] Server=[Samba 3.6.9]
Sharename Type Comment
IPC$ IPC IPC Service (Samba Server)
Server Disk The Family Network Share Files
ParentalMovies Disk Movie folders for Mom and Dad
Movies Disk Family Movie folders
Domain=[HOMESERVER] OS=[Unix] Server=[Samba 3.6.9]
Server Comment
SERVERBOX Samba Server
Workgroup Master
HOMESERVER SERVERBOX
Commands from Server
Both smbd and nmbd services appear functional...
$ systemctl status smbd nmbd
smbd.service - Samba SMB/CIFS server
Loaded: loaded (/etc/systemd/system/smbd.service; enabled)
Active: active (running) since Mon, 2012-11-19 17:48:07 CST; 2h 9min ago
Main PID: 534 (smbd)
CGroup: name=systemd:/system/smbd.service
├ 534 /usr/sbin/smbd -F
├ 551 /usr/sbin/smbd -F
└ 559 /usr/sbin/smbd -F
nmbd.service - Samba NetBIOS name server
Loaded: loaded (/etc/systemd/system/nmbd.service; enabled)
Active: active (running) since Mon, 2012-11-19 17:48:07 CST; 2h 9min ago
Main PID: 536 (nmbd)
CGroup: name=systemd:/system/nmbd.service
└ 536 /usr/sbin/nmbd -F
The global portion of my /etc/samba/smb.conf file...
[global]
workgroup = HOMESERVER
server string = Samba Server
log file = /var/log/samba/%m.log
max log size = 50
dns proxy = No
valid users = dad, lisa, administrator,lr_mediaplayer, xoom, br_mediaplayer
read list = dad, lisa, administrator, lr_mediaplayer, xoom, br_mediaplayer
write list = dad, lisa, administrator
load printers = no
write cache size = 262144
large readwrite = yes
# These next lines have been added after systemd conversion based on web research, none of which has helped.
log level = 10
name resolve order = host bcast lmhosts wins
interfaces = eth0 192.168.10.100/19
preferred master = yes
Testing of the /etc/samba/smb.conf file, no errors ...
$ testparm smb.conf
Load smb config files from smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
Processing section "[Movies]"
Processing section "[ParentalMovies]"
Processing section "[Server]"
Loaded services file OK.
WARNING: You have some share names that are longer than 12 characters.
These may not be accessible to some older clients.
(Eg. Windows9x, WindowsMe, and smbclient prior to Samba 3.0.)
Server role: ROLE_STANDALONE
My network config file for [email protected]...
$ cat /etc/network.d/eth0
CONNECTION='ethernet'
DESCRIPTION='A basic static ethernet connection using iproute'
INTERFACE='eth0'
IP='static'
ADDR='192.168.10.100'
#ROUTES=('192.168.0.0/24 via 192.168.1.2')
GATEWAY='192.168.10.1'
DNS=('76.85.229.110' '76.85.229.111')
Master Browser search and again with the rogue .255 ending for the IP address being broadcast.
$ nmblookup -M HOMESERVER
INFO: Current debug levels:
all: 10
tdb: 10
printdrivers: 10
lanman: 10
smb: 10
rpc_parse: 10
rpc_srv: 10
rpc_cli: 10
passdb: 10
sam: 10
auth: 10
winbind: 10
vfs: 10
idmap: 10
quota: 10
acls: 10
locking: 10
msdfs: 10
dmapi: 10
registry: 10
doing parameter name resolve order = host bcast lmhosts wins
doing parameter log file = /var/log/samba/%m.log
doing parameter max log size = 50
doing parameter dns proxy = No
doing parameter valid users = dad, lisa, administrator,lr_mediaplayer, xoom, br_mediaplayer
doing parameter read list = dad, lisa, administrator, lr_mediaplayer, xoom, br_mediaplayer
doing parameter write list = dad, lisa, administrator
doing parameter load printers = no
doing parameter write cache size = 262144
doing parameter large readwrite = yes
doing parameter preferred master = yes
pm_process() returned Yes
lp_servicenumber: couldn't find homes
set_server_role: role = ROLE_STANDALONE
Substituting charset 'UTF-8' for LOCALE
added interface eth0 ip=fe80::3285:a9ff:fe8e:90f7%eth0 bcast=fe80::ffff:ffff:ffff:ffff%eth0 netmask=ffff:ffff:ffff:ffff::
added interface eth0 ip=192.168.10.100 bcast=192.168.10.255 netmask=255.255.255.0
bind succeeded on port 0
Socket options:
SO_KEEPALIVE = 0
SO_REUSEADDR = 1
SO_BROADCAST = 1
Could not test socket option TCP_NODELAY.
Could not test socket option TCP_KEEPCNT.
Could not test socket option TCP_KEEPIDLE.
Could not test socket option TCP_KEEPINTVL.
IPTOS_LOWDELAY = 0
IPTOS_THROUGHPUT = 0
SO_SNDBUF = 212992
SO_RCVBUF = 212992
SO_SNDLOWAT = 1
SO_RCVLOWAT = 1
SO_SNDTIMEO = 0
SO_RCVTIMEO = 0
Could not test socket option TCP_QUICKACK.
Socket opened.
lang_tdb_init: /usr/lib/samba/en_US.UTF-8.msg: No such file or directory
querying HOMESERVER on 192.168.10.255
bind succeeded on port 0
Socket options:
SO_KEEPALIVE = 0
SO_REUSEADDR = 1
SO_BROADCAST = 1
Could not test socket option TCP_NODELAY.
Could not test socket option TCP_KEEPCNT.
Could not test socket option TCP_KEEPIDLE.
Could not test socket option TCP_KEEPINTVL.
IPTOS_LOWDELAY = 0
IPTOS_THROUGHPUT = 0
SO_SNDBUF = 212992
SO_RCVBUF = 212992
SO_SNDLOWAT = 1
SO_RCVLOWAT = 1
SO_SNDTIMEO = 0
SO_RCVTIMEO = 0
Could not test socket option TCP_QUICKACK.
parse_nmb: packet id = 9235
nmb packet from 192.168.10.100(35072) header: id=9235 opcode=Query(0) response=Yes
header: flags: bcast=No rec_avail=Yes rec_des=Yes trunc=No auth=Yes
header: rcode=0 qdcount=0 ancount=1 nscount=0 arcount=0
answers: nmb_name=HOMESERVER<1d> rr_type=32 rr_class=1 ttl=259200
answers 0 char .....d hex 0000C0A80A64
Got a positive name query response from 192.168.10.100 ( 192.168.10.100 )
192.168.10.100 HOMESERVER<1d>
Thank you.
Last edited by imatechguy (2012-11-20 03:16:39)

ChojinDSL wrote:Do you have a firewall running on that server?
Are your clients also using systemd?
Yes I do have a firewall, iptables, and it's the same configuration from before the migration to systemd.  Also note that I can access the shares when explicitly defining the path whether that's in a File Manager, cli or other so access isn't being blocked.  For lack of a better explanation the whole thing gives the appearance that although the Share is active it's just not broadcasting it's existence like it should be.
I have two PC's, both Arch, one with Openbox and one running KDE that I have migrated to systemd.  Both can access the Share when the path is explicitly defined but don't see it when trying to just browse for the the Share.  I have a Xoom tablet, running Android Jelly Bean, that exhibits the same behavior.  I also have two media players, one an older WD LiveTV Plus model the other a newer WD LiveTV model, neither of which can see the share and browsing is the only option for those devices.  So I've got a pretty good assortment of devices and operating systems that could see the share when browsing previously but can not see the same share by browsing since the migration to systemd on the file server.
Thank you.

Similar Messages

  • My podcasts icon is no longer visible after swiping the "more" tab. Any assistance on how to recover it on my ipod touch?

    My podcasts icon is no longer visible after swiping the "more" tab. Any assistance on how to recover it on my ipod touch? Anyone encountered this problem and been able to resolve it? Thanks

    Hi,
    did you install the Apple's PodCast app?  as soon as you install the PodCast app, it is remove from the iTunes apps.  if you want your podcast back in iTunes, delete the PodCast app from your iPod.

  • Samba share shows up only after I restart samba

    I've been setting up a laptop with Arch to use at work and home. The problem is I can not see my samba share until I restart the samba service. The server is available though. I can connect with \\IPADDRESS\SHARE. It's just not listed under Network Places or smbtree.
    I have samba under DAEMONS  in rc.conf and I've tried starting it in rc.local too. But even if I leave it out of those and start samba manually, I have to restart samba before the share will show up on any client.
    The clients are Arch, Windows, and Ubuntu and the share is not available any of them. And the problem happens when I'm at work or at home. I've been googling, but I can't find much about a share being available but not being listed.
    My /etc/samba/smb.conf:
    #======================= Global Settings =====================================
    [global]
    # workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH
    workgroup = MYWORKGOUP
    # server string is the equivalent of the NT Description field
    server string = Work Files
    # Security mode. Defines in which mode Samba will operate. Possible
    # values are share, user, server, domain and ads. Most people will want
    # user level security. See the Samba-HOWTO-Collection for details.
    security = user
    # This option is important for security. It allows you to restrict
    # connections to machines which are on your local network. The
    # following example restricts access to two C class networks and
    # the "loopback" interface. For more examples of the syntax see
    # the smb.conf man page
    hosts allow = 192.168.0. 192.168.1. 127.
    # If you want to automatically load your printer list rather
    # than setting them up individually then you'll need this
    load printers = yes
    # you may wish to override the location of the printcap file
    ; printcap name = /etc/printcap
    # on SystemV system setting printcap name to lpstat should allow
    # you to automatically obtain a printer list from the SystemV spool
    # system
    ; printcap name = lpstat
    # It should not be necessary to specify the print system type unless
    # it is non-standard. Currently supported print systems include:
    # bsd, cups, sysv, plp, lprng, aix, hpux, qnx
    ; printing = cups
    # Uncomment this if you want a guest account, you must add this to /etc/passwd
    # otherwise the user "nobody" is used
    ; guest account = pcguest
    # this tells Samba to use a separate log file for each machine
    # that connects
    log file = /var/log/samba/%m.log
    # Put a capping on the size of the log files (in Kb).
    max log size = 50
    # Use password server option only with security = server
    # The argument list may include:
    # password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]
    # or to auto-locate the domain controller/s
    # password server = *
    ; password server = <NT-Server-Name>
    # Use the realm option only with security = ads
    # Specifies the Active Directory realm the host is part of
    ; realm = MY_REALM
    # Backend to store user information in. New installations should
    # use either tdbsam or ldapsam. smbpasswd is available for backwards
    # compatibility. tdbsam requires no further configuration.
    ; passdb backend = tdbsam
    # Using the following line enables you to customise your configuration
    # on a per machine basis. The %m gets replaced with the netbios name
    # of the machine that is connecting.
    # Note: Consider carefully the location in the configuration file of
    # this line. The included file is read at that point.
    ; include = /usr/local/samba/lib/smb.conf.%m
    # Configure Samba to use multiple interfaces
    # If you have multiple network interfaces then you must list them
    # here. See the man page for details.
    ; interfaces = 192.168.12.2/24 192.168.13.2/24
    # Browser Control Options:
    # set local master to no if you don't want Samba to become a master
    # browser on your network. Otherwise the normal election rules apply
    ; local master = no
    # OS Level determines the precedence of this server in master browser
    # elections. The default value should be reasonable
    ; os level = 33
    # Domain Master specifies Samba to be the Domain Master Browser. This
    # allows Samba to collate browse lists between subnets. Don't use this
    # if you already have a Windows NT domain controller doing this job
    ; domain master = yes
    # Preferred Master causes Samba to force a local browser election on startup
    # and gives it a slightly higher chance of winning the election
    ; preferred master = yes
    # Enable this if you want Samba to be a domain logon server for
    # Windows95 workstations.
    ; domain logons = yes
    # if you enable domain logons then you may want a per-machine or
    # per user logon script
    # run a specific logon batch file per workstation (machine)
    ; logon script = %m.bat
    # run a specific logon batch file per username
    ; logon script = %U.bat
    # Where to store roving profiles (only for Win95 and WinNT)
    # %L substitutes for this servers netbios name, %U is username
    # You must uncomment the [Profiles] share below
    ; logon path = \\%L\Profiles\%U
    # Windows Internet Name Serving Support Section:
    # WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
    ; wins support = yes
    # WINS Server - Tells the NMBD components of Samba to be a WINS Client
    # Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
    ; wins server = w.x.y.z
    # WINS Proxy - Tells Samba to answer name resolution queries on
    # behalf of a non WINS capable client, for this to work there must be
    # at least one WINS Server on the network. The default is NO.
    ; wins proxy = yes
    # DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
    # via DNS nslookups. The default is NO.
    dns proxy = no
    # These scripts are used on a domain controller or stand-alone
    # machine to add or delete corresponding unix accounts
    ; add user script = /usr/sbin/useradd %u
    ; add group script = /usr/sbin/groupadd %g
    ; add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s /bin/false %u
    ; delete user script = /usr/sbin/userdel %u
    ; delete user from group script = /usr/sbin/deluser %u %g
    ; delete group script = /usr/sbin/groupdel %g
    # Allow Symlinks (Needed this option after 3.4.6 due to security issues)
    unix extensions = no
    #============================ Share Definitions ==============================
    ;[homes]
    ; comment = Home Directories
    ; browseable = no
    ; writable = yes
    # Un-comment the following and create the netlogon directory for Domain Logons
    ; [netlogon]
    ; comment = Network Logon Service
    ; path = /usr/local/samba/lib/netlogon
    ; guest ok = yes
    ; writable = no
    ; share modes = no
    # Un-comment the following to provide a specific roving profile share
    # the default is to use the user's home directory
    ;[Profiles]
    ; path = /usr/local/samba/profiles
    ; browseable = no
    ; guest ok = yes
    # NOTE: If you have a BSD-style print system there is no need to
    # specifically define each individual printer
    wins support = no
    ;[printers]
    ; comment = All Printers
    ; path = /var/spool/samba
    ; browseable = no
    # Set public = yes to allow user 'guest account' to print
    ; guest ok = no
    ; writable = no
    ; printable = yes
    # This one is useful for people to share files
    ;[tmp]
    ; comment = Temporary file space
    ; path = /tmp
    ; read only = no
    ; public = yes
    # A publicly accessible directory, but read only, except for people in
    # the "staff" group
    ;[public]
    ; comment = Public Stuff
    ; path = /home/samba
    ; public = yes
    ; writable = no
    ; printable = no
    ; write list = @staff
    # Other examples.
    # A private printer, usable only by fred. Spool data will be placed in fred's
    # home directory. Note that fred must have write access to the spool directory,
    # wherever it is.
    ;[fredsprn]
    ; comment = Fred's Printer
    ; valid users = fred
    ; path = /homes/fred
    ; printer = freds_printer
    ; public = no
    ; writable = no
    ; printable = yes
    # A private directory, usable only by fred. Note that fred requires write
    # access to the directory.
    ;[fredsdir]
    ; comment = Fred's Service
    ; path = /usr/somewhere/private
    ; valid users = fred
    ; public = no
    ; writable = yes
    ; printable = no
    # a service which has a different directory for each machine that connects
    # this allows you to tailor configurations to incoming machines. You could
    # also use the %U option to tailor it by user name.
    # The %m gets replaced with the machine name that is connecting.
    ;[pchome]
    ; comment = PC Directories
    ; path = /usr/pc/%m
    ; public = no
    ; writable = yes
    # A publicly accessible directory, read/write to all users. Note that all files
    # created in the directory by users will be owned by the default user, so
    # any user with access can delete any other user's files. Obviously this
    # directory must be writable by the default user. Another user could of course
    # be specified, in which case all files would be owned by that user instead.
    ;[public]
    ; path = /usr/somewhere/else/public
    ; public = yes
    ; only guest = yes
    ; writable = yes
    ; printable = no
    # The following two entries demonstrate how to share a directory so that two
    # users can place files there that will be owned by the specific users. In this
    # setup, the directory should be writable by both users and should have the
    # sticky bit set on it to prevent abuse. Obviously this could be extended to
    # as many users as required.
    ;[myshare]
    ; comment = Mary's and Fred's stuff
    ; path = /usr/somewhere/shared
    ; valid users = mary fred
    ; public = no
    ; writable = yes
    ; printable = no
    ; create mask = 0765
    [mike]
    comment = Work Files
    path = /home/MYUSER/.samba_share
    valid users = MYUSER
    available = yes
    browsable = yes
    public = yes
    writable = yes
    # Needed this option after 3.4.6 due to security issues
    wide links = yes

    I removed the . (and moved the directory to match) but I still have the same issue.
    Here's the smbd.log after a rebooting and then restarting samba:
    [2010/05/04 07:25:41.262266, 0] smbd/server.c:500(smbd_open_one_socket)
    smbd_open_once_socket: open_socket_in: Address already in use
    [2010/05/04 07:25:41.266578, 0] smbd/server.c:500(smbd_open_one_socket)
    smbd_open_once_socket: open_socket_in: Address already in use
    [2010/05/04 07:26:01.041577, 1] smbd/server.c:267(remove_child_pid)
    Scheduled cleanup of brl and lock database after unclean shutdown
    [2010/05/04 07:26:21.051370, 1] smbd/server.c:240(cleanup_timeout_fn)
    Cleaning up brl and lock database after unclean shutdown
    [2010/05/04 07:26:45.716653, 1] smbd/server.c:267(remove_child_pid)
    Scheduled cleanup of brl and lock database after unclean shutdown
    [2010/05/04 07:36:46.016675, 0] smbd/server.c:500(smbd_open_one_socket)
    smbd_open_once_socket: open_socket_in: Address already in use
    [2010/05/04 07:36:46.017386, 0] smbd/server.c:500(smbd_open_one_socket)
    smbd_open_once_socket: open_socket_in: Address already in use
    And log.nmbd:
    [2010/05/04 07:25:41, 0] nmbd/nmbd.c:857(main)
    nmbd version 3.5.2 started.
    Copyright Andrew Tridgell and the Samba Team 1992-2010
    [2010/05/04 07:26:48.718046, 0] nmbd/nmbd.c:71(terminate)
    Got SIGTERM: going down...
    [2010/05/04 07:27:26, 0] nmbd/nmbd.c:857(main)
    nmbd version 3.5.2 started.
    Copyright Andrew Tridgell and the Samba Team 1992-2010
    [2010/05/04 07:27:26.544934, 0] nmbd/nmbd.c:696(open_sockets)
    [2010/05/04 07:36:46, 0] nmbd/nmbd.c:857(main)
    nmbd version 3.5.2 started.
    Copyright Andrew Tridgell and the Samba Team 1992-2010

  • U00D8 DB Time takes long time after migration

    Hi Guru,
    I have time out error in my background job. i see the status in st03 the DB Time take big time
    Trans/Rep. : ZFISLRR009
    Background Job     Z_ZFISLRR009_TPJOB_DAILY
    1. Steps     1
    T Response Time     3,740     
    Ø Time       3,739,819.0
    T CPU~     5
    Ø CPU~     5,340.0
    T DB Time      1,933
    Ø DB Time 1,932,983.0
    But when I run this job again in the morning it is fine. This error occurred since i migrate my system from Solaris/Oracle 9 to HP-UX/Oracle 10. In the old system with lower spec hardware everything was okay.
    Any idea why it's happened or what database configuration should i consider after migration?
    Any help will be appreciated,
    Thanks,
    Aswin

    Hello Andrea,
    > I see the status in st03 the DB Time take big time
    Yes you are correct, that is your problem.
    > But when I run this job again in the morning it is fine
    Maybe your I/O subsystem is very slow and mostly of the needed buffers are still in the buffer cache or dynamic sampling is done, etc...
    > This error occurred since i migrate my system from Solaris/Oracle 9 to HP-UX/Oracle 10. In the old system with lower spec hardware everything was okay.
    I am quite sure, that the execution plan of the SQL statement(s) has changed. This is not unusual if you upgrade to a newer database release.
    > Any idea why it's happened or what database configuration should i consider after migration?
    Oracle 10g Parameter: Sapnote #830576
    Oracle 10g Patches: Sapnote #1137346
    Oracle 10g Statistics: Sapnote #838725
    I think that these notes are the important ones. If you have done all these things, then you have to go into deeper analysis (as i can see that this is a Z-Report you won't get support by SAP).
    Regards
    Stefan

  • 3D rendering extremely slow in awesome wm after migrating to systemd

    Good evening, fellow Archers!
    Once again your expertise and assistance is required!
    The problem:
    3D rendering is very, very, slow after switching to awesome wm and/or upgrading to systemd. Things like turning 3D plots generated in GNU Octave (via gnuplot), as well as glxgears, are running extremely slowy.
    Typing "glxinfo | grep direct" into a terminal yields a "yes", though.
    Longer version of the problem:
    My Asus Eee Pc 901 has been running OpenBox for a long time, but I haven't used that machine for 2-3 months now. Recently I booted it up again, and discovered that Arch Linux is now using systemd while updating the system. Migrating to systemd was rather painless. However, while doing these upgrades I decided to ditch OpenBox in favor of trying out awesome wm. Everything worked superb in awesome wm, which I would say is now my window manager of choice.
    Then I discovered that 3D rendering is very choppy/unresponsive/slow (other than that, the computer is as fast as before). What is going on here? My netbook has an integrated Intel graphics card, by the way, that worked fine before.

    I think you're on to something here!! Thanks for the pointer.
    Didn't mention it before, because I thought it was unrelated, but this might have something to do with the issue: when logging in, just before awesome wm starts up,
    -bash: /home/username/.bash_profile: Permission denied
    is displayed.
    How do I know/change what tty is being used for awesome wm (which seems to be using tty1)? When OpenBox was running before it might have been using another tty (think it was tty7).
    I read the information you linked, albeit it was not very clear to me (I don't know how to add my user to different groups, to see if that works better).
    This is what glxinfo says:
    name of display: :0
    display: :0 screen: 0
    direct rendering: Yes
    server glx vendor string: SGI
    server glx version string: 1.4
    server glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile,
    GLX_ARB_multisample, GLX_EXT_create_context_es2_profile,
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info,
    GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, GLX_OML_swap_method,
    GLX_SGI_swap_control, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_INTEL_swap_event
    client glx vendor string: Mesa Project and SGI

  • Special Keys(Ctrl-opt-esc) in Screen Share no longer working after latest update

    I typically remote into a machine back home through icloud once or twice a week to help my wife kill a program that can get stuck.  I used to be able to send command+opt+esc to get to the remote computers force quit applications window.  But now when I do that after the latest update, it only does it on my computer and no longer send the command to the remote screen share session.
    Anyone else experience this or have a fix?
    -Dan

    (A) Try reset iPad
    Hold the Sleep/Wake and Home button down together until you see the Apple Logo.
    Note: Data will not be affected.
    (B) Close all apps in the multi-task window
    1.Double-click the Home button.
    2. Swipe the app's preview up to close it.
    3. Preview will fly off the screen.

  • Folder actions no longer works after migration

    The script below was working perfectly on an iMac G4. I use it as a type of print spooler for a DOS application that runs in Dosbox for OS X (also works for OS9 apps). I just send the file to the monitored folder and the script prints the contents and deletes the file from the folder.
    I moved to an iMac G5 and used Setup Assistant to transfer my system (no lectures please...). Configure Folder Actions indicates that the script is enabled for the particular folder. However the Folder Action is no longer triggered when I add files to the monitored folder. I have tried repairing permissions, recompiling the script, deleting the folder and creating a new one...
    Is this a quirk of migration?
    on adding folder items to this_folder after receiving added_items
    delay 20 -- time for job to finish?
    repeat with each_item in added_items
    tell application "Printer Setup Utility" to open each_item
    delay 40 -- time before file is deleted from folder
    tell application "Finder" to delete each_item
    tell application "Printer Setup Utility"
    quit
    end tell
    end repeat
    end adding folder items to

    Michael,
    That script seems to work here.
    You could check whether the script is actually attached by using the Folder Actions Setup utility which is located here:
    ~/Applications/AppleScript
    This utility gives you all the folders and their attached scripts in one window.
    You might also want to check to see whether locating your script in the following location helps:
    ~/Library/Scripts/FolderActions
    as that is where the utility wants them to go when you are attaching a folder action script to a folder.

  • Bridge  no longer working after Migration to new Mac 10.6.4

    Howdy. New computer. Used Migration Assistant to load user etc from old hard drive.  Photoshop works fine after re-activation.  CS3 Bridge 2.1.1.9 won't even start.  "Application not responding."  Have re-installed from disk.  Ideas?
    Thanks
    Steve

    Weird.  I just left it alone for about half an hour and it suddenly burst into life.  Seems to work properly now.

  • Mail no longer works after migrating applications from Mountain Lion

    This weekend I bought a Mac Pro 2.1. I upgraded it to Lion then migrated all my files and applications from my iMac (running Mountain Lion). Now the Mail app doesn't work. I can't uninstall it and Software update says everything is up to date. How can I get my Mail app to work again? I guess I've somehow copied the Mail app from the Mountain Lion mac which is why it won't run.

    No unfortunately after the OS  is installed the installer package is removed so you'll need to go through the whole procedure again.
    There is a way to save the installer and make a bootable flash drive you can install off of. You should be able to find the procedure if you search here or on the net.
    regards

  • Airport express bases station no longer visible after W7 upgrade

    Hi - I just upgraded my Dell Inspirion 530 to Windows 7 Ultimate.   Since doing so, I can no longer "see" my Airport Express Base Station (1st generation).   It is not visible via Airport Express Utility (5.5.3), nor as a connected device through Devices and Printers.   I believe there may be a firewall or network security (Symantec anti virus) setting that I need to configure, but do not know where to start.   The device worked fine in my Windows Vista configuration prior to upgrading, so I am confident that it is not a Express device issue.  The device shows Green, indicating that it is working properly.    Help appreciated!!!

    do you still ahve signal!! i mean are you able to find the signal when you try to connect to it and use the internet?
    if you are able to connect to the intenet on the same machine, did you try updating the untility software?

  • Keywords no longer visible after loading iPhoto 11

    I used to use keywords quite heavily in IP9 but since loading IP11 I can no longer see the keywords displayed alongside my event photos. I have check that keywords option is set, and it is. Anyone got any ideas here or is it a bug in IP11?

    Ask Apple to reinstate the keywords below the thumbnails via http://www.apple.com/feedback/iphoto.html. They won't get the message here. This is only a user to user forum.
    OT

  • Unable to Access OS X Samba Shares (from Win98 machine) after 10.4.6

    I've got a Windows 98 machine networked with my Mac. Under OS X, I used Share Points to setup shares on the Mac, which I was able to access fine from the Windows 98 (not SE) machine. Until I installed 10.4.6. Now when I try to access the same shares from Win98, I'm asked for a password. When I enter the password, it says resource not available.
    I'm pretty sure it's got something to do with Windows 98 because I hooked up a Win XP notebook and was able to access the shares on OS X using the same password (that failed when trying to access from 98).
    Any ideas?
    Thanks!

    I don't know if this will help, but I have discovered that with AFP access, passwords are now case sensitive, whereas they were not in 10.4.5 and earlier. I went to the Windows Server and looked at how the username and password was set up for access, and saw that they were set up with both having initial caps and the rest lower case. In 10.4.5 and earlier, we were logging in over the network with all lower case on both without a problem. With 10.4.6, we have to type them both with initial caps. I banged my head against the wall and spent several days on these forums looking for this answer with no results. Today our part time PC IT guy was in and I asked him if he had any suggestions, and within 3 minutes he had solve my problem.
    Thanks, Apple!

  • Mailboxes not visible after migration to Snow Leopard

    I've upgraded my Mac mini from Leopard to Snow Leopard.
    In my Mail, I had external mailboxes located to a Mac OS X server.
    I don't know how I can get back my mailboxes without having to import the mailboxes.
    Do I have to edit the com.apple.mail.plist manually ?
    Regards,
    Dominique

    I've checked my previous com.apple.mail.plist and the section
    ActiveViewers/0/AttachedMailboxListExpandedItems
    contains the same items.
    Ie:
    0 : /Volumes/doahome/Library/Mail/Mailboxes/Advanced Dedicated Software.mbox
    1 : /Volumes/doahome/Library/Mail/Mailboxes/Advanced Dedicated Software/Clients.mbox
    28 : /Volumes/doahome/Library/Mail/Mailboxes/Kadeo/Server/Support Site.mbox
    But these mailboxes are not displayed in Mail.
    Why ????
    Thank you for your help,
    Dominique

  • [SOLVED] Stuck in emergency mode after migration to systemd

    Hey there,
    in order to get gnome 3.6 running i wanted to migrate my system to systemd.
    I followed the instructions in the wiki but now i'm stuck at an emergency console.
    The log tells me this:
    http://pl.vg/4eeoy
    I've got an LVM encrypted setup.
    Maybe you can help me get my system back running.
    Regards,
    Marcel
    Last edited by jack_slayton (2012-10-31 17:37:00)

    Hmm, i solved it by commenting some UUID mounts of NTFS filesystems in my /etc/fstab.
    Strange ...

  • Can't browse samba shares after samba upgrade (3.0.26a-4 - 3.0.27A-1)

    Hi all,
    After today's samba update, i am unable to browse my samba shares:
    As seen in pacman.log:
    [2007-11-16 15:55] updating smbclient (3.0.26a-2 -> 3.0.27A-1)
    [2007-11-16 15:55] updating samba (3.0.26a-4 -> 3.0.27A-1)
    Ive had this samba server running for a long time and never had any trouble. Apart from the system update i havent changed anything.
    I have tried two machines to access it, a ubuntu and a windows one. The ubuntu one would mount it all right, but when you try browsing it it gives an 'Input/output error', these are the last lines found in /var/log/messages file:
    Nov 16 19:42:06 Naboo kernel: [ 855.043000] SMB connection re-established (-5)
    Nov 16 19:42:34 Naboo kernel: [ 883.442000] smb_add_request: request [cdccae80, mid=11] timed out!
    Nov 16 19:42:34 Naboo kernel: [ 883.442000] smb_proc_readdir_long: error=-5, breaking
    Nov 16 19:42:34 Naboo kernel: [ 883.488000] SMB connection re-established (-5)
    Nov 16 19:42:36 Naboo kernel: [ 885.375000] smb_add_request: request [cdccac80, mid=18] timed out!
    Nov 16 19:42:36 Naboo kernel: [ 885.375000] smb_proc_readdir_long: error=-5, breaking
    Nov 16 19:43:04 Naboo kernel: [ 913.607000] smb_add_request: request [cdccae80, mid=21] timed out!
    Nov 16 19:43:04 Naboo kernel: [ 913.608000] smb_proc_readdir_long: error=-5, breaking
    Nov 16 19:43:05 Naboo kernel: [ 913.648000] SMB connection re-established (-5)
    The windows machine would actually show the files in the shared directory but after a very long wait. Browsing and reading files was taking such a long time that windows seemed like frozen so i had to restart.
    I also tried rebooting the server but to no avail.
    Anyone else with the same problem?
    Last edited by feralert (2007-11-16 20:48:31)

    Same problem here. I can Browse remote smb filesystem with smbclient but when I mount smbfs i cannot browse folder - my terminal hangs and in syslog i receive
    Nov 19 09:35:16 skyscraper SMB connection re-established (-5)
    Nov 19 09:35:16 skyscraper smb_proc_readdir_long: error=-512, breaking
    Nov 19 09:35:17 skyscraper SMB connection re-established (-5)
    Nov 19 09:35:18 skyscraper smb_proc_readdir_long: error=-512, breaking
    Nov 19 09:35:18 skyscraper SMB connection re-established (-5)
    Nov 19 09:35:27 skyscraper SMB connection re-established (-5)
    Nov 19 09:35:48 skyscraper smb_add_request: request [d34f2b00, mid=22] timed out!
    Nov 19 09:35:48 skyscraper smb_proc_readdir_long: error=-5, breaking
    Nov 19 09:36:18 skyscraper smb_add_request: request [d34f2b00, mid=31] timed out!
    Nov 19 09:36:18 skyscraper smb_proc_readdir_long: error=-5, breaking

Maybe you are looking for

  • Why now, since Firefox upgraded to ver23.0.1, can I not load several pages including facebook unless I use I.E Tab ext?

    Between last night and tonight, suddenly I can't load any pages unless I flip back and forth between I.E Tabs. Only difference: Firefox did a bloody update. Why is it that nowadays when a program updates, it always ends up being glitchy or fails enti

  • Scrolling pop ups

    hi! i'm curious how to make it so that when i scroll over text on a bar at the top of my site, a list of more pages to choose from pops up below the mouse arrow. is this possible in iweb? thanks!

  • Flickering dvd

    I have made a few DVDs from my video camera, and I encounter the following problem: When viewing the recording on TV directly from the video camera, the quality is very good. However, when viewing the DVD, the picture is flickering. My last DVD was r

  • How many bytes may I read in ???

    I'm experimenting with the GPIB interface and a Fluke 45 dual display multimeter. But in the deliverd samplecode a number of bytes is read. How do I know how many bytes I may read after a command. Is a big number alwys enough and does this big number

  • Yandex mail no longer loads, reports error

    It used to. I have not upgraded my version of Iceweasel, which is currently 17.0.10. But within the last week or so something, probably on the Yandex end, changed. Now it simply reports an error while loading. Other sites, including gmail and mail.ru