Ubuntu Pastebin

Paste from zetheroo at Fri, 2 Sep 2016 11:18:06 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
launchpad@launchpad:~/launchpad/lp-branches/devel$ ./utilities/launchpad-database-setup $USER
Creating Launchpad database for launchpad
Using postgres 9.3
grep: /etc/postgresql/9.3/main/postgresql.conf: No such file or directory
Please check /etc/postgresql/9.3/main/postgresql.conf and
ensure postgres is running on port 5432.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_TIME = "de_CH.UTF-8",
	LC_MONETARY = "de_CH.UTF-8",
	LC_ADDRESS = "de_CH.UTF-8",
	LC_TELEPHONE = "de_CH.UTF-8",
	LC_NAME = "de_CH.UTF-8",
	LC_MEASUREMENT = "de_CH.UTF-8",
	LC_IDENTIFICATION = "de_CH.UTF-8",
	LC_NUMERIC = "de_CH.UTF-8",
	LC_PAPER = "de_CH.UTF-8",
	LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
 * No PostgreSQL clusters exist; see "man pg_createcluster"
Purging postgresql data...
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_TIME = "de_CH.UTF-8",
	LC_MONETARY = "de_CH.UTF-8",
	LC_ADDRESS = "de_CH.UTF-8",
	LC_TELEPHONE = "de_CH.UTF-8",
	LC_NAME = "de_CH.UTF-8",
	LC_MEASUREMENT = "de_CH.UTF-8",
	LC_IDENTIFICATION = "de_CH.UTF-8",
	LC_NUMERIC = "de_CH.UTF-8",
	LC_PAPER = "de_CH.UTF-8",
	LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Error: specified cluster does not exist
Re-creating postgresql database...
Creating new cluster 9.3/main ...
  config /etc/postgresql/9.3/main
  data   /var/lib/postgresql/9.3/main
  locale C
  port   5432
Applying postgresql configuration changes...
0+1 records in
0+1 records out
272 bytes (272 B) copied, 0.000639082 s, 426 kB/s
9+1 records in
9+1 records out
4649 bytes (4.6 kB) copied, 0.000421431 s, 11.0 MB/s

##
## Launchpad configuration
##
# Enable launchpad full text searching in database
search_path='$user,public,ts2'
# Per Bug #90809, standard_conforming_strings should be 'on'
standard_conforming_strings=off
escape_string_warning=off

#enable_seqscan=false
log_statement='none'
log_line_prefix='[%t] %q%u@%d '
fsync = off

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_TIME = "de_CH.UTF-8",
	LC_MONETARY = "de_CH.UTF-8",
	LC_ADDRESS = "de_CH.UTF-8",
	LC_TELEPHONE = "de_CH.UTF-8",
	LC_NAME = "de_CH.UTF-8",
	LC_MEASUREMENT = "de_CH.UTF-8",
	LC_IDENTIFICATION = "de_CH.UTF-8",
	LC_NUMERIC = "de_CH.UTF-8",
	LC_PAPER = "de_CH.UTF-8",
	LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
 * Starting PostgreSQL 9.3 database server                                                                     [ OK ] 
Waiting 10 seconds for postgresql to come up...
Creating postgresql user launchpad

Looks like everything went ok.
Now run "make schema" at the top level of the launchpad tree.
Download as text