LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 04-22-2011, 10:06 PM   #1
SteveLange9949
LQ Newbie
 
Registered: Apr 2011
Location: Medford, Oregon, USA
Distribution: Ubuntu Linux 12.04-LTS, Server-i386 & Desktop-AMD64/EMT64
Posts: 6

Rep: Reputation: 0
Question Set up "Kiosk" directory, Ubuntu Linux ver 10.04 server-i386; cannot open odt docs


I am an experienced Ubuntu Linux user, but the fact is that I need some help. I recently set up a "venerable"(Pentium 4, single-core, 2.4 GHz, 32-bit architecture) machine with Ubuntu Linux version 10.04 server-i386. My objective is to set up a "kiosk" directory on it which everyone(including guests) on my SOHO network can read from and write to.

I have designated the directory "kiosk"(no surprise there) and defined it in smb.conf. It is directly under the "home" directory, as path = /home/kiosk and set the file permissions as drwxrwxrwx or, if you prefer, like chmod 777. I have a separate machine, System Librarian running Ubuntu Linux 10.04 Desktop amd64 on the network(via Wi-Fi) and a second separate machine running Windows XP Pro, with SP3, also on the network this time via Fast EtherNet(100 Mbs).

From the Linux machine, I can read a complete file list, but I cannot "open" an RTF or an ODT doc in the kiosk directory. When I try to do so, OpenOffice.org simply "opens" a blank, untitled document. JPEG and PNG files in the kiosk directory open just fine. I cannot write to the kiosk directory from this machine, either.

From the Windows XP machine, by contrast, I can list files, open RTF and ODT docs(using Microsoft WordPad) and write file to it without any apparent problems.

The file format on the server(Iguanodon) is ext4. Obviously, I have made some sort of mistake in setting this share up, but it is not obvious to me. Does anyone have any helpful suggestion or suggestions?
 
Old 04-23-2011, 05:03 PM   #2
thund3rstruck
Member
 
Registered: Nov 2005
Location: East Coast, USA
Distribution: Fedora 18, Slackware64 13.37, Windows 7/8
Posts: 386

Rep: Reputation: 43
Quote:
Originally Posted by SteveLange9949 View Post
From the Linux machine, I can read a complete file list, but I cannot "open" an RTF or an ODT doc in the kiosk directory. When I try to do so, OpenOffice.org simply "opens" a blank, untitled document. JPEG and PNG files in the kiosk directory open just fine. I cannot write to the kiosk directory from this machine, either.
When you mount the samba share from the linux guest what mount parameters are you using? Have you designated an appropriate umask to allow read/write access?

Code:
# Mount windows share with 'full control' permissions
mount.cifs //server/share /path/to/mount -o username=RemoteUser,password=RemoteUserPass,uid=LocalUserNameWithSameNameAsRemoteUser,rw,dir_mode=0777,file_mode=0777
You might also want to look at the permissions of the mount point. I used to mount network shares in /media or /mnt but recently switched to mounting them in a folder called Network in the users "$HOME" directory so they inherit full control by default.
 
Old 04-24-2011, 03:53 AM   #3
SteveLange9949
LQ Newbie
 
Registered: Apr 2011
Location: Medford, Oregon, USA
Distribution: Ubuntu Linux 12.04-LTS, Server-i386 & Desktop-AMD64/EMT64
Posts: 6

Original Poster
Rep: Reputation: 0
Smile Thank-you, Thund3rstruck, I will be sure to try that...

My "kiosk" directory is directly under /home, as noted above. I set the share permissions in smb.conf under "[kiosk]" as "create mask = 0777" initially, but I recently thought better of it and re-set them to "create mask = 0755". JPEG, ASCII files(*.txt) and Adobe Acrobat files(*.pdf) have been opening up remotely without a problem. But formatted text files written under Microsoft Wordpad and OpenOffice.org (*.odt, *.rtf and *.doc) have stalled when I tried to open them remotely. There were no error messages. When I copied one of these files to a local directory on the remote machine, they open up okay.

I did not initially use the "mount" command line utility nor did I designate a specific account on the Server, but with your suggestion in hand, I will be sure to try that.

I will get back to you with the results shortly. G'day.
 
Old 04-24-2011, 08:35 AM   #4
thund3rstruck
Member
 
Registered: Nov 2005
Location: East Coast, USA
Distribution: Fedora 18, Slackware64 13.37, Windows 7/8
Posts: 386

Rep: Reputation: 43
Those office files might be trying to do writes as part of the execute process (MS-Office likes to create hidden automatic backups of files as you're working on them), which would cause a blank file to load instead if the local machine mount access mask is wrong, the wrong uid is defined, or the wrong permissions are applied to the local mount point.

I'm no expert but I do have a lot of experience working with the Samba, NetBIOS, and Server Messaging Block Protocol so I have a pretty standard process for standing up file servers and clients. If you're not using Active Directory, OpenLDAP, or NDS (in other words a peer to peer architecture) then you need to create an account for every user (same user name and same password) on the samba server and on all the clients. If there is only one share and it is global then you could get by with just creating a single account on the samba and creating that account on all the linux clients for use during the mount.

When the mount operation is executed you need to define the uid of the account which matches the account on the samba server and grant the umask. If the umask is not defined in the mount, then it doesn't matter how you have the samba server configured, you won't get the correct access.


Good Luck!
 
Old 05-01-2011, 07:45 PM   #5
SteveLange9949
LQ Newbie
 
Registered: Apr 2011
Location: Medford, Oregon, USA
Distribution: Ubuntu Linux 12.04-LTS, Server-i386 & Desktop-AMD64/EMT64
Posts: 6

Original Poster
Rep: Reputation: 0
Post I Did Find A Solution, But It Took Me A While

Thank-you, Thund3rstruck, but I did find a set of work-arounds to this problem several days ago.

To start with, I had tried to save both the RTF files and ODT files on "Shared" directory on another machine. This did not work with ODT and RTF files which I had created with OpenOffice.org. The OpenOffice.org Word Processor Module--for a reason unknown to me--places a "lock file" in the remote directory(".lock*.odt#"), which causes a blank document to be brought up instead of the real document which I had wanted to open. Apparently the programmers at OpenOffice.org do not want a user such as myself making this type of use of their program, or perhaps this solves another problem for them which I am not aware of. The file(RTF or ODT) is not damaged. It can be downloaded to another machine(or even the one used to create it) and opened from a local directory there without problems.

If, on the other hand, you save a formatted text file as an HTML file to that shared directory, no lock is placed on it and it can be opened from a remote machine without a problem. Therefore, I have three functional work-arounds: 1) --just save the file to the Shared Directory on the remote machine as an HTML file using OpenOffice.org; 2) --download the file from the Shared Directory to a local directory and open it from there; or, 3) --structure it as an HTML file in the first place, creating it with KOMPOZ or manually making it up as a text file.

Thund3rstruck, thank you for the information, but with that information in hand and these three work-arounds, I am going to close this Thread and classify the Question as having been answered.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Samba on Fedora 10.10. Originator of docs "owns" it. Other users to share "save as" worded Linux - Newbie 1 03-10-2011 11:23 AM
[SOLVED] Remove "Wine core exe" in "Open with" menu (Ubuntu) tranduyhung Linux - Software 3 01-13-2011 07:21 PM
What does "Directory "/usr/src/linux" doesn't appear to contain kernel source." mean? jtp51 Linux - General 4 06-11-2007 12:22 AM
how to set "archive" attribute on windows file residing on linux server LarryFrigginWachs Linux - Newbie 2 06-01-2006 07:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 04:12 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration