search for: altogether

Displaying 20 results from an estimated 1997 matches for "altogether".

2015 Nov 25
6
How disable forwarding-only connections (i.e. non-shell/command non-sftp connections)? (Maybe this is a feature request!)
Hi! I tried with all available options to disable forwarding-only connections, by: "AllowAgentForwarding no AllowTcpForwarding no" This had no effect, so what I got in effect was dummy connections. I would like to disable this "class" of connections altogether. The outcome will be that all authenticated connections will lead to a command, be it /usr/libexec/sftp-server or other. So something like "ForwardingOnlyConnections on/off". Would you be interested in adding this to your next release? Thanks!
2024 Feb 19
5
Looping
I need to read csv files repeatedly, named data1.csv, data2.csv,? data24.csv, 24 altogether. That is, data<-read.csv(?data1.csv?) ? data<-read.csv(?data24.csv?) ? Is there a way to do this in a loop? Thank you. Steven from iPhone [[alternative HTML version deleted]]
2007 Mar 20
4
automated install over network
...py and a network card. I was wondering if i could boot it, then have it pick up what it needs to start the install off the network and do an unattended install vi nfs? Or, if that's not possible would it be possible to boot and load CentOS completely from the network bypassing the hard disk altogether? I don't need x on this box, in fact it doesn't have a monitor, most of the work it will do will be via ssh, or unattended stuff. Thanks. Dave.
2020 Apr 01
5
Prevent `wbinfo -u` from making Winbind unresponsive
...m groups = no Is there a way, preferrably without ugly hacks, to prevent this from happening on accident, by mistake? By this I mean ideally so that Winbind remains responsive even if someone mistakenly ran `wbinfo -u` or `wbinfo -g`, but limiting the result sets of these commands or blocking them altogether is acceptable too. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: This is a digitally signed message part. URL: <http://lists.samba.org/pipermail/samba/attachments/20200401/94f80d40/signature...
2010 Oct 06
3
[LLVMdev] Hello pass?
Hey, Does anyone actually care about the "hello, world" pass in lib/Transforms/Hello? Is there any particular reason why it couldn't be under examples or projects, or just removed altogether? --Owen
2010 Mar 17
1
mmap error-12, macbook pro
Hi, I am trying to read some files using read.csv and total size of those files are 3.99 GB. I am using MacBook Pro with 4GB RAM(snow leopard). I also tried to run a chunk from those files and altogether the size was 1.33 GB. But every time I was getting the following error R(1200) malloc: *** mmap(size=16777216) failed (error code=12) *** error: can't allocate region *** set a breakpoint in malloc_error_break to debug I managed to run smaller chunks (400MB) and I also saved the object. But p...
2010 Feb 23
3
directrtp with SIP + H.323
We're creating a SIP gateway for a client that will take one leg of a call in via SIP, and out the other side via H.323. To minimize load on the gateway, we would like to have the RTP stream bypass the gatewayy altogether (directrtp/reinvite). Is this possible with these to protocols? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100223/c067da2d/attachment.htm
2005 Jan 25
3
Change Journals
...ileio/base/creating_modifying_and_deleting_a_change_journal.asp Park, would you like to do this, or did you want me to? I wasn''t sure from your RubyForge post. Also, do folks think this should be bundled with win32-changenotify (as a separate class) or should it be a different package altogether? Regards, Dan In the immortal words of Socrates, "I drank what?"
2010 Mar 17
1
mmap error on macbook pro
Dear List, I am trying to read some files using read.csv and total size of those files are 3.99 GB. I am using MacBook Pro with 4GB RAM(snow leopard). I also tried to run a chunk from those files and altogether the size was 1.33 GB. But every time I was getting the following error R(1200) malloc: *** mmap(size=16777216) failed (error code=12) *** error: can't allocate region *** set a breakpoint in malloc_error_break to debug I managed to run smaller chunks (400MB) and I also saved the object. But p...
2020 Apr 04
1
Prevent `wbinfo -u` from making Winbind unresponsive
...mba: > > Is there a way, preferrably without ugly hacks, to prevent this from happening on accident, by mistake? By this I mean ideally so that Winbind remains responsive even if someone mistakenly ran `wbinfo -u` or `wbinfo -g`, but limiting the result sets of these commands or blocking them altogether is acceptable too. > > well, blocking it altogether by means of a new smb.conf option (maybe > wbinfo enum users|groups ?) would be trivial. > > It would be interesting to know whether you see the issue with settings > of winbind max domain connections higher then the default of...
2018 Jun 11
3
squishy bell
Both Gnome and KDE give me a loud squishy bell at the thought of the drop of a hat. I did not get that in C6. I infer it is a C7-specific thing. Short of disabling my audio altogether, how do I make it go away? Not one of C7's better features. -- Michael hennebry at web.cs.ndsu.NoDak.edu "Sorry but your password must contain an uppercase letter, a number, a haiku, a gang sign, a heiroglyph, and the blood of a virgin."...
2005 Jun 09
1
Subassignments involving NAs in data frames
...Error: NAs are not allowed in subscripted assignments Checking an old news file I see this: o Subassignments involving NAs and with a replacement value of length > 1 are now disallowed. (They were handled inconsistently in R < 2.0.0, see PR#7210.) For data frames they are disallowed altogether, even for logical matrix indices (the only case which used to work). which leaves me to believe that the assignment for both df1 and df2 should fail ("data frame ... disallowed altogether"), however that seems not to be the case, since the example works for df1. Also, the vectorized ver...
2012 Aug 08
13
[PATCH] tools: don't expand prefix and exec_prefix too early
A comment in tools/configure says that it is intended for these to be command line overridable, so they shouldn''t get expanded at configure time. The patch is fixing tools/m4/default_lib.m4 as far as I can see myself doing this, but imo it is flawed altogether and should rather be removed: - setting prefix and exec_prefix to default values is being done later in tools/configure anyway - setting LIB_PATH based on the (non-)existence of a lib64 directory underneath ${exec_prefix} is plain wrong (it can obviously exist on a 32-bit installation) - I wa...
2020 May 25
5
identify 143 vs 993 clients
Hi, I am trying to find a nice way to identify dovecot clients that are still configured to use port 143 to connect to our mailserver, from the dovecot logs. I would then ask them to move over to 993, and finally disable port 143 altogether. When looking at the dovecot logs, it seems this is not logged in any obvious way. Of course I could use netflow etc, but that would not give us usernames, but IP's, etc. So, is there a nice way to somehow indicate in the dovecot logs, if a client connected on 143 or on 993? Thanks!
2020 Apr 03
3
Prevent `wbinfo -u` from making Winbind unresponsive
...mba: > > Is there a way, preferrably without ugly hacks, to prevent this from happening on accident, by mistake? By this I mean ideally so that Winbind remains responsive even if someone mistakenly ran `wbinfo -u` or `wbinfo -g`, but limiting the result sets of these commands or blocking them altogether is acceptable too. > > well, blocking it altogether by means of a new smb.conf option (maybe > wbinfo enum users|groups ?) would be trivial. > > It would be interesting to know whether you see the issue with settings > of winbind max domain connections higher then the default of...
2017 May 12
2
ls hangs in internal-sftp for LDAP users
...gt; ChrootDirectory directive with no more success. >> >> Notice : it happens only for ldap users, not local users > > There should be a /etc/nsswitch.conf in your chroot where you can > configure where users and hostnames should be looked up. E.g. to prevent > LDAP lookups altogether you could configure the respective two lines to > read: > passwd: files > group: files > i.e. drop the 'ldap' option there. To check why /etc/hosts isn't being > used you can look if hosts: has 'files dns' or just 'dns' altogether > behind it. > &...
2019 Dec 11
4
[PATCH 15/24] compat_ioctl: scsi: move ioctl handling into drivers
On Wed, Dec 11, 2019 at 09:42:49PM +0100, Arnd Bergmann wrote: > Each driver calling scsi_ioctl() gets an equivalent compat_ioctl() > handler that implements the same commands by calling scsi_compat_ioctl(). > > The scsi_cmd_ioctl() and scsi_cmd_blk_ioctl() functions are compatible > at this point, so any driver that calls those can do so for both native > and compat mode, with
2019 Dec 11
4
[PATCH 15/24] compat_ioctl: scsi: move ioctl handling into drivers
On Wed, Dec 11, 2019 at 09:42:49PM +0100, Arnd Bergmann wrote: > Each driver calling scsi_ioctl() gets an equivalent compat_ioctl() > handler that implements the same commands by calling scsi_compat_ioctl(). > > The scsi_cmd_ioctl() and scsi_cmd_blk_ioctl() functions are compatible > at this point, so any driver that calls those can do so for both native > and compat mode, with
2006 May 04
3
Speeding up 'getent passwd' with winbindd on AD
...idmap backends, and so at best it needs to be optional. Currently I have a patch which applies the filter only if 'winbind nss info = sfu' in in effect. I'm posting this here to get feedback: should I file an enhancement request in Bugzilla, refine the fix somehow first, or forget it altogether? Bob Gautier _____________________________________________________________ This email (including any attachments to it) is confidential, legally privileged, subject to copyright and is sent for the personal attention of the intended recipient only. If you have received this email in error, please...
2006 Mar 03
4
problem with "winbind separator = \"
Hello, I just rebuilt the samba server that I was working on and when I try to add the line "winbind separator = \", testparm tells me that its value must be 1 character and then displays its value as the proceeding line. If I change the value to '+', it tells me that the value might cause a problem with groups memberships. If I just leave the value at '/' then it does