[Bug 1952094] Re: CIFS mount error: iocharset utf8 not found

2021-12-09 Thread Tim Gardner
@ayanamist - I don't know what to do at this point. Its clearly not a kernel issue. As such, I'm marking the kernel bug invalid. ** Changed in: linux (Ubuntu Focal) Status: In Progress => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1952094] Re: CIFS mount error: iocharset utf8 not found

2021-12-07 Thread ayanamist
This 5.4.0-92 kernel works fine. Thank you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1952094 Title: CIFS mount error: iocharset utf8 not found To manage notifications about this bug go to:

[Bug 1952094] Re: CIFS mount error: iocharset utf8 not found

2021-12-07 Thread Tim Gardner
@ayanamist - Given your last result I have to say that this does not look like a kernel problem. This should be the kernel that will be released on Jan 4. Please give it a try. wget

[Bug 1952094] Re: CIFS mount error: iocharset utf8 not found

2021-12-02 Thread ayanamist
Fine, i'm glad to help. This one works fine. ** Attachment added: "5.4.0-90.dmesg" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1952094/+attachment/5544926/+files/5.4.0-90.dmesg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1952094] Re: CIFS mount error: iocharset utf8 not found

2021-12-02 Thread Tim Gardner
@ayanamist - I am somewhat baffled. Upstream does not think the patch I reverted is the root cause, so lets get back to basics and ensure this isn't something local to your system. This kernel is vanilla 5.4.0-90.101, but built by me. If this fails then I think we're going to have to do a full

[Bug 1952094] Re: CIFS mount error: iocharset utf8 not found

2021-11-30 Thread ayanamist
Yes, i use below in my /etc/default/grub and switch kernel during boot ``` GRUB_SAVEDEFAULT=true GRUB_DEFAULT=saved GRUB_TIMEOUT=10 ``` The dmesg for both kernel is attached. Note that in 5.4.0-91-generic kernel, i modprobe cifs and mount again manually after boot, so cifs loaded log is much

[Bug 1952094] Re: CIFS mount error: iocharset utf8 not found

2021-11-30 Thread Tim Gardner
@ayanamist - also, can you attach a complete dmesg of the failing kernel after the mount attempt ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1952094 Title: CIFS mount error: iocharset utf8 not

[Bug 1952094] Re: CIFS mount error: iocharset utf8 not found

2021-11-30 Thread Tim Gardner
@ayanamist - When you say 'roll back to 5.4.0-89', do you mean you interrupt the grub timeout and select a kernel to boot ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1952094 Title: CIFS mount

[Bug 1952094] Re: CIFS mount error: iocharset utf8 not found

2021-11-29 Thread ayanamist
I have installed them by installed linux-generic, and today i install the latest official 5.4.0-91 kernel, but it is even worse now. mount command: mount -t cifs //192.168.58.13/share /mnt/share/ -o username=guest,password=,noperm,noacl,file_mode=0644,iocharset=utf8,vers=2.1 Server is a windows

[Bug 1952094] Re: CIFS mount error: iocharset utf8 not found

2021-11-29 Thread Thadeu Lima de Souza Cascardo
Maybe this is the case of a missing linux-modules-extra installed? nls_utf8 module seems to be shipped on linux-modules-extra, and the missing package would explain the failure. Cascardo. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1952094] Re: CIFS mount error: iocharset utf8 not found

2021-11-29 Thread Tim Gardner
@ayanamist - Can you provide some more details about the full mount path and server type (Windows or Linux and versions) ? Upstream is skeptical that the patch I've reverted is involved in a connection attempt, though empirical evidence suggests otherwise. -- You received this bug notification

[Bug 1952094] Re: CIFS mount error: iocharset utf8 not found

2021-11-29 Thread Tim Gardner
Patch to revert that commit has been submitted: https://lists.ubuntu.com/archives/kernel-team/2021-November/126144.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1952094 Title: CIFS mount

[Bug 1952094] Re: CIFS mount error: iocharset utf8 not found

2021-11-24 Thread ayanamist
@timg-tpi Yes, the new version works fine now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1952094 Title: CIFS mount error: iocharset utf8 not found To manage notifications about this bug go to:

[Bug 1952094] Re: CIFS mount error: iocharset utf8 not found

2021-11-24 Thread Tim Gardner
There are 2 patches against fs/cifs in that interval: git log --pretty=oneline Ubuntu-5.4.0-89.100..Ubuntu-5.4.0-90.101 -- fs/cifs/ bc3d24f536d5e79ba474f192280a18d060a4c33f cifs: fix wrong release in sess_alloc_buffer() failed path 3d5631a27ec4767ac80dbf553f9ae501b18e07e3 CIFS: Fix a potencially

[Bug 1952094] Re: CIFS mount error: iocharset utf8 not found

2021-11-24 Thread ayanamist
apport information ** Tags added: apport-collected uec-images ** Description changed: - After i apt upgrade from linux-image-5.4.0-89-generic to linux- - image-5.4.0-90-generic, mount.cifs failed with dmesg "CIFS VFS: CIFS - mount error: iocharset utf8 not found", and i rollback it and it -