CentOS 5 :: Setup Dev Environment With Samba?

Mar 11, 2010

I have setup samba and shared /var/www/html on a shared folder so that i can access the folder directly via my IDE, however i cannor write file in there, is there any better way of doing it ?

View 1 Replies


ADVERTISEMENT

CentOS 5 :: Java Environment Variables Setup With Newest JDK

Jun 4, 2010

OS: Centos 5.5_x86
I've searched quite a bit for how to set up Java environment variables with the newest java JDK. I installed java using the following commands:
yum groupinstall "java development" (I need it for the application I am trying to run)
yum install "java"
I have them both installed however I can't seem to get java to function. The application I am trying to run requires that I set java environment variables any solutions?

View 1 Replies View Related

CentOS 5 Server :: Cannot Setup Diskless Environment With Host (3.9 Kernel)

Feb 11, 2010

My problem is that I can't setup a diskless environment with CentOS 5.4 (server) and CentOS 3.9 (hosts). On the host, I've recompiled the CentOS 3.9 kernel, with these mods:
- added kernel level IP autoconfiguration;
- added NFS file system support;
- added Root file system on NFS;
- added e1000 driver (the host has a gigabit network card);

Then, I have followed the guide at this link: [URL]
But in my dhcpd.conf I'he put other parameters:
ddns-update-style interim;
allow bootp;
allow booting;

subnet 192.168.195.0 netmask 255.255.255.0 {
range192.168.195.70 192.168.195.90;
option routers192.168.195.254;
option subnet-mask255.255.255.0;
option domain-name"lnf.infn.it";
option domain-name-servers192.168.195.254;
option time-offset-18000; # Eastern Standard Time
default-lease-time21600;
max-lease-time43200;
filename"linux-install/pxelinux.0";
next-server192.168.195.254;
}

host dante79 {
option host-name"dante79";
hardware ethernet00:20:38:01:C3:7C;
fixed-address192.168.195.79;
}

View 8 Replies View Related

General :: Trying To Setup Samba On Centos Box?

Mar 3, 2010

trying to setup samba on my centos box by following the tutorial After following the setup of my smb.conf and adding the users and files as per the tutorial I come across a few problems.If I browse my home folder, music or everyone folder i get for example \sambamusic is not assessable you may not have permissions to use this network response. If i browse the apps folder I get a pop up asking for a user name and password.

View 3 Replies View Related

Server :: CentOS 5.5 - Samba Setup For Two Shares

Dec 4, 2010

Still new to Linux and especially samba. I have setup samba for 2 shares, will list below shares. 1 which requires a login and 1 temp folder which I would like guest access to. Currently I have security = user which works great for the data folder which requires a login. If I try to access temp I get asked for a user name and password as well. I tried to set security = share which then allowed access to temp with out a login but also allowed access to the data folder. From the data folder I emoved public = yes. I then get asked for a user name and password like I should but the system will not accept it. This is a Centos 5.5 server with a mail server on it.

[data]
comment = Data Folder
path = /home/data/
public = yes
writable = yes
browseable = yes
printable = no
avaliable = yes
write list = glenn,
force create mode = 0660
force directory mode = 0770

[temp]
comment = temp folder
path = /home/temp/
public = yes
writeable = yes
browseable = yes
guest ok = yes
guest only = yes
guest account = nobody
available = yes
force user = nobody
force group = nobody

View 1 Replies View Related

CentOS 5 Server :: Setup LDAP And Samba?

Apr 22, 2009

I would like to setup LDAP (openldap) with Samba. I would like to know what should I setup first? Should I setup LDAP before Samba or Samba before LDAP?

View 1 Replies View Related

CentOS 5 Networking :: OpenLDAP And Samba PDC Setup?

Dec 17, 2010

I have setuped OpenLDAP+Samba PDC. When I create user and group -> Errors.
smbldap-group -a admin
No such object at /usr/sbin/smbldap_tools.pm line 457
smbldap-useradd -am -g admin admin
Could not find base dn, to get next uidNumber at /usr/sbin/smbldap_tools.pm line 1192

View 3 Replies View Related

Networking :: Samba Setup - Windows 7 Host - CentOS Machine Using VirtualBox?

Jun 23, 2010

I am trying to set up samba in my CentOS virtual machine that is running on a Windows 7 host. I have found a tutorial in the How-Tos on this site but I'm not sure if they are exact and I'm paranoid about messing something up. The link to the tutorial is below. Is there anything that I should do different or anything that I should be aware of? Also, once this is set up, how do I transfer files between the two machines? Please note: I am very inexperienced in the IT field. [URL]...

View 2 Replies View Related

Server :: Samba Setup - Windows 7 Host, CentOS Machine Using VirtualBox

