Displaying 17 results from an estimated 17 matches for "marijne".
Did you mean:
marijn
2001 Feb 12
4
Performance VPN over the internet
Hi 'tinc users'
I'm new whit tinc and this mail-list.
I like to build a vpn over the internet between two sites in Holland and
Germany. Are there some experience whit the performance (turn-a-round en
bandwidth) of a link. I want to use it for a 1,5Mb connection.
Greetings, Fred Krom.
-
Tinc: Discussion list about the tinc VPN daemon
Archive:
2023 Sep 22
1
[PATCH 4/9] drm/msm/dpu: Annotate struct dpu_hw_intr with __counted_by
Prepare for the coming implementation by GCC and Clang of the __counted_by
attribute. Flexible array members annotated with __counted_by can have
their accesses bounds-checked at run-time checking via CONFIG_UBSAN_BOUNDS
(for array indexing) and CONFIG_FORTIFY_SOURCE (for strcpy/memcpy-family
functions).
As found with Coccinelle[1], add __counted_by for struct dpu_hw_intr.
[1]
2023 Sep 22
1
[PATCH 4/9] drm/msm/dpu: Annotate struct dpu_hw_intr with __counted_by
Prepare for the coming implementation by GCC and Clang of the __counted_by
attribute. Flexible array members annotated with __counted_by can have
their accesses bounds-checked at run-time checking via CONFIG_UBSAN_BOUNDS
(for array indexing) and CONFIG_FORTIFY_SOURCE (for strcpy/memcpy-family
functions).
As found with Coccinelle[1], add __counted_by for struct dpu_hw_intr.
[1]
2023 Sep 22
1
[PATCH 4/9] drm/msm/dpu: Annotate struct dpu_hw_intr with __counted_by
Prepare for the coming implementation by GCC and Clang of the __counted_by
attribute. Flexible array members annotated with __counted_by can have
their accesses bounds-checked at run-time checking via CONFIG_UBSAN_BOUNDS
(for array indexing) and CONFIG_FORTIFY_SOURCE (for strcpy/memcpy-family
functions).
As found with Coccinelle[1], add __counted_by for struct dpu_hw_intr.
[1]
2009 Jan 28
3
mount.cifs is not working (smbclient does work), somekind of recursive content in mount-dir
Hi all,
When I try to make a connection to our windows server with smbclient:
smbclient //server/dira/dirb/dirc -U username -W workgroup
Password: *****
I get a working ftp-like connection to our data.
When I try to make the same connection with mount.cifs:
mount.cifs //server/dira/dirb/dirc /mnt/mnt_dir -o user=877790
dom=workgroup
Password: *****
I get a mount to a location which appears
2004 Oct 13
1
Non TCP/IP traffic
Hi all,
I need to setup a VPN where home users can comunicate with a Novell network
which functions with IPX/SPX. Is there someway i can route this traffic over
Tinc? I know tinc has a "switch" and "hub" mode, but does it also route non IP
traffic? This would be the setup:
[NovellServer] <-_EtherNet_-> [Firewall] <-_Tinc_-> [Homeuser]
Can i make tinc route this
2005 Jun 26
1
A VPN is switched mode
Hi all,
I have been using tinc successfully for a while now.
However, I need to do something different from my normal setup, and i am
getting the feeling I am doing something obvious wrong.
What I want to do is hookup 5 distant linux routers into one bigger
network, Since I need to transmit both unicast and multicast traffic,
the VPN network has to be in "Mode = switch" [Assumption
2019 Sep 12
1
[Bug 3070] New: Using recursive put always copies permissions
https://bugzilla.mindrot.org/show_bug.cgi?id=3070
Bug ID: 3070
Summary: Using recursive put always copies permissions
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: sftp
Assignee: unassigned-bugs at
2014 Sep 20
0
[PATCH] New apodization functions
Martijn van Beurden wrote:
Hi Marijn,
Sorry for the lack of response on this. I didn't understand it
when it came in and I needed time to properly review it. Sunday
morning after a really good night's sleep seems like a good time
for that :-).
I've currently got this patch in an un-published branch.
> This patch adds two new apodization functions that I developed.
> From my
2023 Oct 20
0
[ANNOUNCE] libdrm 2.4.117
Chia-I Wu (1):
modetest: print modifiers in hex as well
Dmitry Baryshkov (1):
modetest: custom mode support
Dylan Baker (3):
meson: fix intel requirements
meson: Use feature.require() and feature.allowed()
meson: replace deprecated program.path -> program.full_path
Ezequiel Garcia (1):
modetest: avoid erroring if there's no gamma legacy support
Geert
2009 Feb 14
1
The Wiki
It is about this particular page in your wiki
http://wiki.centos.org/HowTos/Laptops/Acer/Aspire-One
I have gone through the steps and made it work successfully,
and I am now hosting my websites from my Aspire one
I'm will run some more tests for some added steps but more on that later
I'm writing now because some of the steps can do with some added
information,
There was a step in
2009 Feb 21
0
errors
Dear Sir/Madam,
I was trying to upload my data in BRB array tools (R version 2.8.0). The following errors occured:
Error: package/namespace load failed for 'affy'
Error occured while executing the following R command: try(library(affy)).
Could you please tell me what this means (and how to solve)?
Thank you in advance,
Henk-Marijn de Jonge
De inhoud van dit bericht is
2005 Jul 13
2
Anyone signed up with Galaxyvoice lateley?
One of my buddies signed up with GV yesterday with a view to using them
on his * server. Problem is that the settings they gave him don't work
with asterisk. They do however work with X-Lite.
Any ideas? He's using the settings outlined on my web page.
Mark
--
Mark, G7LTT/KC2ENI
Randolph, NJ
http://www.g7ltt.com
2014 Aug 10
2
[PATCH] New apodization functions
Hi all,
This patch adds two new apodization functions that I developed.
From my own test results (on quite a diverse dataset) they
outperform the current best apodizations by 0.05% - 0.1%
(depending on the specifics) on compression.
Here's a selection of the test results
*Apodization functions* ,Compres, Speed
partial_tukey(2) tukey(0.5) , 56.50 , 37.2x
partial_tukey(3)
2023 Sep 22
14
[PATCH 0/9] drm: Annotate structs with __counted_by
Hi,
This is a batch of patches touching drm for preparing for the coming
implementation by GCC and Clang of the __counted_by attribute. Flexible
array members annotated with __counted_by can have their accesses
bounds-checked at run-time checking via CONFIG_UBSAN_BOUNDS (for array
indexing) and CONFIG_FORTIFY_SOURCE (for strcpy/memcpy-family functions).
As found with Coccinelle[1], add
2023 Sep 22
14
[PATCH 0/9] drm: Annotate structs with __counted_by
Hi,
This is a batch of patches touching drm for preparing for the coming
implementation by GCC and Clang of the __counted_by attribute. Flexible
array members annotated with __counted_by can have their accesses
bounds-checked at run-time checking via CONFIG_UBSAN_BOUNDS (for array
indexing) and CONFIG_FORTIFY_SOURCE (for strcpy/memcpy-family functions).
As found with Coccinelle[1], add
2023 Sep 22
14
[PATCH 0/9] drm: Annotate structs with __counted_by
Hi,
This is a batch of patches touching drm for preparing for the coming
implementation by GCC and Clang of the __counted_by attribute. Flexible
array members annotated with __counted_by can have their accesses
bounds-checked at run-time checking via CONFIG_UBSAN_BOUNDS (for array
indexing) and CONFIG_FORTIFY_SOURCE (for strcpy/memcpy-family functions).
As found with Coccinelle[1], add