In case you need a platform-independent solution, try sshfs.
Iâm actually not sure. I believe it was registering the user password in HaikĂș.
I also updated the system and restarted.
So it worked.
Maybe Haiku support for newer SMB would be something suitable for a GSoC?
The gsoc page can be edited on github, you can submit a PR to add this idea if it isnât there already
samba4 is already in the depot, I added an update to the work done by @extrowerk, had the recipe disabled at first but on an update at haikuports it was enabled, this hasnât been tested enough though, and haiku_fusemb needs a rebuild against the newer samba to link to it.
Had it setup but didnât get as far as actually mounting a share on the network (havenât tried that hard too though
)
~> pkgman search samba
Status Name Description
---------------------------------------------------------------------------------------
S samba Library bits of the samba network filesystem
samba_devel Library bits of the samba network filesystem (development files)
samba4 Library bits of the samba network filesystem
samba4_devel Library bits of the samba network filesystem (development files)
samba4_source Library bits of the samba network filesystem (source files)
~>
Seems it is ⊠however as it created as a samba4 package ⊠it conflicts with existing samba package and packages which requires the existing samba package
~> pkgman install samba4
100% repochecksum-1 [65 bĂĄjt]
EllenĆrzĆkĂłd Ă©rvĂ©nyesĂtĂ©se a tĂĄrolĂłhoz (BeSly Software Solutions)...done.
100% repochecksum-1 [65 bĂĄjt]
EllenĆrzĆkĂłd Ă©rvĂ©nyesĂtĂ©se a tĂĄrolĂłhoz (FatElk_64)...done.
100% repochecksum-1 [65 bĂĄjt]
EllenĆrzĆkĂłd Ă©rvĂ©nyesĂtĂ©se a tĂĄrolĂłhoz (Haiku)...done.
100% repochecksum-1 [64 bĂĄjt]
EllenĆrzĆkĂłd Ă©rvĂ©nyesĂtĂ©se a tĂĄrolĂłhoz (HaikuPorts)...done.
100% repocache-2 [2,03 MiB]
EllenĆrzĆkĂłd Ă©rvĂ©nyesĂtĂ©se a tĂĄrolĂłhoz (HaikuPorts)...done.
100% repochecksum-1 [65 bĂĄjt]
EllenĆrzĆkĂłd Ă©rvĂ©nyesĂtĂ©se a tĂĄrolĂłhoz (KapiX's Depot)...done.
100% repochecksum-1 [71 bĂĄjt]
EllenĆrzĆkĂłd Ă©rvĂ©nyesĂtĂ©se a tĂĄrolĂłhoz (LOTE)...done.
Encountered problems:
problem 1: package samba4-4.20.2-1 conflicts with samba provided by samba-3.6.25-11
solution 1:
- allow deinstallation of samba-3.6.25-11
- allow deinstallation of fusesmb_haiku-0.9-5
- allow deinstallation of mplayer-1.5-1
- allow deinstallation of kdenlive-23.08.5-1
- allow deinstallation of kio_extras-23.08.5-2
solution 2:
- do not install "providing samba4"
Please select a solution, skip the problem for now or quit.
select [1...2/s/q]: 2
Nothing to do.
~>
The existing samba package should be upgraded with new version - that would be a better option after tests.
~> pkgman search samba -D
Repository Name Version Arch
--------------------------------------------
<system> samba 3.6.25-11 x86_64
HaikuPorts samba 3.6.25-11 x86_64
HaikuPorts samba_devel 3.6.25-11 x86_64
HaikuPorts samba4 4.20.2-1 x86_64
HaikuPorts samba4_devel 4.20.2-1 x86_64
HaikuPorts samba4_source 4.20.2-1 source
~>
You canât have both versions installed at the same time, hence the conflict. ![]()
And indeed, this newer version hasnât been tested and wonât be the default without thorough testing.
How can we help testing? Any certain procedures?
Havenât touched it in a while, only thing I checked back then was looking if the binaries in the package didnât fail to execute. For one fusesmb_haiku needs a rebuild with samba4 if you intend to check it out.
On the procedure, I guess it would/should do the trick as it is done with current samba?