Displaying 20 results from an estimated 4000 matches similar to: "Postgresql uses sockets - but I'd like to use TCP/IP"
2007 Oct 30
4
Postgresql and shell script
I have a shell script (sh) where I create a user and import data to a
postgres database
<snip>
su -c "createuser -A -D -P $PG_user" postgres
su -c "psql -d$PG_database -h localhost -U$PG_user -W -f postgresql.sql "
postgres
</snip>
when the script executes those command, it ask for a password, how could I
do this without have to enter the passwd, I would like that
2007 Apr 10
2
postgres 7 - CentOS 4.4
Hi
Firstly apologies but i have to install an app that uses postgres but i
am more a MySQL/Oracle guy so i maybe doing something really wrong here..
I am following instructions for creating a DB user and encountering this
# createuser -ADP -U postgres foo
Enter password for new user:
Enter it again:
createuser: could not connect to database template1: FATAL: IDENT
authentication failed for
2009 Nov 15
3
Database postgresql not able to start
i have installed database POSTGRESQL for storing call details. when i
restart database i get the error.
[root at localhost server]# psql -h
127.0.0.1 -U asterisk Password
psql: could not connect to server:
Connection refused
Is the server running on host "127.0.0.1" and
accepting
TCP/IP connections on port 5432?
THIS IS MY
/VAR/LIB/PGSQL/DATA/POSTGRESQL.CONF
# CONNECTIONS AND
2009 Jun 17
3
[GERMAN - ENGLISH] Wine can not started the Game (Dragonica)
Hallo Leute :)
Ich bin sehr neu in der Linux Branche und sto?e zu anfang direkt an meine grenzen.
Wine startet alle meine Windows Programme einwandfrei.. ausser das spiel was ich in meiner freizeit spiele wenn ich mal nicht rausgehe und mal langeweile habe.
Das spielt nennt sich Dragonica.
Ich benutze Ubuntu 9.
Der Patcher startet erfolgroch. nachdem ich das spiel starte.. ?ffnet sich dieses
2009 Sep 23
2
[PATCH node] Introduces the virtual network administration functions.
Moved the node administration elements to a separate submenu.
Created a new network administration menu.
* users can define a network
* users can create a network
* users can destroy a network
* users can undefine a network
* users can list existing networks, including details
Each new command is also available as a separate command line executable
as well.
Signed-off-by: Darryl L. Pierce
2004 Oct 06
2
R 2.0.0 (Windows): slow startup over the network
Hello,
I installed R 2.0.0/Windows on our network server (Win NT 4.0) with all
CRAN packages and observed a quick startup on this machine (3s).
However, when startet from different client machines (e.g. Win NT 4.0 or
Win XP Pro SP2, Athlon XP 1700, 100 Mbit Network) the R Gui Window
appears immediately but then it takes 90 seconds to get the startup
message and the command prompt.
The R
2004 Oct 08
3
RWinEdt
Hi,
I have troubles getting RWinEdt with the R2.0.0 Version startet.
Do I have to install a different version of RWinEdt or WinEdt?
I have RWinEdt 1.6.1 and WinEdt 5.3.
Thanks
Anna Hennig
2020 Mar 02
1
Borgbackup question
On 2 Mar 2020, at 13:35, Alessandro Baggi wrote:
> Il 02/03/20 13:18, Tobias Kirchhofer ha scritto:
>> On 2 Mar 2020, at 12:58, Alessandro Baggi wrote:
>>
>>> Il 01/03/20 20:18, Tobias Kirchhofer ha scritto:
>>>> On 1 Mar 2020, at 20:00, Gordon Messmer wrote:
>>>>
>>>>> On 3/1/20 12:40 AM, Alessandro Baggi wrote:
2001 Oct 03
1
Prozess doesnt start
Hi!
when I start my program, after entering the user an password I get the
error:
DCom-Imit: Error in CoInitialize
Error: 0
Pgm-Step: 3
Error: Der BMDGUI-Server (BMDGUISV.EXE) kann nicht gestartet werden!
(in english: The BMDGUI-Server (BMDGUISV.EXE) cannot be startet)
On the console I get this messages (before the debugger starts):
fixme:win32:SetCriticalSectionSpinCount
2009 Jun 20
3
omindex hangs while scanning
Hello,
I was looking for a search engine for a small internal documentation
site and found xapian and
omega. Downloaded and compiled it using msys and ming on a german
windows xp system. Finally
installed apache on the same box.
Following the omega example I copied the book to .../apache/htdocs and
startet the omindex
which hang up on the first document found. Even on very short doc with
2007 Jun 07
2
gtk-window-decorator takes 100% CPU and doesn't work
Hi,
I tried to run compiz on an intel i810 device (aiglx). According to
the docs, I should:
# LIBGL_ALWAYS_INDIRECT=TRUE compiz --replace --loose-binding gconf
GLX_EXT_texture_from_pixmap is available with direct rendering.
gtk-window-decorator: Could not acquire decoration manager selection
on screen 0 display ":0.0"
And
1. I get no window decorations at all
2. gtk-window-decorator
2008 Mar 14
2
Problems with Samba
Hi,
I administrate a server (debian etch) on which runs samba, version 3.0.24-6et. Everything worked fine until today. I tried to logon on the server via a clientmachine (win2k, winxp), but i got an error, "System cannot logon because domain not reachable". (it is possible to ping the server and to establish a shortcut (to logon) to the server - that works). I have no idea what
2020 Mar 02
2
Borgbackup question
On 2 Mar 2020, at 12:58, Alessandro Baggi wrote:
> Il 01/03/20 20:18, Tobias Kirchhofer ha scritto:
>> On 1 Mar 2020, at 20:00, Gordon Messmer wrote:
>>
>>> On 3/1/20 12:40 AM, Alessandro Baggi wrote:
>>>> borgbackup is a very interesting backup tool with a lot of
>>>> features. It is ready for "production" or I should expect some bad
2012 Sep 18
2
[User-Question] Xen 4.2 compilation hangs at stubdom directory
Hello all,
I know that here is not the best place to ask such a question but I
think that it''s eventualy a problem of the source.
I want to create deb packages of Xen 4.2 for Ubuntu 12.04 LTS. So I
created an build environment with pbuilder, installed all dependencies
and startet the compilation of Xen.
So now the problem is that the compilation hangs without any reason in
the
2012 Mar 16
0
[LLVMdev] Python bindings in tree
Hello,
Am Donnerstag, 15. März 2012, 21:15:02 schrieb Gregory Szorc:
> There was some talk on IRC last week about desire for Python bindings to
> LLVM's Object.h C interface. So, I coded up some and you can now find
> some Python bindings in trunk at bindings/python. Currently, the
> interfaces for Object.h and Disassembler.h are implemented.
FYI:
I recently startet working on
2020 Mar 01
4
Borgbackup question
On 1 Mar 2020, at 20:00, Gordon Messmer wrote:
> On 3/1/20 12:40 AM, Alessandro Baggi wrote:
>> borgbackup is a very interesting backup tool with a lot of features.
>> It is ready for "production" or I should expect some bad surprise?
>
>
> I don't know the answer to that, but to me that implies two questions:
> 1) Are there failure conditions that it
2002 Apr 01
2
Newbie problems with isolinux
Hello everybody
I would like to build a bootable CD from my running SuSE 7.3 Kernel 2.4.10.
The goal is to have a prebuilt system on CD which would install everything
from a compressed image on the same CD, some kind of an emergency or
initial setup CD.
So I startet with an directory called root_tree, placed the isolinux
directory and the binaries there. I copied the initrd from the /boot
2007 Mar 15
2
Problem with shared xls file. Could it be blamed on rsync?
Hi all!
I recently had a problem with a shared excel file which was rsynced from the
file- to the backupserver. The backups of this file went wrong and I can't
figure out why. The whole rsync and dump to tapes works like charm for a few
month now.
The situation was as followed. That xls lived (and was backuped) happily for
5 days. Then the users startet to share this file among 4 or 5 people.
2000 Mar 19
2
samba-tng-alpha-1.1.tar.gz
ftp://samba.org/pub/samba/alpha and mirror sites
1)
i fixed a problem with nmbd's GETDC response, it is responding better but
still not perfectly (and 2.0.x and cvs main need to be fixed, as well) as
there exists no explanation for the correct response to locate a Domain
Controller using GETDC.
the upshot of fixing this is that joining an nt workstation to a TNG
domain is now _extremely_
2010 Jul 05
1
res_fax_digium and T.38 error correction
Hello, i just had some fax abortions because of some packet loss. so i
startet to examine in the pcap recording
from the res_fax_digium, if the T.38 EC mode redundancy was really
used. So i watched into it, and compared it
with a t.38 pcap from spandsp (same asterisk setup, but with app_fax)
and i see differences in t38.error_recovery
(error-recovery: secondary-ifp-packets)
With spandsp here are