Jun 23, 2010

I am trying to set up samba in my CentOS virtual machine that is running on a Windows 7 host. I have found a tutorial in the How-Tos on this site but I'm not sure if they are exact and I'm paranoid about messing something up. The link to the tutorial is below. Is there anything that I should do different or anything that I should be aware of? Also, once this is set up, how do I transfer files between the two machines?

[URL]

View 1 Replies View Related

Ubuntu Servers :: Samba In Large Scale Environment.

Mar 31, 2011

The Linux samba server would be part of the Windows domain.What's the best way to add shares for all of the students, assuming there is 200 students per folder? Is there a way to add a wildcard like $(USER) (that's logged in)//fileserver/ students/classof2011/Bill_Gates? Or would a directory path have to be created for each student?Either way is fine. I'm just curious what the proper protocol is for completing that task.

View 1 Replies View Related

Ubuntu :: Get The X Window Environment Setup?

Sep 1, 2011

I've used Ubuntu 4 years ago now I'm installing a new version. How do I get the X Window environment setup, instead of Windows environment that I'm seeing ?. I need something like KDE and XTerm.

View 2 Replies View Related

General :: How To Setup A PXE Boot Environment

Feb 12, 2010

I'm trying to setup a PXE boot environment.Now the diskless machine reads in vmlinuz and initrd.lz from the /tftpboot directory of the dhcp server machine (host name: antilop, runing slackware 11.0).There is a NFS export named /usr/data/ubuntu on antilop (which can be mounted from the client when runing mandriva mcnlive Toronto)When I'm trying to boot with PXE, the kernel and initrd starts, eth0 gets a valid ip address.Then a lot of error messages appear saying: NFS over TCP not available from 192.168.1.48 <- this is antilop, my DHCP server and NFS server too.

Here is the content of the /tftpboot directory:

-rw-r--r-- 1 root root 34 2010-02-11 20:49 boot.txt
-rwxr--r-- 1 tjp users 75564 2009-10-05 16:08 gpxelinux.0*
-r--r--r-- 1 root root 5755032 2009-10-28 00:00 initrd.lz
drwxr-xr-x 2 root root 2592 2010-02-12 12:59 pxelinux.cfg/
-r--r--r-- 1 root root 3890400 2009-10-16 00:00 vmlinuz

Here is the contents of my /pxelinux.cfg/default:

default aaaa
label aaaa
kernel vmlinuz
append boot=casper netboot=nfs nfsroot=192.168.1.48:/usr/data/ubuntu initrd=initrd.lz

There is no process listening on tcp port 2049 (on antilop)I asked my friend google but it didn't give a satisfying answer so far.Some said that no nfs-over-tcp exists on slackware, some said nfs clients trying over tcp must fallback to udp.

View 3 Replies View Related

Server :: Web Development Environment Setup?

Feb 21, 2010

I have been looking around the web and forums for a while for the best way to set up a development office. I havent really found many specifics. I am with a new company is just starting to really take their development services seriously. We've added a couple developers and designers in the last month. I am trying to figure out a the best way to set up our environment.

We have a couple dedicated virtual servers with Media Temple. Currently, we develop everything under a subdomain of a domain we set up for development. When the site is ready to go live we move the site to its own domain. I cant believe this is the best way to go about things. So, what do you guys suggest as a setup? Software, versioning, etc. We have the ability to setup a test server in house and then push out changes to the production server but not really sure if that is needed.

We do mainly Wordpress development. If this should be posted in another area,

View 1 Replies View Related

General :: Setup Environment Variables For Groups?

Jun 15, 2010

I can setup variables in ~/.bashrc for my own shells. I can also setup variables globally in /etc/bashrc.but then how do I setup variables for a group in Linux? So that users who belong to this group will see the variables, but not others?

View 2 Replies View Related

General :: Setup A Demo Desktop Environment For Ppl?

Mar 23, 2010

i need to setup a demo desktop environment for ppl to try out a java based gui. i need to put this demo on a VPS server, run a vncserver, and use a web-based vnc viewer for ppl to access to it. what is the best desktop environment for this case, 1. my vps server only has about 200m memory left 2. i need to have java swing set running 3.it doesn't have to be cool, but it needs to be quick. i heard that freeNX is quicker, but i doubt there will be a web-based viewer around. i tried both gnome and xfce4 on my virtual machine and vnc to it, strangely i found out gnome is somehow faster than xfce4 which is supposed to be otherwise.

View 4 Replies View Related

Debian Configuration :: Setup PATH Environment Variables?

Jan 8, 2011

I edited /etc/profile to look like:

# /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).
if [ "`id -u`" -eq 0 ]; then

[code]....

