Debian :: Cannot Get PostgreSQL Installed On Lenny?

Jan 10, 2010

I have tried many variations of the following, but always get the same error.

Quote:
# aptitude install postgresql-8.3
Reading package lists... Done
Building dependency tree
Reading state information... Done

[Code]...

View 1 Replies


ADVERTISEMENT

Debian Configuration :: Configure The Postgresql In Lenny?

Mar 3, 2010

I've been trying to configure Postgresql in Debian for some time now, in order to install a ERP program in my computer, but when trying to follow the tutorial for the program configuration I end up stalled. Basically its says this:

1) under su, start by finding the postgresql.conf file (it points the location of the file in /var/lib/postgres/data, but it isn't there) and find the line saying 'tcpip_socket' and changing it to "true"

After a little search and help, I found this file in /etc/postgresql/<version>/main/ but the mentioned line is absent, locate it or tell me where to add it in the file? I've read the file front to back and I'm pretty sure the line isn't there.This is, according to the tutorial, to enable the server to connect to a Java program through the JDBC.

2) after editing postgresql.conf, edit pg_hba.conf and add the following line to the end of the file: host all all 127.0.0.1 255.255.255.255 trust

I get stuck after this, because I'm now supposed to restart the server by using '/etc/init.d/postgresql restart', but bash replies that the path is invalid. The program I'm trying to install is hosted here: [URL]. It's a portuguese ERP program.

View 3 Replies View Related

Debian :: Fresh Installed Lenny Would Not Boot

Jun 17, 2010

I downloaded and installed a fresh ISO and already installed it 3 times in my PC but after a seemingly good installation, my machine would shutdown when I try to boot my freshly installed lenny. It was a good CD. I encountered no error reports while installing but I can't understand why after I click on Debian lenny in the grub, it would act as if it were booting and then suddenly shutdown.

View 12 Replies View Related

Debian :: Cant Get Lime Wire Installed On Lenny

Oct 17, 2010

I cant get lime wire installed on my debian lenny. the repositories was changed to contrib non-free, still no go. Cant seem to get any kind of documentation even after 2 days of googling.

View 13 Replies View Related

Debian :: Just Installed Lenny - Only Resolution 640x480

Jan 10, 2011

Just upgraded from Etch and now I'm stuck at 640x480 resolution. Xorg.conf doesn't show any display modes, and xrandr gives the only resolution as 640x480. The laptop is a Toshiba Tecra 730XCDT. I know its a doorstop, but 800x600 worked fine under Etch. Anyone know how to to change it back? It's really hard to look at right now.

View 3 Replies View Related

Debian Installation :: Lenny Cannot Be Installed With RTL8139 PCI Ethernetca

Feb 1, 2010

I'm trying to install debian lenny on a Asus A7V board, with PCI ethernet card containing RTL8139 chipset.I'm using the netinstall cd. Installation fails because the network card is not recognized during the install, thus no DHCP, thus no internet.Kernel is 2.26.x

View 8 Replies View Related

Debian Installation :: Just Installed Lenny And Now Clock Is All Screwed Up

Nov 1, 2010

During the installation the installer asked me if my clock was set to UTC. I didn't know what that meant so I said yes. Now whenever I boot into Lenny it messes up the time of day, and since I dual boot with puppy and knoppix on this machine, the time of day is messed up in those systems also. Any idea how to permanently undo the damage in Lenny?

View 14 Replies View Related

Hardware :: Get Intuos 3 Installed On Debian Lenny AMD64?

Aug 13, 2010

I at trying to get my Intuos 3 installed on Debian Lenny AMD64. I installed both the xserver-xorg-input-wacom and wacom-tools. The problem is that the tablet works like a mouse. I have to press down and move the pen for it to work. In Windows, I can just hover over the tablet without making contact and it will move the cursor. Also, it isn't calibrated to the screen.

I put "wacom" in /etc/modules. Here is my xorg.conf though

Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 256.44 (buildmeister@builder103.nvidia.com) Thu Jul 29 01:52:55 PDT 2010
Section "ServerLayout"

[Code].....

View 2 Replies View Related

Debian Multimedia :: Just Installed Squeeze / Running Back To Lenny

