Debian Configuration :: Debian Live Builder Failed Again?

Feb 17, 2011

Does anyone here have experience with using the Debian Live Builder from HERE? Every time I attempt a build, it fails. I thought it strange that it didn't let me select 'amd64' under 'LB_ARCHITECTURE', 'testing' under 'LB_DISTRIBUTION', or multiple options under 'LB_LINUX_FLAVOURS'. Does anyone see what I might have done wrong?

# Standard options
LB_BINARY_IMAGES="iso-hybrid"
LB_DISTRIBUTION="sid"
LB_PACKAGES_LISTS="minimal"
LB_TASKS=""
LB_PACKAGES="dpkg aptitude wget wvdial ppp sudo"

[Code]...

View 3 Replies


ADVERTISEMENT

Debian Configuration :: Fstab Configuration - Failed To Open /proc/filesystems: No Such File Or Directory

Aug 23, 2011

I have some errors when run the mount -all command: mount: wrong fs type, bad option, bad superblock on /dev/sdc5, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail  or so Failed to open /proc/filesystems: No such file or directory

[Code]..

View 14 Replies View Related

Debian Configuration :: Cannot Get Static Ip's With Live

Nov 15, 2010

Our network uses static ip's and I cannot get them to work with Debian live. In fact, when I reboot, it always goes back to "roaming". What am I doing wrong here?

View 7 Replies View Related

Debian Configuration :: Set Time By Live Usb-hdd?

Mar 16, 2011

I've created live squeeze usb-hdd with xfce desktop and if I start it, I have UTC time. Howto set fix to UTC+02:00, before image creation?

View 2 Replies View Related

Debian Configuration :: Cannot Add A Group Into Live Usb-hdd

Mar 19, 2011

I try to create squeeze live usb-hdd and try to add additional group using this script in config/chroot_local-hooks:#!/bin/sh
# Give VIEW_USB access to the USB devices to allow USB redirection

VIEW_USB="/usr/lib/vmware/vmware-view-usb"
if [ -x "$VIEW_USB" ]; then
if [ -e /proc/bus/usb ]; then
groupadd usb 2>/dev/null || : # Do not error if group already exists

[code].....

View 1 Replies View Related

Debian Configuration :: Cannot Boot 8.0 Live USB From UEFI

Jun 18, 2015

On a new Lenovo Thinkpad T450s, I encounter the following issue: The USB drive containing live CD image ("burned" to the USB using mkusb tool --> which in turn uses dd) cannot be booted from the UEFI boot loader. I have to reconfigure the hardware (BIOS) setup to support both UEFI & legacy system, and with first boot priority given to legacy (BIOS-style) booting. But if I do this, I don't see the UEFI system in the /sys/firmware/uefi directory. I am using the 64-bit live CD image (debian-live-8.0.0-amd64-xfce-desktop.iso).

This is my goal: to boot the live USB from UEFI, so that I can install it in a form that is UEFI-bootable.

View 3 Replies View Related

Debian Configuration :: Creating A Custom Live CD

Feb 24, 2016

I'd like to create my own custom Debian live CD — the idea being to have my own rescue CD with my favorite Debian tools installed. I read about bootcd and was going to give that a try, after creating the ideal system in a qemu virtual machine.

How much exactly can you install on a system so that bootcd can still fit it on a CD? I'm presuming there is some kind of compression involved. When I tried to create my VM, I coudln't get Jessie + LXDE to install onto a 2GB virtual drive (net install) so naturally I'm wondering what I'm going to be able to put on a 700MB CD.

View 7 Replies View Related

Debian Configuration :: How To Boot Live On A Dell XPS

Mar 25, 2016

