0
votes
1answer
15 views
PostgreSQL 8.4 won’t start after blackout
I have problem with starting PostgreSQL 8.4 on Ubuntu 9.10 Server after blackout. When I try to connect to the database it says:
psql: server closed the connection unexpectedly
This probably means …
0
votes
1answer
6 views
dpkg error exit status 2
Trying to build php from source on Ubuntu 9.10 to enable GD2, but when i run dpkg-buildpackage, it just quits giving me this error:
QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null pop -a -R …
0
votes
1answer
14 views
easy_install PIL fails
I am trying to setup a dev environment on a new laptop, I am trying sudo easy_install PIL after seting up setuptools and python etc, I get this error. Setup script exited with error: command 'gcc' …
0
votes
1answer
12 views
postgresql 8.4 original config files (ubuntu)
Where can I find the original postgresql 8.4 config files for ubuntu (/etc/postgresql/8.4/main/*)?
Upgraded ubuntu to version 9.10. which included upgrading postgresql from 8.3 to 8.4
dir with …
0
votes
1answer
17 views
How to uninstall the libraries in ubuntu
Hi,
In ubuntu 9.10, I execute the following command to download/install the following libraries:
sudo aptitude build-dep openjdk-6
sudo aptitude install openjdk-6-jdk
Can you please tell me how …
0
votes
0answers
19 views
mounting minix filesystem on ubuntu [closed]
How can I mount a Minix filesystem in Ubuntu?
I'm trying to do
sudo mount -o loop,offset=1024 -t minix B30M biggy/
and I get
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
…
0
votes
0answers
6 views
Gambas - How can I create radio (mutually exclusive) menu?
I'm using Gambas 2.13 on Ubuntu 9.10. I have created a QT graphical application and I'm trying to create radio (mutually exclusive) menu items, with a radio icon instead of a check mark when selected. …
0
votes
3answers
32 views
How do I change the dynamically change the window size with Ubuntu on VirtualBox
Ive installed Ubuntu inside of a Sun VirtualBox.
When I maximise the VirtualBox window the Ubuntu window stays the same size and does not dynamically grow with the size of the VirtualBox window.
Ive …
0
votes
1answer
26 views
can we deploy an asp.net web application developed in windows in ubuntu
Hi all,
We have developed a web application in windows using visual studio 2005. Is it possible to deploy that application in linux using crossover. Is it possible to run crystal reports in asp.net …
0
votes
0answers
41 views
Ubuntu server 9.10 freezes up after ~10 minutes [closed]
I don't know why the question with the same topic has been closed after such a mindless answer but there have been some good responses on the serverfault sister site.
My case is as follows:
I …
0
votes
3answers
60 views
What’s limiting my PHP resources?
I'm having a problem getting more memory out of PHP.
This is the error message:
Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 82 bytes) in ...
Yet:
I've set …
1
vote
8answers
132 views
Compile Windows C console applications in Linux
Can I compile a Windows C console application (.exe) in Linux? (more specific, Ubuntu)
I heard a long time ago of cross-compilers, but I wasn't interested in them at that time.
Best regards,
John F.
0
votes
0answers
15 views
Can’t resolve DNS only in one machine [closed]
Update: moved to serverfault (http://serverfault.com/questions/88131/cant-resolve-dns-only-in-one-machine)
I have several Vista hosts each with one Ubuntu guest each running in virtual box in bridge …
0
votes
4answers
75 views
Append date to filename in linux
I want add the date next to a filename ("somefile.txt"). For example: somefile_25-11-2009.txt or somefile_25Nov2009.txt or anything to that effect
Maybe a script will do or some command in the …
0
votes
3answers
62 views
How do I change the shell for php’s exec()
Hey,
I want to use php's exec() function on an ubuntu server.
The problem is, I alway get an error, that the command is not found. For example using
exec("echo 123");
prints
sh: /echo: not …