Feb 6, 2011

I could not get the hardware to work with Lenny's ancient drivers, so I gave up and decided to upgrade to Squeeze.Well, the hardware works (except sound), but KDE4 is a such a disaster that I want to run not walk! all the way back to Lenny. I'm stunned that after four years of active development, this desktop still doesn't have something as basic as keyboard shortcuts or the ability to place icons where YOU want them.

The widgets frustrate me to no end. The new K menu is impossible to navigate. I'd rather hang myself than use Dolphin as a file manager. KDE4 gives me more notifications than MS Windows' crapware. And it's UGLY !!! The "Oxygen" theme makes me want to tear my eyeballs out.

View 14 Replies View Related

Server :: Installed PureFTPD With MySQL On Debian 5 Lenny 64bit?

Aug 23, 2010

Been working with this problem for over a week now and has come to a dead end, I have installed pureFTPD with MySQL on Debian 5 Lenny 64bit. My problem is I can't login with the users in the sql-database, but for some strange reason, I'm allowed to loggin as anonymous. Unix users can't login either.

I have followed the guide on: [URL]..

- Created a ftpgroup and ftpuser.
- Created a database ftpd
- Created a user vhosts and given access to ftpd db
My configurations files
/etc/pure-ftpd/auth/30mysql
Code:
/etc/pure-ftpd/db/mysql.conf
/etc/pure-ftpd/db/mysql.conf

[Code]...

View 1 Replies View Related

Ubuntu :: Finding The PostgreSQL Installed Location?

Mar 24, 2011

I'm using ubuntu 10.04 and PostgreSQL 8.4.7. I need to find out where PostgreSQL is located so I can run commands. I successfully installed PostgreSQL without changing any of the defaults. Matthew & Stones' Beginning Databases with PosgreSQL From Novice to Professional, as well as the PostgreSQL documentation, indicates the standard location is /usr/local/pgsql/bin/ but it's not there; it's somewhere else (ps -el | grep post confirms it IS running and psql is able to do du to display the list of users and l to display the list of databases).

But when I tried to create a new user by running /usr/local/pgsql/bin/createuser the command was not found. I tried to locate the installation by running pg_config --bindir but it said pg_config was not installed. I downloaded pg_config and its dependencies and tried to install them with the package installer, but it wouldn't go because something is wrong with the libkrb5-3 and libkrb5support0 packages - they won't install and the package installer just zips through without reporting missing dependencies or anything. The MD5, SHA1, and SHA256 checksums all match, but they just won't install. I then tried the libk5crypto3 package just to make sure something wasn't wrong on my end - it installed fine. So I searched the PostgreSQL FAQ and found out how to get the version without pg_config by doing a SELECT version(); query. here appears to be no corresponding SELECT bindir(); query. A plain ordinary file search for pgsql, postgresql, etc.

View 3 Replies View Related

General :: Debian Lenny : How To Install Xfce 4.6 Instead Of Lenny's 4.4

Dec 14, 2009

i was trying to use gnome and kde but i don't like them. I tried xfce and it seem to fit my needs but.My computer is used to be powered on for a weeks. While time passes, a process xfdesktop begin to use more and more memory and to free RAM i need to log out and log in again.

I tried squeeze yesterday on my virtual machine and it has 4.6 and seem not to have that bug, RAM usage is static(yes it still works when i write this and have memory usage 34492k, which is not changing for an hours of usage already), also 4.6 is MUCH better than 4.4.

i already tried adding squeeze to "sources.list" but i can see too many dependencies which should be upgraded if i install 4.6, i'm beginning to afraid it can crash entire GUI(or entire system, i can see there is libc6 required to be updated).

View 14 Replies View Related

Debian :: Cannot Upgrade - Postgresql Common Error

Jul 6, 2011

I upgraded to testing to 2-6-39-2-amd64 successfully (from 2-6-38...), but when I start to upgrade software packages, there is an error E: postgresql-common: subprocess installed post-installation script returned error exit status 1 I tried to pkill -9 postgresql-common and restart the package upgrade, but got the same error message. Here is the dpkg.log

[Code]...

View 1 Replies View Related

