Bug#651457: live-manual: used *.gpg instead of *.key

2011-12-28 Thread Fabrizio Furnari
Source: live-manual
Followup-For: Bug #651457

Dear Maintainer,

The wrong section is 
http://live.debian.net/manual/html/customizing-package-installation.en.html#364
Regards,

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562813: r-cran-rcmdr: fails to launch from the .desktop

2010-03-15 Thread Fabrizio Furnari
Any update on this? Is there any possibility that will be fixed in Squeeze?

Thanks,
Fabrizio

-- 
@P=split//,.URRUU\c8R;@d=split//,\niranruF oizirbaF;sub p{
@p{r$p,u$p}=(P,P);piper$p,u$p;++$p;($q*=2)+=$f=!fork;map{$P=$P[$f^ord
($p{$_})6];$p{$_}=/
^$P/ix?$P:close$_}keys%p}p;p;p;p;p;map{$p{$_}=~/^[P.]/
close$_}%p;wait until$?;map{/^r/$_}%p;$_=$d[$q];sleep
rand(2)if/\S/;print


Bug#567652: live-helper: --mirror-chroot options are set in the live system

2010-01-31 Thread Fabrizio Furnari
With 2.0~a5-1 seems that the problem does not exist anymore.

Thanks,

Fabrizio

On Sun, Jan 31, 2010 at 8:40 AM, Daniel Baumann dan...@debian.org wrote:

 Fabrizio Furnari wrote:
 
 http://live.debian.net/debian/pool/snapshots/main/l/live-helper/live-helper_2.0~a4+20100120.120350_all.debhttp://live.debian.net/debian/pool/snapshots/main/l/live-helper/live-helper_2.0%7Ea4+20100120.120350_all.deb
  that I presume is the last version available...

 please retry with 2.0~a5-1 from sid as i said previously.

 --
 Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
 Email:  daniel.baum...@panthera-systems.net
 Internet:   
 http://people.panthera-systems.net/~daniel-baumann/http://people.panthera-systems.net/%7Edaniel-baumann/




-- 
@P=split//,.URRUU\c8R;@d=split//,\niranruF oizirbaF;sub p{
@p{r$p,u$p}=(P,P);piper$p,u$p;++$p;($q*=2)+=$f=!fork;map{$P=$P[$f^ord
($p{$_})6];$p{$_}=/
^$P/ix?$P:close$_}keys%p}p;p;p;p;p;map{$p{$_}=~/^[P.]/
close$_}%p;wait until$?;map{/^r/$_}%p;$_=$d[$q];sleep
rand(2)if/\S/;print


Bug#567652: live-helper: --mirror-chroot options are set in the live system

2010-01-30 Thread Fabrizio Furnari
Package: live-helper
Version: 2.0~a4+20100120.120350
Severity: normal

The --mirror-chroot options in the auto/config file should be used only to
build the system.
Instead the address passed is used to build AND set in the
/etc/apt/sources.list file on the live system.
This obviously could be annoying if an apt proxy cache is used to build the
live system.

eg. in auto/config

--mirror-chroot  http://localhost:3142/ftp.it.debian.org/debian/;
--mirror-chroot-security http://localhost:3142/security.debian.org/;

Ends in this sources.list file on the live system:

deb http://localhost:3142/ftp.it.debian.org/debian/ squeeze main non-free



-- Package-specific info:

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages live-helper depends on:
ii  debootstrap   1.0.20 Bootstrap a basic Debian system

Versions of packages live-helper recommends:
ii  gettext-base  0.17-8 GNU Internationalization
utilities

Versions of packages live-helper suggests:
ii  dosfstools3.0.7-1utilities for making and
checking
ii  genisoimage   9:1.1.10-1 Creates ISO-9660 CD-ROM
filesystem
pn  memtest86+ | memtest86none (no description available)
ii  mtools4.0.10-1   Tools for manipulating MSDOS
files
pn  partednone (no description available)
pn  squashfs-tools | genext2fs |  none (no description available)
ii  sudo  1.7.2p1-1  Provide limited super user
privile
pn  syslinux | grub   none (no description available)
pn  uuid-runtime  none (no description available)
pn  win32-loader  none (no description available)

-- no debconf information


Bug#567652: live-helper: --mirror-chroot options are set in the live system

2010-01-30 Thread Fabrizio Furnari
Ok, I tried again and this is my data:

cat auto/config
#!/bin/sh

$ lh config noautoconfig \
   --mirror-bootstrap http://localhost:3142/tp.it.debian.org/debian/; \
   --mirror-chroot  http://localhost:3142/tp.it.debian.org/debian/; \
   --mirror-chroot-security http://localhost:3142/security.debian.org/;
\
   --mirror-binary http://ftp.it.debian.org/debian;
$

$ lh config
P: Considering defaults defined in /etc/default/live-helper
P: Creating config tree
$

$ cat config/bootstrap | grep LH_MIRROR
# $LH_MIRROR_BOOTSTRAP: set mirror to bootstrap from
LH_MIRROR_BOOTSTRAP=http://ftp.de.debian.org/debian/;
# $LH_MIRROR_CHROOT: set mirror to fetch packages from
LH_MIRROR_CHROOT=http://ftp.de.debian.org/debian/;
# $LH_MIRROR_CHROOT_SECURITY: set security mirror to fetch packages from
LH_MIRROR_CHROOT_SECURITY=http://security.debian.org/;
# $LH_MIRROR_BINARY: set mirror which ends up in the image
LH_MIRROR_BINARY=http://cdn.debian.net/debian/;
# $LH_MIRROR_BINARY_SECURITY: set security mirror which ends up in the image
LH_MIRROR_BINARY_SECURITY=http://security.debian.org/;
$

$ sudo lh build
[a lot of stuff here]


When I try the image just built here's the /et/apt/sources.list:
deb http://cdn.debian.net/debian/ lenny main
deb http://security.debian.org/ lenny/updates main





On Sat, Jan 30, 2010 at 5:29 PM, Daniel Baumann dan...@debian.org wrote:

 tag 567652 unreproducible
 tag 567652 moreinfo
 thanks

 Fabrizio Furnari wrote:
  Package: live-helper
  Version: 2.0~a4+20100120.120350
  Severity: normal

 Hi,

  The --mirror-chroot options in the auto/config file should be used only
  to build the system.
  Instead the address passed is used to build AND set in the
  /etc/apt/sources.list file on the live system.

 let's first check the auto/config mechanism:

 ---snip---
 server4:/home/user/build# apt-cache policy live-helper
 live-helper:
  Installed: 2.0~a5-1
  Candidate: 2.0~a5-1
  Version table:
  *** 2.0~a5-1 0
500 http://mirror sid/main Packages
100 /var/lib/dpkg/status
 2.0~a4+20100120.120350 0
500 http://live.debian.net sid/snapshots/main Packages
 server4:/home/user/build# find
 .
 ./auto
 ./auto/config
 server4:/home/user/build# cat auto/config
 #!/bin/sh

 lh config noautoconfig \
