Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bongowongo

Pages: 1 ... 5 6 [7] 8 9 ... 56
91
Users / Re: apt-get update fails on radvd.conf line 2
« on: January 26, 2012, 10:47:00 pm »
Yes, the open ticket is for backporting. It is fixed in 10.04 for some month now, but it is still not backported to 8.10 ...

http://forum.linuxmce.org/index.php/topic,12331.msg86968.html#msg86968

92
Users / Re: S.C.A.L.E. 2012
« on: January 23, 2012, 08:05:47 pm »
golgoj4 promised me the scoop!
We will make a nice news topic about it.

93
Users / Re: 1004 | Cannot Create a Diskless Image
« on: January 23, 2012, 04:26:01 pm »
I need to find a more reliable way to do that gpg key import, it seems to work 2 out of 3 times without problem, though sometimes it doesn't work at all.

Here's the relevant command section:
Code: [Select]
#Setup the medibuntu repo
cp -p /usr/bin/wget $TEMP_DIR/usr/bin/wget
sleep 1
LC_ALL=C chroot $TEMP_DIR /usr/bin/wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | /usr/bin/apt-key add -
VerifyExitCode "medibuntu apt key add"

After your fix on the other topic about the upgrade I created a Diskless Image, it worked. Coincidence?

94
Users / Re: 1004 | Cannot upgrade core
« on: January 23, 2012, 10:50:17 am »
The problem is, that somewhere a blank conf file comes from. Easiest is, to delete said file.

Yes the file was blank, still a bug though?

95
Users / Re: 1004 | Cannot upgrade core
« on: January 23, 2012, 08:49:22 am »
I haven't looked too deep into it for a permenant fix yet, though that has come up on my system twice and it has to do with ipv6 comparability.

Is there a ticket open on this?

A basic workaround/config that will allow radvd.conf to continue is:

Code: [Select]
interface eth0 {
        AdvSendAdvert on;
        MinRtrAdvInterval 3;
        MaxRtrAdvInterval 10;
        prefix 2001:0db8:0100:f101::/64 {
                AdvOnLink on;
                AdvAutonomous on;
                AdvRouterAddr on;
        };
};

So if you place that into the file /etc/radvd.conf - re-run apt-get upgrade it will conclude.

thanks that did the trick, I will make a ticket and post your solution.

96
Users / SOLVED | 1004 | Cannot upgrade core
« on: January 22, 2012, 10:39:50 am »
Code: [Select]
dcerouter_1018133:/usr/pluto/bin# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
  asterisk linux-generic linux-headers-generic linux-image-generic pluto-mythtv-player
The following packages will be upgraded:
  libpq5 libt1-5 libxine2 libxml2 libxml2-utils pluto-dcerouter pluto-mplayer-player python-lazr.restfulclient xine-ui
9 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
1 not fully installed or removed.
Need to get 0B/6,825kB of archives.
After this operation, 406kB of additional disk space will be used.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
  pluto-dcerouter pluto-mplayer-player libxml2 libpq5 libt1-5 libxine2 libxml2-utils python-lazr.restfulclient xine-ui