When i type env, it just shows: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin It also shows JAVA_HOME, CLASSPATH and others were set up. Trying to get updatetool in glassfish usable for any user and during any session. I did the export command in a shell, and it worked, but not after closing the session. how to do environment variables.

View 3 Replies View Related

Ubuntu :: Setup A Web And Mail Server On Desktop Environment?

May 27, 2011

Before setting up a dedicated web- and mail-server system, I want to learn it by setting both up on my desktop environment. So far I can only find how-to's which are based on server install iso's.

Is it wise first to install a mail server by using i.e. [URL]. Get it up and running and then install a lamp server using [URL]

Both servers must use my own IP address which is related to my own domain xxxxx.com I also need to understand how to incorporated these.

My desktop is Ubuntu 11.04 2.6.38-8-generic x86_64.

View 2 Replies View Related

Hardware :: RAID 1 Mirroring Setup For Home Environment

Jul 21, 2010

I planned to setup raid 1 mirroring for my small home environment. Then I selected two new harddisk and connected to my system. I inserted my fedora dvd and I clicked raid button in the graphical installation process by refering redhat docs. I installed successfully in /dev/sda /dev/sdb it works fine. For testing purpose I removed one harddisk /dev/sda. My system didnt boot it shows grub error. Why this happened? Since I have configured raid mirroring why the system is not booting from second harddisk /dev/sdb.

View 1 Replies View Related

Networking :: Setup A Firewall In Home Network Environment

May 2, 2010

I am attempting to set up a firewall in my home network environment. the rest of the environment is windows, sorry I am attempting now so bear with me. what I have is a cable modem coming in, then my fedora 11 box with 2 nics, then the wireless router and the rest of the network.

everything works fine until I put the linux box in. If I put the firwall in the firewall sees the internet but the wireless router directly after does not. I am doing something wrong with the dhcp I am guessing. I dont want the firewall to give the address to the network I want the router to. I tried to get the firewall to do it (yum install dhcp leafnode) but it kept saying something didn't work right.

so I figure I will let the cable modem give the firewall an ip and the router give the rest of the network their ip's but how do I get the firewall and router to see each other and allow passthrough?

View 1 Replies View Related

CentOS 5 :: Centos-approved Way To Handle Group Environment Configuration?

Mar 10, 2010

What's the centos-approved way to handle group environment configuration? Let's say there are users in, oh, 4 different groups. Let's use the usual suspects:

accounting
warehouse
admin
netadmin

and I want to set up environment variables and maybe some pathing that are specific to a given group. So that when 'joeblow', who is a member of group 'warehouse', logs in, the pathing and environment variables (and whatever else) that is needed for users in the 'warehouse' group is set up and configured.

What I was initially looking for was an /etc/groups.d, and in /etc/groups.d is

/etc/groups.d
accounting.sh
warehouse.sh
admin.sh
netadmin.sh

As part of the login process, the group memberships for the login username would be examined, and for each hit the respective /etc/groups.d/ script would be run. I'm not seeing anything like that, so I'm assuming centos uses some other mechanism, but I'm obviously not using the proper keyword mojo. Can someone point me to where this mechanism is described?

View 4 Replies View Related

Fedora :: The Service Does Not Use The System Environment Variable For JAVA And JRE Setup?

May 6, 2010

i have added a tomcat startup service using chkconfig. I have set up JAVA_HOME and JRE_HOME as well ass alternatives to point to the correct location.I have an init script in /etc/init.d. When i start the tomcat service using [ /etc/init.d/<x> start ] everything works fine and the environment variables for JAVA_HOME and JRE_HOME are used correctly.Now i added the service <x> using chkconfig --add so that it can start on boot up. But now the service does not use the system environment variable for JAVA and JRE setup by me.Also after complete bootup if i try to start the service using [ service <x> start] the environment variable in the shell are not used. don't want to exclusively declare variables for JAVA_HOME and JRE_HOME in the init script.

View 2 Replies View Related

Ubuntu Servers :: Diskless Login - Setup A PXE Boot Environment?

Nov 24, 2010

