Server :: DFS Replacement With AD Integration?

Apr 19, 2011

present we have a folder shared between branches (Approx 10G of data) and we're using Windows 2003 with DFS but this has had a number of issues and thus is scheduled to be replaced with a Linux solution for various reasons.I would need a scalable system that will allow me to start off with 5 servers each having a samba?hare to Windows pc's. The 5 servers though must replicate any changes made to the folder. So if server 1 received a new file, it should replicate the change to servers 2-5 etc... Ideally I would also like the shares to allow for AD based permissions.Can anyone recommend a way forward with this? I am currently looking into GlusterFS and lsyncd as two options for the replication

View 1 Replies


ADVERTISEMENT

Server :: Integration Between NIS And Sendmail

Jan 20, 2010

i have sendmail & NIS working properly but i donot have centeralized authentication i.e. server user is not able to login from client Desktop and i donot get Global address book of users in mail client when accessing mail.

View 2 Replies View Related

Server :: Bugzilla 3.2 Integration With LDAP?

May 6, 2010

I Installed Bugzilla 3.2 on Centos 5.3.I have other window 2003 server (Domain Controller).But it is Windows Small Business Server 2003.i have many OU on that.I want to integrate Bugzilla 3.2 with LDAP.

View 2 Replies View Related

Server :: Communigate Pro With Procmail Integration?

Feb 4, 2010

I want to know if I can you communigate Pro with procmail integration?

I have read and seen that, CommuniGate Pro has some nice features so I want to use it.

Or is there a way I can do email filtering in CommuniGate with out procmail?

View 1 Replies View Related

Server :: DHCP DNS Integration Still Does Not Work?

Feb 5, 2010

I have read a lot of threads about this topic and tried everything as best of my knowledge but I still can not make it to work.Need specific directions on whats wrong, missing or how to debug the problem.Here is the DHCP error:

14:49:05 Unable to add forward map from service2.example.com. to 192.168.1.150: timed out
14:49:05 DHCPREQUEST for 192.168.1.150 from 00:04:75:d3:9f:27 (service2) via ETH02
14:49:05 DHCPACK on 192.168.1.150 to 00:04:75:d3:9f:27 (service2) via ETH02

[code]....

View 14 Replies View Related

Server :: OPENLDAP Client Integration With Server

Aug 27, 2010

I've configured OPENLDAP server on the CentOs 5.3. Well everything is working fine .All the uses have been added to the database.database is bdb in ldap configuration.Now client machine is on windows xp. how to integrate Windows Xp with the LDAP server for authentication.

View 5 Replies View Related

Server :: Postfix And Active Directory Integration?

Mar 10, 2011

I am trying out few stuff with Linux and Windows. I have a 'Postfix' mail server on CentOS 5.5 with 'dovecot' and 'squirrel' (webmail) working fine. I am just wondering, how can I create bulk mailboxes on CentOS 5.5 (for postscript) so that the the users can access their mail from the browser (squirrel mail)?

How can I integrate with Active Directory? I am also looking for techniques to automatically create bulk users (for example 100 users) on Active Directory with a default passwords (or random passwords if possible) that integrate with Postfix.

View 3 Replies View Related

CentOS 5 Server :: Active Directory 2003 R2 Integration?

Jul 29, 2009

I was working to integrate Centos 5 and AD 2003 R2, this is my set up Windows side:

1. Install Identity Management for Unix, (Windows R2 already includes the Unix attribute not entirely necessary to install IMU, but it makes easier to configure the attributes from ADUC, when IMU is installed the Unix attributes TAB is shown in the user properties)

2. Configure the Unix attributes for every user account that will be authenticating from centos.

3. Create an user account to be used as a proxy for ldap, a regular user would be enough. Password never expires.

4. Create a computer account for every centos host; assign this computer account as pre-windows 2000 account.

5. Assign a value of 4128 to the user account control property for the computer account.

[Code]...

View 1 Replies View Related

CentOS 5 Server :: Integration Services Hyper-V (Error 2)

Nov 4, 2010

I've installed CentOS 5.x (64 bit) on a Hyper-V Server R2. When I trying to install integration serices I get an error:
[root@localhost ~]# cd /opt/linux_ic_v21_rtm/
[root@localhost linux_ic_v21_rtm]# make
Building all modules...
make -C /lib/modules/2.6.18-164.el5/build SUBDIRS=/opt/linux_ic_v21_rtm/src modules
make: *** /lib/modules/2.6.18-164.el5/build: No such file or directory. Stop.
make: *** [all] Error 2

I am using:
Linux localhost.localdomain 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
I did everything as it shows on [URL].

View 1 Replies View Related

Server :: Configure Nginx As Replacement For Pound?

Jul 24, 2011

As Pound is broken under Fedora 15, which I'm running on my Linux server, I decided to try out nginx and move the Pound configuration to something in nginx which does the same.However, the nginx configuration is a lot more complex than in Pound. What I try to do:

- nginx will listen on port 80
- requests for www.mydomain.nl => Domino HTTP server (on different server)
- if this server is not reachable, go to another Domino HTTP server

[code]....

View 2 Replies View Related

Server :: Active Directory User Integration With Samba Fileserver In CentOS 5

May 19, 2011

My all production PC r running under ADC windows2008 server. Recently I implement a file server in CentOS 5. Now I want to integrate Samba (File sharing) using Active Directory so that all access permission to file server comes from AD's permission.

View 2 Replies View Related

Server :: Writing Debian Init Script For Process That Has No Syslog Integration?

May 18, 2011

I have inherited ownership of a Debian server process that logs its error message to stdout/stderr. Currently its initscript has lines like:

start-stop-daemon [options] --exec $DAEMON -- $DAEMON_ARGS < /dev/null 2>&1 | logger $LOG_OPTIONS 2> /dev/null &

I have tried to abstract as much of that away as possible. The options specify a pid file, to make a pid file. A subsequent line tries to establish whether the process is up, though I think several conditions are not checked for. This script seems pretty ropey to me. I am trying to start again with the lsb-base one in /etc/init.d/skeleton though that is going to require a lot of modification. get the code change to use the syslog API however that is out of the question at least for now.

1.) Create a named pipe
2.) Start up a logger daemon that reads from the named pipe
3.) start up the server process that writes to the named pipe

It would be ideal for this if start-stop-daemon offered options to specify where the IO of the daemon process should be redirected to. However I am not about to offer to adopt that package (with ~400 bugs) so I doubt that will happen. Trying to specify the redirection on the command line does not work. In the case of the logger daemon start-stop-daemon seems to hang on the system call. In the case of the server process the pipe gets closed when start-stop-daemon exits, so the logger daemon exits. None of that seems surprising.So what I am doing now is to write simple wrapper scripts for the server and logger processes. Both wrapper scripts have this structure:

1.) sanity check the arguments
2.) exec program [suitable redirection of IO]

Then the start-stop-daemon can call the wrapper scripts as daemons. From my experiments so far this seems to work. However I feel a bit uncomfortable with this. It introduces several new wrapper scripts.I cannot think of any obvious security holes but I suppose race conditions are inevitable.

View 1 Replies View Related

Ubuntu Servers :: Windows Home Server Replacement In 9.10

Feb 19, 2010

Anyone know of a simple replacement for windows home server based on ubuntu 9.10 ?

View 9 Replies View Related

Server :: Replacement Postfix - Getting Intermittant Loss Of Sent Emails

Mar 10, 2011

I'm building a replacement postfix email server and I'm getting intermittant loss of sent emails; where: sometimes mail ends up at the recipient (a hotmail address) and sometimes not. Having an offsite relay (or posting directly to the internet) doesnt help either. (Although using hotmail itself as a relay always works despite logged complaints about unchecked ssl certs) Most dissapointingly the log files for the smtp transations are the same for successfully received emails as for the "lost" emails.

[Code]....

View 2 Replies View Related

Ubuntu Servers :: Active Directory Domain Integration - Allow Domain Users To Authenticate Server And Access File Shares Using Samba

May 13, 2010

The company I work for, as usual, is Microsoft-centric. I'm attempting to integrate my Ubuntu server into the domain to allow domain users to authenticate to the server and access file shares using Samba. Here's my current configuration:

[Code].....

View 9 Replies View Related

Ubuntu :: Windows 7 Integration Into OS?

Jul 26, 2010

