search for: wiktor

Displaying 20 results from an estimated 43 matches for "wiktor".

Did you mean: viktor
2024 Mar 07
1
Question about ssh-keygen -Y find-principals
Hello, I've noticed that `ssh-keygen -Y find-principals` warns about empty lines in the allowed signers file, even though the documentation says they should be treated as comments: $ ssh-keygen -Y find-principals -f allowed_signers.md -I wiktor at metacode.biz -n file -s rsa-key.txt.sig < rsa-key.txt allowed_signers.md:3: missing key <---- here wiktor at metacode.biz `-Y verify` doesn't have this issue: $ ssh-keygen -Y verify -f allowed_signers.md -I wiktor at metacode.biz -n file -s rsa-key.txt.sig < rsa-key.txt Go...
2020 Jan 17
1
[PATCH nbdkit] Add cainfo and capath options to curl plugin
This change adds cainfo and capath options to the curl plugin. They refer directly to CURLOPT_CAINFO and CURLOPT_CAPATH, as documented in libcurl. Signed-off-by: Wiktor Gołgowski <wiktor.golgowski@linux.intel.com> --- plugins/curl/curl.c | 16 ++++++++++++++++ plugins/curl/nbdkit-curl-plugin.pod | 9 +++++++++ 2 files changed, 25 insertions(+) diff --git a/plugins/curl/curl.c b/plugins/curl/curl.c index 007449b..1381832 100644 --- a/plugin...
2005 Aug 15
3
BRI Hunting, using both channels on one msn
Hello All, Has anyone configured bri to answer for only one msn? In essence, when the primary is busy I want to have channel 2 ring. I am using an eicon diva server bri I know I saw it in the windows interface, but don't see it in the linux setup. Regards, Greg
2005 May 16
10
Static on TDM Zaptel FXO
Hello All, I recently put in a zaptel 1fxo/1fxs card. I am experiencing heavy static. Even with the pots line disconnected, if I do a dial I still get static. This way I know it's not the line, but rather something on the card. I tried alternate pci slots. This card has a power connector, does anyone know what the power requirements are? The unit is in a small case with a 2.4ghz p-4 and
2006 Apr 25
2
has_many :through
I have: class Country < ActiveRecord::Base has_many :states has_many :cities, :through => :states has_many :places, :through => :cities end What is the query RoR is using when I type: @places = @country.places Is it only one query with joins? -- Posted via http://www.ruby-forum.com/.
2006 Apr 20
2
acts_as_taggable magic.... please explain
Hi, There is a line in acts_as_taggable plugin: send(acts_as_taggable_options[:from]).tags.find_or_create_by_name(name).on(self) could someone explain what is: send(xxx) and .on(self) I cannot find it rDoc -- Posted via http://www.ruby-forum.com/.
2005 Sep 29
1
Voice Prompts, what do you think? Good voice.
Repost, first one never made it to the list... -----Original Message----- From: Gregory Wiktor - ADCom Corp. Sent: Thursday, September 29, 2005 3:20 AM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: Voice Prompts, what do you think? Good voice. Should we record a new prompt-set? Hello all, I have someone working for me who has a nice phone voice. I looked a...
2005 Mar 28
6
Verizon ISDN
I'm looking to use Asterisk with Verizon ISDN centex service in the US. I'd be connecting to an NT1 so I'd need an S/T interface. Users would have SIP phones registered with Asterisk and sharing the ISDN lines. The only PCI ISDN card that will support ISDN signalling in the US seems to be the Eicon Diva Server cards. These are hard to find and very expensive ($2500 for the Quad
2003 Sep 11
3
samba 3.0 with ldap / sambaSID
...I've read it is the unique identifier of a PDC in the windows world. So, how does samba3 generate this? Is it supposed to be changed by the admin or is it determined by samba on the first startup? Any pointer to a doc describing this in more depth would be apreciated. Thank You, -- Regards, Wiktor Wodecki
2024 Mar 08
1
Question about ssh-keygen -Y find-principals
On Fri, 8 Mar 2024, Wiktor Kwapisiewicz wrote: > Hi Damien, > > I've verified that slightly modifying your patch makes the problem disappear: Thanks. > I've also experimented with the code a bit and found out that if the line that > skips the whitespace: > cp = cp + strspn(cp, " \t")...
2008 Jan 24
1
dovecot+dbmail
Hello It's any chanse to make support dovecot for dbmail? Maybe in some future, or U working on it? ------------------------ Pozdrawiam / Best regards / Cordialement / S pozdravem Wiktor ?yczywek
2006 Apr 25
4
belongs_to :through
belongs_to :through Why is that not possible? We should have: Street belongs_to :city belongs_to :country, :through => :city -- Posted via http://www.ruby-forum.com/.
2001 Nov 21
1
getting kernel version and cvs version in sync
Hello, what is the state of the onion with the ext3 support in the upcoming 2.4.15? I don't think it will be on the current cvs level (due to linus accept policy :). So, will there be patches to place a current kernel on the cvs state? -- Regards, Wiktor Wodecki | http://johoho.eggheads.org wodecki@gmx.de | IRC: Johoho@IrcNET
2005 May 16
0
FW: Static on TDM Zaptel FXO
-----Original Message----- From: Gregory Wiktor - ADCom Corp. Sent: Monday, May 16, 2005 5:40 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: RE: [Asterisk-Users] Static on TDM Zaptel FXO Hello, Yes in the bios I set unused irq's. Zttest is sporadic. This is a non HT cpu, on a standard ide drive. It is...
2006 Apr 28
4
Call for patterns...
Hi group, I was wondering if anyone more experienced could help me to find a good pattern for two things: 1. How to group controllers. Example: We have an admin panel with: user_managment_controller.rb priv_managment_controller.rb widget_controller.rb User panel with: mystuff_controller.rb mytags_controller.rb profile_controller.rb And frontend with: widget_controller.rb etc... How do I group
2001 Oct 05
1
Kernel Ooops probably in conjunction with lvm
...and switched to 1.0.1-rc4 now. I'm not really sure who's fault it is, but since there were some debug statements about ext3 in the oops message, I thought to sent it here first. I hope you can use this information, if something's missing, tell me please, I'm on list. -- Regards, Wiktor Wodecki | http://johoho.eggheads.org wodecki@gmx.de | IRC: Johoho@IrcNET
2006 Aug 17
3
file_column do download from URL
Is there a simple way of forcing file_column to download file from given (ex. in form) url instead of uploading it manualy? I know: http://blog.caboo.se/articles/2006/01/09/file_column-magick-and-versions require ''open-uri'' Attachment.find_first.filename = open(url) if not working as expected... what is interesting is that: >> @a =
2006 Jan 12
2
Adit 600 and echo
I'm having issues with echo. My setup is Polycom IP501 phones connected to an Adit 600 via T100P. 13 Lines going to the Adit. All echo so far is on the local side (Employees hears own voice, but only on some calls). Watching the channel with ztmonitor, I notice that TXGAIN is pegged out most of the time. RXGAIN is anywhere between 45 and 60%. Is it safe to assume that playing around
2020 Feb 27
0
ANNOUNCE: nbdkit 1.18 - high performance NBD server
...now prints readable stack traces when an exception is thrown (Nir Soffer). New methods implemented in the Python plugin: cache, can_cache, can_zero, can_fast_zero, can_multi_conn, can_fua. In nbdkit-curl-plugin(1), new options "cainfo" and "capath" (Wiktor Gołgowski). nbdkit-split-plugin(1) now supports extents (Eric Blake). In nbdkit-vddk-plugin(1), "file=" is now a magic config key, meaning it can be omitted in most circumstances (Eric Blake). The VDDK plugin now no longer needs $LD_LIBRARY_PATH to be...
2006 Apr 25
2
How to see all queries
Is there a way to see what queries to the database is the current page doing? -- Posted via http://www.ruby-forum.com/.