Displaying 20 results from an estimated 85 matches for "message_ids".
Did you mean:
message_id
2023 Jul 14
0
smb2_validate_sequence_number: bad message_id 2
Hi,
I would like to share a situation we are facing when managing users over RSAT tools or when acessing the sysvol share over explorer.
First, we have a samba4 domain with two DCs and about 9K objects in the database. Recently we updated these DCs from version 4.16.0 to 4.18.2.
Before upgrading to 4.18.2 everything worked fine! After, also, however we started to frequently experience a delay
2018 Jun 20
2
Bad message_id occasionally when connecting a MacOS to a freebsd running 4.8.2
Hi,
I am running Samba 4.8.2 with fruit and use it to connect a MacOS to the server. Mostly it works very good, but occasionally the connection halts or the Mac disconnects, and in the log I find these messages:
Jun 20 13:00:00 orca smbd[6033]: [2018/06/20 13:00:00.856101, 0] ../source3/smbd/smb2_server.c:641(smb2_validate_sequence_number)
Jun 20 13:00:00 orca smbd[6033]:
2023 Jul 21
2
Bug 15346 - 2-3min delays at reconnect with smb2_validate_sequence_number: bad message_id 2 still on new 4.17.10
Hello to all,
I can confirm, that the bug, smb2_validate_sequence_number:
Jul 21 08:22:44 dom2 smbd[1908004]: smb2_validate_sequence_number:
smb2_validate_sequence_number: bad message_id 2 (sequence id 2) (granted =
1, low = 1, range = 1)
Jul 21 09:24:39 dom2 smbd[1908332]: [2023/07/21 09:24:39.140658, 0]
../../source3/smbd/smb2_server.c:677(smb2_validate_sequence_number)
Jul 21 09:24:39 dom2
2018 Jun 20
0
Bad message_id occasionally when connecting a MacOS to a freebsd running 4.8.2
On Wed, Jun 20, 2018 at 03:40:48PM +0200, Are via samba wrote:
> Hi,
> I am running Samba 4.8.2 with fruit and use it to connect a MacOS to the server. Mostly it works very good, but occasionally the connection halts or the Mac disconnects, and in the log I find these messages:
>
> Jun 20 13:00:00 orca smbd[6033]: [2018/06/20 13:00:00.856101, 0]
2020 Jul 05
1
[PATCH 5/5] virtio_console: Constify some static variables
On (Wed) 01 Jul 2020 [22:09:50], Rikard Falkeborn wrote:
> The id_table and feature_table pointers in struct virtio_driver are
> pointers to const. Mark the corresponding static variables const to
> allow the compiler to put them in read-only memory.
>
> Before:
> text data bss dec hex filename
> 25447 713 76 26236 667c
2006 Sep 23
8
svn problems
I can consistently segfault the 0.10.4 gem, so I''m trying to get the
subversion version working with hopes towards tracking the problem down.
I have a fresh SVN checkout but:
a) the version (in ferret.rb) claims to be 0.9.6; and
b) Ferret::Index::FieldInfos and a couple other classes are missing at
run time. It looks like this is because they''re not exported in the C
2006 Sep 23
0
TermQuery problem
Hi,
Using the 0.10.4 gem under ruby 1.8.5 (2006-08-25) [i686-linux], I
get different results with a TermQuery and a search string. Namely,
using a search string seems to always work whereas using a TermQuery
often doesn''t return any entries.
For example:
> x=@i[450][:message_id]
=> "9e7db9110509070759732b21c4 at mail.gmail.com"
>
2006 Feb 17
2
Accessing just the body of email in text format?
I am interested in accessing the body of the email in text format using IMAP to receive emails.
So far I have tried the following
#body = imap.fetch(message_id, "BODY[TEXT]")
#body = imap.fetch(message_id, ["BODY[]"])[0].attr[''BODY[]'']
But both of the above give me body text + the headers including Content-Type etc. How can I access
2006 Apr 06
1
Primary keys and migrations
I have a join table I''m creating with a migration as follows:
create_table :read_global_messages, :id=>false do |t|
t.column :user_id, :integer
t.column :message_id, :integer
end
So far so good, however I want the primary key to be user_id and
message_id. How do I do this?
I tried the following, but that doesn''t work:
add_index
2006 Apr 22
7
Proper Database Design For A Newbie
Hi all,
I am starting out learning Ruby on Rails (coming from a PHP background)
and I have a question about proper database design.
Let me give you a quick example of what I want to do:
Database:
CREATE TABLE `users` (
`id` int(11) NOT NULL auto_increment,
`login` varchar(40) default NULL,
`email` varchar(100) default NULL,
`crypted_password` varchar(40) default NULL,
`salt`
2009 Jul 23
11
Problem with named_scope
Here are my scopes:
default_scope :order => ''posted_on DESC'', :conditions => { :status =>
''visible'' }
named_scope :positive, :conditions => { :rating => ''positive'', :status
=> ''visible'' }
named_scope :neutral, :conditions => { :rating => ''neutral'', :status
=>
2015 Jan 02
0
Data stale error after short while
On Jan 2, 2015, at 1:07 PM, Mike Raath <raathm at gmail.com> wrote:
> I built a single VM to monitor the UPS (Ubuntu Server 14.04 i386) and installed NUT on the box from the apt packages. I set it up as per the previous box with the blazer_usb driver and all goes well, for a while. Initially, the UPS reports correctly via upsc, but after a while I get the "Data stale" error,
2006 Dec 28
3
NET::IMAP / Runner problems
Hello,
I have a runner script that is meant to check a mailbox using imap and
insert them into the application. The method I am using to do this was
taken directly off the rails wiki:
require ''net/imap'' # above the class, not within it
def self.check_mail
imap = Net::IMAP.new(''localhost'')
imap.authenticate(''LOGIN'',
2015 Jan 02
2
Data stale error after short while
A couple of years ago, Arnaud helped me get my Apollo Line Interactive UPS
working, using the blazer_usb driver.
Now I've run into another problem, having rebuilt my HP Proliant
Microserver into an ESXi 5.5 managed hypervisor with various VMs. One of
the VMs is a FreeNAS server which manages the storage for the other VMs so
graceful shutdowns are important.
I built a single VM to monitor the
2006 Apr 25
0
IMAP disconnect method broken?
I''m using the standard Net::IMAP and OpenSSL libraries to connect to
an IMAP server.
I can connect, examine and manipulate my INBOX, but when call the
disconnect method of the imap instance it just hangs. The minimal
version is almost identical to
the example on page 701 of "Programming Ruby". Should I be calling
some other method?
require ''net/imap''
require
2006 Mar 08
2
Need some brainstorming help: acts_as_taggable_list?
I''m trying to figure out the best way to set this data model up. I''m still
pretty new to Rails, but hopefully I could turn this into something useful
to others as well. Here are the basics:
User has_many items
items are taggable (items habtm taggings, tags habtm taggings)
I also want users to be able to order their tagged items. So if I''ve
tagged 5 items as
2006 Sep 27
5
Question about has_one
I have a question about regarding the use of ''has_one'' in this scenario:
Schema:
User
----
id
first_name
last_name
UserMessage
----
user_id
message_id
Message
----
id
Assuming business rules dictate that a Message can have at most ONE User
(let''s assume a message can be created without a user associated to it),
these are my questions:
1) How would I use has_one
2023 Sep 07
0
[Announce] Samba 4.17.11 Available for Download
Release Announcements
---------------------
This is the latest stable release of the Samba 4.17 release series.
Changes since 4.17.10
---------------------
o? Jeremy Allison <jra at samba.org>
?? * BUG 15419: Weird filename can cause assert to fail in
???? openat_pathref_fsp_nosymlink().
?? * BUG 15420: reply_sesssetup_and_X() can dereference uninitialized tmp
???? pointer.
?? * BUG
2023 Sep 07
0
[Announce] Samba 4.17.11 Available for Download
Release Announcements
---------------------
This is the latest stable release of the Samba 4.17 release series.
Changes since 4.17.10
---------------------
o? Jeremy Allison <jra at samba.org>
?? * BUG 15419: Weird filename can cause assert to fail in
???? openat_pathref_fsp_nosymlink().
?? * BUG 15420: reply_sesssetup_and_X() can dereference uninitialized tmp
???? pointer.
?? * BUG
2005 Dec 19
4
need some help designing my messaging system
I am trying to create a messaging system for my users but I''m having a
hard time designing my db. This is what i have in mind, but I am not
sure if its the best approach.
user has_one inbox
user has_one outbox
inbox has_many messages
outbox has_many messages
inbox table
user_id
outbox table
user_id
messages table
box_id (refers to either inbox or outbox - how?)
from_id
to_id