Authentication warning overridden.
Setting up radvd (1:1.3-1.1ubuntu0.1) ...
Starting radvd: [Jan 22 10:39:38] radvd: syntax error in /etc/radvd.conf, line 2:
[Jan 22 10:39:38] radvd: error parsing or activating the config file: /etc/radvd.conf
failed.
invoke-rc.d: initscript radvd, action "start" failed.
dpkg: error processing radvd (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 radvd
E: Sub-process /usr/bin/dpkg returned an error code (1)
dcerouter_1018133:/usr/pluto/bin#

Is there something wrong with my sources.list? Or is there a bug? I also have problems creating diskless image, maybe related?
http://forum.linuxmce.org/index.php/topic,12330.0.html

97
Users / 1004 | Cannot Create a Diskless Image
« on: January 22, 2012, 10:38:55 am »
Code: [Select]
dcerouter_1018133:/usr/pluto/bin# /Diskless_CreateTBZ.sh
bash: /Diskless_CreateTBZ.sh: No such file or directory
dcerouter_1018133:/usr/pluto/bin# ./Diskless_CreateTBZ.sh
Sun Jan 22 10:27:06 CET 2012 - Logging initiatilized to /var/log/pluto/Diskless_MD_Creation_20120122_102706.log
Sun Jan 22 10:27:06 CET 2012 - Creating Necessary files for MD creation to:
/tmp/Diskless_CreateTBZ.weeyGMA9k /usr/pluto/bin
Sun Jan 22 10:27:06 CET 2012 - Untarring /usr/pluto/install/PlutoMD_Debootstraped.tar.bz2
/usr/pluto/bin
Sun Jan 22 10:27:29 CET 2012 - Preparing the diskless system
OK
Sun Jan 22 10:27:32 CET 2012 - Setting up SSH
Sun Jan 22 10:27:32 CET 2012 - Setting up Foxconn NT330i compatability
Sun Jan 22 10:27:32 CET 2012 - PreSeeding package installation preferences
W: GPG error: http://packages.medibuntu.org lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2EBC26B60C5A2783
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/intrepid/universe/binary-i386/Packages.gz  404  Not Found [IP: 91.189.88.40 80]

E: Some index files failed to download, they have been ignored, or old ones used instead.
An error (Exit code 100) occured during the last action
apt update
dcerouter_1018133:/usr/pluto/bin#

Is there something wrong with my sources.list? Or is there a bug? I also have problems upgrading, maybe related?
http://forum.linuxmce.org/index.php/topic,12331.msg86968.html#msg86968


98
Users / Re: System with no connection to outside world!
« on: January 18, 2012, 05:59:02 pm »
So im looking to setup a system in a very remote location where it is impossible to get a connection to the outside world (3g maybe!)

anyhow what I want to know is will the system still operate without an "external" router?

Oh and will I be missing stuff like updates etc even if I take the final release of 810?

You could install the core with an internet connection. When everything works (also install the MD's up front), move it to your igloo.
You will of course not have the services available that use internet.

99
Installation issues / Re: DVD install MCE810 dvd hangs on first step!
« on: January 18, 2012, 12:42:52 pm »
OK, tried next latest snapshot: 25224 and pretty much the same error except it doesn't even get to the initramfs stage, just dies shortly after the sliding bar. I see the snapshot overview wiki - http://wiki.linuxmce.org/index.php/Snapshot_overview has only older snapshots that aren't on http://linuxmce.iptp.org/snapshots/

Is there somewhere I can find those older, verified snapshots?

Options still to try-

1. Try to add another graphics card (first need to bend the arm of the h/w supplier to void my warranty when I open the box)
2. Try internet install - kubuntu first then, internet
3. Try one of the older verified snapshots if I can find them
4. Try 10.04  :o


I would not try the snapshots and only focus on the final.iso version of 0810. The snapshots are unsupported

100
Users / Re: Prevent other users to delete files
« on: January 09, 2012, 07:21:03 pm »
Is it me, or should this feature work oob? Maybe put it in feature request or make ticket?

101
Feature requests & roadmap / Re: Monitoring
« on: January 09, 2012, 07:18:07 pm »
Not directly. But once i see what the rest thinks about it, I'll write one. I first want to see what we need/want. And then I want to see if it's possible to create a kind of template of it all. This way, people don't have to 'understand' this module, they just can use/view it...
Add it, log it, check it... And be alerted if something is wrong.


ps but in the meantime, it's really easy to install/use cacti. Just try a 'sudo apt-get install cacti' and you should be on your way.

Yes that is me, I am your target user :)
I have very little time to test now, if I find time I will do, but I want to put all my time in the wiki and some snapshots (ahum possy ;) )

102
Feature requests & roadmap / Re: Monitoring
« on: January 09, 2012, 05:00:22 pm »
I finally had the time to create/install/configure a bit my monitoring.You can check it out on realtime: http://cacti.oniria.be. Login with linuxmce / lnxmc. For the moment, this is a limited user. Check out on the left the server part. Corius is the name of the server...
I'll see if I keep it like this or not (abuse, spam, hack...). I hope I can keep it open like this. At least for a while.
If you want more privilege to see it working, send me a pm...

For the moment, I just monitor some basic stuff of the server (bandwidth, disk space, load, database performance...).
I mainly use the cacti for network monitoring, power usage  of my home... And some alerting (tresholds) for some stuff (like to much power usage and so).

The plan is to add:
  • templates for the services (graphs)
  • templates for the asterik (graphs)
    once i started to configure my phones in there
  • up/down status for services (manage)
    dns/proxy/dhcp/samba/web...
  • logging module (syslog)
  • Create a weathermap
    Graphical scheme with status
  • ...

Let me know if you think of interesting things...
You never know what the result can be...



ps of course this is running on the same machine as linuxmce...  ;D

Very cool, do you have a wiki how to implement this?

103
Developers / Re: Findings while working on alternative install DVD...
« on: January 04, 2012, 08:20:04 am »
Yeah... should have mentioned that... this may more than double the size of your install before it is all said and done. I have to copy most of it into its own file structure prior to squashing it, and then the squash is big, and the .iso is big.

Make sure you have enough free space on your drive to hold it all.

How big is big?

104
Users / Re: News: Happy new year
« on: December 31, 2011, 06:47:48 pm »
Happy New Year everybody from BongoWongo.

My wishlist

1. More time to spent on the wiki and testing
2. golgoj4's new orbiter
3. LinuxMCE 1204 release

105
Users / News: Happy new year
« on: December 31, 2011, 06:37:43 pm »
Dear LinuxMCE community,

This is it, time to leave 2011 behind us.

It was a year we lost friends, a year we gained friends, a year we disappointed ourselves, a year we amazed ourselves, the year we released LinuxMCE 0810.
It is all in the past nothing we can do nothing about it anymore.

But the future is still in our hands? So let's focus on 2012. Want do we want? Where do we want to go?
Post your 3 LinuxMCE wishes for 2012 below, and maybe they become true.

Do you want LinuxMCE to have a Fremen translation, you fancy LinuxMCE in pink, you want LinuxMCE to control your life?
There is no right and wrong.

To conclude this message there is only one last thing to say

The LinuxMCE team wishes you a happy and productive 2012, and we would like to thank everybody who has been contributing and using LinuxMCE.

B.

Pages: 1 ... 5 6 [7] 8 9 ... 56