Debian Configuration :: Install Postgresql-8.2 On 4 Etch ?

Jun 13, 2011

I'm going on to install my old application running on specific old configuration (debian 4 etch) into my virtual machine...

This time, i'm hurting a new problem while installing postgresql in the release 8.2 (not 8.3, nor 8.4, neither 9.x cause my application will run only on 8.2).

Logging in root, i enter this (like in 2008) :

But today (year 2011 with old etch), when i enter this i got the error message than it cant find this paquets ! off course i did my apt update before.

So, what can i do ? i really need to install the exactly 8.2 release (even 8.2.21 will be good)

View 1 Replies View Related

Hardware :: Unable To Boot Installed Lenny And Any Other Live CD

Jun 25, 2009

I had mandriva 2009 installed in my system everything was fine till I installed a new graphics card xfx nvidia gts250. My motherboard in Intel 946giz. I was able to change it to lenny with got installed perfectly but when I boot in linux it goes into an infinite loop giving me call trace and all I tried sabayon 4 and suse11. 1 live cds but was not able to boot into their live cd environment.

View 5 Replies View Related

Software :: Postgresql 8.47.on Debian/ Gnu Squeeze-stable. Imporitng Data?

Apr 15, 2011

I imported one table from a csv file format with no problems. The file fields where matching my table fields. For a second table import (I will use a similar example to simplify: So I created a table with the following fields: Contactname addr city zipcode the file to import has the following fields Contactname firstname middlename lastname addr city zipcode.

[Code]...

View 1 Replies View Related

Debian Configuration :: Strange - Running Php5 On Debian Lenny And Apache?

Jan 18, 2010

i do have a strange problem get running php5 on lenny 64 inside apache2. i had installed it as all instructions on the web does: # apt-get install php5 libapache2-mod-php5 php5-cli php5-common php5-cgi

apt has enabled php automatically, so
/etc/apache2/mods-enabled/php5.conf does have inside:
<ifmodule mod_php5.c>
AddType application/x-httpd-php .php .phtml .php3
AddType application/x-httpd-php-source .phps
</ifmodule>

[Code]...

View 3 Replies View Related

Debian Configuration :: Save To Install Kernel 2.6.35.2 On Debian Lenny 5.0.5 Or Stick With Automatic Updates

Aug 20, 2010

is it save to install linux kernel 2.6.35.2 on Debian Lenny 5.0.5 or stick with automatic updates...

View 14 Replies View Related

Debian Configuration :: Adding Compex ReadyLink NIC To Debian Lenny?

Nov 4, 2010

I have added a 10 Mbps network card to my SGI O2 MIPS workstation running Debian Lenny running the 26-2 kernel. The workstation already has an onboard NIC which is working fine.(eth0).

lspci -v shows ths card as:-00:03.0 Ethernet controller: Compex ReadyLink 2000 (rev 0a) Flags: medium devsel, IRQ 18 I/O ports at 1800 [disabled] [size=32] Upon googling I found out that this card is an NE2000 clone. I downloaded the latest 2.6.36 kernel sources and did the following:-

1. Make Menuconfig
2. Loaded an alternate kernel config file (my working kernel config file)
3. In DeviceDrivers->Network device support->Ethernet (10 or 100 Mbit)

I selected ASIX AX88796 as the help associated with this showed it as an NE 2000 clone. configured it to be a module and did make, make_modules and make_install. Edited /etc/Modules to load ax88796 and added an alias eth1 ax88796 to this file. copied the new kernel to the /boot and did a reboot, the machine booted up fine and udev -r showed the 2.6.36 kernel and lsmod showed ax88796 loaded. But, Iam not able to bring up eth1 using:-

ifup eth1
The error messages given are:-
SIOCSIFADDR: No such device
eth1: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device

[Code]...

View 1 Replies View Related

Debian Multimedia :: Error - It Is Perfectly Working With Debian Lenny

Apr 23, 2010

I installed debian etch on my system. Installation done successfully, but when it boots up the X server is not starting and showing error. Note : It is perfectly working with debian lenny. Configuration : Intel DG41RQ ,1GB Ram ,160GB HDD.

View 1 Replies View Related

Debian Multimedia :: Exist Any Repository For Debian Lenny With Games?

Aug 28, 2010

Are exist any repository for debian lenny with games like nexuiz vdrift planeshift etc?

View 2 Replies View Related

Debian :: Could't Find 64bit Debian Lenny OS For Intel Architecture

Dec 18, 2010

I could't find the 64bit Debian Lenny OS for Intel architecture.Hence I have installed amd64 and it is working fine.Does both intel and amd have the same 64 bit OS amd64 ?

View 3 Replies View Related

Debian :: Xorg Screen Resolution To 1366x768 Debian Lenny

Mar 24, 2010

i recently moved away from ubuntu (as they wouldn't let me change my gdm themes lol) i installed lenny usin the net install for ia86 but i cannot change my screen resolution from 1024x768 to my card/monitors native setting of 1366x768 i have included a .txt taken from the benchmark an profile gizmo which i hope rovide any of you with all the info needed (to be honest i don't understand half of it) my laptop is a fujitsu amilo li3710 with dual core, 3gb ram an 160gb hd an a intel gma4500 with shared memory graphics

View 2 Replies View Related

Debian Installation :: Debian/Lenny On A Clamshell IBook?

May 3, 2010

I'm trying to install Debian/Lenny on a iBook clamshell. I couldn't seem to burn an install CD that the iBook would recognize, so I eventually copied the contents of the CD onto a self-powered USB drive and I can now get the iBook to boot off of that thru open firmware. However, when I get to the Debian installer main menu, it still won't read the CD, and apparently it does not have network drivers to install over Ethernet. Is there any way I can supply a driver for the ethernet interface (lspci reports that its a sun GEM ethernet interface) or somehow convince the installer to install from the content of the USB drive (which is a duplicate of what's on the installer CD)? Heck, if it'd be easier to get the Airport interface running to reach the Internet I'd be up for that too.

