Displaying 4 results from an estimated 4 matches for "pts19".
Did you mean:
pts1
2020 Aug 24
2
Mock config error
...;.el7.tnt' to get a dist tag on the
rpms. In epel/centos 8 this does not work.
If I run "mock --debug-config epel-8-x86_64"
I see '%dist': '.el8.tnt'} in the output but the rpm name
does not have the el8.tnt tag in the name.
Below is what I actually get:
(vgeppetto3 pts19) $ ll /var/lib/mock/epel-8-x86_64/result/centos-release-8.2-2.2004.0.1.el8.1.x86_64.rpm
-rw-r--r--. 1 mock mock 20404 Aug 24 13:32 /var/lib/mock/epel-8-x86_64/result/centos-release-8.2-2.2004.0.1.el8.1.x86_64.rpm
(vgeppetto3 pts19)
I have the following in the spec file:
Release: %{centos_rel}....
2020 Aug 24
0
Mock config error
...n the
> rpms. In epel/centos 8 this does not work.
>
> If I run "mock --debug-config epel-8-x86_64"
> I see '%dist': '.el8.tnt'} in the output but the rpm name does not have the el8.tnt tag in the name.
>
> Below is what I actually get:
> (vgeppetto3 pts19) $ ll /var/lib/mock/epel-8-x86_64/result/centos-release-8.2-2.2004.0.1.el8.1.x86_64.rpm -rw-r--r--. 1 mock mock 20404 Aug 24 13:32 /var/lib/mock/epel-8-x86_64/result/centos-release-8.2-2.2004.0.1.el8.1.x86_64.rpm
> (vgeppetto3 pts19)
>
> I have the following in the spec file:
> Release...
2006 Jul 25
2
Problems with config of newhidups
...ompiled and installed
the usb drivers.
I installed the libhidups and libhid.usermap per the README.
I have the following ups.conf:
[APC-3000-ups]
driver = newhidups
port = auto
desc = "APC smart 3000"
When I try to start the driver I get the following output:
(pocono pts19) # ./upsdrvctl -v start
Network UPS Tools - UPS driver controller 2.0.4-pre2
exec: /usr/local/ups/bin/newhidups -a APC-3000-ups
Network UPS Tools: New USB/HID UPS driver 0.28 (2.0.4-pre2)
No matching USB/HID UPS found
Driver failed to start (exit status=1)
(pocono pts19) #
/proc/bus/usb/devices s...
2020 Aug 23
2
Mock config error
Hi,
I am trying to create a mock configuration file that points to my local dnf repo.
I have the following in the mock config template:
[local-repo]
name=my-Local
baseurl=http://yumrepo.example.com/yum-repository/local/centos/8/x86_64/
failovermethod=priority
skip_if_unavailable=False
When I try to run mock I get the following error:
(vgeppetto3 pts18) $ mock -v -r epel-8-x86_64