Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

If this is timesharing, give me my share right now.


computers / alt.os.linux.suse / Re: How compile hfs

SubjectAuthor
* How compile hfsLandroval
+* Re: How compile hfsMalcolm
|+- Re: How compile hfsLandroval
|+- Re: How compile hfsLandroval
|`- Re: How compile hfsLandroval
`- Re: How compile hfsCarlos E.R.

1
How compile hfs

<Qq2dnQ2kk5ujGqD-nZ2dnZfqnPhi4p2d@supernews.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=680&group=alt.os.linux.suse#680

  copy link   Newsgroups: alt.os.linux.suse comp.os.linux.suse
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border-2.nntp.ord.giganews.com!nntp.giganews.com!Xl.tags.giganews.com!local-1.nntp.ord.giganews.com!nntp.supernews.com!news.supernews.com.POSTED!not-for-mail
NNTP-Posting-Date: Wed, 05 Oct 2022 13:31:42 +0000
From: mis...@nomail.net (Landroval)
Subject: How compile hfs
Newsgroups: alt.os.linux.suse,comp.os.linux.suse
MIME-Version: 1.0
User-Agent: Pan/0.146 (Hic habitat felicitas; 8107378
git@gitlab.gnome.org:GNOME/pan.git)
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Message-ID: <Qq2dnQ2kk5ujGqD-nZ2dnZfqnPhi4p2d@supernews.com>
Date: Wed, 05 Oct 2022 13:31:42 +0000
Lines: 16
X-Trace: sv3-zeWI6EqLRkbRzBJK8RgMFte/b0T/2hkZHVlb7GARaV6M6IbYGEcfDPAbH/ca2ZTTYIqrtmLGYu4ua0I!J3X2sNdeGTOdNXCdvQCzmO/Y1zAYGiL0hJLUiv6p73KUwBsUwssHecSPlsEwcZJjYMIyWSnVJHGK!rTevAB11+7M=
X-Complaints-To: www.supernews.com/docs/abuse.html
X-DMCA-Complaints-To: www.supernews.com/docs/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
 by: Landroval - Wed, 5 Oct 2022 13:31 UTC

This my first time trying to compile anything at the kernel level.

Opensus 15.3
kernel: 5.3.18-150300.59.93-default

I have kernel sources, kernel-default-devel, kernel-default-extra, kernel-
default-optional and kernel-devel matching my kernel installed.
I have located /lib/modules/5.3.18-150300.59.93-default/source/fs/hfs/.
I have looked at the makefile.
Is the line obj-$(CONFIG_HFS_FS) += hfs.o correct? o as opposed to ko?
When I issue make, I get a no object found error.

Can some one post step by step directions to compile the hfs module, or
point me to step by step docs?

Thanks.

Re: How compile hfs

<20221005092032.722e909f@grover.homelinux.org>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=681&group=alt.os.linux.suse#681

  copy link   Newsgroups: alt.os.linux.suse comp.os.linux.suse
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.bbs.nz!.POSTED.69-92-221-23.cpe.sparklight.net!not-for-mail
From: malcolml...@linuxmail.org.invalid (Malcolm)
Newsgroups: alt.os.linux.suse,comp.os.linux.suse
Subject: Re: How compile hfs
Date: Wed, 5 Oct 2022 09:20:32 -0500
Organization: Cleveland, MS 38732
Message-ID: <20221005092032.722e909f@grover.homelinux.org>
References: <Qq2dnQ2kk5ujGqD-nZ2dnZfqnPhi4p2d@supernews.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Info: news.bbs.nz; posting-host="EbFtfG3AwfSAbT2K3GnK5wSNl5xi8hApB/+D883ADQ0";
logging-data="21030"; mail-complaints-to="abuse@news.bbs.nz"
X-Face: #2)G9?|E;d3##C3@1mWC'x(gNiX1_VP8R-K}_GgC@1?E__.x3G;(v4?fdnXF)-]@Pz44&2<-9R<@Apt"$wr8H~KDnnmK4)%DL{mXUtOhb2m.9NF5p+#gp9kQg5Dhi"1qD$kOO5NUV_9RN,6MXqq|V6\se3N5mPpd@%GgcE?,3I40B!#+!r^<[9s6BD#Zvd=d2t)uHB/O<VQZ`d1Al{+S<f8_K8(:RdRwA\tTg~PaP"1oF{y60ZRdlA\:oVESUkEq)!{3_lO+MMA3LI9RVs)=rqb;L0L<oY9j_2/\0#(\K<g4$-c[xLk1ezQ
X-Newsreader: Claws Mail 4.1.0 (GTK 3.24.34; x86_64-suse-linux-gnu)
 by: Malcolm - Wed, 5 Oct 2022 14:20 UTC

