Bug#980271: #980271 installation-reports: Toshiba Tecra 8000 Installation report Bullseye

2021-06-15 Thread Philip Hands
Holger Wansing  writes:

> I have verified that on a current testing installation system, there is
> still /etc/pcmciautils/ existing, and no /etc/pcmcia/.
>
> So re-assigning to pcmciautils package.
>
> Also, I attached a patch, which should hopefully fix this for the udeb.

Applying your patch, and enabling salsa-CI/branch2repo gives this:

  
https://salsa.debian.org/philh/pcmciautils/-/commit/b3d9a17f90201ca39e0e5374f79a59c0fd74b98c

which launches this pipeline:

  https://salsa.debian.org/philh/pcmciautils/-/pipelines/262209

resulting in this mini-iso:

  
https://salsa.debian.org/installer-team/debian-installer/-/jobs/1704435/artifacts/file/public/gtk-mini.iso

which is able to load the pcmciautils udeb from here:

  
https://salsa.debian.org/installer-team/branch2repo/-/jobs/1704433/artifacts/browse/public/

which when tested under openQA ends up showing us that it now includes
the right path:

  https://openqa.debian.net/tests/7562#step/complete_install/38

while the same check against the daily builds does not:

  https://openqa.debian.net/tests/7576#step/complete_install/38

(you're looking for the "Result: ..." bit in the middle of the screen,
which shows the output from running `ls -ld /etc/pcm*`)

HTH

Cheers, Phil.
-- 
|)|  Philip Hands  [+44 (0)20 8530 9560]  HANDS.COM Ltd.
|-|  http://www.hands.com/http://ftp.uk.debian.org/
|(|  Hugo-Klemm-Strasse 34,   21075 Hamburg,GERMANY



Bug#980271: #980271 installation-reports: Toshiba Tecra 8000 Installation report Bullseye

2021-01-21 Thread Holger Wansing

Control: reassign -1 pcmciautils
Control: tags -1 + patch


Charles Curley  wrote:
> I tried a Xircom CreditCard Ethernet adapter, CE38-100BTX, which uses
> the xirc2ps_cs driver. It runs, if slowly, on an installed system. But
> on installation, the software fails to detect it also.
> 
> I noticed in the log on console F4 a message:
> 
> pcmcia-socket-startup: chdir to /etc/pcmcia failed: no such file or
> directory.
> 
> Possibly this is because the directory actually is /etc/pcmciautils on
> the installer. It is /etc/pcmcia on the installed system.
> 
> I then made a symlink, rmmod yenta_socket, modprobe yenta_socket.
> Messages indicate that yenta_socket picked up the configuration file.
> 
> I then inserted the card. Messages indicate that the card was detected
> and set up. I then went back to the installatio software, had it detect
> the network. It detected it correctly, and auto-configuration worked
> correctly.

I have verified that on a current testing installation system, there is
still /etc/pcmciautils/ existing, and no /etc/pcmcia/.

So re-assigning to pcmciautils package.

Also, I attached a patch, which should hopefully fix this for the udeb.


Thanks
Holger




-- 
Holger Wansing 
PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076
diff --git a/debian/changelog b/debian/changelog
index 44560d6..0c86fc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pcmciautils (018-13) UNRELEASED; urgency=medium
+
+  * Update /etc/pcmciautils/ dir to /etc/pcmcia/ in udeb.
+
+ -- Holger Wansing   Thu, 21 Jan 2021 18:17:41 +0100
+
 pcmciautils (018-12) unstable; urgency=medium
 
   [ Bor Grošelj Simić ]
diff --git a/debian/pcmciautils-udeb.install b/debian/pcmciautils-udeb.install
index 6e4bf21..2010958 100644
--- a/debian/pcmciautils-udeb.install
+++ b/debian/pcmciautils-udeb.install
@@ -1,2 +1,2 @@
 lib/udev lib/
-usr/lib/pcmciautils/config.opts etc/pcmciautils/
+usr/lib/pcmciautils/config.opts etc/pcmcia/