search for: _server_

Displaying 20 results from an estimated 36 matches for "_server_".

Did you mean: server_
2004 Jul 20
1
Samba as a portable userland FS basis?
...ng .. my conclusion was, that one has to go e.g. and use the "MS Installable File Systems Development Kit" and build a kernel mode driver which forwards calls to a user mode daemon (pretty much the LUFS design). I'm unwilling to take that level of pain. Next idea was to use the Samba _server_ code as a basis to built the unusual FS on top and just run the Samba server colocated/locally on the desktop machine. Great reuse. Here are the two main questions: 1. Is it possible to build/run the Samba _server_ on Windows (e.g. using Cygwin)? 2. Is there a "reasonable" int...
2005 Aug 29
2
bind and bind-chroot
greetings on a CentOS 4 _server_ install for a dns server rpm -qa | grep bind bind-9.2.4-2 bind-libs-9.2.4-2 bind-chroot-9.2.4-2 bind-utils-9.2.4-2 ypbind-1.17.2-3 rpm -qa | grep name caching-nameserver-7.3-3 ok, so i do this yum remove caching-nameserver and it is gone. now, do i need to leave bind-9.2.4-2 to use the bind...
2005 May 29
1
Re: CentOS and SL, together? -- GPL, LGPL, kernel and user ...
...k it into the GPL kernel program. [ I'm not posting this to cross you. But someone correct me if I'm wrong. ] There is nothing in the GPL that prevents a GPL compiler from producing non-GPL code. And LGPL can be statically linked against non-GPL compatible code. So that means the OpenAFS _server_, which is user-space, can be built with GPL GCC and dynamically linked against LGPL GLibC. But the OpenAFS _client_, which is kernel-space, cannot be statically linked into the GPL kernel program. [ I believe there is an OpenAFS client that is GPL, missing various IBM code. ] -- Bryan J. Smith...
2004 Aug 05
0
[Bug 1573] New: module revealed thru error msg even with "list = no"
...Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: widyono@seas.upenn.edu QAContact: rsync-qa@samba.org CC: widyono@seas.upenn.edu "list = no" correctly hides via rsync _server_::, however if one tries rsync _server_::_existing-module_/ and does not have permission, one gets @ERROR: access denied to _user_ from _client_, whereas an attempt for a non-existent module emits @ERROR: Unknown module '_non-existent-module_' If "list = no" is used for security p...
2018 Mar 29
1
site-site vpn setup..
...ving back to TINC monetarily in a big way to make TINC even better so if TINC isn't for you keep an eye on further developments in the future. Thanks, Rafael On Thu, Mar 29, 2018 at 12:03 PM, Tomasz Chmielewski <mangoo at wpkg.org> wrote: > SNMP is mainly used for monitoring, not _server_ automation. > > Also, it's inherently insecure for anything else - only SNMPv3 offers any > kind of encryption, and it's DES - 56 bit only, and you can easily > brute-force it on an average computer. > > > If you could provide some serious articles about why is CLI inse...
2015 Oct 13
2
UEFI: Failed to load ldlinux.e64/ldlinux.e32
On Sun, Oct 11, 2015 at 3:15 PM, Michael Glasgow <glasgow at beer.net> wrote: > I'm not sure what the decaying i/o issue looks like. It's a bit > slow loading the initrd, but I think the efi drivers are just slow > in general. Just in case, I went ahead and did a capture on the > g18 patch loading OL 7.1, which you can grab from here: > >
2015 Oct 25
1
UEFI: Failed to load ldlinux.e64/ldlinux.e32
...rate. >> Wireshark, Statistics, IO Graph, "udp.dstport == 1719", bits/tick. >> Look at both 1 second per tick and 5 pixels per tick and then 0.1 >> seconds per tick and 1 pixel per tick. > > In a different thread there was a posting[1] where > updating the TFTP _server_ did help. > > Is in this thread also a newer TFTP-server being tried? > > > Groeten > Geert Stappers > [1] http://www.syslinux.org/archives/2015-October/024468.html In my system, I'm also using tftp-hpa though it's possible switching may help Michael. I've been t...
2015 Apr 16
3
quota_over_flag examples?
I can't find any posts on this list for peoples using quota_over_flag http://wiki2.dovecot.org/Quota/Configuration#Overquota-flag_.28v2.2.16.2B-.29 If my userdb is sql what would be best script to use in terms of performance? (I mean if over-quota-flag triggers script every time it changes and the script calls CLI mysql client isn't all this so expensive to spawn a new shell session
2018 Mar 30
2
site-site vpn setup..
...past and REST apis past 7+ years. They don't use CLIs except toy Expect type scripts.. Not just security but better error handling and more. Good luck learning! On Thu, Mar 29, 2018 at 9:03 AM, Tomasz Chmielewski <mangoo at wpkg.org> wrote: > SNMP is mainly used for monitoring, not _server_ automation. > > Also, it's inherently insecure for anything else - only SNMPv3 offers any > kind of encryption, and it's DES - 56 bit only, and you can easily > brute-force it on an average computer. > > > If you could provide some serious articles about why is CLI inse...
2018 Mar 29
5
site-site vpn setup..
Just search online why in general that is insecure via CLI vs programmatic for first class automation.. there is a reason why snmp, rest, ... exist. On Thu, Mar 29, 2018 at 3:50 AM, Tomasz Chmielewski <mangoo at wpkg.org> wrote: > You've mentioned security issues in your previous email, but now you're > hopping to management issues. > > Have you tried Ansible, Chef or
2015 Oct 25
0
UEFI: Failed to load ldlinux.e64/ldlinux.e32
...maintains a reasonable IO rate. > Wireshark, Statistics, IO Graph, "udp.dstport == 1719", bits/tick. > Look at both 1 second per tick and 5 pixels per tick and then 0.1 > seconds per tick and 1 pixel per tick. In a different thread there was a posting[1] where updating the TFTP _server_ did help. Is in this thread also a newer TFTP-server being tried? Groeten Geert Stappers [1] http://www.syslinux.org/archives/2015-October/024468.html -- Leven en laten leven
2015 Apr 16
0
quota_over_flag examples?
...sql client isn't all this so expensive to spawn a new shell session > which spawns a mysql client?) I have a post-login script updating a "lastlogin" timestamp every time a user logs in. This can happen many times per second in busy hours. The only noticeable load is on the mysql _server_ (namely, some I/O). The shell + mysql client load is not noticeable at all. Don't use bash, of course! Now if we're talking about updating a flag when a user comes back under quota? How frequently is this expected to happen? > > Anyone knows how to use this flag with postfix *maki...
2017 Oct 05
1
transfer hanging to older smb device
Hi, I know this is not a samba _server_ issue but it is still an issue with my cifs.ko apparently... I have mounted over smb/cifs an older Freecom network drive. The mount is done on an older device as well, a Synology DiskStation running kernel 2.6.32 and using mount.cifs version 6.5 that I compiled myself. I am writing files to t...
2024 Feb 09
0
Adding support for alternative .ssh/rc and .ssh/environment paths
...move the contents of ~/.ssh, which worked fairly well for files used by the SSH _client_ as run by the user. However, it turned out that this was effectively impossible to use in order to relocate the ~/.ssh/rc and ~/.ssh/environment files, obviously due to the fact that these are used by the sshd _server_ component, which runs as root and has no knowledge of any environment variables that other users may specify. What I noticed, however, is that unlike with the authorized_keys file which can have other alternate paths specifiable via sshd_config, there is no such option with the rc and environment...
2008 Mar 06
2
server-side AND client-side symlinks?
...preted on the client, and client-side links usually make no sense if interpreted on the server. It appears the "unix/linux extensions" are all or none. With them on, all symlinks are visible to and interpreted by the _client_. With them off, all symlinks are invisibly interpreted by the _server_ (and the client isn't even allowed to create any). How can I note which symlinks are server-side and which are client-side, and have Samba interpret the server-side ones internally yet at the same time make the client-side ones visible to the user? thanks! -Chuck Kollars __________...
2007 Oct 13
1
using cifs to access posix acl from a linux client
Hi, We would like to mount a Linux server running samba using a cifs mount from a linux client (linux->linux) and still be able to access the extended attributes. Acl's work on the native filesystem, however when we mount the samba server on the Linux client using mount -t cifs //localhost/test test -o username=xxx Then the extended attributes are no longer visible, only the default
2018 Mar 29
0
site-site vpn setup..
SNMP is mainly used for monitoring, not _server_ automation. Also, it's inherently insecure for anything else - only SNMPv3 offers any kind of encryption, and it's DES - 56 bit only, and you can easily brute-force it on an average computer. If you could provide some serious articles about why is CLI insecure, I'd be interested t...
2015 Apr 17
1
Performance impace of spawning shell processes from Dovecot [was: quota_over_flag examples?]
...l this so expensive to spawn a new shell session > > which spawns a mysql client?) > > I have a post-login script updating a "lastlogin" timestamp every time a > user logs in. This can happen many times per second in busy hours. The > only noticeable load is on the mysql _server_ (namely, some I/O). The > shell + mysql client load is not noticeable at all. Thank you. Is this common for most people === repeatedly spawning shell scripts from Dovecot processes is not impact performance? I thought it's why apps are written as daemons especially for many times a second a...
2007 Jul 06
2
[Bug 1334] New: Bind tunnels to given interface on the server
...sible to bind any outgoing ssh connection using -b in order to choose which interface to use on the client if you have more than one. Could we have the same behaviour for tunnels? Channel opening can happen on a multi-homed server, and I've seen no way to choose which IP ssh should use (on the _server_, the IP used for "outgoing" connection, not the bind_address for the interface used by clients to connect to it). Let me be clearer here, let's say I'm on a client, and I have a server which has 2 ips 192.168.1.1 and 192.168.1.10. I want to open a dynamic tunnel (or a local forwa...
2010 Mar 24
2
Need your information
Before starting with Ovirt, i would like to discuss for the following queries, 1) Ovirt will support all OS ? 2) Can i integrate Ovirt with my java applications ? 3) I am looking for the open source tool that which i can integrate with my java applications and manage cloud infrasturcture. 4) Managing the coloud infrastructure such as create image, deploy the image to cloud host provider ? 5)