Re: Error in setup-storage in FAI 4.1

2014-06-19 Thread Thomas Lange
> On Wed, 18 Jun 2014 16:59:51 +0200, Thomas Neumann > said: > +sub _make_lv_devicename { > + # LVM 2.02.88 or below: LV Name = /dev// > + # LVM 2.02.89 or higher: LV Name = , LV Path = /dev// In Debian wheezy we already have LVM 2.02.95-8. So there's no need to support

Re: Error in setup-storage in FAI 4.1

2014-06-19 Thread Andreas Heinlein
Am 18.06.2014 16:59, schrieb Thomas Neumann: > Patch is attached, it was built against the 4.2 package. I haven't checked > what happens if you try anything funny. May need some additional adjustments > (e.g. for preserving volumes). Definitely needs some adjustments for preserving volumes. For me,

[schae...@alphanet.ch: Simple system-wide autoconfiguration for GNOME 3]

2014-06-19 Thread Marc SCHAEFER
Hi, I just wrote this to debian-user, but maybe there is a standard FAI way to preconfigure system-wide GNOME3 ? - Forwarded message from Marc SCHAEFER - Date: Thu, 19 Jun 2014 16:38:13 +0200 From: Marc SCHAEFER To: debian-u...@lists.debian.org Subject: Simple system-wide autoconfigura

Re: [schae...@alphanet.ch: Simple system-wide autoconfiguration for GNOME 3]

2014-06-19 Thread Toomas Tamm
Hello! I do not have answers to all the questions raised, but I can tell what I have done. First, it seems easier to postpone gnome configuration for the time after first boot. Then all the necessary daemons are running. There was a recent thread on this list on how to run a script at first boot.

Re: [schae...@alphanet.ch: Simple system-wide autoconfiguration for GNOME 3]

2014-06-19 Thread Toomas Tamm
> gconftool-2 --direct --config-source xml::/usr/yki/etc/gconf/defaults --set > $1 --type $3 $2 One additional nuace: you must ensure that all the directories and files which are part of the gnome configuration space (/usr/yki/etc/gconf in our case) are world-readable. Depending on the umask whe

modules

2014-06-19 Thread linux-service.be bvba
I am doing a lot of ubuntu installs with fai on different machines in schools. Today I have a problem with zotac mini pc's. Xubuntu 14.04 install very good with fai from debian wheezy, but after reboot of the installed computer, the networkcard is not recognized.No eth0. But with a live cd on th

Re: [schae...@alphanet.ch: Simple system-wide autoconfiguration for GNOME 3]

2014-06-19 Thread Thomas Lange
> On Thu, 19 Jun 2014 16:39:25 +0200, Marc SCHAEFER > said: > I just wrote this to debian-user, but maybe there is a standard FAI > way to preconfigure system-wide GNOME3 ? Have a look at the DebianLAN project. It's a ready-to-go FAI config space which also provides the GNOME des

Re: Ubuntu 14.04 host: kernel panic

2014-06-19 Thread Robert Markula
Hi, Am 16.06.2014 11:04, schrieb Thomas Lange: > What are you using pbuilder for? For building the base file or for > building the FAI packages? In fai-doc there's the script mk-basefile > which shows how to buid base files for different distributions. I'm > using debootstrap for Debian based dist

Re: Ubuntu 14.04 host: kernel panic

2014-06-19 Thread Robert Markula
Am 16.06.2014 11:14, schrieb Thomas Lange: > >> Please fill out http://fai-project.org/questionnaire > > Already done that a few years ago, although the envirtonment has changed > > significantly since. Should I fill it out again? > Yes, please. > > > If there is anything I can do t

Re: Error in setup-storage in FAI 4.1

2014-06-19 Thread Thomas Neumann
> We (Kerim and I) are currently working on getting liblinux-lvm-perl > patched upstream. If this does not work, we will prepare a new Debian > version of this library. I strongly recommend to drop Linux::LVM completely, because the required functionality is very easily reimplemented: e.g.: https