* Trouble mounting cifs share
@ 2023-11-30 17:22 Franz Geffke
2024-01-12 11:55 ` Simon Tournier
0 siblings, 1 reply; 4+ messages in thread
From: Franz Geffke @ 2023-11-30 17:22 UTC (permalink / raw)
To: help-guix
[-- Attachment #1.1.1: Type: text/plain, Size: 2586 bytes --]
I'm having trouble mounting cifs; Initially I thought it's a network issue of
some sort, but it happens on a number of systems and I assume the Hetzner
Storagebox is OK (as in, configured correctly):
- 2x 6.6.2-gnu Guix: Failed
- 1x 6.1.0-13 Debian: Failed
- 1x 5.10.0-21 Debian: Success
Here's what I'm trying (always as root):
```
mount.cifs -o user=abc,pass=abc //abc.your-storagebox.de/backup /mnt/storage-box
```
SUCCESS:
```
[22217175.369726] FS-Cache: Loaded
[22217175.370661] Key type dns_resolver registered
[22217175.425899] FS-Cache: Netfs 'cifs' registered for caching
[22217175.428484] Key type cifs.spnego registered
[22217175.428593] Key type cifs.idmap registered
[22217175.428940] CIFS: Attempting to mount //abc.your-storagebox.de/backup
[22217175.429066] CIFS: No dialect specified on mount. Default has changed to a
more secure dialect, SMB2.1 or later (e.g. SMB3.1.1), from CIFS (SMB1). To use
the less secure SMB1 dialect to access old servers which do not support SMB3.1.1
(or even SMB3 or SMB2.1) specify vers=1.0 on mount.
```
FAILURE:
```
mount.cifs -o user=abc,pass=abc //abc.your-storagebox.de/backup /mnt/storage-box
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log
messages (dmesg)
```
dmesg first run:
```
[ 47.720337] FS-Cache: Loaded
[ 47.832455] Key type cifs.spnego registered
[ 47.832480] Key type cifs.idmap registered
[ 47.833652] CIFS: No dialect specified on mount. Default has changed to a
more secure dialect, SMB2.1 or later (e.g. SMB3.1.1), from CIFS (SMB1). To use
the less secure SMB1 dialect to access old servers which do not support SMB3.1.1
(or even SMB3 or SMB2.1) specify vers=1.0 on mount.
[ 47.833657] CIFS: Attempting to mount //u379354.your-storagebox.de/backup
[ 47.834369] CIFS: VFS: cifs_mount failed w/return code = -2
```
dmesg second run:
```
[84327.549100] CIFS: Attempting to mount //abc.your-storagebox.de/backup
[84327.549388] CIFS: VFS: cifs_mount failed w/return code = -2
```
third one, directly after 2nd:
```
mount.cifs -o user=abc,pass=abc //abc.your-storagebox.de/backup /mnt/storage-box
mount error(126): Required key not available
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log
messages (dmesg)
```
dmesg third run:
```
[84355.299014] CIFS: Attempting to mount //abc.your-storagebox.de/backup
[84355.299032] CIFS: VFS: cifs_mount failed w/return code = -126
```
Am I missing something? Thank you.
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 2493 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 665 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Trouble mounting cifs share
2023-11-30 17:22 Trouble mounting cifs share Franz Geffke
@ 2024-01-12 11:55 ` Simon Tournier
2024-01-15 10:30 ` Efraim Flashner
0 siblings, 1 reply; 4+ messages in thread
From: Simon Tournier @ 2024-01-12 11:55 UTC (permalink / raw)
To: Franz Geffke, help-guix
Hi,
Sorry for the late reply.
On Thu, 30 Nov 2023 at 17:22, Franz Geffke <franz@dkkma.com> wrote:
> I'm having trouble mounting cifs; Initially I thought it's a network issue of
> some sort, but it happens on a number of systems and I assume the Hetzner
> Storagebox is OK (as in, configured correctly):
>
> - 2x 6.6.2-gnu Guix: Failed
> - 1x 6.1.0-13 Debian: Failed
> - 1x 5.10.0-21 Debian: Success
Sorry for this naive question, these numbers are the version of package,
right?
Cheers,
simon
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Trouble mounting cifs share
2024-01-12 11:55 ` Simon Tournier
@ 2024-01-15 10:30 ` Efraim Flashner
2024-01-16 9:35 ` Reza Housseini
0 siblings, 1 reply; 4+ messages in thread
From: Efraim Flashner @ 2024-01-15 10:30 UTC (permalink / raw)
To: Simon Tournier; +Cc: Franz Geffke, help-guix
[-- Attachment #1: Type: text/plain, Size: 849 bytes --]
On Fri, Jan 12, 2024 at 12:55:11PM +0100, Simon Tournier wrote:
> Hi,
>
> Sorry for the late reply.
>
> On Thu, 30 Nov 2023 at 17:22, Franz Geffke <franz@dkkma.com> wrote:
> > I'm having trouble mounting cifs; Initially I thought it's a network issue of
> > some sort, but it happens on a number of systems and I assume the Hetzner
> > Storagebox is OK (as in, configured correctly):
> >
> > - 2x 6.6.2-gnu Guix: Failed
> > - 1x 6.1.0-13 Debian: Failed
> > - 1x 5.10.0-21 Debian: Success
>
> Sorry for this naive question, these numbers are the version of package,
> right?
They look like kernel versions to me.
--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-01-16 9:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-30 17:22 Trouble mounting cifs share Franz Geffke
2024-01-12 11:55 ` Simon Tournier
2024-01-15 10:30 ` Efraim Flashner
2024-01-16 9:35 ` Reza Housseini
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.