how to to setup a PXE boot environment. The server contains a LUbuntu 10.10-installation the client is Ubuntu 10.10 Server (I didn't mix up those two...) So, everything is going fine; the client gets an ip-adres, and boots over PXE. The login-prompt is shown. Problem: I can't login. It seems my users are deleted (better not copied). Of course the system (client) works fine when I boot the system from it's harddrive. The only thing I can guess, there going something wrong with:

[Code]....

View 1 Replies View Related

CentOS 5 Server :: Samba-3.0.33 - Cannot Change Computer Names In A Samba Domain?

Oct 8, 2009

I have to rename a group of machines in my little samba domain (tbd backend) but there is an ugly bug that makes this impossible. have set 'rename user script' variable corectly, also checked all configurations.When i change computer name in my windows box, it shows an error saying something like "Error calling remote procedure"Looking on server side, username for the machine gets correctly changed in /usr/passwd, and also in samba database.But samba log says:

===============================================================
[2009/10/08 11:10:32, 0] lib/fault.c:fault_report(42)
INTERNAL ERROR: Signal 11 in pid 11052 (3.0.33-3.7.el5_3.1)

[code]....

View 3 Replies View Related

Ubuntu Servers :: Setup Simple File Server In A Native Environment?

Dec 7, 2010

I have two computers on my home lan I am trying to share files between...My desktop which is running Ubuntu Server 10.10 (x64) with a GUI, and my laptop which is running Ubuntu Desktop 10.04. I have tried a million different tutorials regarding SAMBA setup, but they never work.

In addition, most of those tutorials are geared towards hybrid Linux/Windows environment. I do not have any microsoft product in my home. I have created the share on my server, but I'm not sure how to connect to it from the laptop (once again at this point in the tutorials it explains how to access it from a Windows PC). I tried using the menu doing this:

Places-->Connect To Server-->Service Type-->Windows Share (for the server I tried my server hostname and IP) to no avail. Does anyone know of a recent step by step tutorial for setting up a complete Ubuntu environment? Is there a simpler method I can use since I do not particularly need to use SMB protocol?

All I want to do is share my music folder from my server so I can access it (from the same LAN) on my laptop...Arrrghhh frustrating.

View 8 Replies View Related

Ubuntu :: Setup A Cross-platform Development Environment With Qt - Qt-sdk Package Missing

Feb 13, 2011

I was trying to setup a cross-platform development environment with qt, an thus looked for the qt-sdk package I used to install on my 32-bit machine.This package appears to have been deleted from 64-bit ubuntu maverick, but I do not understand the details...

- Has this package been renamed, or is there another one in place of it?

- Is this package going to be available again in the future?

PS: I am aware that one can install the sdk by downloading the installer, but for unattended install I prefer the apt package...

View 8 Replies View Related

Ubuntu Installation :: Desktop Environment (gnome) On Server 11.04 - Setup A Graphical App?

Aug 2, 2011

I install ubuntu server 11.04 I select ubuntu server from boot menu then enter username and password and then i see a command line line and a black background How i can setup a graphical app (some thing like genome) for my server I do not know any thing Any body can explain all step of this for me how I connect to internet how download graphical app and install it? (I connect to web with windows 7 and adsl internet)

View 6 Replies View Related

Ubuntu :: Setup Xserver With Karmic - Run The Installer In Server WITHOUT Installing Gdm Or A Desktop Environment?

Mar 24, 2010

I have a server set up with Ubuntu Karmic. I am making it a printer server, and my printer is compatible with Ubuntu. (I tested it on my laptop, also using ubuntu) My problem is, the driver installer is graphical and my server is not. Is there a way I can just run the installer in server WITHOUT installing gdm or a desktop environment? So far, everyone I've read says to have xserver,xorg,fluxbox(or other gui), etc. I just want to run the installer through SSH, and I know about the -X tag.

View 5 Replies View Related

CentOS 5 :: Mistakenly Setup RAID 0 Array On / Instead Of RAID1 During Setup - Convert Without Loss?

Dec 15, 2010

So I didn't notice when I setup my CentOS 5.5 server that I left / as RAID 0 on md1. All the rest are RAID 1. Is there a way I can modify the array to RAID 1 without a risk of data loss? I'm glad I caught this before I setup any other services. I've only setup smb so far...

[root@ftpserver ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/md1 16G 3.0G 13G 20% /

[code]....

View 1 Replies View Related

CentOS 5 :: Boot Setup From Partition That Is Formatted During Setup

May 5, 2009

Here is a thought experiment:

1. Copy vmlinuz and initrd.img from isolinux subdir into /boot
2. Adjust grub.conf to boot to that kernel
3. Reboot to setup
4. Format /boot (actually '/' ) during "fresh install"
5. Proceed with the installation-over-network

I see two possible outcomes:

1. The setup fails to reformat the drive, because it is "in use" by boot kernel

2. The partition is not "in use" and the installation succeeds

Why? Old cluster with broken CD-drives, lacking USB, and no separate /boot partition.

View 2 Replies View Related

CentOS 5 :: Run 5.3 In ESXi 3.5 Environment?

Jul 13, 2009

We are having some problems in running CentOS 5.3 in our ESXi 3.5 environment. The virtual machine is running perfectly under VMWare Player, but when I converted it to ESXi using VMWare vCenter Converter 4.0.0, the CentOS often goes into a panic right at the start of stops when setting up the hostname.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved