client on multiple tags vs show titlebar

2013-11-17 Thread debmailist
Hi I set an application to multiple tags (2 and 3): { rule = { name = "xvkbd" }, properties = {floating = true}, callback = function(c) c:tags({tags[1][2], tags[1][3]}) end }, It's working but I also want to ena

Error while moving window with titlebar

2013-11-17 Thread debmailist
Hello I enabled titlebar for an application: { rule = { name = "xvkbd" }, properties = {floating = true}, callback = awful.titlebar.add }, But when I'm moving it, Awesome shows an error: /usr/share/awesome/

Error while moving window with titlebar

2013-11-17 Thread debmailist
Hello I enabled titlebar for an application: { rule = { name = "xvkbd" }, properties = {floating = true}, callback = awful.titlebar.add }, But when I'm moving it, Awesome shows an error: /usr/share/awesome/

Jessie KDE 4.8. extremely slow start

2013-06-21 Thread debmailist
Setup: clean minimal Jessie install + aptitude install xorg kde-plasma-desktop KDE loading procedure is extremely slow (~5 min). On splash screen the harddrive icon pops up immediately but then the rest of the icons won't show up for the next few minutes (and the last K-icon even longer). When de

Re: create own user in usb wheezy live

2013-03-28 Thread debmailist
> #!/bin/bash > # add user and set default groups > useradd custom_user -G users,adm,sudo > echo " set default passwords " > echo "root:the_root_password" | chpasswd > echo "custom_user:the_custom_user_password" | chpasswd Thank you. -- To UNSUBSCRIBE, email to debian-live-requ...@lists.deb

Re: create own user in usb wheezy live

2013-03-28 Thread debmailist
> you are right, alternative if you want add *another* user, maybe you use > a live hooks > > you can add config/include.chroot/lib/live/config/999-add-custom-user > and put useradd commands Thank you. Does this hook method creates new user directly in system, or just adds it every time at sy

Re: create own user in usb wheezy live

2013-03-27 Thread debmailist
> you can pass the username via kernel parameter (in syslinux) > or you can add the file: This is not the way to create new user, this is the way to just change name of default live-user. Default live-user isn't even present in actual system, he is created from scratch by boot script at ev

Re: WARNING: The following packages cannot be authenticated!dctrl-tools

2013-03-27 Thread debmailist
Install debootstrap from Sid (1.0.47) Original Message From: "upite...@lycos.com" Apparently from: bounce-debian-live=debmailist=safe-mail@lists.debian.org To: debian-live@lists.debian.org Subject: WARNING: The following packages cannot be authenticated!dctrl-

Re: How to change root and user password and delete default user sudo permissions

2013-03-24 Thread debmailist
Hello I've already did that and still I'm not sure how to do it. I know that I can change default user name by --bootappend-live "boot=live config username=JOHN_DOE", But what if I want to delete this default user completly, prevent him from autologin, romove his sudo permissions, and add a new

How to change root and user password and delete default user sudo permissions

2013-03-23 Thread debmailist
How to change root and user password and delete default user sudo permissions? I know how to do it in regular system, but I how to achieve this during lb build? Do I have to use hooks? Can I do it manually via --interactive shell ? -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.o

Re: lb build : "WARNING: The following packages cannot beauthenticated!" error

2013-03-23 Thread debmailist
Great! Thank you! > Hi, > > On Sat, Mar 23, 2013 at 10:23:10AM -0400, debmail...@safe-mail.net wrote: > > Yesterday I tried to build Debian Live image but I encountered an error: > > > > >WARNING: The following packages cannot be authenticated! > > >libuuid-perl linux-base libklibc kli

lb build : "WARNING: The following packages cannot be authenticated!" error

2013-03-23 Thread debmailist
Yesterday I tried to build Debian Live image but I encountered an error: >WARNING: The following packages cannot be authenticated! >libuuid-perl linux-base libklibc klibc-utils initramfs-tools linux-image-3.2.0-4-486 linux-image-3.2.0-4-686-pae libc6-i686 busybox firmware linux-free linu

How to install custom kernel

2013-03-15 Thread debmailist
Hi I want to install custom kernel in Debian Live - I mean during lb build procedure. I read the documentation and from what I understand I need to put .deb packages with kernel image and headers into config/packages.chroot/ Is that all? Do I need any other lb config parameters? Or anything else?

Re: Encrypted persistent partition for Live Wheezy

