Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Difference between networked and local disk when TeX'ing
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
kybber
Apprentice
Apprentice


Joined: 25 Jun 2002
Posts: 228
Location: Trondheim, Norway

PostPosted: Thu Oct 03, 2002 1:05 pm    Post subject: Difference between networked and local disk when TeX'ing Reply with quote

I am using xemacs to write latex-documents using a package called whizzytex. This package performs a continuous compilation of a segment (slice) of my document and updates the dvi-file in advi as I type in xemacs (sending a SIGHUP or whatever to advi). This works wonderfully for documents stored in my homedir, but when I try to edit documents on the network drive (Sun Unix server connected via samba), I have to manually click on advi to get an update. According to the log (CTRL-ENTER) of whizzytex, I get the following while editing local files:
Code:
<Waiting>
<Waiting>
<Recompiling>
<Compilation succeeded>
<Waiting>

and when I edit files on the network, I get something like this:
Code:
<Waiting>
<Recompiling>
<Compilation succeeded>
ln: creating hard link `_whizzy_IEEE_Trans_Cont_Sys_Tech_2002-183_Hwang_Chiou_Lee.last' to `_whizzy_IEEE_Trans_Cont_Sys_Tech_2002-183_Hwang_Chiou_Lee.tex': Operation not permitted
<Waiting>


Any idea what could be the problem here?

My /etc/fstab entry for the networked drive looks like this:
Code:
//ursus/esi             /mnt/itkhome    smbfs         noauto,user,password=MySecretPassword   0 0
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Sat Oct 05, 2002 3:08 am    Post subject: Re: Difference between networked and local disk when TeX'ing Reply with quote

Looks like it is trying to make a hard link in a Win share.... which must be a NTFS or FAT disk, which doesn t support links (AFAIK)....

kybber wrote:
I am using xemacs to write latex-documents using a package called whizzytex. This package performs a continuous compilation of a segment (slice) of my document and updates the dvi-file in advi as I type in xemacs (sending a SIGHUP or whatever to advi). This works wonderfully for documents stored in my homedir, but when I try to edit documents on the network drive (Sun Unix server connected via samba), I have to manually click on advi to get an update. According to the log (CTRL-ENTER) of whizzytex, I get the following while editing local files:
Code:
<Waiting>
<Waiting>
<Recompiling>
<Compilation succeeded>
<Waiting>

and when I edit files on the network, I get something like this:
Code:
<Waiting>
<Recompiling>
<Compilation succeeded>
ln: creating hard link `_whizzy_IEEE_Trans_Cont_Sys_Tech_2002-183_Hwang_Chiou_Lee.last' to `_whizzy_IEEE_Trans_Cont_Sys_Tech_2002-183_Hwang_Chiou_Lee.tex': Operation not permitted
<Waiting>


Any idea what could be the problem here?

My /etc/fstab entry for the networked drive looks like this:
Code:
//ursus/esi             /mnt/itkhome    smbfs         noauto,user,password=MySecretPassword   0 0
Back to top
View user's profile Send private message
kybber
Apprentice
Apprentice


Joined: 25 Jun 2002
Posts: 228
Location: Trondheim, Norway

PostPosted: Mon Oct 07, 2002 6:28 am    Post subject: Reply with quote

Thanks for your reply!

Yeah, it's definitely related to making links. I've tried to make links manually on that drive, but I get the exact same message, so apparently it is totally unrelated to TeX/xemacs. But the disk with my homedir which I've connected through samba is on a Unix server running SunOS 5.7, and it does support links (when using ssh).

So the question is: Does samba allow links to be made on Unix systems, and how?
Back to top
View user's profile Send private message
kybber
Apprentice
Apprentice


Joined: 25 Jun 2002
Posts: 228
Location: Trondheim, Norway

PostPosted: Mon Oct 07, 2002 1:58 pm    Post subject: Reply with quote

The problem has now been fixed by using nfs instead of samba.
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Mon Oct 07, 2002 4:09 pm    Post subject: Reply with quote

very wise IMHO 8)

kybber wrote:
The problem has now been fixed by using nfs instead of samba.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum