This is for freeradius-1.1.7. I'm trying to compile freeradius to get around the missing rlm_eap_tls.so library, following/adapting the instructions in this thread.
Now I'm stuck at an error that says:
/bin/bash: line 20: --with-rlm_sql_postgresql_lib_dir=/usr/lib/freeradius: No such file or directory
/bin/bash: line 20: --with-rlm_sql_postgresql_include_dir=/usr/include/postgresql: No such file or directory
The directories named DO exist. The line numbers make no sense. A script error, perhaps? Or, a badly worded error message that actually means something else?
I've installed openMPI-1.4.1 on my laptop and I'm trying to compile some fortran code I've written using MPI. I downloaded the openMPI-1.4.1 file from the openMPI website and used the shell script they provide to install it. This is the shell script:
shell$ cd openmpi-1.4.1 shell$ ./configure --prefix=/usr/local shell$ make all install
There was an additional line extracting the tar file, but I did this by hand. The first time I ran this script there was an error on the final stage saying that a directory couldn't be created because of lack of permission. I decided to run the script again this time as a sudo.
Having run the script again everything appeared to install properly, however when I went to compile some fairly simple code I got a message saying that the compiler couldn't find MPI. I was using this command: gfortran messages.f90 -o messages I looked on the openMPI website where it recommends compiling with a compiler called mpif. However when I type mpif messages.f90 -o messages I get an error message saying mpif isn't a recognized command......
Usually when a compile doesn't work, the error message indicates a missing dependancy, and it's pretty straightforward. This came up while trying to install arts-1.5.10 for KDE 3.5
Code: mcoputils.cc:74: error: 'PATH_MAX' was not declared in this scope mcoputils.cc:91: error: 'kde_tmp_dir' was not declared in this scope
These days, I tried to compile my own kernel. Now, it seems work. However, when the kernel is booting, I always get the error message like below: acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed It looks that something is wrong with my acpi subsystem's configuration. But no matter How I reconfig it, this message still occurs. My distribution is UBUNTU 10.04 LTS original kernel with the distribution is 2.6.32 My own kernel is 2.6.35
I am currently running slackware 12.2 on a 25 GB partition. I like to use slackbuilds, but when I try to compile larger tarballs (like abiword, or a patched version of Ghostscript as I did today) I receive an error-message: 'Not enough space left on device'. I think the size of the partition must be big enough (I never got this message when compiling with Linux From Scratch). I think it has something to do with the size of my /tmp directory, but I don't know how to fix this. Is there a way to solve the problem, so that I could be able to use slackbuild-scripts?
I have installed freeradius from repositories in both Debian and Ubuntu. I have built from source with 'fakeroot dpkg-buildpackage -b -uc' on both the official freeradius source code and the source provided by apt-src in both Debian and Ubuntu. On a normal install via aptitude there is no ssl-support, I understand this is because of license issues. Otherwise is works, but is of course useless in a wifi-auth setup. On a install from source code, after editing debian/rules and debian/control as recommended different places on the net, freeradius fail to start because of ssl error. Same on install via source code downloaded directly from [URL]... Anyone have a working ssl-enabled freeradius server running Debian or the likes?
I was trying to install and configure freeradius server in centos 5.5 .I installed freeradius 2.1.7. I added a sigle line at the top of the users file like this. bob Cleartext-Password := "hello". when I tried to test using radtest command (radtest bob hello 127.0.0.1 0 testing123).but Igot access-reject mesage from radius server. first I was trying on the same pc with defferent terminal. I serched and tried lot of options but all the time I got the same access reject message. I put debug message in debug site. I can see lot of users posted the same error message in many forums. But I cant find any solutions. I installed ntradping in my laptop and tried but same error. Delaying reject of request 0 for 1 seconds. Going to the next request. Waking up in 0.9 seconds. Sending delayed reject for request 0. Sending Access-Reject of id 16 to 10.10.204.73 port 1619. Waking up in 4.9 seconds. Cleaning up request 0 ID 16 with timestamp +3. Ready to process requests.
I'm trying to install ubuntu 10.10 on xp,but, after waiting around 2 hours per instalation I received a error message that says:" unbuntu installer : and error occurred: coercing to unicode: need string or buffer, none Type found. for more information see log file C:1customerlocals-1 empwubi-10.10-rev197.109. I tried on one particion make just for it then I even tried on xp on C: I even put it on a pendrive but my bios is old and do not provide for usb booting. The other thing I have to try is making a boot cd but for one reason or the other , my recorder do not want to recornized my cds- rw and right now I do not have any regular blank cds . That will be my next step. Note: Ubuntu appears installed on the the control panel "add or removed programs" but not in "all programs" list. I'm a novice on this so maybe the answer was posted but I couldn't find it. Looking ahead to try it and be part of the linux team.
Trying to compile DOSbox version 0.70. Apparently this is the only version that can run Privateer flawlessly.Problem is, when I extract the source and try to './configure', I get an error that SDL 1.2 is not installed.
Code: anthony@anthony-1010:~/Games/DOS/dosbox-0.70$ ./configure checking build system type... i686-pc-linux-gnu
setting up a freeradius server and coovachilli in my ubuntu9.10.. I want software and hardware system requirments needed to install freeradius,coovachilli,mysql and apache.
Greetings from Greece. I tried to install opensuse 11.3 in an empty disk . Unfortunately the installation progress stops in 88% and the message error says "error copy live image to the disk". I have burn two different cd but the result is always the same.Is it a hardware problem or the cd is not correct?I had the 11.2 version in the same pc without any problem for a long time.
I am trying to perform a patch on the current kernel version that was included in SLES SP1 and do a compile of the kernel. However, after installing the new kernel and rebooting, I got a "Waiting for device" error. I tried just compiling the kernel after a fresh installation of SLES SP1 on a physical and virtual machine and got the same problem. When I was doing make rpm, I got errors something like (can't remember but it was something like not in gzip format, file format not recognized and exec format error). Also, what I noticed when performing mkinitrd was that there were errors like the following:
ERROR: modinfo :could not open /var/tmp/kernel-2.6.32.120.7paemod-root/lib/modules/2.6.32.12-0.7-pae-mod/kernel/drivers/char/agp/ali-agp.ko: No such file or directory
The files include others such as amd-k7-agp.ko, ati-agp.ko, efficeon-agp.ko and others. There are also 2 files in the usb direcotry that has this problem. This happened even after a fresh installation. What I did was the following:
cd /usr/src/linux make cloneconfig make menuconfig make rpm mkinitrd vim /boot/grub/menu.lst
I'm installing Sun Virtualbox and get the following error message. The install does not stop or crash, but just don't know what to do about this message:
Code: An error occurred while loading or saving configuration information for frontend. Some of your configuration settings may not work properly.
I have been using my desktop as a dual boot machine for several months now. The primary hard drive with windows on it died, and since we have been using ubunto 9.10 exclusively, I just removed the dead drive, changed the jumpers on the secondary drive to primary and did a clean install on the drive which presumably formats the disk before installing. When I try to boot from the hard drive i get the following message:
ERROR: no such device 2eb48bcb-7bb4-4080-b04d-fc32dec8c252
I just installed Ubuntu 10.10 but while completing installation at the point when we remove installation CD from drive and go to press enter to restart the system, I saw this error:[2993.693601] end_request: I/O error, dev sr0, sector 537844 like this line there were so many line displayed the I pressed enter the PC got restarted and now Ubuntu running as nothing happened. But I couldn't understand what was that error and how much serious it was.
I am just now starting to go deeper than the surface of my computer so I am very much a beginner. I have downloaded Ubuntu 10.10 and have tried to install it by mounting the image and installing "inside windows." Next, upon reboot and selecting Ubuntu from the windows loader it eventually went to a colorful screen but stayed there... the first time I let it sit there for 20 minutes or so then restarted, uninstalled/reinstalled tried again... then I let it sit there for 3 hours, nothing. Next I tried to mount image and install "demo and full installation." This time upon reboot I choose Ubuntu from the windows loader menu and an error message came up. I will type it out below exactly as I see it because this is the same message that came up when a friend suggested I boot from a USB drive.
When I hit the "upgrade" button, the box greys out and I get a message saying "could not download release notes, check your internet connection" (or words to that effect)?
A couple of months ago I bought a new Dell laptop with Windows 7 pre-installed. Rather than strip the hard drive and go with Ubuntu exclusively, I left W7 on and set up Ubuntu 10.04 as a dual boot installation. All was well for a month or more and now suddenly W7 won't boot. The Windows error message I get is The boot selection failed because a required device is inaccessible I've purged and reinstalled Grub2 several times with no luck. Also tried Windows fixmbr which allowed W7 to boot but made Ubuntu inaccessible. Below is the output of the boot_info_script.
Using IMAP to retrieve emails in Evolution is not working correctly. Some messages are recieved, others are not. Those messages that cannot be recieved, reports the following error message: Unable to retrieve message
I am helping a friend (remotely) and she has a problem on the laptop which prevents doing any updates. The error message is Could not initialise the package information An unresolvable problem occurred while initialising the package information. Please report this bug for the 'update-manager' package and try to include the following error message:
'E:Encountered a section with no Package: header, E: Problem with MergeList /var/lib/apt/lists/gb.archive.ubuntu.com_ubuntu_dists_jaunty-updates_restricted_binary-amd64_Packages, E:The package lists or status file could not be parsed or opened.'
I was trying to install Ubuntu 10.04 LTS on my windows xp. dowloaded and installed wubi. All worked well and system asked me to restart. After restart ubuntu was showing on multi boot screen, selected it. Then the system asked me to ESC installation or not, i didn't Esc. The Ubuntu screen was showing, but all of a sudden an error message saying INSTALLATION FAILED occurred.
My system Processor: Intel pentium IV Ram 1 GB Harddisk:- 160 gb
i'v installed ubuntu 10.04 on 3 different desktops and 1 laptop. It has gone flawlessly on all 4. i a want to install it on my hp to dual boot(the others i just wiped the drives) but when i tell it to boot from the cd at first it looks like it might work, with the purple page, but after a few minutes, before i get to the install options i get an error message. my current operating systime is windows and i have an hp pavilion. with 2.5 gigs of ram and a descent graphics card.
10.04 new isnstall from cd goes for a minute then I get this error message: old p3 800 machine, will this distro work on an old machine like this:
BusyBox v1.13.3(Ubuntu 1:1.113.3-1ubuntu11) built-in shell(ash) Enter "help for a list of built-in commands. (initramfs) mount: mounting /dev/loop0 on //filesystem.squashfs failed: input/o-put error Cannot mount /dev/loop0 (/cdrom/casper/filesystem.squashfs) on //filesystem.squashfs (initramfs)
i was installing sm packages my package installer or smthing seems to be broken. I was warned with a Msgbox, to install this thede items must be removed. i clicked 'install anyway''. Anyway, now i cant use any of my package installers. Synaptic says' U hv one broken package' and refuses to work until it is fixed. But fixing also doesn't work. Here are screenshots of terminal commands (apt-get install -f) and other msgs.
I figured I'd set up a test partition to test the waters before jumping head on to a full upgrade. I've created a new ext4 partition on my disk and marked it to be used as root for the install. Halfway through the installation an error message pops up saying it cannot unmount sda7 because it's in use, sda7 has nothing to do with the Natty install, it's the root partition of my main setup! I then aborted, rebooted and everything was fine with my main system, obviously the Natty install didn't take.
I recently tried to upgrade from Ubuntu 10.10 to 11.04. At first, the installation seemed to go smoothly, but when I tried to boot up, my screen displayed the following error message:
Input Not Supported
I am unsure how this is happening, since I was able to install 10.10 successfully. To better assist, I am attaching detailed information about my computer system.
Using Update Manager this morning, I received the following error message while it was updating Firefox:
An error occured: E: /var/cache/apt/archives/ubufox_0.9.1-0ubuntu0.10.04.1~mfn3_all.deb: trying to overwrite '/etc/xul-ext/ubufox.js', which is also in package xul-ext-ubufox 0 What action should I take now?