Displaying 20 results from an estimated 355 matches for "maciej".
2006 May 21
3
Unreadable labels
...9;s not possible to specify a font,
because mosaicplot doesn't accept the "font.axis" parameter.
Looking at the demo(graphics), I can also recognize some unreadable
labels. Do you think it's only the matter of the X-Window system?
Installed fonts? Any hints appreciated.
Regards,
Maciej
--
Maciej Blizi?ski <m.blizinski at wit.edu.pl>
http://automatthias.wordpress.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: caith.png
Type: image/png
Size: 3175 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-help/attachments/200605...
2016 Jan 15
3
[v3,11/41] mips: reuse asm-generic/barrier.h
...I verified lightweight SYNCs from the
>> beginning and it also should use SYNCs.
> So you need to build a different kernel for some types of MIPS systems?
> Or do you do boot-time rewriting, like a number of other arches do?
I don't know. I would like to have responses. Ralf asked Maciej about
old systems and that came nowhere. Even rewrite - don't know what to do
with that: no lightweight SYNC or no SYNC at all - yes, it is still
possible that SYNC on some systems can be too heavy or even harmful,
nobody tested that.
- Leonid.
2016 Jan 15
3
[v3,11/41] mips: reuse asm-generic/barrier.h
...I verified lightweight SYNCs from the
>> beginning and it also should use SYNCs.
> So you need to build a different kernel for some types of MIPS systems?
> Or do you do boot-time rewriting, like a number of other arches do?
I don't know. I would like to have responses. Ralf asked Maciej about
old systems and that came nowhere. Even rewrite - don't know what to do
with that: no lightweight SYNC or no SYNC at all - yes, it is still
possible that SYNC on some systems can be too heavy or even harmful,
nobody tested that.
- Leonid.
2017 May 14
8
[PATCH 1/3] Fix ERROR: trailing statements should be on next line
From: Maciej Fijalkowski <macfij7 at wp.pl>
Signed-off-by: Maciej Fijalkowski <macfij7 at wp.pl>
---
drivers/net/virtio_net.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
index 9320d96..f20dfb8 100644
--- a/drivers/net/vi...
2017 May 14
8
[PATCH 1/3] Fix ERROR: trailing statements should be on next line
From: Maciej Fijalkowski <macfij7 at wp.pl>
Signed-off-by: Maciej Fijalkowski <macfij7 at wp.pl>
---
drivers/net/virtio_net.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
index 9320d96..f20dfb8 100644
--- a/drivers/net/vi...
2020 Mar 31
3
limit for user exceeded
Hi
System debian 8.11 dovecot-2.2.36.4 and I have some warnings in log likes:
Warning: Inotify watch limit for user exceeded, disabling. Increase
/proc/sys/fs/inotify/max_user_watches
cat /proc/sys/fs/inotify/max_user_watches
8192
in sysctl i change
#fs.inotify.max_user_watches= 8192
#fs.inotify.max_user_instances = 16384
fs.inotify.max_user_watches= 16384
fs.inotify.max_user_instances =
2019 Jan 24
1
debian10+dovecot-2.2.33.2
Another known issue, fixed with
https://github.com/dovecot/core/commit/ca4c2579f0456072bdb505932a9cf7602e42afd2.patch
Aki
> On 24 January 2019 at 20:54 Maciej Milaszewski IQ PL <maciej.milaszewski at iq.pl> wrote:
>
>
> Hi
> Like bumerang.
>
> 2.2.36 works fine on debian10 but connect by telnet like:
>
> Connected to 46.xxx.xxx.xxx.
> Escape character is '^]'.
> * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR L...
2019 Jan 24
2
debian10+dovecot-2.2.33.2
...? main (argc=<optimized out>, argv=<optimized out>) at main.c:396
??????? c = <optimized out>
On 24.01.2019 18:16, Aki Tuomi wrote:
> Try
>
> gdb /usr/local/dovecot/libexec/dovecot/auth /var/run/dovecot/core
> bt full
>
> Aki
>> On 24 January 2019 at 18:53 Maciej Milaszewski IQ PL <
>> maciej.milaszewski at iq.pl <mailto:maciej.milaszewski at iq.pl>> wrote:
>>
>>
>> Hi
>> Thenx but maby problem is in ssl or core file and gdb was incorrectly
>> used
>>
>>
>> # 2.2.36 (1f10bfa63): /etc/dovecot/...
2010 Oct 20
2
[PATCH] klibc: reproducible builds
From: Maciej ?enczykowski <maze at google.com>
This adds a new setting: KBUILD_REPRODUCIBLE
If it is non-empty, ar and ranlib will be called in such
a way that timestamps do not affect the build output.
This allows one to get perfectly reproducible builds.
Signed-off-by: Maciej ?enczykowski <maze at...
2019 Jan 24
0
debian10+dovecot-2.2.33.2
This has been fixed with
https://github.com/dovecot/core/commit/63a74b9e8e0604486a15a879e7f1a27257322400.patch
Aki
> On 24 January 2019 at 19:26 Maciej Milaszewski IQ PL <maciej.milaszewski at iq.pl> wrote:
>
>
> Hi
> Thenx. Dump core:
>
> Core was generated by `dovecot/auth'.
> Program terminated with signal SIGSEGV, Segmentation fault.
> #0? 0x00007fa910394c7a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
>...
2019 Jan 24
2
debian10+dovecot-2.2.33.2
Hi
Thenx for replay - problem solved :)
I forget `autoreconf -vi`
You are rox :)
?On 24.01.2019 19:10, Aki Tuomi wrote:
> You need to do `autoreconf -vi` before configure, won't work otherwise.
>
> Aki
>
>> autoreconf -viOn 24 January 2019 at 20:09 Maciej Milaszewski IQ PL <maciej.milaszewski at iq.pl> wrote:
>>
>>
>> Hi
>> Thenx. I use your patch but problem not solved.
>>
>>
>> Hunk #1 succeeded at 334 with fuzz 2 (offset 19 lines).
>> patching file src/auth/mycrypt.c
>>
>> ./config...
2011 Jul 28
3
how to shift a chron timestamp by 6:30 hours
.../02/11 07:30:00) (22/11/11 04:00:00)
Now I want to shift the timestamp by 06:30 (hh:mm) backwards, to get
[1] (12/02/11 01:30:00) (21/11/11 21:30:00)
How can I achieve this? Are there any more detailed examples on
manipulation of chron objects? I have some trouble with this.
Thanks in advance,
Maciej Hoffman-Wecker
2013 Dec 02
3
Encode wav to uncompressed flac
File size is not important for me. I need audio data from wav file and
metadata in one file. How to encode a wav file to an uncompressed flac file?
Regards,
Maciej
----- Original Message -----
From: "Erik de Castro Lopo" <mle+la at mega-nerd.com>
To: <flac-dev at xiph.org>
Sent: Monday, December 02, 2013 8:28 AM
Subject: [SPAM] Re: [flac-dev] Encode wav to uncompressed flac
> Maciej M?czy?ski wrote:
>
>> Is it possible to...
2016 Jan 28
0
[v3,11/41] mips: reuse asm-generic/barrier.h
On 01/27/2016 03:26 AM, Maciej W. Rozycki wrote:
> On Fri, 15 Jan 2016, Leonid Yegoshin wrote:
>
>>> So you need to build a different kernel for some types of MIPS systems?
>>> Or do you do boot-time rewriting, like a number of other arches do?
>> I don't know. I would like to have responses. Ra...
2020 Aug 18
3
solr and dovecot 2.2.36
Hi
I have dovecot-2.2.36.4 (director) + 5 nodes dovecot (dovecot-2.2.36.4)
What version of Solr do you recommend ?
--
Maciej Mi?aszewski
Starszy Administrator Systemowy
IQ PL Sp. z o.o.
Biuro Obs?ugi Klienta:
e-mail: bok at iq.pl
tel.: +48 58 326 09 90 - 94
fax: +48 58 326 09 99
Dzia? pomocy: https://www.iq.pl/pomoc
Informacja dotycz?ca przetwarzania danych osobowych: https://www.iq.pl/kontakt
IQ PL Sp. z o.o. z siedz...
2013 Dec 02
3
Encode wav to uncompressed flac
I thought that an uncompressed FLAC file provides better sound quality than
a compressed FLAC file.
To Erik: How to grab the revision before this one
https://git.xiph.org/?p=flac.git;a=commit;h=fc360735ce4d1aa88a94bfccdd3bea5bdd19a8d6?
Regards,
Maciej
----- Original Message -----
From: "Erik de Castro Lopo" <mle+la at mega-nerd.com>
To: <flac-dev at xiph.org>
Sent: Monday, December 02, 2013 9:52 AM
Subject: [SPAM] Re: [flac-dev] Encode wav to uncompressed flac
> Maciej M?czy?ski wrote:
>
>> File size is not...
2006 Jun 20
2
Accessing date subfields
...a date to text and back to a number. I tried:
> months(today)
but the months() function returns the name of the month, not the month number. I need to process some time series of station data using season-dependent criteria, so I need the months numerically.
Thanks in advance for any help,
Maciej.
2008 Jan 28
5
XEN - ZFS
Hello,
I read, and know, that ZFS + XEN are not works well together. (I''ve only
512MB for Dom0).
How I can disable/off all ZFS stuff to have more usable memory to Dom0.
Regards
Maciej
2019 Jan 24
2
debian10+dovecot-2.2.33.2
...th code 0131]
Fatal: settings_check(ssl) failed: ssl_verify_client_cert set, but
ssl_ca not
If this true why works fine in debian 8.x ?
> Hi!
>
> Can you get backtrace from the core file?
>
> https://dovecot.org/bugreport.html
>
> Aki
>> On 24 January 2019 at 17:10 Maciej Milaszewski IQ PL <
>> maciej.milaszewski at iq.pl <mailto:maciej.milaszewski at iq.pl>> wrote:
>>
>>
>> Hi
>> Thenx for replay.
>>
>> Finaly for a test in my lab
>>
>> I upgrate to latest 2.2.36 and os debian 10
>> In this mac...
2016 Jan 28
0
[v3,11/41] mips: reuse asm-generic/barrier.h
On 01/27/2016 03:26 AM, Maciej W. Rozycki wrote:
> On Fri, 15 Jan 2016, Leonid Yegoshin wrote:
>
>>> So you need to build a different kernel for some types of MIPS systems?
>>> Or do you do boot-time rewriting, like a number of other arches do?
>> I don't know. I would like to have responses. Ra...