Re: FWD: Re: Mounting NetBSD partition on voidlinux

2023-06-22 Thread Sagar Acharya
I have found the hex addresses of my files and dirs. Is there a program with which I can recursively extract them from raw hex? Thanking you Sagar Acharya https://humaaraartha.in 22 Jun 2023, 20:02 by mar...@duskware.de: > On Thu, Jun 22, 2023 at 04:25:14PM +0200, Sagar Acharya wr

Re: Mounting NetBSD partition on voidlinux

2023-06-22 Thread Sagar Acharya
the input data as untrusted. Something has been messed up bad! I used the command $safecopy /dev/sdc2 ~Desktop/foo -f 1* -r 1 -R 8 -Z 2*** buffer overflow detected ***: terminated Aborted I need something to repair this ufs2 partition. Thanking you Sagar Acharya https://humaaraartha.in 22 Jun 2023, 13

Re: Mounting NetBSD partition on voidlinux

2023-06-22 Thread Sagar Acharya
Error Counter logging not supported Device does not support Self Test Logging Is there some program which can straight up fetch data from raw hex on disk like it appears in hexedit? Thanking you Sagar Acharya https://humaaraartha.in 22 Jun 2023, 01:32 by sagaracha...@tutanota.com: > A

FWD: Re: Mounting NetBSD partition on voidlinux

2023-06-21 Thread Sagar Acharya
nate command early due to bad response to IEC mode page > A mandatory SMART command failed: exiting. > > Thanking you > Sagar Acharya > https://humaaraartha.in > > > > 22 Jun 2023, 01:18 by mar...@duskware.de: > >> On Wed, Jun 21, 2023 at 09:38:47PM +0200, Sa

Re: Mounting NetBSD partition on voidlinux

2023-06-21 Thread Sagar Acharya
https://forums.freebsd.org/threads/fsck-floating-point-exception.80552/ This looks exactly like my current issue. Except that my sd card is 16GB in size! It is scary to see that unresolved even when the greatest of the great pros 'Sir Dice' is involved! Thanking you Sagar Acharya https

Re: Mounting NetBSD partition on voidlinux

2023-06-21 Thread Sagar Acharya
$ dkctl sd0 listwedges /dev/rsd0: no wedges configured What are wedges? I get sectors which are 512 bytes long on physical disk. Thanking you Sagar Acharya https://humaaraartha.in 21 Jun 2023, 18:24 by mar...@duskware.de: > On Wed, Jun 21, 2023 at 02:20:25PM +0200, Sagar Acharya wr

Re: Mounting NetBSD partition on voidlinux

2023-06-21 Thread Sagar Acharya
mount_ffs: /dev/sd0a on /mnt: incorrect super block I simply don't get this error. fsck on linux doesn't look like this, it corrects irrespectively. Kindly help. Thanking you Sagar Acharya https://humaaraartha.in 21 Jun 2023, 18:21 by m...@petermann-it.de: > Hi, > > On 21.06.23 14:20, Saga

Re: Mounting NetBSD partition on voidlinux

2023-06-21 Thread Sagar Acharya
! Thanking you Sagar Acharya https://humaaraartha.in 21 Jun 2023, 17:47 by sagaracha...@tutanota.com: > I have no clue on the wedges thing. > > dmesg shows these errors while mounting. > > ufs: ufs_fill_super(): fragment size 0 is not a power of 2 > ufs: ufs_fill_super(): fragmen

Re: Mounting NetBSD partition on voidlinux

2023-06-21 Thread Sagar Acharya
I have no clue on the wedges thing. dmesg shows these errors while mounting. ufs: ufs_fill_super(): fragment size 0 is not a power of 2 ufs: ufs_fill_super(): fragment size 8192 is too large Thanking you Sagar Acharya https://humaaraartha.in 21 Jun 2023, 16:58 by m...@petermann-it.de: >

Re: Mounting NetBSD partition on voidlinux

2023-06-21 Thread Sagar Acharya
Kindly cc, I am not subscribed to mailing list.  Thanking you Sagar Acharya https://humaaraartha.in 21 Jun 2023, 15:42 by sagaracha...@tutanota.com: > My NetBSD system has gotten corrupted. How do I mount my NetBSD partition on > voidlinux? > > Is it UFS or FFS? > > Th

Mounting NetBSD partition on voidlinux

2023-06-21 Thread Sagar Acharya
My NetBSD system has gotten corrupted. How do I mount my NetBSD partition on voidlinux? Is it UFS or FFS? Thanking you Sagar Acharya https://humaaraartha.in

Redirecting 80 to 443

2023-06-06 Thread Sagar Acharya
devs. Also, please link me to pages where I can learn how to use Lua with cgi. Thanking you Sagar Acharya https://humaaraartha.in Pls cc me in replies.

httpd with tls on bootup

2023-05-28 Thread Sagar Acharya
Sagar Acharya http://humaaraartha.in <https://humaaraartha.in>

py310-pdf-parser doesn't install py_pdf_parser

2022-12-06 Thread Sagar Acharya
I installed package py310-pdf-parser . It should install module py_pdf_parser as should be imported in python3.10. It throws an error No such module. Thanking you Sagar Acharya https://designman.org

Re: uwsgi rc.d

2022-11-25 Thread Sagar Acharya
Yup, so I resolved it. Permissions were off of /etc/rc.d/uwsgi And I set start_cmd="$command --ini /path/to/ini" run_rc_command "$1” Thanks a ton folks Sagar Acharya 25 Nov 2022, 16:54 by n...@netbsd.org: > On Fri, Nov 25, 2022 at 10:30:53AM +0100, Sagar Acharya wrote: &

Re: uwsgi rc.d

2022-11-25 Thread Sagar Acharya
Tried just now, doesn't work. Same error throws up. Are comments relevant? They would be just for informing user right? Thanking you Sagar Acharya 25 Nov 2022, 15:31 by hann...@mailbox.org: >> On 25. Nov 2022, at 10:30, Sagar Acharya wrote: >> >> I'm creating a daemon uwsgi

uwsgi rc.d

2022-11-25 Thread Sagar Acharya
_rc_subr_loaded . /etc/rc.subr run_rc_command --ini /abs/path/to/conf.ini When I start service, it complaints that uwsgi not in /etc/rc.d . What am I doing wrong? Thanking you Sagar Acharya