cannot access mounted windows share

I just upgraded to 2.5.0-alpha4 and karmic koala--now i cannot access windows shares that i have mounted in my system.

I could before the updates, now i dont know if it was MOC or Koala that broke--will keep testing to make sure

In MOC when i try to go to /mnt/music all i see in the /mnt directory is local directories mounted.
Known of the windows shares that are mounted here show up.]
if i unmount the share then go back into MOC the directory shows up.

any one seen this before?

thanks

Same problem here. Although it is now windows share, but Linux filesystem.

I can not access mounted ReadyNAS device with same symptoms like scev7n.
Mounted filesystem is accesible in all other applications except moc.
What can i do for creating better report ?

Versions:
1:2.5.0~alpha4+svn20091009-1 (/var/lib/apt/lists/ftp.cz.debian.org_debian_dists_sid_main_binary-i386_Packages)

Mounted directory
drwxr-xr-x 1 root root 0 2009-10-21 12:27 nas
is not visible in moc

unmounted
drwxr-xr-x 2 root root 4096 2009-12-03 11:17 nas
is visible...

Could be problem with "size" of directory ?

Please run MOC with -D parameter and send me mocp_client_log file. The size of the directory is not checked by MOC. The only cause I can think of is that the path to the directory is too long.

tom /mnt/nas $ pwd
/mnt/nas

tom /mnt/nas $ mocp -D
Loading plugins from /usr/lib/moc/decoder_plugins...
Loading plugin libaac_decoder...
OK
Loading plugin libflac_decoder...
OK
Loading plugin libmodplug_decoder...
OK
Loading plugin libmp3_decoder...
OK
Loading plugin libmusepack_decoder...
OK
Loading plugin libsidplay2_decoder...
OK
Loading plugin libsndfile_formats_decoder...
OK
Loading plugin libspeex_decoder...
OK
Loading plugin libvorbis_decoder...
OK
Loading plugin libwavpack_decoder...
OK

***********************************
Directory in player is not visible.
quit
***********************************

tom /mnt/nas $ ls -la
total 1028
drwxrwxr-x 1 tom tom 0 2009-12-03 14:36 .
drwxr-xr-x 3 root root 4096 2009-12-03 11:17 ..
-rw-rw-r-- 1 tom tom 1492 2009-12-03 14:36 mocp_client_log
drwxrwxr-x 1 tom tom 0 2009-12-02 13:33 music

tom /mnt/nas $ cat mocp_client_log
Dec 3 14:36:07.410791: interface.c:1576 init_interface(): Starting MOC interface...
Dec 3 14:36:07.437362: utf8.c:347 utf8_init(): Using UTF8 output
Dec 3 14:36:07.459429: interface.c:471 update_mixer_name(): Mixer name: PCM
Dec 3 14:36:07.460788: interface.c:1439 get_server_playlist(): Getting the playlist...
Dec 3 14:36:07.461667: interface.c:937 recv_server_plist(): Asking server for the playlist from other client.
Dec 3 14:36:07.462575: interface.c:939 recv_server_plist(): Waiting for response
Dec 3 14:36:07.463466: interface.c:943 recv_server_plist(): There is no playlist
Dec 3 14:36:07.471860: interface.c:1469 use_server_queue(): Getting the queue...
Dec 3 14:36:07.472979: interface.c:972 recv_server_queue(): Asking server for the queue.
Dec 3 14:36:07.474193: interface.c:974 recv_server_queue(): Waiting for response
Dec 3 14:36:07.486900: interface.c:3550 dequeue_events(): Dequeuing events...
Dec 3 14:36:07.488684: interface.c:3557 dequeue_events(): done
Dec 3 14:36:08.490565: interface.c:3550 dequeue_events(): Dequeuing events...
Dec 3 14:36:08.491611: interface.c:3557 dequeue_events(): done
Dec 3 14:36:09.493900: interface.c:3550 dequeue_events(): Dequeuing events...
Dec 3 14:36:09.494917: interface.c:3557 dequeue_events(): done
Dec 3 14:36:10.497221: interface.c:3550 dequeue_events(): Dequeuing events...
Dec 3 14:36:10.498280: interface.c:3557 dequeue_events(): done
Dec 3 14:36:10.866664: interface.c:3668 interface_end(): Interface exited
tom /mnt/nas $

I am using cplay for now without problem.
I would like to check it with older version but i am not sure if older version is in repository of Debian sid.

What if you press i and enter the path to the directory: /mnt/nas/music?

I tried it but it shows empty /mnt/nas/music only.

Here my -o for mount
mount //readyNAS/unixbackup -o username=admin,password=passw0rd,dir_mode=0775,file_mode=0664,uid=1000,gid=1000,rw,noauto

Could anyone to try access mounted filesystem via moc player, please ?
I can not sleep because i do not know if problem is me :) (as usually)

Someone gave me tip to use strace.

Cplay

select(58, [0 5 7 57], [], [], NULL
) = 1 (in [0])
read(0, "\r", 1) = 1
stat64("/mnt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
chdir("/mnt") = 0
rt_sigaction(SIGTSTP, {SIG_IGN, [], SA_RESTART}, {0xb720a8e0, [], SA_RESTART}, 8) = 0
poll([{fd=0, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=0, events=POLLIN}], 1, 0) = 0 (Timeout)
write(1, "\r\33[52dReading directory...\10", 27) = 27
rt_sigaction(SIGTSTP, {0xb720a8e0, [], SA_RESTART}, NULL, 8) = 0
stat64("/mnt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
gettimeofday({1260954298, 428739}, NULL) = 0
open("/mnt", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 58
getdents64(58, /* 5 entries */, 32768) = 120
getdents64(58, /* 0 entries */, 32768) = 0
close(58) = 0
stat64("/mnt/nas", {st_mode=S_IFDIR|0775, st_size=0, ...}) = 0
stat64("/mnt/rum", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/mnt/test", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0

Mocp

open("/mnt", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 4
getdents(4, /* 5 entries */, 32768) = 80
stat64("/mnt/test", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/mnt/rum", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/mnt/nas", {st_mode=S_IFDIR|0775, st_size=0, ...}) = 0
getdents(4, /* 0 entries */, 32768) = 0
close(4) = 0

list of directories are correct, but /mnt/nas is not visible in application.
Also i wonder what is this message.
write(1, "\33[49;7H\33[37m\33[44mFiles: 2 "..., 56) = 56
When in stat64 are visible 3 directories ?

Can it help ?

I was having this issue. I tried compiling the svn version today and it now works with my mounted share.