I'm trying to boot Live Debian (on a usb stick) on a Dell XPS ('Developers Edition' aka 9343). From what I've read about the status of on this hardware [URL] and about Debian Live (https://www.debian.org/CD/live/) it sounds like this may be possible, but I haven't figured it out. I don't know how to deal with the bios &| uefi settings.

I created the boot stick with dd if=debian-live-8.3.0-amd64-mate-desktop+nonfree.iso of=/dev/sdd1 bs=4M; sync

View 2 Replies View Related

Debian Configuration :: Does Live-helper Not Like Sid Or Squeeze?

Apr 13, 2010

I have been trying to build a Debian-live-version for some time using live-helper. It works fine if I choose lenny as distribution. With sid I always get into trouble.Sometimes live-helper does't find any aufs-modules but it stops looking for them if I keep the options as simple as above.What is the problem of live-helper's to build on sid or squeeze (which I have met similar troubles with)?

View 10 Replies View Related

Debian Configuration :: Configure USB Support In Live

Feb 4, 2011

I've created Live Debian USB image and it works well, but if I put an additional USB stick, then it's just read only. Howto configure Live Debian before rebuild an image to get fully USB support, i mean to write into other USB drives?

View 4 Replies View Related

Debian Configuration :: Allow Root In Ssh On Wheezy Usb-hdd LIVE

Jul 15, 2011

I try to allow root login in ssh on wheezy usb-hdd LIVE using this script in config/chroot_local-hooks:

This script was working well during squeeze usb-hdd live creation.

View 5 Replies View Related

Debian Configuration :: Failed To Get D-Bus Connection

Feb 29, 2016

My Debian Jessie system started to bug after a separate /usr partition being full. After redimensioning and various packages reinstalls I fall on this:

systemctl --user status Failed to get D-Bus connection: Erreur inconnue -1

View 1 Replies View Related

Debian Configuration :: No Wireless When Running Live Image?

Aug 23, 2010

Just fooling around with a live image, thinking about dumping Ubuntu for a straight Debian install and I can't get wireless running on it. Is this a "known issue?"

View 11 Replies View Related

Debian Configuration :: LIVE -> Customize Keyboard Layout?

Feb 3, 2011

I've Lenny and I've created a customized LIVE USB image with Swiss German keyboard layout using these commands:# lh config -b usb-hdd --bootappend-live "locales=de_CH.UTF-8 keyboard-layouts=ch" --packages-list xfce

# lh_build An binary.img was successfully created, but if I boot from this image, then I still have default US keyboard under xfce.

View 2 Replies View Related

Debian Configuration :: Change User Password In Live Usb-hdd?

Feb 9, 2011

Howto change user password in live usb-hdd?[URL]you need to copy the
/usr/share/initramfs-tools/scripts/live-bottom/10adduser your build folder:

mkdir -p config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/
cp /usr/share/initramfs-tools/scripts/live-bottom/10adduser config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/

[code]....

View 8 Replies View Related

Debian Configuration :: Create Lenny Usb-hdd Live With Ext2?

Feb 10, 2011

create lenny usb-hdd live and would like to have ext2 on the usb stick.I changed in config/binary to ext2:LH_BINARY_FILESYSTEM="ext2"but get this problem:# lh_clean # lh_build W: You have selected values of LH_BOOTLOADER and LH_BINARY_FILESYSTEM which are incompatible - syslinux only supports FAT filesystems.

P: Setting up cleanup function

View 7 Replies View Related

Debian Configuration :: Using Live LXDE Wireless WDA-1320?

Sep 11, 2011

I do recall being able to at least figure out Debian enough that I got my wireless working (a few years back). Today I popped in a fresh Live LXDE DVD. I can't find that my wireless is recognized, nor can I find any graphical network management utilities. Nothing network related. Perhaps its all in the command line, but I'm not too familiar with it (though I'm not averse to following instructions if I can use that to simply fix this issue).

I did look at documentation first. To the best of my ability anyway. I could not use it to help myself. Once I get internet working, at least I can trouble shoot on the Debian installation itself, which makes the process much easier. Having to switch out to a Windows installation is a pain.

View 1 Replies View Related

Debian Configuration :: Fast TSC Calibration Failed

Feb 7, 2016

I was compiled a new kernel version 4.4 of debain 8.2 amd64, i've issue > tsc: Fast TSC calibration failed, and I'm stay on busybox. Fortunately, I've backup and i can to boot on 4.3 version, it's a choise on startup OS !

I thinking that i compile a new kernel with 4.3 version, i do it, and now have got a same issue (tsc: Fast TSC calibration failed) !

I think that there are adding a new modules while compilation of 4.4 version. I've saw to google if this issue are listing, the answer is yes ! but now i have only 3.6 version for booting ...

View 14 Replies View Related

Debian Configuration :: Suspend - Wake Up Failed

Oct 4, 2010

Suspend worked before I completely reinstalled Testing from scratch. Now it seems to suspend OK, but when it tries to wake up it fails. Details here: [URL]

View 6 Replies View Related

Debian Configuration :: Custom Amnesic Live CD With Persistent Partition

Nov 9, 2015

I want to customise an amnesic Debian environment (like Kali Live CD) with everything (Users, background, icons, etc.) set up to work the way I need. This OS should be inside a memory stick, and, most important, it has to have an encrypted partition I can mount and unmount whenever I want to save persistent data.

View 5 Replies View Related

Debian Configuration :: Change Default Editor In Live Usb-hdd Creation?

Apr 29, 2011

Howto change default editor by live usb-hdd creation? Normally, I can change from the command line:# update-alternatives --config editorbut howto put it into live config?

View 1 Replies View Related

Debian Configuration :: Failed To Get D-Bus Connection - Operation Not Permitted

Aug 17, 2015

After upgrading to Debian 8, I'm having a bit of trouble with systemd, since I'm not used to it (seeing as it was all init when I started). I tried to use a tutorial to create a new service and one step in it was to run

Code: Select allsystemctl enable xxx.service

Unfortunately, every time I run systemctl - even without parameters - I get this error:

Code: Select allFailed to get D-Bus connection: Operation not permitted

View 5 Replies View Related

Debian Configuration :: Failed To Initialize Pulseaudio Bluetooth

Mar 14, 2011

New install of Mint LMDE (Debian Testing)

I installed Blueman & paired my headset successfully but I get this error message when I connect my headset, "Failed to initialize pulseaudio bluetooth module. Bluetooth audio over pulseaudio will not work". When I go to Pulse Audio Volume Control, it's not showing in my hardware list.

View 1 Replies View Related

Debian Configuration :: Getting Lot Of Mail Delivery Failed - Exim 4.72

Jun 15, 2011

I run a mailserver and this is bothering me quite abit. Being going on for about a month now. Running exim4 and dovecot with exim4u. This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

dsghjytyt@yahoo.com
retry time not reached for any host after a long failure period

This is a copy of the message, including all the headers.
Return-path: <andreas@servar.net>
Received: from ip-81-210-201-120.unitymediagroup.de ([81.210.201.120] helo=holly5)
by gwdebian.net with esmtpa (Exim 4.72)
(envelope-from <andreas@servar.net>)
id 1QWpUO-0000yy-ML
for dsghjytyt@yahoo.com; Wed, 15 Jun 2011 14:46:32 +0200
MIME-Version: 1.0
Date: Wed, 15 Jun 2011 14:44:16 +0200
X-Priority: 3 (Normal)
Content-Type: text/plain;
charset="iso-8859-1"
Subject: =?iso-8859-1?Q?lizzie_VIAGRA_=C2=AE_-61%_discount?=
Content-Transfer-Encoding: quoted-printable
From: andreas@servar.net
Reply-To: "RE: Your Recent Job" <Posting>
To: dsghjytyt@yahoo.com
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
Message-ID: <CHILKAT-MID-3b7cf1d5-b3e7-3d78-5c1d-713c0e381cb9@holly5>
X-Antivirus: avast! (VPS 110615-0, 15.06.2011), Outbound message
X-Antivirus-Status: Clean
X-Scanned-By: unscanned primary on gwdebian.net (109.108.198.243); Wed, 15 Jun 2011 14:46:32 +0200
Then alot of random text

I run OSX on my everyday computer so this is not me sending out stuff since the above mail says Microsoft Outlook express has sent it (?) Running a Debian Squeeze server. And I really dont get any other spam due to exim4u setup and spamassasin.

View 14 Replies View Related

Debian Configuration :: Ctdb Failed - Can't Connect To Database?

Aug 15, 2011

upon boot I see Starting Clustered TB : ctdb failed! Starting system message bus: dbus Could not connect to database Starting MTA: exim4 startpar: service(s) returned failure: ctdb ... failed!

View 1 Replies View Related

Debian Configuration :: Live Migration To Ext3 To Ext4 On A LVM2 System

May 5, 2011

I have successful upgraded my system from Lenny to Squeeze and have even installed NVIDIA Driver successful, as well as other applications that I need. My system is now running smoothly and okey. My applications are also running smoothly except Skype 2.2 (Debian Forum Guys are currently helping me solve it).

However, I do want to upgrade my file system to ext4 in order to take its advance features and advantages especially that my system is now in WORK HORSE mode. However, I am not confident enough to do it because the guide is limited and does not tackle the issue of a system using ext3 with LVM2 on it.

Therefore, my question is how do I migrate (LIVE) my Ext3 to Ext4 on my system that uses LVM2? A clear and understandable guide is highly appreciated especially that I am newbie on it.

View 2 Replies View Related

Debian Configuration :: Failed Ifupdown Update Now No Gnome / No Network

Jan 11, 2016

I ran my daily update of Debian Stretch using Synaptic, and when done had an un-installed update for ifupdown remaining marked in the list. By right clicking I was able to get Synaptic to say it would install the update, along with quite a few other updates. In the process of doing this, my screen went dark and stayed dark. On reboot, I get the Grub menu to select which Linux system I want to boot, but whichever one I choose, including older ones, I get to a command line, not the Gnome GUI.

I tried to complete the update of ifupdown using apt-get, only to discover that my machine no longer has any network connection, let alone Internet.

How do I begin to troubleshoot this?

View 14 Replies View Related

Debian Configuration :: Network - Access Servers Request Failed

Feb 1, 2010

I recently installed two PC with debian lenny (kernel 2.6.26). One is called serveur-debian1 and the second one serveur-debian2. I have installed gnome,samba, mysql5, apache2, php5, and Virtualbox,bridge-tools on them. On serveur-debian2, i installed an other virtual debian lenny with apache2,mysql5,php5,nagios and centreon on it to view my network. I remember having installed a soft to access nntp on serveur-debian2 in order to test nagios.

Since a few days, i have problem to access to my servers. rom my windows 7 client, i try to ping serveur-debian1. Response is OK but not for all resquets Always from the same computer, i try to ping serveur-debian2. Response is OK but not for all again.

When i launch a ping on serveur-debian1 and serveur debian2 at the same time i have:

ping 1 to 10: serveur-debian1: response OK
serveur-debian2: no response
ping 11to 14: serveur-debian1: no response
serveur-debian2: response OK
ping 15 to 25: serveur-debian1: respone OK
serveur-debian2: @ip serveur-debian1 network unreachable (there's no error, it shows me the ip of serveur-debian1)

If i switch on the debian virtual server on the serveur-debian2, and i ping it at the same time, the response is OK for all resquests. The problem is very strange. I can't have a correct connection and when i launch a request from a software which access the mysql server, the requests failed ...

View 4 Replies View Related

Debian Configuration :: Failed To Initialise HAL, Cannot Mount An Ntfs Drive?

May 13, 2010

I`m unable to mount my second hard drive I use to store my music and pics and wonder if it is to do with the error "failed to initialise HAL!" which I get every time I start Debian Lenny (AMD64 architecture). I have had this since doing an install (fresh) a few hours ago.

The drive is an ntfs one but when I click its icon in the computer section it says it cannot mount it and gparted says it cannot read the file system.If so how would I get the error box to stop appearing and how do I mount the ntfs drive?

View 2 Replies View Related

Debian Configuration :: Amd64_edac: Probe Of 0000:00:18.2 Failed With Error -22

Mar 2, 2011

OS:Debian Linux 2.6.32-5-amd64 Should i need to worry about these error messages? If 'Yes', how to check and fix? When it boot,

/var/log/syslog
Mar 2 23:29:03 ipb167 kernel: [ 1.465629] PM: Error -22 checking image file
Mar 2 23:29:03 ipb167 kernel: [ 4.110123] amd64_edac: probe of 0000:00:18.2 failed

[code]....

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved