[Bug 1703023] Re: ocsinventory-agent not sending IP address, Debian 9 (stretch)

2019-10-26 Thread Schplurtz le déboulonné
> Please go to github.
Please add the URL if you want people to find your product page easily.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1703023

Title:
  ocsinventory-agent not sending IP address, Debian 9 (stretch)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ocsinventory-server/+bug/1703023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1651349] [NEW] ubiquity does not install needed filesystem modules on UEFI PC

2016-12-20 Thread Schplurtz le déboulonné
Public bug reported:

UEFI grub 64 has VFAT and (supposedly) ext filesystem modules built in.
If /boot is on another kind of filesystem (XFS in my case), grub can't
boot a newly installed PC.

I installed ubuntu 16.04.1 amd64 desktop on a UEFI PC and chose XFS for
/ partition and no separate /boot. So /boot was on XFS. grub could not
load /boot/grub/grub.cfg. newly installed PC did not boot.

Recommended action IMHO :
=
Ubiquity should make sure grub can effectively load the /boot/grub/grub.cfg 
file. It has to put whatever filesystem grub module are needed in the EFI 
partition and make sure this module is loaded early from the EFI 
/EFI/ubuntu/grub.cfg.

I manually did that, and now the PC happily boots.

Details of what I did :
===
1) On a working computer, create an USB install using usb-creator-gtk
2) Use a pure UEFI PC, with no CSM or other legacy boot enabled.
3) boot this computer into the live session with the usb stick created
4) install Ubuntu Gnu/Linux. Choose manual partitioning. Create one
   XFS formatted filesystem. Disk partition format is GPT. Partitions are
   set up like this :
   Start (sector)End (sector)  SizeCode  Name
   12048  534527   260.0 MiB   EF00  EFI system partition
   2  534528  944127   200.0 MiB   8200  Swap
   3  944128   500118158   238.0 GiB   8300  Everything

5) installation goes on without any error or warning
6) reboot. Grub starts but can't access the filesystem since it does not have 
XFS capacity. The machine is not bootable.

For years, I have been using such configurations with BIOS. Bios grub
has been able to read XFS and boot. The same usb stick, if plugged in a
BIOS PC will perfectly install with / formatted as XFS. BIOS grub
installed from this same media has XFS support (or it is merged into
grub 1.5 stage, don't really know), and the PC boots.

My solution :
=
1) on the EFI partition, copy xfs.mod in directory EFI/ubuntu/
2) load the xfs module before grub tries to read /boot/grub/grub.cfg (which is 
on XFS). This is done in the initial grub.cfg of the EFI partition.
Here is my EFI/ubuntu/grub.cfg file

search.fs_uuid BC9C-B499 root hd0,gpt1 
insmod /efi/ubuntu/xfs.mod
search.fs_uuid 192019be-35a2-4eea-aabc-6c8956d50573 root hd0,gpt3 
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1651349

Title:
  ubiquity does not install needed filesystem modules on UEFI PC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1651349/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 708493] Re: cannot login anymore: Read from socket failed: Connection reset by peer

2011-05-18 Thread Schplurtz le déboulonné
Hello

The security man answered :

 This is the IDS embeded in a fire check point

So, no cisco. But what would be different if it were a CISCO, JUNIPER,
or ACME ? The fact that a third party is analysing and wrongly -- or
perhaps too much strictly, (or even rightly)-- identifying a packet from
a openssh=5.7  client to a  openssh5.7 server as an ssh protocol
violation and is resetting the connection seems enough to me. The
inconvenient of third parties is that you don't control them. I mean, It
seems there's not much that can be done, except, perhaps packaging an
openssh-client-old.

Schplurtz

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/708493

Title:
  cannot login anymore: Read from socket failed: Connection reset by
  peer

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 708493] Re: cannot login anymore: Read from socket failed: Connection reset by peer

2011-05-18 Thread Schplurtz le déboulonné
Hello

The security man answered :

 This is the IDS embeded in a fire check point

So, no cisco. But what would be different if it were a CISCO, JUNIPER,
or ACME ? The fact that a third party is analysing and wrongly -- or
perhaps too much strictly, (or even rightly)-- identifying a packet from
a openssh=5.7  client to a  openssh5.7 server as an ssh protocol
violation and is resetting the connection seems enough to me. The
inconvenient of third parties is that you don't control them. I mean, It
seems there's not much that can be done, except, perhaps packaging an
openssh-client-old.

Schplurtz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/708493

Title:
  cannot login anymore: Read from socket failed: Connection reset by
  peer

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 708493] Re: cannot login anymore: Read from socket failed: Connection reset by peer

2011-05-17 Thread Schplurtz le déboulonné
In my case it was due to an Intrusion Detection System
I have exactly the same problem. upgrade to 11.04 then ssh to the university I 
work won't work any more. both client and server say connection reset by 
peer, limiting the cipher length have it work. Details ares here : 

http://schplurtz.free.fr/wiki/envrac/reseau-bizbiz-ssh

Solution :
The Intrusion Detection System detects one of the TCP packets as :

   Malformed Key exchange init Message - SSH protocol violation

and then it sends two reset packets to both the client and server. each
of them then says : connection reset by peer

The security man removed the rule on the IDS, and then ssh works again !
magic.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/708493

Title:
  cannot login anymore: Read from socket failed: Connection reset by
  peer

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 708493] Re: cannot login anymore: Read from socket failed: Connection reset by peer

2011-05-17 Thread Schplurtz le déboulonné
In my case it was due to an Intrusion Detection System
I have exactly the same problem. upgrade to 11.04 then ssh to the university I 
work won't work any more. both client and server say connection reset by 
peer, limiting the cipher length have it work. Details ares here : 

http://schplurtz.free.fr/wiki/envrac/reseau-bizbiz-ssh

Solution :
The Intrusion Detection System detects one of the TCP packets as :

   Malformed Key exchange init Message - SSH protocol violation

and then it sends two reset packets to both the client and server. each
of them then says : connection reset by peer

The security man removed the rule on the IDS, and then ssh works again !
magic.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/708493

Title:
  cannot login anymore: Read from socket failed: Connection reset by
  peer

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 102208] Re: gsub does not handle \ consistently

2010-09-17 Thread Schplurtz le déboulonné
Hello,

The bug is still there in Lucid.

After reading Thomas Dickey's comment, I think there is no need to mark
the bug as new. Am I right ?

/Christophe

-- 
gsub does not handle \ consistently
https://bugs.launchpad.net/bugs/102208
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 604212] [NEW] infobox does not show

2010-07-11 Thread Schplurtz le déboulonné
Public bug reported:

A command as simple as
   whiptail --infobox Hello 0 0
prints nothing in xterm-like terminal emulators while it shoud draw a box with 
Hello written inside.

I was able to understand what whiptail is doing with this strace command :
 strace -e t=write -s 5000 -o trace whiptail --infobox Hello 0 0

When whiptail processes the --infobox option, it does this :
switch terminal to alternate screen
draw information box
switch back to normal screen
exit

The effect is that it is not possible to see the information message.
Infobox messages are supposed to be displayed for a long time...

whiptail should not switch screen in this case.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: whiptail 0.52.10-5ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-generic x86_64
NonfreeKernelModules: nvidia wl
Architecture: amd64
Date: Sun Jul 11 09:09:04 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
ProcEnviron:
 PATH=(custom, user)
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: newt

** Affects: newt (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
infobox does not show
https://bugs.launchpad.net/bugs/604212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 604212] Re: infobox does not show

2010-07-11 Thread Schplurtz le déboulonné

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/51714246/Dependencies.txt

-- 
infobox does not show
https://bugs.launchpad.net/bugs/604212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 451602] [NEW] UI::Dialog::Backend::Zenity checklist return data is not a list

2009-10-14 Thread Schplurtz le déboulonné
Public bug reported:

Binary package hint: libui-dialog-perl

Because of '' instead of  in
/usr/share/perl5/UI/Dialog/Backend/Zenity.pm , a \n is interpreted
literally. The responses from Zenity are separated by the
**string** '\n', not by a newline. So, perl fails to split the
answer into an array.

perl -x this message to see the problem.
A Patch is provided below.


sudo apt-get install zenity dialog
#! /usr/bin/perl
print please, do the same choice for each backend.\n .
  Select at least 2 item\n\tPress RETURN to start;
my $dum=STDIN;
my( $d, %results, @checkSelect );
for my $backend (qw/Zenity XOSD XDialog GDialog KDialog
 CDialog Whiptail ASCII/) {
eval use UI::Dialog::Backend::$backend;
  \$d=new UI::Dialog::Backend::$backend (
backtitle = 'Zenity checklist bug demo',
title = $backend );;
if( $@ ) {
print STDERR skipping backend $backend\n, $@, \n\n;
next;
}
@checkSelect = $d-checklist(
list = [ 'test', [ 'testing', 1 ],
  'b', [ 'beeing', '1' ],
  'c', [ 'seeing', '0' ]
]
);
if ($d-state() eq OK) {
$results{$backend}=# elem .
@checkSelect .
 : '.join(' ',@checkSelect).';
}
}
for my $r (keys %results) {
printf %10s : %s\n, $r, $results{$r};
}
__END__

patch for Zenity.pm

--- /usr/share/perl5/UI/Dialog/Backend/Zenity.pm2004-10-04 
05:19:29.0 +0200
+++ UI/Dialog/Backend/Zenity.pm 2009-01-13 00:30:11.0 +0100
@@ -364,7 +364,7 @@
 
 my $command = $self-_mk_cmnd( --list,$args);
 $command .= ($args-{'checklist'}) ? ' --checklist' : 
($args-{'radiolist'}) ? ' --radiolist' : ;
-$command .= ' --separator \n';
+$command .=  --separator '\n';
 #: not quite sure how to implement the editability...
 #$command .= ' --editable' unless not $args-{'editable'};
 #: --text is not implemented for list widgets, yet...

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia wl
Package: libui-dialog-perl 1.08-1.1
PackageArchitecture: all
ProcEnviron:
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: libui-dialog-perl
Uname: Linux 2.6.28-15-generic i686

** Affects: libui-dialog-perl (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
UI::Dialog::Backend::Zenity checklist return data is not a list
https://bugs.launchpad.net/bugs/451602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 451602] Re: UI::Dialog::Backend::Zenity checklist return data is not a list

2009-10-14 Thread Schplurtz le déboulonné

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/33676768/Dependencies.txt

-- 
UI::Dialog::Backend::Zenity checklist return data is not a list
https://bugs.launchpad.net/bugs/451602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367630] [NEW] new kvm machines created with wrong keyboard

2009-04-26 Thread Schplurtz le déboulonné
Public bug reported:

Binary package hint: virt-manager

In Virt-manager, new kvm guests are explicitely created with keyboard
en-us, which just happens to be wrong on my computer.

This results in an unusable keyboard.

Furthermore, there is no way to change the keyboard mapping from within
virt-manager.

Manually removing the string  keymap='en-us'  from the file
~/.libvirt/qemu/guest.xml solves the problem.

/Schplurtz

** Affects: virt-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
new kvm machines created with wrong keyboard
https://bugs.launchpad.net/bugs/367630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 93375] Re: Confusing french translation in bash

2008-06-03 Thread Schplurtz le déboulonné
Hello,

New and VERY BETTER and up to date version of bash.po has been available
from www.traduc.org since  march 13rd 2008.

compared to the version available in hardy (wich dates april 2007) :
- Only 6 new english strings
- One english change. and it's just a literal ^G replaced by a \a

So, this new po file seems perfectly compatible with hardy's current
version.

/schplurtz

-- 
Confusing french translation in bash
https://bugs.launchpad.net/bugs/93375
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 72138] Re: amulegui crashed while looking at statistics

2008-05-30 Thread Schplurtz le déboulonné
Hello,

just for my information :

Edgy is no more supported. This very bug does not show in my current
hardy, isn't it time to close the bug report ?

/schplurtz

-- 
amulegui crashed while looking at statistics
https://bugs.launchpad.net/bugs/72138
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 121122] Re: errors in documentation

2007-06-28 Thread Schplurtz le déboulonné
Hello,
Sorry for forgetting the version.

$ dpkg -l darcs| grep ii 
ii  darcs  1.0.8-1~dapper1   an advanced revisio

/etc/apt/sources.list
deb http://de.archive.ubuntu.com/ubuntu dapper-updates main restricted universe 
multiverse
deb http://de.archive.ubuntu.com/ubuntu dapper-backports main restricted 
universe multiverse
deb http://de.archive.ubuntu.com/ubuntu dapper main restricted universe 
multiverse
deb http://security.ubuntu.com/ubuntu dapper-security main restricted universe 
multiverse

Christophe.

-- 
errors in documentation
https://bugs.launchpad.net/bugs/121122
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 122950] broken parsing of [ in y command

2007-06-28 Thread Schplurtz le déboulonné
Public bug reported:

Binary package hint: sed

Hello,

[ should be considered a normal char in the y command.
but, [  needs a matching ], and the content of [...] is not considered as an 
intervall.
Something is wrong here.
Other sed (solaris 9 for example) treat [ as a normal char in y command.

according to both info and man page, [ is not special in y command.

examples :
sed -e 'y/[/_/'
sed: -e expression #1, char 6: unterminated `y' command

echo azerty | sed -e 'y/[a-z]/[A-Z]/'
AZerty

echo 'az[erty]' | sed -e 'y/[][a-z]/[)(A-Z]/'
AZ[erty)

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 6.06.1 LTS
Release:6.06
Codename:   dapper

$ dpkg -l sed | grep ii
ii  sed4.1.4-5The GNU sed stream editor

** Affects: sed (Ubuntu)
 Importance: Undecided
 Status: New

-- 
broken parsing of [ in y command
https://bugs.launchpad.net/bugs/122950
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 121122] errors in documentation

2007-06-18 Thread Schplurtz le déboulonné
Public bug reported:

Binary package hint: darcs

Hello,

man darcs reads 
.should be available at ${prefix}/share/doc/darcs/manual/index.html
Obviously, ${prefix} was not expanded to /usr when building the darcs package.

More annoying, file /usr/share/doc/darcs/manual/index.html is empty.

** Affects: darcs (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
errors in documentation
https://bugs.launchpad.net/bugs/121122
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 72138] Re: amulegui crashed while looking at statistics. package version info

2007-02-09 Thread Schplurtz le déboulonné
Hello,

everything from Ubuntu repositories.

amule-utils-gui 2.1.3-1
libwx* 2.6.3.2.1.5ubuntu0.1


here is my sources.list :
deb http://fr.archive.ubuntu.com/ubuntu edgy-updates main restricted universe 
multiverse
deb http://fr.archive.ubuntu.com/ubuntu edgy-backports main restricted universe 
multiverse
deb http://fr.archive.ubuntu.com/ubuntu edgy main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu edgy-security main restricted universe 
multiverse

Informations on amule* and libwx* :

schplurtz ~ (0): type amulegui
amulegui is /usr/bin/amulegui
schplurtz ~ (0): dpkg -S /usr/bin/amulegui
amule-utils-gui: /usr/bin/amulegui
schplurtz ~ (0): dpkg -l amule'*' libwx'*' | grep ^.i
ii  amule2.1.3-1  client for the eD2k and 
Kad networks, like eMule
ii  amule-common 2.1.3-1  common files for the rest 
of aMule packages
ii  amule-daemon 2.1.3-1  non-graphic version of 
aMule, a client for the eD2k and Kad netw
ii  amule-utils  2.1.3-1  utilities for aMule 
(command-line version)
ii  amule-utils-gui  2.1.3-1  graphic utilities for 
aMule
ii  libwxbase2.6-0   2.6.3.2.1.5ubuntu0.1 wxBase library (runtime) 
- non-GUI support classes of wxWidgets 
ii  libwxgtk2.6-02.6.3.2.1.5ubuntu0.1 wxWidgets Cross-platform 
C++ GUI toolkit (GTK+ runtime)

-- 
amulegui crashed while looking at statistics
https://launchpad.net/bugs/72138

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 72138] amulegui crashed while looking at statistics

2006-11-16 Thread Schplurtz le déboulonné
Public bug reported:

This is reproduceable. It happens each time I look at the statistics.

amuled has been working for  1 day 06 hours. I started amulegui from an
xterm to see the stats.

The 3 stats graph were showing no data. the statistics quater showed
nothing but one title line Statistiques (french word for statistics)
after ~ 30 seconds the application did a SEG Fault.

On the terminal 2 or 3 seconds before the crash, this info appeared (not each 
time though):
EC error - packet received, but request fifo is empty

Christophe.
PS
amulecmd shows the stats perfectly.
my DL is empty, not my UL.

** Affects: amule (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
amulegui crashed while looking at statistics
https://launchpad.net/bugs/72138

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 72138] Re: amulegui crashed while looking at statistics

2006-11-16 Thread Schplurtz le déboulonné

** Attachment added: autogenerated report bug info
   http://librarian.launchpad.net/5095085/_usr_bin_amulegui.108.crash

-- 
amulegui crashed while looking at statistics
https://launchpad.net/bugs/72138

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs