Entry tags:
Errors on new DreamWidth installation using Ubuntu 9.10 Server
Just setup a new instance of DreamWidth and I am getting blank screens when I hit certain portions of the site. For example when I hit http://www.librejournal.org/users/kyle/ I get the following errors in my Apache error log (which I've upped to debug):
Anyone have any suggestions on how to troubleshoot? It seems related to any user related pages, so maybe the patch used for dw-free installations had an issue w/ User.pm?
As noted in the subject I'm also on Ubuntu 9.10 Server, don't know how common that install is.
[Wed Dec 09 15:17:29 2009] [info] [client 198.247.174.231] Module bug? Request filename is missing for URI /users/kyle/
[Wed Dec 09 15:17:29 2009] [notice] child pid 1570 exit signal Segmentation fault (11)
Anyone have any suggestions on how to troubleshoot? It seems related to any user related pages, so maybe the patch used for dw-free installations had an issue w/ User.pm?
As noted in the subject I'm also on Ubuntu 9.10 Server, don't know how common that install is.
Two things I can think of...
Off the top of my head, I'm thinking this might be an Apache (or DW) subdomain thing.
Is your DW installation configured to use subdomains for user accounts (as in: grimsniffer.dreamwidth.org rather than www.dreamwidth.org/users/grimsniffer/)? It's a variable in one of the config files. If it is, do you manage to access journals when typing in the URL like that? If it isn't, try enabling it, restarting the server and see if you can access user-pages (both in a subdomain form and in the form you used above).
Second: Is your Apache server configured to use subdomains? As in: does your httpd.conf file have something along these lines?: http://www.howtoforge.com/forums/showthread.php?t=23
I'm not near my installation at the moment, so I can't check these parameters exactly and tell you what they should read - so I have to revert to Google.
I don't know about Ubuntu 9.10 and DW. I'm running it on Debian Lenny and it works fine (at least the parts you're having trouble with).
no subject
I'm afraid that we're not running on 9.10 (yet), but I've been meaning to. I'll be upgrading my development environment in a week or two, how much is this impacting you? I.e., is this a "my site is down, on fire, help!" issue or are you just working on setting things up?
no subject
I'm leaning towards it being a problem w/ some new perl module version in 9.10 or something Apache related.
Is there a hard 64-bit requirement for DW? I have another machine running ESX but I can only provision 32-bit VMs on it. I could put up a 9.10 server for you to test on.
no subject
And yeah, I assume it's some incompatibility with new versions of things, but it has to be tracked down. I haven't upgraded to 9.10 yet so I can't help you much. I intend to soon -- but it probably won't happen until after the holidays, as I'm going to be pretty busy until January.
no subject
my $remote = LJ::get_remote();
it no longer seg faults. I can't update anything but the segfault does disappear.
Loading a test.bml with:
$test = LJ::get_remote();
works.
no subject
my $entry = {
'mode' => "update",
# 'auth_as_remote' => $auth_as_remote,
'subject' => $subject,
'event' => $event,
'prop_taglist' => $tags,
'datetime' => "$year-$mon-$mday $hour:$min",
'usejournal' => LJ::canonical_username($POST{'usejournal'} || $GET{'usejournal'}),
'auth' => $auth,
'remote' => $remote,
'spellcheck_html' => $spellcheck_html,
'clientversion' => "WebUpdate/2.0.0",
'richtext' => LJ::is_enabled('richtext'),
'richtext_default' => $remote ? $remote->new_entry_editor eq 'rich' ? 1 : 0 # User setting
: $LJ::DEFAULT_EDITOR eq 'rich' ? 1 : 0, # Site default
'include_insert_object' => $GET{'insobj'},
'prop_qotdid' => $qid,
'altlogin' => $GET{altlogin} ? 1 : 0,
'prop_opt_preformatted' => $opt_preformatted ? 1 : 0,
%xpost_vals,
};
no subject
http://search.cpan.org/~andrewf/Template-Plugin-Latex-3.02/lib/Template/Latex.pm
http://search.cpan.org/~andrewf/Template-Plugin-Latex-3.02/lib/Template/Plugin/Latex.pm
no subject