--mirror-bootstrap http://mirror/debian \
--mirror-chroot http://mirror/debian \
--mirror-chroot-security http://mirror/debian-security \
--mirror-binary http://ftp.ch.debian.org/debian \
--mirror-binary-security http://ftp.ch.debian.org/debian-security
 server4:/home/user/build# lh config
 P: Considering defaults defined in /etc/default/live-helper
 P: Creating config tree
 P: Considering defaults defined in /etc/default/live-helper
 P: Updating config tree
 server4:/home/user/build# grep LH_MIRROR config/bootstrap
 # $LH_MIRROR_BOOTSTRAP: set mirror to bootstrap from
 LH_MIRROR_BOOTSTRAP=http://mirror/debian;
 # $LH_MIRROR_CHROOT: set mirror to fetch packages from
 LH_MIRROR_CHROOT=http://mirror/debian;
 # $LH_MIRROR_CHROOT_SECURITY: set security mirror to fetch packages from
 LH_MIRROR_CHROOT_SECURITY=http://mirror/debian-security;
 # $LH_MIRROR_BINARY: set mirror which ends up in the image
 LH_MIRROR_BINARY=http://ftp.ch.debian.org/debian;
 # $LH_MIRROR_BINARY_SECURITY: set security mirror which ends up in the
 image
 LH_MIRROR_BINARY_SECURITY=http://ftp.ch.debian.org/debian-security;
 server4:/home/user/build#
 ---snap---

 so, that works for me properly here.

 then i build the image with 'lh build', and the resulting binary.iso
 image did have the following /etc/apt/sources.list:

 ---snip---
 deb http://ftp.ch.debian.org/debian lenny main
 deb http://ftp.ch.debian.org/debian-security lenny/updates main
 ---snap---

 so, that works for me properly here too.

 could you please retry and make sure there's no other error on the way?

 Regards,
 Daniel

 --
 Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
 Email:  daniel.baum...@panthera-systems.net
 Internet:   
 http://people.panthera-systems.net/~daniel-baumann/http://people.panthera-systems.net/%7Edaniel-baumann/




-- 
@P=split//,.URRUU\c8R;@d=split//,\niranruF oizirbaF;sub p{
@p{r$p,u$p}=(P,P);piper$p,u$p;++$p;($q*=2)+=$f=!fork;map{$P=$P[$f^ord
($p{$_})6];$p{$_}=/
^$P/ix?$P:close$_}keys%p}p;p;p;p;p;map{$p{$_}=~/^[P.]/
close$_}%p;wait until$?;map{/^r/$_}%p;$_=$d[$q];sleep
rand(2)if/\S/;print


Bug#567652: live-helper: --mirror-chroot options are set in the live system

2010-01-30 Thread Fabrizio Furnari
Hi, I've installed this:
http://live.debian.net/debian/pool/snapshots/main/l/live-helper/live-helper_2.0~a4+20100120.120350_all.deb
that I presume is the last version available...

Fabrizio

On Sat, Jan 30, 2010 at 8:26 PM, Daniel Baumann dan...@debian.org wrote:

 Fabrizio Furnari wrote:
  $ cat config/bootstrap | grep LH_MIRROR
  # $LH_MIRROR_BOOTSTRAP: set mirror to bootstrap from
  LH_MIRROR_BOOTSTRAP=http://ftp.de.debian.org/debian/;
  # $LH_MIRROR_CHROOT: set mirror to fetch packages from
  LH_MIRROR_CHROOT=http://ftp.de.debian.org/debian/;
  # $LH_MIRROR_CHROOT_SECURITY: set security mirror to fetch packages from
  LH_MIRROR_CHROOT_SECURITY=http://security.debian.org/;
  # $LH_MIRROR_BINARY: set mirror which ends up in the image
  LH_MIRROR_BINARY=http://cdn.debian.net/debian/;
  # $LH_MIRROR_BINARY_SECURITY: set security mirror which ends up in the
 image
  LH_MIRROR_BINARY_SECURITY=http://security.debian.org/;
  $

 as you can see here, the first step didn't work for you. that means that
 there's somethign wrong with the autoconfig.

 are you sure that your version does use auto/config and not the old
 location scripts/config?

 you can check yourself be doing this:

 dan...@daniel:~$ grep -m1 autoconfig \
 /usr/share/live-helper/helpers/lh_config
 if [ ${1} != noautoconfig ]  [ -x auto/config ]
 dan...@daniel:~$

 if it's saying '[ -x scripts/config ]', then you're using an old version
 that is looking for scripts/config, and not auto/config, which explains
 why your autoconfig was not used.

 unrelated to that, it's recommended to use the newest version available,
 which currently is 2.0~a5-1 in sid.

 Regards,
 Daniel

 --
 Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
 Email:  daniel.baum...@panthera-systems.net
 Internet:   
 http://people.panthera-systems.net/~daniel-baumann/http://people.panthera-systems.net/%7Edaniel-baumann/




