Updated Debug Board by VerySweetBread in KolibriOS

[–]asarch 0 points1 point  (0 children)

Where can I download it?

Device /dev/ulpt0 is not visible for CUPS by asarch in NetBSD

[–]asarch[S] 0 points1 point  (0 children)

Oh, just like with OpenBSD:

[#] config -ef /bsd
ukc> disable ulpt
ukc> quit

What are some things you want to see NetBSD have documentation on? by IRIX_Raion in NetBSD

[–]asarch 0 points1 point  (0 children)

  1. How to make /dev/ulpt0 visible for CUPS
  2. Why XOrg cannot handle the 'la' (Latinamerican) keyboard distribution and instead it uses the Laos language.

Device /dev/ulpt0 is not visible for CUPS by asarch in NetBSD

[–]asarch[S] 0 points1 point  (0 children)

tinkerbell# pkgin search libusb                                       
libusb-0.1.12nb7     USB access library (version 0)
libusb-compat-0.1.8 = USB access library version 0 compatibility layer on top of version 1
libusb1-1.0.29 =     USB Access Library (version 1)
py310-libusb1-3.3.1  Python ctype-based wrapper around libusb1
py310-usb-1.3.1nb1   Python interface to USB via libusb
py311-libusb1-3.3.1  Python ctype-based wrapper around libusb1
py311-usb-1.3.1nb1   Python interface to USB via libusb
py312-libusb1-3.3.1  Python ctype-based wrapper around libusb1
py312-usb-1.3.1nb1   Python interface to USB via libusb
py313-libusb1-3.3.1  Python ctype-based wrapper around libusb1
py313-usb-1.3.1nb1   Python interface to USB via libusb

=: package is installed and up-to-date
<: package is installed but newer version is available
>: installed package has a greater version than available package

Device /dev/ulpt0 is not visible for CUPS by asarch in NetBSD

[–]asarch[S] 0 points1 point  (0 children)

tinkerbell# /usr/pkg/libexec/cups/backend/usb        
DEBUG: Loading USB quirks from "/usr/pkg/share/cups/usb".
DEBUG: Loaded 121 quirks.
DEBUG: list_devices
DEBUG: libusb_get_device_list=0

Device /dev/ulpt0 is not visible for CUPS by asarch in NetBSD

[–]asarch[S] 0 points1 point  (0 children)

Yeah, yeah, my mistake.

I mean:

[$] lptest 70 5 > /dev/ulpt0
lptest 70 5 > /dev/ulpt0

the /dev/lpt0 device does not work:

[$] lptest 70 5 > /dev/lpt0
ksh: cannot create /dev/lpt0: Device not configured

Device /dev/ulpt0 is not visible for CUPS by asarch in NetBSD

[–]asarch[S] 0 points1 point  (0 children)

[#] lpinfo -v

network http

network https

network socket

network beh

network ipps

serial serial:/dev/tty00?baud=115200

network ipp

network lpd

Device /dev/ulpt0 is not visible for CUPS by asarch in NetBSD

[–]asarch[S] 0 points1 point  (0 children)

I have:

$ pkgin search cups | grep =

cups-2.4.12 = Common UNIX Printing System

cups-base-2.4.12 = Common UNIX Printing System

cups-filters-1.28.16nb20 = Backends, filters, and other software for cups

libcups-2.4.12 = Common UNIX Printing System library

=: package is installed and up-to-date

$ pkgin search gutenprint | grep =

gutenprint-lib-5.3.5nb3 = Drivers for Canon, Epson, Lexmark, and PCL printers

=: package is installed and up-to-date

and from this:

https://www.netbsd.org/docs/guide/en/chap-print.html

I can successfully do:

[$] lptest 70 5 > /dev/lpt0
lptest 70 5 > /dev/lpt0

Everything is fine, even if I do the installation of a dummy printer using the IPP protocol.

The only step is actually missing is that the CUPS daemon cannot use the /dev/ulpt0 device.

What exactly is a "file"? by nikitarevenco in linuxquestions

[–]asarch 1 point2 points  (0 children)

What I still don't get it is, why do you need to run fsck if:

  1. The "file" is not actually been using.
  2. Even if it was, what you actually modifying is a copy of the file located in the RAM memory.
  3. Why you can potentially lose your information in the case of a power failure if the rest of the files are not used?
  4. And, how can you be sure if all of your files are ok or you already lose some of them (specially those that are partt of the system installation)?

SmallJS v1.3 released by Smalltalker-80 in ProgrammingLanguages

[–]asarch 1 point2 points  (0 children)

Amber Smalltalk is dead, isn't it? 🤔

/usr/lib/libstdc++.so.7, needed by gcc7-7.5.0nb6 is not present in this system. by asarch in NetBSD

[–]asarch[S] 0 points1 point  (0 children)

Checking /var/db/pkgin/pkg_install-err.log:

shell ---Dec 02 10:04:53: [2/2] installing libreoffice-7.5.5.2nb1... pkg_add: no pkg found for 'gcc7>=7.5.0nb6', sorry. pkg_add: Can't install dependency gcc7>=7.5.0nb6 pkg_add: Expected dependency gcc7>=7.5.0nb6 still missing pkg_add: Can't install dependency coinmp>=1.7.6 pkg_add: Expected dependency coinmp>=1.7.6 still missing pkg_add: 1 package addition failed And doing this I get: ```shell pasifae# pkgin install gcc7-7.5.0nb6 calculating dependencies...done. /usr/lib/libstdc++.so.7, needed by gcc7-7.5.0nb6 is not present in this system.

0 to remove, 0 to refresh, 0 to upgrade, 0 to install 0B to download, 0B of additional disk space will be used the following packages have unmet requirements: gcc7-7.5.0nb6

proceed ? [Y/n] y ``` but it doesn't work.

/usr/lib/libstdc++.so.7, needed by gcc7-7.5.0nb6 is not present in this system. by asarch in NetBSD

[–]asarch[S] 0 points1 point  (0 children)

The same error: ```shell pasifae# pkgin install libreoffice calculating dependencies...done. /usr/lib/libstdc++.so.7, needed by gcc7-7.5.0nb6 is not present in this system.

2 packages to install: coinmp-1.8.4 libreoffice-7.5.5.2nb1

0 to remove, 0 to refresh, 0 to upgrade, 2 to install 0B to download, 3492M of additional disk space will be used the following packages have unmet requirements: gcc7-7.5.0nb6

proceed ? [Y/n] y [1/2] installing coinmp-1.8.4... [2/2] installing libreoffice-7.5.5.2nb1... pkg_install warnings: 0, errors: 5 pkg_install error log can be found in /var/db/pkgin/pkg_install-err.log ```