Ever since updating to core/dbus from dbus-core, my desktop environments and various programs are broken. I have a variety of logs that people on IRC asked for.
I am compiling erld, a program to run Erlang programs as a UNIX daemon, see
https://github.com/ShoreTel-Inc/erld/wiki
The make instructions which I followed are here:
https://github.com/ShoreTel-Inc/erld/blob/master/README
In the middle of the make step there is an error:
In file included from slay.c:25:0:
debug.h:41:6: warning: conflicting types for built-in
function ‘log’ [enabled by def
My memory usage was a 4% after a fresh ubuntu 12.10 installation
after i install php packages etc using this gist, https://gist.github.com/4372049
my memory usage now reached 41%.
should i be concerned?
if not, then at what memory usage level should i be concerned?
if yes, then what remedies should I do?
UPDATE:
based on suggestion to post my top followed by >
hi. i am using ubuntu 12.04 and trying to install NS2.35
for that matter i downloaded ns-allinone-2.35, unzipped it, started installation, the installation went well until it gave an error message and stopped. the error message is as follows:
: fatal error: X11/Xlib.h: No such file or directory
compilation terminated.
make: *** [tk3d.o] Error 1
tk8.5.10 make failed!
I have two backends that I'm serving on my web server, both of them are remotely hosted by third party companies. One of them is a support portal page, which is passing cookies and I suspect is causing the page to not load.
I get this when trying to start X.https://gist.github.com/3649833I had some other errors before but I've seem to fix them. I've become stuck at this point.
tylerstrayhan
https://bbs.archlinux.org/profile.php?id=59296
2012-09-06T01:57:33Z
After a fresh install, I updated the system, installed X.org, and installed GNOME.
Hey there, thanks for such a quick reply!Yes, lsmod doesn't show the radeon driver, however when I modprobe it, I'm met with this: https://gist.github.com/c63e596eba8f8274554d
s0l1dsnak3123
https://bbs.archlinux.org/profile.php?id=17322
2012-12-07T13:20:50Z
I've been working with hiphop on fresh centos-6.3 with gcc-4.6.2 and followed the following guide for hiphop compilation https://github.com/facebook/hiphop-php/wiki/Building-and-installing-HHVM... . However compilation fails on 90% and produces errors, few of them are given below, can someone assist me on it?