how to take a windows 7 install and intergrate it into linux. i like that wine integrates into the windows manager. but of course wine simply doesn't do what i want. i love linux because of complete customization. i like windows 7 because it runs the programs i use on a daily basis properly. i know there has to be some way this can be done. im getting tired of using windows 7 inside a virtual machine for varius reasons. i know there has to be someway i can combine linux and windows normally.

View 6 Replies View Related

CentOS 5 :: Integration Of Drbd 8.0.16 In 5.3

Aug 19, 2010

Iam trying to integrate drbd 8.0.16 in 5.3 release.

Installation of drbd was successful but modinfo fails to identify drbd kernel module.

[root@inccishh0884 usbs]# /sbin/modinfo drbd
modinfo: could not find module drbd
[root@inccishh0884 usbs]#
[root@inccishh0884 usbs]# ls -l `find /lib/modules -name drbd.ko`

[Code].....

how i can make the modinfo to identify the drbd modules present in 2.6.18-128.4.1/extra folder.

Is there a drbd module available that matches exactly with the kernel version 2.6.18-128.el5

View 2 Replies View Related

Debian :: How To Get Info On Iceweasel + KDE Integration

Jul 31, 2010

I'm running Debian unstable on amd64 with KDE4 desktop. I know there exists KDE integration package, that enables iceweasel to use KDE file dialogs. In ubuntu its called kmozillahelper. There was similar packages in Debian (called differently as far as I remember). I happily used it in unstable, but several weeks ago it disappeared for some reason and I can not find it.info on iceweasel + KDE integration in Debian?

View 10 Replies View Related

OpenSUSE :: Lost Firefox KDE Integration?

Jan 26, 2010

I install Firefox 3.6 from the mozilla/openSUSE_11.2 repo, but F6 didn't work; so, I tried uninstalling it and installing Firefox proper. Of course, none of the KDE integration worked with that; so, I am back at the normal repo's Firefox but no KDE integration (same with Thunderbird). I do have MozillaFirefox-branding-openSUSE, MozillaFirefox-theme-oxygen, and mozilla-xulrunner191-kde4 installed.

View 2 Replies View Related

Ubuntu :: How Do I Remove Wine Integration

Feb 15, 2010

I helped a friend with a old game. File-roller couldnt handle the archive so I installed WinRAR via Wine. But now WinRAR is the default app for RAR-files and the icon has been replaced by a WinRAR iconI have removed Wine and it's settings but nothing helped. How do I remove the Wine integration?

View 7 Replies View Related

Ubuntu :: Top Panel Deleted With All Integration

May 5, 2010

I just installed 10.04 and am really impressed I am enjoying it more then win 7 and mac osx. The integration of social networking from the top panel was one of my fav features however my niece got hold of my laptop and deleted it and I cant figure out how to restore it along with all of the features. I dont want to have to reinstall now after finally getting everything where I wanted it.

View 2 Replies View Related

Ubuntu :: Thunderbird Integration - How To Get Rid Of Evolution

Jun 10, 2010

I've got it in the notifications, I've got it in the indicator applet... How do I get rid of the evolution buttons in the indicator and get a working "Dynamic" Thunderbird one? (With the compose message, inbox buttons etc) Need the indicator to respond and look like the mail icon. Also, does Thunderbird have a "Silent mode" where it can run without a window and show notifications when needed? Is there a way to have contacts in a tab? I need to switch cause evolution is driving me insane with the constant password requests... It could fill up the hundred paper-cuts all on its own...

View 2 Replies View Related

Debian :: Iceape Iceweasel Bookmarks Integration?

Feb 13, 2011

Just installed Iceape because Iceweasel uses Xine which does not work correctly. How I get the complex bookmarks across to Iceape? There is a menu option for transferring a bookmark *file*, perhaps that's the thing, but which file should be specified?

View 3 Replies View Related

Fedora :: Nautilus And Tracker Integration (Tag Files)

May 9, 2009

I'm playing a little bit with tracker, and I particularly like the feature that enables you to tag files. I was trying to see if there was a way to integrate it into Nautilus, and I stumbled upon this: [URL]. Which, of course, doesn't work for me! (Fedora 10). One thing to note is that they say to install python-nautilus, which I couldn't find, so I installed nautilus-python instead... just a different name for different distros or are they actually 2 different packages?

View 8 Replies View Related

OpenSUSE :: Did Gnome Integration Change Between SLED 11.1 And 11.2?

Apr 27, 2010

apps that ran and installed just fine under 11.1 don't (seem to) under 11.2.I was running Gnome under 11.1, and have used the same desktop as I moved to 11.2.For example, I was able to install and run the Novell Support Advisor 1.1 under SLED 11.1 just fine. I would need to authenticate as root before the app would run, but it would run just fine.After I upgraded from SLED 11.1 to 11.2, things just don't seem to be as stable. NSA (and other apps) seem to install, but their icons don't appear in the applications folder, and when I login su and then attempt to run, the terminal window usually hangs.

I can't get a CIFS client to install (I see it in the list of installed apps, but it's not present under YAST).Banshee was a beautiful app under 11.1, but I feel like I spend more time working around it's glitches in 11.2 rather than setting it to play and enjoying it's usefulness.The Novell Client (yes, I know, it's not officially supported under 11.2) has caused me enough heartache that I VNC an XP box just to get to files.So anyway, enough whining, what can/should I do to work through these issues? Should I just give up and go back to 11.1? Is it better to burn and re-build rather than upgrade per the OpenSUSE docs? Is there some "magic" log files folder (other than availble via YAST) to see where error messages are occurring so I can troubleshoot the issues better?

View 9 Replies View Related

OpenSUSE :: Firefox KDE Integration - Can't Use The Save-as In The Menu

Sep 11, 2010

Opensuse 11.3 64bit
Firefox 3.6.8

I can't use the save-as in the menu. So, I use the keyboard shortcuts workaround discovered in another topic. The organize bookmarks->import and backup-> backup won't work. There are no keyboard shortcuts to bypass the bug. How do I get around this?

View 9 Replies View Related

OpenSUSE :: VLC Integration In 11.4 - Cannot Drag And Drop Files

Mar 12, 2011

With a default 11.4 (64bit) installation with Gnome - and using the 11.4 one click installer on
VideoLAN - VLC: Free streaming and multimedia solutions for all OS! - the 11.3 integration seems to have worked better.

The first issue is that it's no longer automatically integrated into the right click context menu of movie files.

This integration happened in 11.3.

The second, which I think is user error but I really cannot get it to work is dragging and dropping files does not work.

-> Open Nautilus
-> Navigate to folder with movie files
-> Open VLC
-> Click on a file in Nautilus and try and drag it onto VLC

The VLC is hidden during the file click and drag, so a drag to the bottom panel is required to try and activate VLC - however, VLC is never activated. I have tried different positions on screen but still over the VLC entry to try and activate it, but nothing happens.

This same sequence on 11.3 correctly activates VLC so I can drag and drop.

A workaround on 11.4 is to make VLC "Always on top" via the right click menu on the VLC title bar.

View 2 Replies View Related

OpenSUSE :: Missing Integration Between Firefox 4 And PHP5

Apr 16, 2011

I've got apache2, ver 2.2 running on openSuse 11.4 and just installed php5. My php web pages are still only displaying the text files and are not parsing or executing as expected. I've rebooted to clear any hidden gotchas.

View 9 Replies View Related

Ubuntu :: Kind Of Hardware For Better Integration / Functionality

Nov 2, 2010

Ubuntu works pretty well on most of the desktop computer (drivers support), the basic functionality like, keyboard, sound card, network card generally works well. But when it comes to laptop computer, really need luck. Some laptop's keyboard works weird, some cannot play music. I am recently thinking of buying a new laptop. Is there any website shows you which brand of laptop recommends which version of linux? or ubuntu works better on which brand of laptop?

View 3 Replies View Related

Ubuntu :: Cyberpower UPS Integration With Gnome Tools Possible?

Jun 1, 2011

I recently purchased a Cyberpower CP1000PFCLCD UPS and much to my surprise when connected via USB to my PC (running Natty) the Gnome Power Management tool is able to see it and read some data, however the support is not complete. Gnome always thinks the UPS is supplying 0.0V although it is does properly read some data such as 'Time to empty'. Is it possible to configure the Gnome power application to properly speak to the UPS? If its not possible to have Gnome play nice with this UPS is it possible to at least have the UPS be ignored by the power mgmt tools?

I am able to use the Cyberpower utility but it would be slick to be able to use the Gnome tools for its history and statistics.

View 9 Replies View Related







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