Search found 12 matches

by patoalavista
2024-10-01 08:38
Forum: General Questions
Topic: [Software] Evolution failed outlook authentication request
Replies: 4
Views: 563

Re: [Software] Evolution failed outlook authentication request

The flatpak tutorial includes a command to add its own repo, and because it is installed through the gnome-software app, my impression is that the updates will be automatic. However, I will keep an eye on the latest versions and check whether evolution keeps up to date.

Cheers.
by patoalavista
2024-09-26 11:07
Forum: General Questions
Topic: [Software] Evolution failed outlook authentication request
Replies: 4
Views: 563

Re: [Software] Evolution failed outlook authentication request

Thanks for your help, after some more research I managed to make it work. Your advice to install the flatpak version of evolution was key.

This what I did on Debian 12 (bookworm-stable):

Installed flatpak as per https://flatpak.org/setup/Debian.
Installed the flathub version of evolution in the gnome-software app (now it's possible to toggle between 'debian/gnu linux' and 'flathub' versions).
Uninstall the debian/gnu linux version of evolution.
Run evolution and run the wizard for the ...
by patoalavista
2024-09-23 11:03
Forum: General Questions
Topic: [Software] Evolution failed outlook authentication request
Replies: 4
Views: 563

[Software] Evolution failed outlook authentication request

Hi, I wonder if someone could help me with this, please.

Evolution is not logging into my outlook account, it keeps asking for Mail authentication request and eventually stops with the message Failed to authenticate: IMAP server said BYE: Connection closed. 14

This happen in Evolution 3.46.4-2 run in Debian GNU/Linux 12 (bookworm) with GNOME version 43.9

The output for CAMEL_DEBUG=imapx:io evolution is as follows

[imapx:A] I/O: '* OK Gimap ready for requests from 2a02:c7c:fecf:d300:50c7 ...
by patoalavista
2014-11-24 13:31
Forum: Beginners Questions
Topic: "ntfs-3g fuse" crash on me [SOLVED]
Replies: 13
Views: 4303

Re: "ntfs-3g fuse" crash on me

This problem is solved.
https://lists.debian.org/debian-backports/2014/11/msg00080.html
https://lists.debian.org/debian-backports/2014/11/msg00081.html
https://lists.debian.org/debian-backports/2014/11/msg00092.html

Basically it happened that I had a dedicated boot partition and I didn't remember to update after upgrading from Squeeze to Wheeze.
The dedicated partition would mount after booting and all changes modify it, but still the old and obsolete /boot from the upgraded Wheeze will make ...
by patoalavista
2014-11-19 11:32
Forum: Beginners Questions
Topic: "ntfs-3g fuse" crash on me [SOLVED]
Replies: 13
Views: 4303

Re: "ntfs-3g fuse" crash on me

Was considering removing Virtual Box and try with that. Just remembered that I upgrade to latest after the last time I recall my ntfs disk working properly, it seems that VB loads plenty of stuff during boot.

Thanks.
by patoalavista
2014-11-18 19:21
Forum: Beginners Questions
Topic: "ntfs-3g fuse" crash on me [SOLVED]
Replies: 13
Views: 4303

Re: "ntfs-3g fuse" crash on me

Still I can't make heads or tails out of it. The only solution I can think, apart from asking for some expert help, is to reinstall the system again.

Anybody could possible help me to understand why my system doesn't load the fuse module?

Thanks,
Enrique.
by patoalavista
2014-11-16 20:02
Forum: Beginners Questions
Topic: "ntfs-3g fuse" crash on me [SOLVED]
Replies: 13
Views: 4303

Re: "ntfs-3g fuse" crash on me

I've found this http://stackoverflow.com/questions/2540 ... -not-found

It looks like the last post offers a the less drastic solution: Rebuild the module (which hasn't worked in my case). So I will try to go for the whole kernel https://wiki.debian.org/HowToUpgradeKernel
by patoalavista
2014-11-16 19:45
Forum: Beginners Questions
Topic: "ntfs-3g fuse" crash on me [SOLVED]
Replies: 13
Views: 4303

Re: "ntfs-3g fuse" crash on me

The output of apt-cache policy fuse libfuse2 linux-image* is
fuse:
Installed: 2.9.0-2+deb7u1
Candidate: 2.9.0-2+deb7u1
Version table:
*** 2.9.0-2+deb7u1 0
500 http://ftp.es.debian.org/debian/ wheezy/main amd64 Packages
500 http://http.debian.net/debian/ wheezy/main amd64 Packages
100 /var/lib/dpkg/status
libfuse2:
Installed: 2.9.0-2+deb7u1
Candidate: 2.9.0-2+deb7u1
Version table:
*** 2.9.0-2+deb7u1 0
500 cdrom://[Debian GNU/Linux 7 _Wheezy_ - Official Snapshot amd64 LIVE/INSTALL ...
by patoalavista
2014-11-13 22:44
Forum: Beginners Questions
Topic: "ntfs-3g fuse" crash on me [SOLVED]
Replies: 13
Views: 4303

Re: "ntfs-3g fuse" crash on me

It's an natural upgrade from a backport kernel squeeze. Everything worked fine until I update the system after more than 6 months.
The x-server also chrased afterwards but I solved it

Code: Select all

apt-get install nvidia-glx -t wheezy-backports
Thanks for your help.
by patoalavista
2014-11-13 21:56
Forum: Beginners Questions
Topic: "ntfs-3g fuse" crash on me [SOLVED]
Replies: 13
Views: 4303

Re: "ntfs-3g fuse" crash on me

Ok then the fuse module doesn't load

Code: Select all

lsmod | grep fuse
shows nothing

and

Code: Select all

modprobe fuse
ERROR: could not insert 'fuse': Unknown symbol in module, or unknown parameter (see dmesg)
So why

Code: Select all

insmod fuse
Error: could not load module fuse: No such file or directory
doesn't work?
Shouldn't this load fuse?
by patoalavista
2014-11-13 21:25
Forum: Beginners Questions
Topic: "ntfs-3g fuse" crash on me [SOLVED]
Replies: 13
Views: 4303

Re: "ntfs-3g fuse" crash on me

I did rmmod fuse
Error: Module fuse is not currently loaded and rmmod fuse
Error: Module fuse is not currently loaded

Later to confirm it is installed

dpkg-query -l fuse
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-============-============-=================================
ii fuse 2.9.0-2+deb7 ...
by patoalavista
2014-11-13 19:33
Forum: Beginners Questions
Topic: "ntfs-3g fuse" crash on me [SOLVED]
Replies: 13
Views: 4303

"ntfs-3g fuse" crash on me [SOLVED]

Hello,

today, after a updating my debian wheeze, my computer failed to mount any usb hard drives with ntfs partitions.

Error mounting: mount exited with exit code 21: ERROR: could not insert 'fuse': Unknown symbol in module, or unknown parameter (see dmesg)
fuse: device not found, try 'modprobe fuse' first

dmseg shows:
ERROR: could not insert 'fuse': Unknown symbol in module, or unknown parameter (see dmesg)
and dmesg:
fuse: Unknown symbol nosteal_pipe_buf_ops (err 0)

After removing ...