1
vote
6answers
108 views
Exposing SQL Server database objects as files in a file system
There's more than one file system
Most version control tools operate on the local disk file system.
Database objects for most relational database systems do exist in a file syst …
0
votes
1answer
19 views
How to single sign on for Linux RedHat server from windows desktop
We are hosting our portal pages on a linux box. I am supposed to implement a single sign on where the user logs into his/her windows xp desktop and that login is consumed by the p …
1
vote
1answer
67 views
Paperclip gives Permission denied error with samba mount
In my development environment the codebase is mounted on a ubuntu-server VM using a samba mount, it is mounted as root and I run mongrel as root.
When I try and upload a file with …
2
votes
4answers
790 views
Samba shared drive won’t auto-authenticate at startup.
Hi All,
I have a samba network share on a FreeBSD box that I use for development.
I have it set up as a shared drive on my WinXP box, and it works fine.
However, if I reboot the …
-1
votes
0answers
78 views
Connecting an Ubuntu machine to a windows network [closed]
I am in the process of installing Ubuntu (9.0) onto a spare machine. I want to make the Ubuntu machine a part of my Windows network (which for the moment), consists of a single XP …
0
votes
0answers
13 views
Samba share change user
I have mounted a NAS device on Debian Linux using mount -t smbfs, and everything works well. except for one thing. When I create a directory on the mounted device, it creates it wi …
1
vote
3answers
680 views
smb.conf file location on different flavors of Solaris
Ok I am a total beginner with the Solaris Operating system and I need to install and configure samba on 3 boxes each has a different version of Solaris (8,9,10).
What i want to kn …
0
votes
0answers
23 views
Samba and Windows 2003 R2 Active Directory [closed]
We are upgrading to Windows 2003 R2 Active Directory; can Samba still authenticate if smb.conf has 'security = domain' rather than 'security = ads'? I don't want to set 'security …
1
vote
7answers
652 views
BASH: Strip new-line character from string (read line)
Hello!
I bumped into the following problem: I'm writing a Linux batch script which does the following:
Read line from file
Strip the \n character from the end of the line just r …
0
votes
2answers
111 views
Record locking problem between linux and Windows
I need to run a bunch of old DOS FoxPro / Clipper applications in linux under DOSEMU.
The programs access their "databases" located on a network server (could be a Windows or
Linux …
0
votes
1answer
62 views
After upgrading Fedora, why can I no longer change permissions of a file mounted via SMB
I had been running Fedora 9 for the last year --- I have a Windows box (actually a VM) that mounts a folder on the Fedora box using my own name/password. I do this so that I can ru …
2
votes
7answers
432 views
Piping password to smbpasswd
How can I pipe the new password to smbpasswd so I can automate my installation process.
0
votes
1answer
119 views
Transferring files from AIX batch to Windows batch
The responses to my previous question suggested SSIS as the most efficient and reliable way to get files from AIX into SQL Server. I agree that it's probably a good idea. But for t …
0
votes
1answer
83 views
Incorrect FileSystemWatcher behaviour with Samba
I am using a .NET FileSystemWatcher on a Windows server to watch a folder on a Windows server.
I also have access to the same folder from a Linux server using Samba.
If I copy a fi …
0
votes
1answer
72 views
Samba, CIFS and Deleting Files
So I've got a Samba share located on server A. I have that share mounted to two other servers, B and C. The idea is that B and C need to write temporary files to a single location …