On Wed, 05 Oct 2022 13:31:42 +0000
Landroval <misty@nomail.net> wrote:

> This my first time trying to compile anything at the kernel level.
>
> Opensus 15.3
> kernel: 5.3.18-150300.59.93-default
>
> I have kernel sources, kernel-default-devel, kernel-default-extra,
> kernel- default-optional and kernel-devel matching my kernel
> installed. I have located
> /lib/modules/5.3.18-150300.59.93-default/source/fs/hfs/. I have
> looked at the makefile. Is the line obj-$(CONFIG_HFS_FS) += hfs.o
> correct? o as opposed to ko? When I issue make, I get a no object
> found error.
>
> Can some one post step by step directions to compile the hfs module,
> or point me to step by step docs?
>
> Thanks.
Hi
CONFIG_HFS_FS needs to be exported as m for module.....

A kmp is building for you (OBS seems to be running slow):
https://build.opensuse.org/package/show/home:malcolmlewis:TESTING/hfs

Download and install from the 15.3_Update repo once built and
published...

--
Cheers Malcolm °¿° (Linux Counter #276890)
Tumbleweed 20221003 | GNOME Shell 43.0 | 5.19.12-1-default
HP Z440 | Xeon E5-2690 V3 X24 @ 2.60GHz | Nvidia Quadro T400/GT1030
up 1 day 23:17, 2 users, load average: 1.28, 1.14, 0.78

Re: How compile hfs

<zuucnYC-Y7TVKaD-nZ2dnZfqnPidnZ2d@supernews.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=682&group=alt.os.linux.suse#682

  copy link   Newsgroups: alt.os.linux.suse comp.os.linux.suse
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!feeder.usenetexpress.com!tr1.iad1.usenetexpress.com!69.80.99.22.MISMATCH!Xl.tags.giganews.com!local-2.nntp.ord.giganews.com!nntp.supernews.com!news.supernews.com.POSTED!not-for-mail
NNTP-Posting-Date: Wed, 05 Oct 2022 16:43:52 +0000
From: mis...@nomail.net (Landroval)
Subject: Re: How compile hfs
Newsgroups: alt.os.linux.suse,comp.os.linux.suse
References: <Qq2dnQ2kk5ujGqD-nZ2dnZfqnPhi4p2d@supernews.com> <20221005092032.722e909f@grover.homelinux.org>
MIME-Version: 1.0
User-Agent: Pan/0.146 (Hic habitat felicitas; 8107378 git@gitlab.gnome.org:GNOME/pan.git)
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Message-ID: <zuucnYC-Y7TVKaD-nZ2dnZfqnPidnZ2d@supernews.com>
Date: Wed, 05 Oct 2022 16:43:52 +0000
Lines: 32
X-Trace: sv3-qOwCiQNquqbprZnLT4mrbakvNLvVApl5e9oVWq/8kK3GcLw5yCDpaKEnKpe091h4SRU0ygSsqniUqKJ!BQODLW4EfF+iSuXkz7J4HXcmina4WSL5fKlyxttQPE8505wgkcvvo3rxxjQ8ezJS6I06/04kjZRu!r1knh+ic3X0=
X-Complaints-To: www.supernews.com/docs/abuse.html
X-DMCA-Complaints-To: www.supernews.com/docs/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Received-Bytes: 2523
 by: Landroval - Wed, 5 Oct 2022 16:43 UTC

On Wed, 5 Oct 2022 09:20:32 -0500, Malcolm wrote:

> On Wed, 05 Oct 2022 13:31:42 +0000 Landroval <misty@nomail.net> wrote:
>
>> This my first time trying to compile anything at the kernel level.
>>
>> Opensus 15.3 kernel: 5.3.18-150300.59.93-default
>>
>> I have kernel sources, kernel-default-devel, kernel-default-extra,
>> kernel- default-optional and kernel-devel matching my kernel installed.
>> I have located /lib/modules/5.3.18-150300.59.93-default/source/fs/hfs/.
>> I have looked at the makefile. Is the line obj-$(CONFIG_HFS_FS) +=
>> hfs.o correct? o as opposed to ko? When I issue make, I get a no object
>> found error.
>>
>> Can some one post step by step directions to compile the hfs module,
>> or point me to step by step docs?
>>
>> Thanks.
> Hi CONFIG_HFS_FS needs to be exported as m for module.....
>
> A kmp is building for you (OBS seems to be running slow):
> https://build.opensuse.org/package/show/home:malcolmlewis:TESTING/hfs
>
> Download and install from the 15.3_Update repo once built and
> published...

Thank you.
Is 15.3_Update repo URL: http://download.opensuse.org/update/leap/15.3/
oss and will I just be able to search in YAST?

As you can probably tell ... I am a complete rookie at this.

Re: How compile hfs

<m0t01j-41n.ln1@Telcontar.valinor>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=683&group=alt.os.linux.suse#683

  copy link   Newsgroups: alt.os.linux.suse comp.os.linux.suse
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!lilly.ping.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: robin_li...@es.invalid (Carlos E.R.)
Newsgroups: alt.os.linux.suse,comp.os.linux.suse
Subject: Re: How compile hfs
Date: Wed, 5 Oct 2022 19:55:02 +0200
Lines: 29
Message-ID: <m0t01j-41n.ln1@Telcontar.valinor>
References: <Qq2dnQ2kk5ujGqD-nZ2dnZfqnPhi4p2d@supernews.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: individual.net LfIXbZBghvruF7oiHUH3NQ0TYzbU+SeJK0k5Ianqfh98twz5DR
X-Orig-Path: Telcontar.valinor!not-for-mail
Cancel-Lock: sha1:goDcAjpiz4wq3W9dtkJOLSmgYHU=
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.2.2
Content-Language: es-ES, en-CA
In-Reply-To: <Qq2dnQ2kk5ujGqD-nZ2dnZfqnPhi4p2d@supernews.com>
 by: Carlos E.R. - Wed, 5 Oct 2022 17:55 UTC

On 2022-10-05 15:31, Landroval wrote:
> This my first time trying to compile anything at the kernel level.
>
> Opensus 15.3
> kernel: 5.3.18-150300.59.93-default
>
> I have kernel sources, kernel-default-devel, kernel-default-extra, kernel-
> default-optional and kernel-devel matching my kernel installed.
> I have located /lib/modules/5.3.18-150300.59.93-default/source/fs/hfs/.
> I have looked at the makefile.
> Is the line obj-$(CONFIG_HFS_FS) += hfs.o correct? o as opposed to ko?
> When I issue make, I get a no object found error.
>
> Can some one post step by step directions to compile the hfs module, or
> point me to step by step docs?

Telcontar:~ # l /usr/src/linux/README*
-rw-r--r-- 1 root root 727 Sep 6 07:05 /usr/src/linux/README
lrwxrwxrwx 1 root root 70 Sep 7 08:26 /usr/src/linux/README.SUSE ->
../../share/doc/packages/kernel-source-5.3.18-150300.59.93/README.SUSE
Telcontar:~ #

I'm unsure they are current, though.

--
Cheers, Carlos.

Re: How compile hfs

<RKOdnYEErN_faKD-nZ2dnZfqnPudnZ2d@supernews.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=684&group=alt.os.linux.suse#684

  copy link   Newsgroups: alt.os.linux.suse comp.os.linux.suse
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border-2.nntp.ord.giganews.com!nntp.giganews.com!Xl.tags.giganews.com!local-1.nntp.ord.giganews.com!nntp.supernews.com!news.supernews.com.POSTED!not-for-mail
NNTP-Posting-Date: Wed, 05 Oct 2022 21:21:06 +0000
From: mis...@nomail.net (Landroval)
Subject: Re: How compile hfs
Newsgroups: alt.os.linux.suse,comp.os.linux.suse
References: <Qq2dnQ2kk5ujGqD-nZ2dnZfqnPhi4p2d@supernews.com>
<20221005092032.722e909f@grover.homelinux.org>
MIME-Version: 1.0
User-Agent: Pan/0.146 (Hic habitat felicitas; 8107378
git@gitlab.gnome.org:GNOME/pan.git)
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Message-ID: <RKOdnYEErN_faKD-nZ2dnZfqnPudnZ2d@supernews.com>
Date: Wed, 05 Oct 2022 21:21:06 +0000
Lines: 33
X-Trace: sv3-uKGv07Hj+DVUN1TIMtTW3416fMzmJNiFft/oKuP+sPizpdJyr2Dw9yaCgt/QCXUtju+AjRRDfDLWwoC!LksQjgocvc/YSrbZFKnKmR2gXM1+4LCaG0SoIKMeklvIlqr+s9OSFOqBbtd/w9m2L9xdnM/Tb6YD!IgxnKdUCGjs=
X-Complaints-To: www.supernews.com/docs/abuse.html
X-DMCA-Complaints-To: www.supernews.com/docs/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
 by: Landroval - Wed, 5 Oct 2022 21:21 UTC

On Wed, 5 Oct 2022 09:20:32 -0500, Malcolm wrote:
>
> A kmp is building for you (OBS seems to be running slow):
> https://build.opensuse.org/package/show/home:malcolmlewis:TESTING/hfs
>
> Download and install from the 15.3_Update repo once built and
> published...

TOWER:/home/rick/Downloads/rpms # zypper install hfs-5.3.18-
lp153.1.1.src.rpm
Loading repository data...
Reading installed packages...
'_tmpRPMcache_:hfs=0:5.3.18-lp153.1.1' not found in package names. Trying
capabilities.
No provider of '_tmpRPMcache_:hfs=0:5.3.18-lp153.1.1' found.
Resolving package dependencies...
Nothing to do.

TOWER:/home/rick/Downloads/rpms # rpm -ivh hfs-5.3.18-lp153.1.1.src.rpm
warning: hfs-5.3.18-lp153.1.1.src.rpm: Header V3 RSA/SHA256 Signature,
key ID 97090d5e: NOKEY
Updating / installing...
1:hfs-5.3.18-lp153.1.1 #################################
[100%]

modprobe: FATAL: Module hfs not found in directory /lib/modules/
5.3.18-150300.59.93-default

hfs in in filesystems.

Re: How compile hfs

<frecnVducNR7iaP-nZ2dnZfqn_Vi4p2d@supernews.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=685&group=alt.os.linux.suse#685

  copy link   Newsgroups: alt.os.linux.suse comp.os.linux.suse
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!feeder.usenetexpress.com!tr3.iad1.usenetexpress.com!69.80.99.23.MISMATCH!Xl.tags.giganews.com!local-2.nntp.ord.giganews.com!nntp.supernews.com!news.supernews.com.POSTED!not-for-mail
NNTP-Posting-Date: Wed, 05 Oct 2022 23:36:06 +0000
From: mis...@nomail.net (Landroval)
Subject: Re: How compile hfs
Newsgroups: alt.os.linux.suse,comp.os.linux.suse
References: <Qq2dnQ2kk5ujGqD-nZ2dnZfqnPhi4p2d@supernews.com> <20221005092032.722e909f@grover.homelinux.org>
MIME-Version: 1.0
User-Agent: Pan/0.146 (Hic habitat felicitas; 8107378 git@gitlab.gnome.org:GNOME/pan.git)
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Message-ID: <frecnVducNR7iaP-nZ2dnZfqn_Vi4p2d@supernews.com>
Date: Wed, 05 Oct 2022 23:36:06 +0000
Lines: 10
X-Trace: sv3-GqRGxVBoHFI/dx/tPBazRq3bpcR5pj3+nmjNXKmdTLOuYNXeHbYIgQqqd5zpEp0lnBuWD7R8rd2n9hy!3v/GeR2jnCPAWsouHlF3ODFB91k/iXL7cjAJS3MFQZFDbkOxs5HonydipmC+8Lt6SN8Vyj5Ppvpy!mggOcQf8eTk=
X-Complaints-To: www.supernews.com/docs/abuse.html
X-DMCA-Complaints-To: www.supernews.com/docs/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Received-Bytes: 1597
 by: Landroval - Wed, 5 Oct 2022 23:36 UTC

On Wed, 5 Oct 2022 09:20:32 -0500, Malcolm wrote:
>
> A kmp is building for you (OBS seems to be running slow):
> https://build.opensuse.org/package/show/home:malcolmlewis:TESTING/hfs
>
> Download and install from the 15.3_Update repo once built and
> published...

I now have a Zip sidk with an hfs partition mounted.
Thanks much.

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor