Ubuntu Servers :: 10.04 Can't Install SLAPD
Jan 16, 2011
I use Ubuntu server 10.04 I try to install slapd, but i get the following error
Code:
libldap-2.4-2 (= 2.4.21-0buntu5.2) but 2.4.21-0ubuntu5.3 is to be installed
E: Broken packages
And also, when I try to install some other packages such as nagios, squid, .. I get the some list of errors. One of the error say something like
Code:
Failed to fetch http://id.archive.ubuntu.com/ubuntu/pool/main/n/nagios-plugins/nagios-plugins-standard_1.14.14-1ubuntu1_i386.deb Temporary failure resolving 'id.archive.ubuntu.com'
What to do? Should I edit /etc/apt/source.list to point to other repo site?
View 2 Replies
ADVERTISEMENT
May 24, 2010
I have slapd-server running but it seems to refuse connections in a very odd way. Wireshark shows that everytime JavaEE-client tries to connect, only 2 packages are sent. As I understand, in tcp/ip protocol, the first is just "hello, who's there". The last is just a message consisting of ACK and RST. I think RST means "we're done". At this point I don't think any credentials are checked so I don't know what could be wrong
View 1 Replies
View Related
Aug 20, 2010
I am setting up LDAP server, i set slapd.conf(dc=proldap,dc=com) and start ldap it is OK but when i check using ldapsearch -x -b '' -s base '(objectclass=*)' namingContexts result is : namingContexts: dc=my-domain,dc=com
it seems that it did not use my slapd.conf so i tried removing my slapd.conf from /etc/openldap and start slapd again and it did start with no errors. and when i do ldapsearch again still uses dc=my-domain,dc=com
I tried searching about this in google and found no answers,
my reference in setting up ldap is the link below. but it seemed that it always uses another configuration not the one i modified
I'm using Fedora12, ldap version 2.4.19. i installed ldap by yum install url
url
View 12 Replies
View Related
Oct 20, 2010
I am trying to setup LDAP server on Ubuntu 10.04 and am sticking to the old /etc/ldap/slapd.conf file configuration.
I had to comment ldapi:/// from /etc/default/slapd since it was giving 'Address already in use error'. Also had to juggle with pid directory and file issues
After that I was able to start the slapd daemon (service slapd start) but now I am running into multiple issues:
1. Can't stop the service with service slapd stop
Code:
## Service stop returns 0, maybe because start-stop-daemon is not giving error
#service slapd stop
Stopping OpenLDAP: slapd.
# echo $?
0
Will switching to BDB database resolve this ?Also can't I slapcat at non-root user ??
View 2 Replies
View Related
Oct 7, 2010
Can't install slapd (OpenLDAP) server on my laptop running Ubuntu 10.04 (lucid) Gives broken package error
Code:
sudo apt-get install slapd
Reading package lists... Done
Building dependency tree
Reading state information... Done
[Code].....
View 2 Replies
View Related
Dec 21, 2010
I was trying to run openldap in /usr/local/libexec on ./slapd command.
As usual, it doesn't respond anything which is normal (side qns: can anyone tell me why ./slapd doesn't even return me a status message?)
Then I went on to check ps -ef | grep slapd, but found that the ./slapd was not in process at all (means its not running). If it ran successfully, it should be in my process.
View 3 Replies
View Related
Aug 4, 2010
I'd like to clear the slapd DB so that I could reinstall it from scratch, however, when I remove the package and reinstall it, I still get some items in there.How can I purge/flush/remove everything from slapd?Instructions I follow to do the set up?https://help.ubuntu.com/10.04/server...ap-server.html
View 3 Replies
View Related
Aug 6, 2010
Is it possible to set up slapd to authenticate users using a simple name instead of a dn?
View 1 Replies
View Related
Mar 1, 2011
I try to setup OpenLDAP on Debian Squeeze.But it seems the documentation I found is differed than the installation.
Normally I would expect /etc/ldap/slapd.conf as also mentioned at url.However this file does not exists and I got the feeling Debian changes a lot with the default (bit poor if you asked me).Seems they created a LDAP database and put the config in there, correct me if I am wrong?A folder /etc/ldap/slapd.d is created with some config inside. And also a /etc/ldap/ldap.conf does exist.
Is there any documentation on this, and what if I would like to have a flat config in /etc/ldap/slapd.conf?
View 4 Replies
View Related
Jan 29, 2010
I am using Fedora12. I installed the following packages:
openldap-servers-2.4.19-1.fc12.x86_64
openldap-clients-2.4.19-1.fc12.x86_64
openldap-2.4.19-1.fc12.x86_64
db4-4.7.25-13.fc12.x86_64
Where should I dig, what I'm doing wrong ?
View 7 Replies
View Related
Feb 26, 2010
I want to index my openLDAP database without shutting down or stopping by slapd. Is there a way to do that.
I also have master - slave architecture setuped for the replication.
View 4 Replies
View Related
Feb 20, 2010
If I do something to the effect of this:ldapsearch -b "dc=example,dc=com" -x -z 3000
I'll get this back at the end of the result set:
# search result
search: 2
result: 4 Size limit exceeded
The thing is is that I have way more (thousands) than what's being displayed here. And I've tried to mess around with /etc/ldap.conf, changing the SIZELIMIT directive to something else, 10000, let's say, and restarting the server, but the same goddamn thing happens.
I've been messing around with this for quite some time now, hopefully someone will be able to shed some light on this so that I can learn my way out of this mess that is LDAP. Also in a related matter, I'm running Mint (based off of Ubuntu), and all the documentation that I've seen (probably read a good 100+ pages in a few days now on this) keeps telling me to make changes to my slapd.conf file. What slapd.conf file? It doesn't exist, I can't find it at least. find / -name slapd.conf turns up nothing.
View 10 Replies
View Related
Mar 1, 2010
Slapd is up and running perfectly well, and I can add and remove entries without a problem. My OS is the Ubuntu based Mint.
So I was hoping for someone to give me a nudge in the right direction for doing this without a slapd.conf file, or directions for how to force slapd to pay attention to a slapd.conf file whose location I specify.
I've tried messing around with /etc/ldap/ldap.conf to no avail, I've tried just putting in a custom slapd.conf file but slapd doesn't pay attention to it.
And to the best of my knowledge I can't find anything written on this specific topic. I can find plenty on slapd.conf's, but that's just taunting me considering I don't even have it on my system.
View 1 Replies
View Related
Sep 11, 2010
How to install cs1.6 server on ubuntu 10.04.1
View 1 Replies
View Related
Jan 8, 2011
I've tried every tutorial out there and cant install JRE on my VPS.
View 9 Replies
View Related
Jul 19, 2011
I'm trying to install KVM on my Ubuntu 11.04. I was trying to follow the instruction on this link: [URL]
After the installation (and after a reboot), when I run this command I got the following error.
$ virsh -c qemu:///system list
error: cannot recv data: : Connection reset by peer
error: failed to connect to the hypervisor
[Code].....
View 1 Replies
View Related
Feb 9, 2010
I have installed PHP5 for 9.10 and am trying to install PDO via pecl and am having no luck.
[Code]...
View 4 Replies
View Related
Feb 16, 2010
i have ubuntu server 8.04 witch preinstalled samba 3.0.28. I like to install from repositories samba 3.4.5.
View 3 Replies
View Related
Feb 28, 2010
does anyone know of an article that explains how to install all Ubuntu Elastic Cloud on one single machine?i understand that it should be ideally used with at least two; but i am trying to test it and i do not have two machines to use
View 5 Replies
View Related
Apr 23, 2010
I've run into a problem and I don't know if it's apache or php or the combination of both. I can compile apache 2.2.15 just fine, but whenever I try to compile php 5.3.2 into my server, the first two steps work just fine but when I get to the make install part it shows the libphp5.so and it just stays there and I have to cancel the install because it won't finish.
View 5 Replies
View Related
May 2, 2010
I recently installed a Ubuntu Server 10.4 on a new machine. This I installed as a cloud node controller.
I wanted to use an existing machine running U 9.10 Desktop (which was a cloud controller, cluster controller, storage controller, and Walrus controller) in that same capacity under the newer UEC. The advertising was compelling with respect to the new 10.4 cloud auto registration based upon E 1.6.2 etc etc. My cloud stopped working.
To make a long story short... Would someone point me at a way to execute the preseed debconf scripts such that I can get the non-node controller configuration set up in the new environment or tell me how I can get a reinstall of the packages to asked the questions and do the config. I am stuck as of now.
View 1 Replies
View Related
May 17, 2010
I have a ubuntu server install 10.04 LTS, and I want to install the gnome desktop; however, I do not want it to start automatically for performance reasons. I only want to run it at my choosing with startx. if i use sudo apt-get install ubuntu-desktop, will it start auto? if so, how can I take it out of startup?
View 9 Replies
View Related
May 21, 2010
As reported on Launchpad as bug 574468, installation of 64-bit Ubuntu 10.04 fails on IBM Bladecenters because the installer fails to detect the CD, due to a bug that has yet to be tracked down. I've developed a workaround that will allow Ubuntu 10.04 Server to be installed on a Bladecenter blade by mounting an Ubuntu Server ISO image as a loopback device (and then further working around issues that arise from manually mounting the ISO image), and want to document it here. You will need:
1. an Ubuntu Server 10.04 CD.
2. a USB stick formatted as ext2 with the Ubuntu Server ISO image stored on it. Other file systems may work as well, however fat32 does not seem to work, as I was unable to mount a fat32 USB stick in the installer shell.
3. a Bladecenter with a CD drive and a USB port. Both devices should be "attached" to whichever blade you're trying to install Ubuntu on.
Installation Steps
1. boot your blade to the Ubuntu Server CD. Make sure the USB stick is plugged in as well.
2. proceed with the installer as normal, setting the keyboard layout, etc.
3. when the installer gets to the point where it fails to detect the CD, go back to the main menu and select "Execute Shell."
4. in the shell, mount the USB stick with commands like these:
Code:
mkdir /mnt/sdb1
mount /dev/sdb1 /mnt/sdb1
5. copy the Ubuntu Server ISO image to the /root directory of the live file system with a command like:
Code:
cp /mnt/sdb1/ubuntu-10.04-server-amd64.iso /root/ubuntu-10.04-server-amd64.iso
6. mount the Ubuntu Server ISO image as a loopback device with mountpoint /cdrom:
Code:
mount -o loop -t iso9660 /root/ubuntu-10.04-server-amd64.iso /cdrom
7. unmount the USB stick (but leave it plugged in):
Code:
umount /dev/sdb1
Unmounting the USB stick seemed to be necessary in order to work around the "Failed to determine codename" issue detailed below in steps 9 and 10.
8. type "exit" to exit the shell and go back to the main menu. From there, select the option to detect the CD ROM.
9. continue with the installation. It will go through networking and partitioning. After partitioning, however, it will fail again, complaining that it "Failed to determine codename for release."
10. at this point, go back to the main menu and choose the option to "Load installer components from CD." Then check the option that reads "Load Installer Components from an ISO Image" and press Continue.
After the packages for detecting and loading ISOs are installed, the installer should automatically search all available disk drives (mounted and unmounted) for ISO images.
It should find the ISO image stored on your USB key and mount it.the installation will continue as normal and you will not get the error message about failing to determine the codename for the release. If this process fails, go back to the command shell and unmount your USB key--for some reason I found that if the key was mounted, the installer wasn't able to auto-detect the ISO image stored on it.
The codename issue seems to be related to the installer not liking that the ISO image was mounted manually. Letting the installer find and mount the ISO image itself apparently allows it to perform whatever magic is required to allow the installation to proceed. I figured this out mostly thanks to the tip in post #3 of bug 122402. Here's hoping the real bug gets fixed soon so that all this hassle is not necessary in order to install an LTS release on popular server hardware.
View 7 Replies
View Related
Jun 5, 2010
I want to install Ubuntu Server on my server, but I can't move my monitor. What I have tried to do:
1. Install Ubuntu Server onto Computer A.
2. Move Computer A's hard disk into Computer B.
3. Boot Computer B without a monitor.
4. Use SSH to get a remote terminal. This is where my problem is.
Is this possible? I told the installer to install the OpenSSH Server, so it should work, right?
View 9 Replies
View Related
Jul 7, 2010
how to install GNU Compiler on Ubuntu Server 10.04
View 3 Replies
View Related
Aug 3, 2010
I'm trying to install Alternative PHP Cache on my web server and am running into an error with pecl.
Code:
checking whether apc needs to get compiler flags from apxs...I was not able to successfully run APXS. Possible reasons:
1. Perl is not installed;
2. Apache was not compiled with DSO support (--enable-module=so);
3. 'apxs' is not in your path. Try to use --with-apxs=/path/to/apxs
The output of /var/tmp/pear-build-root/APC-3.0.19/y follows
/tmp/pear/temp/APC/configure: line 4113: /var/tmp/pear-build-root/APC-3.0.19/y: No such file or directory
configure: error: Aborting
[code]....
View 6 Replies
View Related
Sep 6, 2010
Im install bind9 in ubentu 10 with this turotial [url]my dns server is work in linux but my client user cannot use dns when client run nslookup in cmd Cannot find server name for address my_ip_linux :server faild Server: Unknown. im on linux valid ip
View 5 Replies
View Related
Oct 31, 2010
I'm trying to install eyeos but I try to install it and I get:
Also, is there a way I could speed how fast the page loads, or is that just a bandwidth issue?
View 1 Replies
View Related
Feb 28, 2011
I've just install and configure an 10.10 ubuntu server, but I cant install anything from internet. When ping for example Google, recieves "connect: network is unreachable".
View 3 Replies
View Related
Apr 10, 2011
I have a computer with Windows XP and Xubuntu 10.10 on it. And I would also like to install Ubuntu Server on it, with all OS side by side (Win XP + Xubuntu + Ubuntu Server). Can I do this. Or is the dualboot technologie limited to 2 OS? So I actually want a "triple boot".
View 3 Replies
View Related