E
edubidu
Grünschnabel
Hallo,
Ich hab ein Problem für das ich in keinem Forum eine Lösung gefunden habe:
1) Ich kann keine Office 2003 Datei mit Office 2007 öffnen.
2) Jede neu kreierte Office 2007 Datei ist problemlos mit Office 2007 zu öffnen.
3) Office 2003 Dateien haben Probleme mit Office 2003: Ich kann sie manchmal nicht öffnen und wenn ich sie öffnen kann ist es mit dem Speichern harzig: es geht manchmal 1-3 Minuten, aber manchmal auch super schnell. Wenn es lange dauert, kommt manchmal eine Fehlermeldung, aber auch nicht jedesmal.
Hier ist meine Konfiguration:
Samba server: Ubuntu feisty Kernel 2.6.18-6-amd64 Debian GNU/Linux 4.0 \n \l
Samba version: 3.0.24 ( Ich hatte schon auf die letzte stabile Version upgedated, das half aber auch nicht, so habe ich wieder auf diese Version downgraded)
smb.conf
Letzte Outputs von /var/log/samba/log.smbd
Hat da irgendjemand eine Idee was das sein könnte? Vielen Dank für Eure Hilfe!
edubidu
Ich hab ein Problem für das ich in keinem Forum eine Lösung gefunden habe:
1) Ich kann keine Office 2003 Datei mit Office 2007 öffnen.
2) Jede neu kreierte Office 2007 Datei ist problemlos mit Office 2007 zu öffnen.
3) Office 2003 Dateien haben Probleme mit Office 2003: Ich kann sie manchmal nicht öffnen und wenn ich sie öffnen kann ist es mit dem Speichern harzig: es geht manchmal 1-3 Minuten, aber manchmal auch super schnell. Wenn es lange dauert, kommt manchmal eine Fehlermeldung, aber auch nicht jedesmal.
Hier ist meine Konfiguration:
Samba server: Ubuntu feisty Kernel 2.6.18-6-amd64 Debian GNU/Linux 4.0 \n \l
Samba version: 3.0.24 ( Ich hatte schon auf die letzte stabile Version upgedated, das half aber auch nicht, so habe ich wieder auf diese Version downgraded)
smb.conf
[global]
workgroup = tttttt
server string = tttttt Samba Server
log file = /var/log/samba/log.%m
max log size = 1000
syslog = 0
security = USER
encrypt passwords = true
passdb backend = smbpasswd
socket options = TCP_NODELAY so_rcvbuf=8192 so_sndbuf=8192
#profile acls = yes ???
#====================added for test purposes Office 2007 problems
profile acls = no
kernel oplocks = no
nt acl support = no
strict locking = no
winbind use defaultdomain = yes
#==== end of tests ===================
dns proxy = no
kernel oplocks = no
# to avoid the workstation from
# trying to become a master browser
# on your windows network add the
# following lines
domain master = no
local master = no
preferred master = no
os level = 0
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .
admin users = root
obey pam restrictions=yes
panic action = /usr/share/samba/panic-action %d
preserve case = yes
case sensitive = no
short preserve case = yes
#guest account = nobody
# ======= this was original config of Pf ===========
# # common to all directories (it seems...)
# create mask = 0775
# directory mask = 0775
# # TRY THIS for sticky bit problem when copiing files :
# # create mask = 0644
# # directory mask = 0755
# #public = no DONT do that, because 'courses' must be freely accessible
# public = yes
# writable = yes
# printable = no
# ======= end of originalconfig Pf ==========
# ======= test section bdu ===========
# common to all directories (it seems...)
create mask = 0775
create mode = 0775
force create mode = 0775
share modes = no
directory mask = 0775
# TRY THIS for sticky bit problem when copying files :
# create mask = 0644
directory mask = 0775
force directory mode = 0775
public = yes
writable = yes
# ======= end of testsection bdu ==========
#================================[homes]=============================
# password free
[temp]
comment = Tempopary files - useful to share your datas
path = /home/data/temp
public = yes
#guest ok = yes
[courses]
comment = Courses access
path = /home/data/courses
public = yes
#guest ok = yes
# password protected !
[homes]
comment = Home Directory
browseable = no
valid users = %S
public = no
Letzte Outputs von /var/log/samba/log.smbd
[2008/12/08 11:25:02, 0] printing/pcap.c:pcap_cache_reload(159)
Unable to open printcap file /etc/printcap for read!
[2008/12/08 11:27:30, 0] smbd/server.c:main(847)
smbd version 3.0.24 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2008/12/08 11:36:34, 0] smbd/server.c:main(847)
smbd version 3.0.24 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2008/12/08 11:57:01, 0] smbd/server.c:main(847)
smbd version 3.0.24 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2008/12/08 12:43:14, 0] smbd/server.c:main(847)
smbd version 3.0.24 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2008/12/08 12:54:53, 0] smbd/server.c:main(847)
smbd version 3.0.24 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2008/12/08 12:56:47, 0] smbd/server.c:main(847)
smbd version 3.0.24 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2008/12/09 10:52:09, 0] lib/util_sock.c:get_peer_addr(1221)
getpeername failed. Error was Transport endpoint is not connected
[2008/12/09 10:52:09, 0] lib/util_sock.c:get_peer_addr(1221)
getpeername failed. Error was Transport endpoint is not connected
Hat da irgendjemand eine Idee was das sein könnte? Vielen Dank für Eure Hilfe!
edubidu