I want to make users in samba but not in the system. how can i make them.
i have only one system user called userA and i want to make 3 different users can access samba shared folders
I help manage a few hosted commercial applications, and we have a lot of manual processes involved when doing new customer-instance deployments into the shared (multitenant) environment. Allow me to describe the most relevant features, and then we can talk about the tools.
We have an application on AIX, that requires dozens of changes to config files (some plain text, some XML) as well as a good number of commands to be run on multiple servers - some to start the new instance, some to restart our shared authentication and reporting engines, etc. The config changes follow templates, of course. The servers in question will also depend on the initial conditions specified by the implementer/deployer - we may choose to deploy a given customer to our servers in Europe, or one set of servers may be active-active whereas a different set of servers is active-passive - in short, there's a lot of complications.
We have another application that run on IIS 6 and SQL. The DBAs don't want any automation of the SQL components and that's fine with me, but automating the IIS bit would be great. For a new customer instance, we make a filesystem copy of a template Virtual Directory target named after the new customer, make a new AppPool to match, edit a VirDir template .xml file to replace the filepaths and AppPool names with the new ones, and then make a new VirDir from the modified template XML to point to the new filesystem folder and app pool.
For the first case, something like ControlTier or Chef might be good. For the second, the new(ish) Web Deploy from MS would probably do a good job.
Has anyone used these tools or others to do something similar for applications? More of a nice-to-have, not a fixed requirement - Has anyone used anything that works on both platforms? I'm looking for something free, because the official word is that within a year, we will have whatever HP has renamed the OpsWare suite, which should be able to do stuff like this.
Edit - based on someone's suggestion, looking at CFengine for the AIX application, it doesn't seem to address my pain. The problem isn't keeping a given config synced across dozens of servers, we have rsync for that. The problem is that onboarding a new customer instance touches dozens of files, putting pieces of the same or similar information into them - some are new stanzas in existing files, some are new files, and some are new directories. This is a several-hours-long process that is also error-prone because it's mostly done by hand. I guess I'm looking for config-file generation and management. I have built a small Perl script to do something similar for a much smaller case - it binds a CSV file into variables, and then does a copy-and-search-and-replace from a set of template config files. I could probably do the same here.
I have a scheduled backup that backs up the shared files and system state. It is set to run as "normal" mode. However, when it runs it only makes a 2K size file when it should be like 60GB.What rookie mistake am I making?
At home, we share our photos from a server. I've been tagging the faces in Picasa 3.5 in one PC, but in the other PC the same photos needs to be retagged.
Where is this info stored so it can be shared between computers?
I'm trying to connect from my Mac to a directory on a Windows server.
Here is what I'm doing from the finder :
menu Go->connect to server->smb://srv-fichiers1/Personnel/conujer
I get an error (error code -36).
But, from the finder window, if I click on Shared->All->srv-fichier1->Personnel->conujer, I have access to the directory.
I don't understand why I cannot connect straight to conujer.
Suppose a set of custom-built gcc/glibc/binutils are in $prefix (e.g. /home/user/path)
I want:
gcc to look for libraries in $prefix/lib64 instead of /lib64
gcc to look for headers in $prefix/include instead of /include
to use $prefix/lib64/ld-linux-x86-64.so.2 as the (hard-coded) loader path instead of /lib64/ld-linux-x86-64.so.2
the dynamic loader to look for shared libraries in $prefix/lib64 instead of /lib64
How should I configure the builds? Do I need to modify gcc's specs file or do anything else?
In a vsftpd server enviroment, shared various directories from nfs mountpoints, I can log in without problem, but when I send the first "ls", the vsftp give me the directory listing:
lftp [email protected]:~ ls
-rw-rw-rw- 1 1160 1016 392 Jun 06 09:28 test.gif
but not give me the shell again (lftp client). In the server log I can see that the last message is:
"150 Here comes the directory listing."
Why happend this?
I've installed Ubuntu Server under Virtualbox just to get a nice little shell. I've also installed the VirtualBox "Guest Additions" and set "Shared Clipboard: Bidirectional".
I still can't seem to get any copy-paste working.
Am I missing something here?
I've installed gpm which gives mouse support in server mode (no X), and allows copy-paste using the mouse, but still the VirtualBox integration doesn't work.
A client exposed information regarding what will become a controversial website in the domain WhoIs after she purchased it from auction.
Is there any whois cache that will detect, save, and share the old whois information for that domain, after it has changed?
(It's a website to provide birth control in countries where it is banned, and she may receive death threats for the information shared on it. Obviously something she wishes to avoid.)
It's easy to change the color of your personal calendar...
Tools Options Calendar Options... Default color.
However, it seems when adding an internet calendar, or viewing another shared calendar from a user on my domain, Outlook randomly chooses the color. Is there a way for the user to choose the color?
Hi,
I have shared my internet connection to my neighbour using wireless network. Now I want to know what web sites he/she is accessing thru my internet connection.
Please provide me list of free softwares that we can use to do this.
I am running Parallels Desktop 7 on OS X Lion. I have a VM with Debian installed, and inside that VM I setup a Rails development environment. I am using Parallels Tools to share out my OS X home directory to the VM - the goal here is to run the Rails server on the VM, but host the files on OS X (so they are automatically backed up, and so I can use tools like Textmate to develop with).
Everything seems to work with the shared directory - my Debian user can read, write, and execute files. However, when I cloned a recent Rails project from Git, I got an error message when it tried to compile the CSS assets. My symptoms are exactly the same as in the question: http://stackoverflow.com/questions/7556774/rails-sprocket-error-compiling-css-assest-chown-issue
I believe this is permissions-based, but it is really weird. My entire Rails project directory has permissions set to 777 and my Debian user owns it. If I navigate into /tmp/cache/assets, those permissions are the same. However, the three-character directories Rails is creating (DCE, DA1, D05, etc...) are being created without write permissions!
If I refresh the Rails page a few times, about 4 or 5 (with Rails creating new three-character directories every time), eventually it will create one of the directories with the proper 777 permissions and everything will work! This will persist until I make a change to the CSS files and it has to recompile.
Does anyone have any idea what might be going on here? I can't fathom why it is creating temp directories with incorrect permissions, or why after a few refreshes the good permissions kick in and it works...
It definitely seems to be an issue with the share, since if I move the project into a different directory on the VM, it seems to work fine. On the OS X side, I've given the shared folder 777 permissions as well, but no dice...any ideas?
Update
I've found that the number of times I need to refresh before it works is not random - it has to do with how many assets are being compiled. For example, if I edit one of my CSS files, and there are four CSS files in the app/assets/stylesheets directory, I have to refresh four times before the app will finally work without the operation not permitted error...
I'm using PAMIE (http://pamie.sourceforge.net/) to automate some testing routines on a client's web site via IE8, and would like to be able to run multiple tests under different user credentials.
The site which I'm testing is using cookies to remember the user (without a "remember me" option I can deselect). Therefore, when I run a second instance of IE8 the cookies get shared and I can't log in as a different user.
Is there any way to get IE8 to use isolated sets of cookies in each window?
I'm intalling our local server and want to install a virtual machine but it seem vmware ESXi is not suit with our server
Server: Dell SC 1424
CPU : 2 Xeon 3.2G (buss 800, cache L2 2M)
Ram: 6G DDR ECC 266
Hard disk: 2 Hitachi Sata 1TB. Raid Dell Cerc 2s ( raid 0, 1)
Nic: 2 Broadcom 1Gb/s
I'm wondering if you're familiar with this area and have any idea about a VM software for our server. Just wanted to use server for some purposes ( web hosting, subversion and to experience some server OSs)
Thank you for helping.
I hope I am asking this at the correct forum. I have a client from whom I have developed a PHP based Facebook project, who is hosting their site on IIS with ASP and no access to PHP, so they have created a sub domain to point to my server to host the site. I have an SSL on www.mydomain.com, but their sub domain does not have SSL (app.theirdomain.com).
Would redirection from their side be possible to SSL on my side so that the FB app works?
Hi,
Just a quick question. When using sharedhosting, can system admins (employed by the host) access your files and read your database connectionstring details? Can they also access your database, and view the files, without a connectionstring? I'm assuming there's a certain level of trust, but is this possible/common?
Thanks
I've worked on shared Google Docs with family members, but don't really know how or whether Google prevents two users from modifying the same document at the same time .. and clobbering one another's work.
How does Google Docs handle this .. is a document 'locked' whenever somebody opens it for revisions? I haven't been able to see an answer for this in their documentation/help.
I'm having bit of trouble. I have a server at school that's hosting a database. Normally I've been connecting to it through a VPN-connection, but earlier today it went down. I've checked with other people, and it's definitely down, so the fault's probably not at my end.
Is there a way I can proxy RDP traffic through a SOCKS5 proxy?
I have connected my Internet to a buffalo air station router and a swtich. Computers and Laptops on this network connect to the Internet wired and wirelessly.
I would like to share files locally on this network but I can't access the laptop's which connect wirelessly.
I have shared folders on each computer but I would like to know if local file sharing is possible as all the computers utimately connect to the same router.
All computers are running Windows 7.
We are dividing our company into two companies. All employees will be shared across both the companies. We have separate Accounting systems, email and other applications for both companies.
There are two physical offices located within the same city block. And identical infrastructure at both. Money is not a limiting factor.
How would you design the network, remote access, and configure the workstations?
Thanks!
Is there a way to monitor ec2 instances without using cloudwatch? I ask this since ec2 instances are basically VPS's, and using output from commands like top, vmstat, htop in scripts may not give the clear picture as the CPU cycles are shared between other instances as well.
What should one keep in mind while monitoring CPU usage on a VPS?, should one have alerts based on top load or % of CPU used by user processes coupled with other factors like processes waiting on disk io, hardware interrupts?
Hi,
I've a Virtual Private Server with Windows 2003 and root access. This server mainly acts as a web hosting machine (IIS, Apache). Additionally it is used as a mail server.
Is it possible to isolate a mailserver (for example HMailServer) by using VMware Server on Windows 2003 in order to avoid potential viruses moving from the guest into the host system?
Is this is a good direction to protect the web server from viruses?
Kind regards,
Jakub
I recently came across this product:
http://ppa-usa.com/shared-network-hub-4-port-usb.html
The only problem is, this is nearly opposite of what I need.
Ideally, I'm looking for a USB hub-like device that can accept at least two devices for input, and toggle those two devices between at least 2 PC's. The hub linked above appears to be only able to accept one device.
Does anyone know of such a product?
I just set up my new remote office network the problem is i cannot access shared folders to the home office (without turning on the vpn)
I control the servers remotely but would really like to access ports 139 and 445.
The problem is that they are open on the server side but it appears as though the packets are being dropped before they get get to the server... any way i can tell where the packet is being dropped?
We have several users using a shared account and when messages in that account's in box have been processed they are drag and dropped into a public folder. Is there a way to determine who dropped a mail item in an Exchange 2003 public folder, so that we can have some accountability?
I suspect this can't be done natively in Exchange, so if there is a scripted solution to this I'd be very interested.