search for: misgiving

Displaying 20 results from an estimated 22 matches for "misgiving".

Did you mean: misgivings
2004 Mar 04
3
[Bug 808] segfault if not using pam/keyboard-interactive mech and password's expired
...l probably segfault when it dereferences the uninitialized int *force_pwchange. this is b/c, if you don't authenticate using the PRIVSEP(sshpam_device), sshpam_init_ctx is never called, so force_pwchange isn't properly initialized i'll attach a workaround patch, but not without serious misgivings about how crappy it is, so it won't hurt my feelings if you come up with a much better fix all in all, though, 3.8p1 does password-changing and chauthtok-ing much better than it's predecessor, so thanks again for the great work --buck ------- You are receiving this mail because: -----...
2003 Aug 26
2
Recover from PDC Crash
Hello: I would like to use samba as our PDC (currently we are peer to peer) where I work but have one huge misgiving. What happens if the server crashes? I was so curious about this that I used a trial samba PDC with my work computer (XP) for a few weeks and then, simulating a total HD failure, I reinstalled samba on another HD and to my horror lost my entire user profile. bookmarks, emails, my documents, etc. I...
2006 Feb 20
1
Improved diagnostics patch
...t up due to inability to create or bind the socket. Presently, it gives a log entry indicating that no sockets could be bound, but crucially does *not* have the system error message (i.e. errno) from the failed call, making it difficult or impossible to determine the problem. I do have a couple of misgivings about the patch, however, in that it seems that it might emit log messages that look like errors even though the daemon did successfully bind and start, when there are multiple protocols available and it fails on one but succeeds on another (quoting from the code's comments: "if for examp...
2012 May 18
11
Shorewall 4.5.4 Beta 3
...nterfaces and eth2 connects to the local LAN. providers: #NAME NUMBER MARK DUPLICATE INTERFACE GATEWAY OPTIONS ... Squid 3 - - lo - tproxy /etc/squid3/squid.conf: ... http_port 172.20.1.254:3129 tproxy ... Beta 3: 1) With some misgivings, this release adds support for the geoip match feature available in xtables-addons. Geoip allows matching of the source or destination IP address by ISO 3661 country codes. The support is implemented in the form of extended syntax in the SOURCE and DEST columns of the rules file....
2012 May 18
11
Shorewall 4.5.4 Beta 3
...nterfaces and eth2 connects to the local LAN. providers: #NAME NUMBER MARK DUPLICATE INTERFACE GATEWAY OPTIONS ... Squid 3 - - lo - tproxy /etc/squid3/squid.conf: ... http_port 172.20.1.254:3129 tproxy ... Beta 3: 1) With some misgivings, this release adds support for the geoip match feature available in xtables-addons. Geoip allows matching of the source or destination IP address by ISO 3661 country codes. The support is implemented in the form of extended syntax in the SOURCE and DEST columns of the rules file....
2004 Aug 06
1
details of HTTP Basic auth for icecast2
...to connect as source /source1* user2 / password2 allowed to connect as source /source2* or something like that. this would make it possible to give different users a safe way to provide their sorces to the same server, but not interfere with each other. > I'm not sure. I understand your misgivings about it being > not-quite-HTTP, but I'm not sure if there's a better solution. I > changed the authentication to using HTTP auth because HTTP _does_ > provide a standard way to do it, but the rest it doesn't - and > we still want that information (the rest of it is option...
2006 Nov 04
8
Strategy for penalising IPs with too many simultaneous sessions
Hi all, I have been trying to investigate traffic shaping in an effort to solve the "unfriendly network apps" problem on a test network. I have a basis by which I''d like to shape traffic, but studying the howto doesn''t uncover and existing qdisc that seems to fit what I would like to do. The problem I would like to address is to prevent an IP address opening 10
2004 Aug 06
3
details of HTTP Basic auth for icecast2
Hi, A question for the HTTP Basic auth for icecast2: what is the username to use when doing such authentication. The related line in the login is: Authorization: Basic <base64 encoded string> where the <base64 encoded string> in its original form is: username:password now, what username is used? in the config file for the icecast2 server, one can only set the password (except
2004 Aug 06
0
details of HTTP Basic auth for icecast2
...gt;ice-genre: <genre> >ice-bitrate: <bitrate> >ice-public: <public> >ice-description: <description> > > >this seems like a mule, sort of half-HTTP, half-ICE. is this the >intended login protocol for the beta release? I'm not sure. I understand your misgivings about it being not-quite-HTTP, but I'm not sure if there's a better solution. I changed the authentication to using HTTP auth because HTTP _does_ provide a standard way to do it, but the rest it doesn't - and we still want that information (the rest of it is optional, remember, leavin...
2004 Apr 28
1
filexfer draft and uid / gid resolution ...
Sorry if this is not the best place to post this question but I'm not sure who else to ask. After reading through the filexfer draft I am having trouble understanding how a sftp client goes about resolving uid / gid to its text representation. Without handling this translation for the user, how do they know the difference between one uid / gid to the next without opening up a terminal to the
2004 Apr 28
1
FW: filexfer draft and uid / gid resolution ...
...xfer draft and uid / gid resolution ... > > >The version of the filexfer draft that OpenSSH supports doesn't support >user/group name resolution. We have access to numeric user and group IDs >only. > >Later versions of the filexfer draft do support this, but I have some >misgiving about them that I would like to see resolved before >implementing support for a new revision. > >-d > > >
2011 Mar 07
1
Enscript
Greetings.. Yes ENSCRIPT is a text to PostScript conversion service. As usual, am a bi confused on how to implement the fit-to-page functionality. Google resources say it is used then proceeds to dance around the issue Using the -f<fontname>@W/H option can one calculate the necessary dimensions for the print job consisting of over 200 pages? --Hal. -- Hal Davison Observe Goal,
2005 Jul 30
0
Autocomplete text field -- what''s it for?
This question is probably naive, as obviously lots of people make use of the autocomplete text field. They provide a great functionality to the _end_ _user_, they look nice and the interaction is intuitive. Still, I just don''t see how to use them sensibly. My major misgiving is that I only get text where I actually want a primary key. I''ve got my own implementation of this where I dynamically load a select element where the value attribute of each option contains the PK for the respective choice. Now, I''d like to switch to autocomplete text fields...
2005 Mar 30
2
Beginner question: serverside singletons?
...Rails, but have extensive experience with serverside Java (J2EE stack, Tapestry, etc). Rails looks cool, though embedding Ruby code in HTML reminds me unpleasantly of JSP + Struts and I''m deeply suspicious of all the behind-the-scenes magic going on in Rails. But I''ll bury my misgivings and give this thing a whirl :). Anyway, a question: with Java servlets (and servlet-based frameworks) I''m used to being able to initialize some "expensive" stuff at app startup as singletons and then store them away (servlet context, JNDI, whatever) for later use by the app...
2005 Aug 29
1
Data corruption
...Aug 26 12:14:37 EDT 2005 Then when we started recovery on the destination database, Oracle complained about block zero being corrupted on six (out of more than 330) of the datafiles (one at a time). All of those were small, so I just used rcp to copy them (in hot backup mode). I started having misgivings then, but continued the process of recovering the database and finally got to applying the next to last redo log and Oracle barfed on block corruption in one of our big datafiles. All of the small datafiles that had block zero corrupted had a single block transfered via rsync. The process of o...
2002 Dec 23
3
rsync 2.5.5 SCO Unixware patch
Hello list, This is a patch to rsync 2.5.5, and it serves two purposes. The small patches to batch.c, flist.c and log.c simply add "void" to some function definitions so that all declarations in proto.h have full parameter lists. unsigned char read_batch_flags() OLD unsigned char read_batch_flags(void) NEW The SCO UNIXWare compiler correctly objected to these functions not having a
2011 Jan 12
6
SSD drives are really fast running Dovecot
I just replaced my drives for Dovecot using Maildir format with a pair of Solid State Drives (SSD) in a raid 0 configuration. It's really really fast. Kind of expensive but it's like getting 20x the speed for 20x the price. I think the big gain is in the 0 seek time. Here's what I bought. Crucial RealSSD C300 CTFDDAC256MAG-1G1 2.5" 256GB SATA III MLC Internal Solid State
2012 Dec 22
4
Does R have an equivalent for Matlab's cell array?
Hi I have a time series of measurements: every 10 min. a value was logged. The data look like: 20100914 08:01 3.74 20100914 08:11 3.74 20100914 08:21 3.71 20100914 08:31 4.39 20100914 08:41 3.74 This data spans several months. I would like to group the data per day. In Matlab it is fairly easy to obtain a cell array, of which the first column contains the date of each
2011 May 03
4
Wishlist: write R's bin path to the PATH variable and remove the version string in the installation dir under Windows
Hi, I guess this issue must have been brought forward long time ago, but I still hope you can consider under Windows (during installation): 1. put R's bin path in the PATH variable of the system so that we can use the commands "R" and "Rscript" more easily; 2. remove the version string like R-2.13.0 in the default installation directory, e.g. only use a directory like
2013 Oct 07
2
Some questions after devices addition to existing raid 1 btrfs filesystem
Hi, I have added 2x2Tb to my existing 2x2Tb raid 1 btrfs filesystem and then ran a balance: # btrfs filesystem show Total devices 4 FS bytes used 1.74TB devid 3 size 1.82TB used 0.00 path /dev/sdd devid 4 size 1.82TB used 0.00 path /dev/sde devid 2 size 1.82TB used 1.75TB path /dev/sdc devid 1 size 1.82TB used 1.75TB path /dev/sdb # btrfs