-- 
@P=split//,.URRUU\c8R;@d=split//,\niranruF oizirbaF;sub p{
@p{r$p,u$p}=(P,P);piper$p,u$p;++$p;($q*=2)+=$f=!fork;map{$P=$P[$f^ord
($p{$_})6];$p{$_}=/
^$P/ix?$P:close$_}keys%p}p;p;p;p;p;map{$p{$_}=~/^[P.]/
close$_}%p;wait until$?;map{/^r/$_}%p;$_=$d[$q];sleep
rand(2)if/\S/;print


Bug#567652: live-helper: --mirror-chroot options are set in the live system

2010-01-30 Thread Fabrizio Furnari
However the command returned a:


if [ ${1} != noautoconfig ]  [ -x auto/config ]

So I presume that the function is enabled in the version I use...

On Sat, Jan 30, 2010 at 8:36 PM, Fabrizio Furnari fab.furn...@gmail.comwrote:

 Hi, I've installed this:
 http://live.debian.net/debian/pool/snapshots/main/l/live-helper/live-helper_2.0~a4+20100120.120350_all.debhttp://live.debian.net/debian/pool/snapshots/main/l/live-helper/live-helper_2.0%7Ea4+20100120.120350_all.deb
 that I presume is the last version available...

 Fabrizio


 On Sat, Jan 30, 2010 at 8:26 PM, Daniel Baumann dan...@debian.org wrote:

 Fabrizio Furnari wrote:
  $ cat config/bootstrap | grep LH_MIRROR
  # $LH_MIRROR_BOOTSTRAP: set mirror to bootstrap from
  LH_MIRROR_BOOTSTRAP=http://ftp.de.debian.org/debian/;
  # $LH_MIRROR_CHROOT: set mirror to fetch packages from
  LH_MIRROR_CHROOT=http://ftp.de.debian.org/debian/;
  # $LH_MIRROR_CHROOT_SECURITY: set security mirror to fetch packages from
  LH_MIRROR_CHROOT_SECURITY=http://security.debian.org/;
  # $LH_MIRROR_BINARY: set mirror which ends up in the image
  LH_MIRROR_BINARY=http://cdn.debian.net/debian/;
  # $LH_MIRROR_BINARY_SECURITY: set security mirror which ends up in the
 image
  LH_MIRROR_BINARY_SECURITY=http://security.debian.org/;
  $

 as you can see here, the first step didn't work for you. that means that
 there's somethign wrong with the autoconfig.

 are you sure that your version does use auto/config and not the old
 location scripts/config?

 you can check yourself be doing this:

 dan...@daniel:~$ grep -m1 autoconfig \
 /usr/share/live-helper/helpers/lh_config
 if [ ${1} != noautoconfig ]  [ -x auto/config ]
 dan...@daniel:~$

 if it's saying '[ -x scripts/config ]', then you're using an old version
 that is looking for scripts/config, and not auto/config, which explains
 why your autoconfig was not used.

 unrelated to that, it's recommended to use the newest version available,
 which currently is 2.0~a5-1 in sid.

 Regards,
 Daniel

 --
 Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
 Email:  daniel.baum...@panthera-systems.net
 Internet:   
 http://people.panthera-systems.net/~daniel-baumann/http://people.panthera-systems.net/%7Edaniel-baumann/




 --
 @P=split//,.URRUU\c8R;@d=split//,\niranruF oizirbaF;sub p{

 @p{r$p,u$p}=(P,P);piper$p,u$p;++$p;($q*=2)+=$f=!fork;map{$P=$P[$f^ord
 ($p{$_})6];$p{$_}=/
 ^$P/ix?$P:close$_}keys%p}p;p;p;p;p;map{$p{$_}=~/^[P.]/
 close$_}%p;wait until$?;map{/^r/$_}%p;$_=$d[$q];sleep
 rand(2)if/\S/;print




-- 
@P=split//,.URRUU\c8R;@d=split//,\niranruF oizirbaF;sub p{
@p{r$p,u$p}=(P,P);piper$p,u$p;++$p;($q*=2)+=$f=!fork;map{$P=$P[$f^ord
($p{$_})6];$p{$_}=/
^$P/ix?$P:close$_}keys%p}p;p;p;p;p;map{$p{$_}=~/^[P.]/
close$_}%p;wait until$?;map{/^r/$_}%p;$_=$d[$q];sleep
rand(2)if/\S/;print


Bug#542767: apt: autoremove removes needed packages

2009-12-01 Thread Fabrizio Furnari
I've tried with

aptitude unmarkauto kde-standard

but when I try to remove akonadi-server, for example:

aptitude remove akonadi-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
The following packages are BROKEN:
  kaddressbook korganizer
The following packages will be REMOVED:
  akonadi-server
0 packages upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 483kB will be freed.
The following packages have unmet dependencies:
  korganizer: Depends: akonadi-server (= 1.1.1) but it is not installable
  kaddressbook: Depends: akonadi-server (= 1.1.1) but it is not installable
The following actions will resolve these dependencies:

Remove the following packages:
kaddressbook
kde-standard
korganizer

Score is -463

Accept this solution? [Y/n/q/?]




Solutions? I'm I wrong?

-- 
@P=split//,.URRUU\c8R;@d=split//,\niranruF oizirbaF;sub p{
@p{r$p,u$p}=(P,P);piper$p,u$p;++$p;($q*=2)+=$f=!fork;map{$P=$P[$f^ord
($p{$_})6];$p{$_}=/
^$P/ix?$P:close$_}keys%p}p;p;p;p;p;map{$p{$_}=~/^[P.]/
close$_}%p;wait until$?;map{/^r/$_}%p;$_=$d[$q];sleep
rand(2)if/\S/;print


Bug#542767: apt: autoremove removes needed packages

2009-12-01 Thread Fabrizio Furnari
Hi,
thanks to you and sorry for the wrong place.
I'm just trying to uninstall akonadi-server without removing the entire
kde-standard package, but as you can see from the pasted output, aptitude
wants to remove it, also if I've given aptitude unmarkauto kde-standard.

Maybe I'm wrong, maybe in testing is a normal behaviour this, that will be
fixed in the future...

Thanks however,


Fabrizio

On Tue, Dec 1, 2009 at 8:37 PM, David Kalnischkies 
kalnischkies+deb...@gmail.com kalnischkies%2bdeb...@gmail.com wrote:

 package apt aptitude
 reassign 542767 aptitude
 thanks

 Hi Fabrizio Furnari,

  I've tried with
  aptitude unmarkauto kde-standard
  but when I try to remove akonadi-server, for example:
  aptitude remove akonadi-server
 [...]
 First of all: Thanks for your report, but i guess it is reported
 against the wrong package, so i have reassigned it to aptitude
 as this is the package manager you have used.

 but anyway: It would be great if you could describe a bit
 more what do you expect from aptitude as i personally
 don't understand your point here.


 Best regards / Mit freundlichen Grüßen,

 David DonKult Kalnischkies




-- 
@P=split//,.URRUU\c8R;@d=split//,\niranruF oizirbaF;sub p{
@p{r$p,u$p}=(P,P);piper$p,u$p;++$p;($q*=2)+=$f=!fork;map{$P=$P[$f^ord
($p{$_})6];$p{$_}=/
^$P/ix?$P:close$_}keys%p}p;p;p;p;p;map{$p{$_}=~/^[P.]/
close$_}%p;wait until$?;map{/^r/$_}%p;$_=$d[$q];sleep
rand(2)if/\S/;print