View 1 Replies View Related

Debian :: How To Install Flash Player 10 For Debian Lenny?

Apr 14, 2010

I have read tons of articles on how but none work. I have edited the source.list file with what they say and I have used all the terminal commands that are becoming very repetitive.

View 11 Replies View Related

Debian :: Auto Login As Root In Debian Lenny?

Oct 2, 2009

is there a way to auto login as root? login in window preferences won't allow me to select rootPS before anyone starts on the me bad, I'm a programmer using it on a closed embedded system, and need to link to others software, and need to be root

View 6 Replies View Related

Debian :: Can't Change Brightness In Debian Lenny

Apr 16, 2010

I installed Debian Lenny on my old IBM thinkpad R40e but i can't change the brightness either with the Fn keys or with the brightness control debian has. i have searched around and it seems to be a problem with linux on IBM thinkpads but i don't know that much about this sort of thing so any help would be appreciated. if you need any more info then just ask.

View 9 Replies View Related

Debian :: DNS Resetting After Each Reboot Debian Lenny

Aug 31, 2010

Most of the time I rebooting, my resolv.conf is getting updated by resolvconf program, so the network connection cannot be reached. I followed this: Debian User Forums - View topic - Solving DNS problem (dhclient & resolv.conf)

View 7 Replies View Related

Debian :: How To Get Debian Lenny To Automount CDs Same As Ubuntu Does?

Aug 21, 2009

Could anyone tell me how to get Debian Lenny to automount CDs the same as Ubuntu does i.e. automatically, with a Desktop icon etc.I've worked out how to automount CDs using autofs, which is OK, but it still doesn't seem quite as good as the way Ubuntu does it.

View 6 Replies View Related

Debian :: Debian Lenny Iptables Does Not Logs

Mar 29, 2011

I have problem with loging, actually iptables logs a data but it seems that for some reasons does not writes in a log file:

Code:
iptables -L -v
Chain INPUT (policy ACCEPT 406 packets, 124K bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp -- any any xxxxxxxxxxx anywhere tcp dpt:xxxx

[Code]....

i checked /var/log/message and /var/log/syslog nothing is here related to iptables. then i create separate file for Iptables by adding this: kern.warning /var/log/iptables.log in my rsyslog.conf it does create iptables.log file inside /var/ but its still empty

View 4 Replies View Related







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