2013-02-04 Thread debmailist
Thank you for answer Daniel Do I understand correctly that you are saying this is a Wheezy specific problem? What about Sid? Original Message From: Daniel Baumann Apparently from: bounce-debian-live=debmailist=safe-mail@lists.debian.org To: Debian-live mailing list

Re: Encrypted persistent partition for Live Wheezy

2013-02-02 Thread debmailist
Original Message From: debmail...@safe-mail.net Apparently from: bounce-debian-live=debmailist=safe-mail@lists.debian.org To: debian-live@lists.debian.org Subject: Re: Encrypted persistent partition for Live Wheezy Date: Wed, 30 Jan 2013 13:11:42 -0500 > Daniel can you confirm that

Re: Encrypted persistent partition for Live Wheezy

2013-01-30 Thread debmailist
Daniel can you confirm that persistence on encrypted partition works fine (so the problem is somewhere on my side)? Original Message From: debmail...@safe-mail.net Apparently from: bounce-debian-live=debmailist=safe-mail@lists.debian.org To: debian-live@lists.debian.org

Re: Encrypted persistent partition for Live Wheezy

2013-01-29 Thread debmailist
Only difference was that boot procedure froze on this: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver (just one line beneath the uhci_hcd... line) Original Message From: debmail...@safe-mail.net Apparently from: bounce-debian-live=debmailist=safe-mail..

Re: Encrypted persistent partition for Live Wheezy

2013-01-26 Thread debmailist
-debian-live=debmailist=safe-mail@lists.debian.org To: debian-live@lists.debian.org Subject: Re: Encrypted persistent partition for Live Wheezy Date: Sat, 26 Jan 2013 02:10:34 +0100 > Hi, > > debmail...@safe-mail.net wrote (25 Jan 2013 16:14:25 GMT) : > > + probe_for_fs_label

Re: Encrypted persistent partition for Live Wheezy

2013-01-20 Thread debmailist
I attached /var/log/live/boot.log file to my previous message as it has about 2000 lines. I but guess I should just paste it directly into the message. Again, please forgive my incompetence. So here it goes: + tailpid=192 + . /live.vars + tail -f boot.log + cat /proc/cmdline + _CMDLINE=boot=live

Re: Encrypted persistent partition for Live Wheezy

2013-01-19 Thread debmailist
here's boot.log Original Message From: Daniel Baumann Apparently from: bounce-debian-live=debmailist=safe-mail@lists.debian.org To: Debian-live mailing list Subject: Re: Encrypted persistent partition for Live Wheezy Date: Sat, 19 Jan 2013 18:36:46 +0100 > On 01

Re: Encrypted persistent partition for Live Wheezy

2013-01-19 Thread debmailist
nformations like error messages, debug logs are needed I'll need some tips how to find them. Original Message ---- From: Daniel Baumann Apparently from: bounce-debian-live=debmailist=safe-mail@lists.debian.org To: Debian-live mailing list Subject: Re: Encrypted persiste

Re: Re: Encrypted persistent partition for Live Wheezy

2013-01-18 Thread debmailist
# yes, basically the same procedure applies as to non-encrypted partitions. This procedure works for me only for wheezy hybrid-iso (downloaded from http://live.debian.net/cdimage/release/current-next/i386/iso-hybrid/) and non-encrypted partition. It doesn't work if partition is encrypted. It s

Encrypted persistent partition for Live Wheezy

2013-01-15 Thread debmailist
Can encrypted partition (cryptsetup) be used as a persistent storage just like a regular unencrypted partition for Live Wheezy? What steps should be made to configure it properly for that purpose? For unencrypted partition I'm using label "persistence", boot parameter "persistence" and file per

Re: Encrypted system and grub2 splashscreen

2012-12-17 Thread debmailist
ok the problem was unicode.pf2 This font file in normally located in /usr/share/grub/unicode.pf2 and on encrypted systems it isn't detected by update-grub. The solution is to copy it to /boot/grub Original Message From: Brian Apparently from: bounce-debian-user=debma

Encrypted system and grub2 splashscreen

2012-12-17 Thread debmailist
I've got encrypted wheezy (encrypted lvm) and I can't change grub2 splashscreen. The method I'm using: to put file.jpg into /boot/grub (which of course is on the unencrypted primary partition) and run update-grub. I'm sure that encryption is the reason of this problem, because i've tried it (the