Re: Packages upgrade failure after upgrading to 7.5

2024-04-09 Thread Ioan Samarul
On Mon, Apr 8, 2024 at 2:38 PM Stuart Henderson wrote: > > On 2024-04-08, Ioan Samarul wrote: > > Hello to you all! > > > > I upgraded without problem to 7.5, everything went smooth as always, > > except when I tried to upgrade the packages. > > > >

Packages upgrade failure after upgrading to 7.5

2024-04-07 Thread Ioan Samarul
Hello to you all! I upgraded without problem to 7.5, everything went smooth as always, except when I tried to upgrade the packages. This are the errors of `doas pkg_add -uV` (there is no version of firefox installed, if that helps) No pkgname in packing-list for .libs1-firefox-esr-91.13.0 No pkg

Re: Function key in cwmrc

2024-02-21 Thread Ioan Samarul
On Mon, Feb 19, 2024 at 8:41 AM Omar Polo wrote: > > On 2024/02/19 07:34:01 +, Ioan Samarul wrote: > > Hello to you all! > > > > Is it possible to define something like - in cwm configuration > > file? The function key combination from my laptop are not recog

Function key in cwmrc

2024-02-18 Thread Ioan Samarul
Hello to you all! Is it possible to define something like - in cwm configuration file? The function key combination from my laptop are not recognized so I try to create a hack by using a script that does the same thing (volume/brightness up/down). Thank you!

Virtual device release error

2024-01-18 Thread Ioan Samarul
Hello to you all! Let me present you my situation first and then the problem I have. I have an image file "keys" that I use to keep the encryption keys for another files, "img1" is one of them Everything goes smooth when I attach the images. I can do: doas vnconfig vnd0 keys doas vnconfig vnd1

Re: cwmrc and environment variables

2024-01-10 Thread Ioan Samarul
On Wed, Jan 10, 2024 at 12:26 PM Crystal Kolipe wrote: > > On Wed, Jan 10, 2024 at 11:41:01AM +, Ioan Samarul wrote: > > I am trying to define mappings in cwmrc for some of my scripts. If I > > use the full path (/home/user/bin/someScript) they work as expected, > >

cwmrc and environment variables

2024-01-10 Thread Ioan Samarul
Hello to you all! I am trying to define mappings in cwmrc for some of my scripts. If I use the full path (/home/user/bin/someScript) they work as expected, but if I use something like $HOME/bin/someScript cwm does not recognize the mapping. Is there something else I should do or it is just not po

ksh bug or just normal behaviour?

2023-08-02 Thread Ioan Samarul
Hello to you all! Can you please tell me if this is a bug or it is considered normal? $ set -A test a b c d e f g h i $ echo ${test[07]} h $ echo ${test[08]} ksh: 08: bad number `08' $ echo ${test[8]} i Thank you all!

7.2 Slow pkg upgrade

2023-01-31 Thread Ioan Samarul
Hello to you all! I upgraded some time ago to 7.2 and first I was amazed of the upgrade speed of packages. But this only lasted for the initial upgrade, after that is the same slow process that was before. There are some tweaks/option to specify to pkg_add? I am using doas pkg_add -uV for upgradin