[Samba] wrong time/date with smbfs on powerpc (kernel 2.4.18)

2005-03-30 Thread Dominique DAMBRAIN
Bonjour,
 
Je cherche des binaires de smbd/nmbd pour PowerPC
Je souhaite les installer sur un récepteur satellite Dreambox (Linux sur
PowerPC, kernel 2.6)
Les versions proposées actuellement pour cet environnement n'exposent' pas
les fichiers  2Gb
Mais je n'ai bien sûr pas de compilateur sur la Dreambox, ni sur aucun
PowerPC.
 
Pouvez-vous m'aider ?
 
Merci d'avance
 
Hi,
I'm searching smbd/nmbd binaries for PowerPC
I wish to install them on a satellite receiver (Dreambox) based on PowerPC
and linux kernel 2.6
Actual versions proposed are still limited to 2 Gb files
But, of course, I don't have any compiler on this box, nor any other PowerPC
machine.
Could you help me ?
 
Thanks in advance
 

Dominique DAMBRAIN, France

 
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] wrong time/date with smbfs on powerpc (kernel 2.4.18)

2003-01-15 Thread Francois Taiani
Hello all,

I'm using samba 2.2.3a-12 from the debian woody distribution (kernel
2.4.18, ppc), and I have the following problem: 

The modification time returned by ls is wrong (tipically 1/1/1970),
except when I directly access (1) one single file, (2) from outside of
the mounting point. (A bit confusing, but I give an example below:)

My mounting point is /net/gailuron/ftaiani and I have a symbolic link
home-gailuron in my home directory on it. Here's what I get from my
home directory:

---
$ ls -l home-gailuron/test 
-rwxr-xr-x1 ftaiani  tsf  5 Jan 15 12:43 home-gailuron/test

$ ls -l home-gailuron/ | grep test
-rwxr-xr-x1 ftaiani  tsf  5 Jan  1  1970 test
---
(Jan  1  1970 test is wrong)

Here's what happens when I set the working directory into the samba file
system:

---
$ cd home-gailuron
$ ls -l test 
-rwxr-xr-x1 ftaiani  tsf 5 Jan  1  1970 test
$ ls -l | grep test
-rwxr-xr-x1 ftaiani  tsf 5 Jan  1  1970 test
---

Has anybody already experienced similar problems ? Do you think I should
upgrade my kernel or my samba distribution ? (Smbclient seems to work
just fine.)

Thanks in advance for your help.

Francois

P.S.:

Those results do not seem to be totally reproductible. For instance
here's what I got after many tries from just above the mounting point
(i.e. /net/gailuron) (?!):


$ ls -l ftaiani/test 
-rwxr-xr-x1 ftaiani  tsf 5 Jan  1  1970 ftaiani/test
$ ls -l ftaiani/test 
-rwxr-xr-x1 ftaiani  tsf 5 Jan 15 12:43 ftaiani/test


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba