Your message dated Wed, 17 Apr 2024 11:55:00 +0000
with message-id <[email protected]>
and subject line Bug#1064931: Removed package(s) from unstable
has caused the Debian Bug report #110248,
regarding support for afa device
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
110248: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=110248
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: makedev
Version: 2.3.1-53
Severity: whishlist

Hi,

The support for PERC Raid carte as been added for 2.2.19 kernel
hence for woody boot-floopies.
We also need a bunch of device in /dev (mainly afa*) to be able
to use the stuff.
Could you add it to the MAKEDEV script.

Thanks,

        Fab

Technical infos :
- name of device : afa*
- major : 254

Following Adam Di Carlo question (in d-boot) I asked on the
accraid-devel
 list what was a sane number of device to create. Didn't get much answer
yet.
But as you need one device per container, any number above 6 seems fine 
with me.
In attachement, last release of MAKEDEV.afa from rh.
You can find more information at http://domsch.com/linux.
#!/bin/sh
devname="aac"
device="afa"
mode="600"

major=`cat /proc/devices | awk "\\$2==\"$devname\" {print \\$1}"`
minor=`echo $1 | awk '{print substr($1,length($1))}'`

if [ $major ]
 then
  if [ "$1" != "" ]
   then
    if [ $minor -le 7 ]
     then
      rm -f $1
      mknod $1 c $major $minor
      chmod $mode $1
     else
      echo ""
      echo "Usage:"
      echo "    $0 ${device}[0-7]"
      echo ""
    fi
   else
    echo ""
    echo "Usage:"
    echo "      $0 ${device}[0-7]"
    echo ""
  fi
 else
  echo ""
  echo "$0: Can not derive the major number for device $device."
  echo ""
fi

--- End Message ---
--- Begin Message ---
Version: 2.3.1-97.1+rm

Dear submitter,

as the package makedev has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1064931

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to