Displaying 12 results from an estimated 12 matches for "tuta".
Did you mean:
tut
2023 Jun 23
15
[Bug 3584] New: Segfault when built with optimisations on macOS 13 (x86_64) with Xcode 14.3
https://bugzilla.mindrot.org/show_bug.cgi?id=3584
Bug ID: 3584
Summary: Segfault when built with optimisations on macOS 13
(x86_64) with Xcode 14.3
Product: Portable OpenSSH
Version: 9.3p1
Hardware: amd64
OS: Mac OS X
Status: NEW
Severity: major
Priority: P5
2019 Nov 03
4
[Bug 112201] New: Syscall param ioctl(generic) points to uninitialised byte(s)
...g
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: not set
Priority: not set
Component: Driver/nouveau
Assignee: nouveau at lists.freedesktop.org
Reporter: stratus at tuta.io
QA Contact: xorg-team at lists.x.org
Dear bugzilla,
I built the example program here:
https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml
$ gcc -Wall -Wextra -o glxample glxample.c -lX11 -lGL
(The test app works and shows a little yellow window then exits after 10...
2010 Jul 10
1
lm_sensors and Shuttle
Hi All,
I'm trying to get lm_sensors to work on a Shuttle with an AMD K10. The version
of lm_sensors in the main CentOS repo is 2.10.7, which is two years old now.
Support for the K10 was added about a year ago.
So, does anyone know if there are binaries available for more recent versions
of lm_sensors?
Also, if anyone has knowledge of the sensors layout for recent Shuttle AMD
motherboards,
2020 Jul 16
1
[Bug 1443] New: ipset -bash: syntax error near unexpected token `;;'
...Product: ipset
Version: unspecified
Hardware: x86_64
OS: other
Status: NEW
Severity: minor
Priority: P5
Component: default
Assignee: netfilter-buglog at lists.netfilter.org
Reporter: vrein at tuta.io
- ipset version: ipset v7.6, protocol version: 7
- system: arch linux
- latest git repo has the same code too
There is an additional ; in bash completion script:
grep '_ipset_known_hosts()' -n ./ -R
./utils/ipset_bash_completion/ipset:975:eval '_ipset_known_hosts() { '$(declare...
2010 May 30
5
ATI Proprietary Drivers LAG
I've installed CentOS 5.5, fixed my problems with my network card driver,
and and I've followed this:
http://wiki.centos.org/AdditionalResources/HardwareList/AtiDriver ,
downladed latest ati driver, restarted, screen resolution is fixed, but
everything lags.
ATI Radeon HD 5470 1GB
this is the output of "lspci -v"
*01:00.0 VGA compatible controller: ATI Technologies Inc
2018 Oct 22
0
Goodbye from our Newsletter
Goodbye from our Newsletter, sorry to see you go.
You have been unsubscribed from our newsletters.
This is the last email you will receive from us. Our newsletter system,
phpList,
will refuse to send you any further messages, without manual intervention
by our administrator.
If there is an error in this information, you can re-subscribe:
please go to
2023 Mar 02
1
Console client bug
...as described here:
https://www.spinics.net/lists/samba/msg164051.html
Finally I tried to download the file through GUI file manager and it worked fine! The same thing was with the mobile device. Ergo the problem is in your client.
The system is based on Debian 11, but not Ubuntu.
--
I'm using Tutanota - the end-to-end encrypted email service
2023 Mar 03
1
Console client bug
Yes, I mean smbclient.
I input a command like?
smbget -U guestshare -R smb://localhost/share
The version option says that version is 4.13.13-Debian.
Computer is irrelevant, because you are developing it for a certain operating system, not a computer.
Dolphin worked.
--
I'm using Tutanota - the end-to-end encrypted email service
Mar 3, 2023, 00:03 by samba at lists.samba.org:
>
>
> On 02/03/2023 20:36, belaz--- via samba wrote:
>
>> Hi there, developers!
>> Are you aware that your own console client is not working properly on Debian? I've recently...
2017 Aug 17
0
Annoying artifacts in a sample
Hello,
I've just found that this sample, when encoded with bitrate lower than about 48 kbps, has got some strange artifacts. According to that article → https://people.xiph.org/~jm/opus/opus-1.2, I should tell you about it…
It sounds like Opus plays high frequencies up and it combines with that echo effect.
Best regards
-------------- next part --------------
An HTML attachment was
2023 Mar 06
1
Console client bug
...you the log of the client for that day and then you figure out by yourself what was going on. But the logs I have left from that day don't contain that message. I saw it only in the terminal after I set logging level in the config as I remember. Why is it not there, I wonder?
--
I'm using Tutanota - the end-to-end encrypted email service
Mar 4, 2023, 18:45 by samba at lists.samba.org:
>
>
> On 04/03/2023 13:08, belaz--- via samba wrote:
>
>> I've deleted actual samba service, but not other packages, so it still shows something:
>>
>
>
> What do yo...
2023 Mar 04
1
Console client bug
...are
??????? path = "/home/me/Desktop/Share"
[print$]
??????? comment = Printer Drivers
??????? path = /var/lib/samba/printers
And by the way, in the beginning it didn't even create the log folder and file. The file appeared only when I created the folder manually.
--
I'm using Tutanota - the end-to-end encrypted email service
Mar 3, 2023, 12:33 by samba at lists.samba.org:
>
>
> On 03/03/2023 08:56, belaz--- via samba wrote:
>
>> Yes, I mean smbclient.
>> I input a command like
>> smbget -U guestshare -R smb://localhost/share
>> The ver...
2020 Aug 30
5
Meson build
Hi,
Just a heads up on my experiences with the new build system.
Arch Linux
meson-0.55.1
Overall, it looks good, so well done!
Just a couple of minor things I noted:
1. Arch uses a meson wrapper script (arch-meson) that sets:
--buildtype plain
This seems to trigger a bug in meson that results in copious bogus compiler warnings:
cc1: warning: ‘-Wformat-y2k’ ignored without ‘-Wformat’