Displaying 7 results from an estimated 7 matches for "dump_file".
Did you mean:
dummy_file
2015 Aug 11
3
C6.7 evolution to cyrus imap(s) fails
...e!
124 3.276582000 148.197.29.159 148.197.29.5 TCP 74
54564?993 [SYN] Seq=0 Win=29200 Len=0 MSS=1460 SACK_PERM=1 TSval=71392019
TSecr=0 WS=128
125 3.276770000 148.197.29.5 148.197.29.159 TCP 60
993?54564 [RST, ACK] Seq=1 Ack=1 Win=0 Len=0
I have tried the following to no avail
tcpdump -s 0 -w dump_file
ssldump -a -A -H -d -r dump_file
and
selinux in permissive mode
firewall off
Help!
John
2008 Dec 13
2
how to import a dump .sql file in a rake task
I have a dump of some tables to be filled when the app is setup
''.../db/dataset/regions_dpt_cities_codes.sql''
I would like to execute a task similar to the >mysql source
<dump_file>
like :
ActiveRecord::Base.connection.execute("source #{path};") (which
doesn''t run fine, of course....
is it possible in a rake task ? if yes, any suggestion ?
thanks for your suggestions
erwin
--~--~---------~--~----~------------~-------~--~----~
You received this m...
2015 Aug 11
1
C6.7 evolution to cyrus imap(s) fails
...0 Win=29200 Len=0 MSS=1460 SACK_PERM=1
>> TSval=71392019 TSecr=0 WS=128
>>
>> 125 3.276770000 148.197.29.5 148.197.29.159 TCP 60
>> 993?54564 [RST, ACK] Seq=1 Ack=1 Win=0 Len=0
>>
>> I have tried the following to no avail
>> tcpdump -s 0 -w dump_file
>> ssldump -a -A -H -d -r dump_file
>> and
>> selinux in permissive mode
>> firewall off
>>
>> Help!
>>
>> John
>
> What does cyrus-imapd log?
>
> Alexander
>
>
A "connection refused" response generally means that the...
2015 Aug 11
0
C6.7 evolution to cyrus imap(s) fails
...74
> 54564?993 [SYN] Seq=0 Win=29200 Len=0 MSS=1460 SACK_PERM=1
> TSval=71392019 TSecr=0 WS=128
>
> 125 3.276770000 148.197.29.5 148.197.29.159 TCP 60
> 993?54564 [RST, ACK] Seq=1 Ack=1 Win=0 Len=0
>
> I have tried the following to no avail
> tcpdump -s 0 -w dump_file
> ssldump -a -A -H -d -r dump_file
> and
> selinux in permissive mode
> firewall off
>
> Help!
>
> John
What does cyrus-imapd log?
Alexander
2008 Feb 16
2
NoMethodError... but its not a method!
...t;
The thing is, thats not even supposed to be a method! The relevant part
of the view looks like this:
<% form_for :dump, :url => { :controller => ''import'', :action => ''bes''
}, :html => { :multipart => true } do |f| -%>
<label for="dump_file">Select a BES CSV File :</label>
<%= f.file_field :file -%>
<%= submit_tag ''Submit'' -%>
<% end -%>
<% form_for :dump, :url => { :controller => ''import'', :action => ''prov''
}, :html => { :m...
2015 Aug 11
2
C6.7 evolution to cyrus imap(s) fails
...q=0 Win=29200 Len=0 MSS=1460 SACK_PERM=1
>> TSval=71392019 TSecr=0 WS=128
>>
>> 125 3.276770000 148.197.29.5 148.197.29.159 TCP 60
>> 993?54564 [RST, ACK] Seq=1 Ack=1 Win=0 Len=0
>>
>> I have tried the following to no avail
>> tcpdump -s 0 -w dump_file
>> ssldump -a -A -H -d -r dump_file
>> and
>> selinux in permissive mode
>> firewall off
>>
>> Help!
>>
>> John
>
> What does cyrus-imapd log?
>
> Alexander
>
>
Where should I be looking ?
2007 Nov 19
1
testing wireless security
...6b:84:3e:76
authmode WPA privacy MIXED deftxkey 2 TKIP 2:128-bit TKIP 3:128-bit
txpowmax 39 bmiss 7 protmode CTS burst dtimperiod 1 bintval 100
% cat /etc/hostapd.conf
interface=ath0
driver=bsd
logger_syslog=-1
logger_syslog_level=0
logger_stdout=-1
logger_stdout_level=0
debug=3
dump_file=/tmp/hostapd.dump
ctrl_interface=/var/run/hostapd
ctrl_interface_group=wheel
ssid=testnet1
macaddr_acl=0
auth_algs=1
#### IEEE 802.1X related config ####
ieee8021x=0
#### WPA/IEEE 802.11i config #####
wpa=1
wpa_passphrase=xxx
wpa_key_mgmt=WPA-PSK
wpa_pairwise=CCMP TKIP
---Mike
-------...