search for: 3679

Displaying 20 results from an estimated 33 matches for "3679".

Did you mean: 36,9
2016 Feb 16
2
BackupPC using rsync fails with "protocol version mismatch -- is your shell clean?"
...10\0\0\0\0\0\0\0\3\0\0\0\4\0\0\0000\303\26\0\0\0\0\0000\303\26\0\0\0\0\0000\303\26\0\0\0\0\0\34\0\0\0\0\0\0\0\34\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\364\352\31\0\0\0\0\0\364\352\31\0\0\0\0\0\0\0 \0\0\0\0\0\1\0\0\0\6\0\0\0@\367\31\0\0\0\0\0@\3679\0\0\0\0\0@\3679\0\0\0\0\0\370O\0\0\0\0\0\0\340\222\0\0\0\0\0\0\0\0 \0\0\0\0\0\2\0\0\0\6\0\0\0\240 \32\0\0\0\0\0\240 :\0\0\0\0\0\240 :\0\0\0\0\0\340\1\0\0\0\0\0\0\340\1\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0p\2\0\0\0\0\0\0p\2\0\0\0\0\0\0p\2\0\0\0\0\0\0D\0\0\0\0\0\0\0D\0\0\0\0\0\0\0\4\0\0\0\0\0...
2023 Feb 06
20
[Bug 3534] New: probable underflow calculating display width of file name
https://bugzilla.mindrot.org/show_bug.cgi?id=3534 Bug ID: 3534 Summary: probable underflow calculating display width of file name Product: Portable OpenSSH Version: -current Hardware: amd64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: scp
2018 Jan 29
1
Connection to libvirt
My attempt to install a host using oVirt results in the following message in the host: libvirt-buests.sh[3679]: Unable to connect to libvirt currently. Retrying .. 10Please enter your authentication name: Please enter your password: after several such retries: libvirt-buests.sh[3679]: Unable to connect to libvirt currently. Retrying .. 1Can't connect to deafult. Skipping. What may be the cause of th...
2016 Feb 16
0
BackupPC using rsync fails with "protocol version mismatch -- is your shell clean?"
...\0\3\0\0\0\4\0\0\0000\303\26\0\0\0\0\0000\303\26\0\ 0\0\0\0000\303\26\0\0\0\0\0\34\0\0\0\0\0\0\0\34\0\0\0\0\0\0\0\20\0\0\0\0 \0\0\0\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3 64\352\31\0\0\0\0\0\364\352\31\0\0\0\0\0\0\0 > > \0\0\0\0\0\1\0\0\0\6\0\0\0@\367\31\0\0\0\0\0@\3679\0\0\0\0\0@\3679\0\0\0 \0\0\370O\0\0\0\0\0\0\340\222\0\0\0\0\0\0\0\0 > \0\0\0\0\0\2\0\0\0\6\0\0\0\240 \32\0\0\0\0\0\240 :\0\0\0\0\0\240 > :\0\0\0\0\0\340\1\0\0\0\0\0\0\340\1\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0 \0\4\0\0\0p\2\0\0\0\0\0\0p\2\0\0\0\0\0\0p\2\0\0\0\0\0\0D\0\0\0\0\0\0\0D\ 0\0\0\0\0\0...
2002 Mar 04
1
Saving files with Opera to a Samba share, printing
...r use uploaded drivers). Those problems seem to be solved and my network is running great now... Cheers, Johannes |------------------------ | weberhofer information technologies | --> Johannes Weberhofer | | email: office@weberhofer.at | web : http://weberhofer.at | phone: +43 (0)3178 3679 | fax : +43 (0)3178 3679 19 | phone: +43 (0)1 2042865 | | Lohngraben 58 | 8181 Etzersdorf-Rollsdorf | Austria |------------------------------------------------------>>
2008 Dec 10
6
a problem on Ubuntu with Asterisk
Have a nice day, Scott Berry E-mail: N7zib at northlc.com I am studying out of the book Asterisk: The Future of Telephony on Chapter 4, and right now for practicing using the built in Debian version of Asterisk for Ubuntu. I am however having some problem where I cannot do "asterisk -r" and hook up to the asterisk CLI. I have checked to see that
2017 Jun 22
0
Issue with dsync server - copy transaction record copying to wrong destination mailbox.
...mation needed ? (note again that for me dovecot is working perfectly fine except for that little issue). (Version is 2.2.27 from Debian stretch) Thanks, --Ivan -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 3679 bytes Desc: S/MIME Cryptographic Signature URL: <http://dovecot.org/pipermail/dovecot/attachments/20170622/c6c12f4a/attachment.p7s>
2006 Mar 01
0
Possible bug in ActionMailer (with patch)
...9;<test@test.com>'' } end end Since ActionMailer::Part looks at params[:headers]. Unfortunately it never seems to use them! I needed to add: Index: action_mailer/part.rb =================================================================== --- action_mailer/part.rb (revision 3679) +++ action_mailer/part.rb (working copy) @@ -96,7 +96,8 @@ part.set_content_type(content_type, nil, { "charset" => charset }) if content_type =~ /multipart/ end + @headers.keys.each do |k| part[k] = @headers[k] end part end Does this patch ma...
2000 Jan 13
1
How to force Windows 95 to use specific Domain?
...up field, so that the system will always use the name I' ve defined in system policies??? Thank you, Johannes ---------------------------------------------------------------------- Johannes Weberhofer >>> IT-Technologies Austria email: Johannes.Weberhofer@ibm.net tel: +43 (0)3178 - 3679 tel: +43 (0)1 - 204 28 65 ----------------------------------------------------------------------
2000 Jan 18
0
Samba 2.0.6 (Suse 6.3) and weird log.smb.old Problem
...v_usec = 17e24 directly done to the log.smb.old instead to the log.smb file. Any ideas why? Thank you, Johannes ---------------------------------------------------------------------- Johannes Weberhofer >>> IT-Technologies Austria email: Johannes.Weberhofer@ibm.net tel: +43 (0)3178 - 3679 tel: +43 (0)1 - 204 28 65 ----------------------------------------------------------------------
2012 Aug 24
1
ext4 issues
Hi, I have seen that there are issues with gluster on ext4. Just to be clear, is this something which is only related to clients using nfs, i.e., can I happily use gluster (without downgrading kernel) if all clients are using gluster native client? Thanks, /jon -------------- next part -------------- An HTML attachment was scrubbed... URL:
2000 Jan 20
2
ms word and samba 2.0.6 problems
a plea to anyone who is using ms word from ms office 97 to access word documents on a samba 2.0.6 server from nt workstation 4 clients... can you send me the relevant smb.conf section for any samba shares that you use to read and write shared ms word documents? i'd like to know if you're doing anything funky with locking or something like that. i'm trying to allow a group to share
1999 Oct 20
2
Samba - Unix password sync
...10/20 17:46:29, 3] smbd/chgpasswd.c:chat_with_program(347) The process exited while we were waiting -------- ---------------------------------------------------------------------------- Johannes Weberhofer >>> IT-Technologies Austria email: Johannes.Weberhofer@ibm.net tel: +43 (0)3178 - 3679 tel: +43 (0)1 - 204 28 65 ----------------------------------------------------------------------------
1999 Oct 18
2
ACCESS mdb on Samba
hello there. I posted a message like this last week. I still got no answer though. Am I alone in this samba community? Anyways, I have samba working on my openlinux 2.3. I had it up and running (smbd /nmbd). I successfully mapped the shared resource from a win95 box. I started my vb program that gets data from an MS Access mdb file. The program did went on adding new records, deleting and
2017 Mar 13
1
Memory leak samba 4.4.5 and authentications errors
...0.0 0.3 503500 7976 ? S 2016 74:21 | \_ /usr/local/samba/sbin/smbd -D --option=server role check:inhibit=yes --foreground root 3674 0.0 0.1 503508 3276 ? S 2016 0:17 | \_ /usr/local/samba/sbin/smbd -D --option=server role check:inhibit=yes --foreground root 3679 0.0 0.1 513240 3476 ? S 2016 0:53 | \_ /usr/local/samba/sbin/smbd -D --option=server role check:inhibit=yes --foreground root 14383 0.0 1.4 533324 29804 ? S Mar03 0:02 | \_ /usr/local/samba/sbin/smbd -D --option=server role check:inhibit=yes --foreground DOMAIN\3...
2006 Nov 04
1
[LLVMdev] llvm windows re-port
Hello Žiga Sat, 04 Nov 2006 12:48:23 +0100 you wrote: > I decided to make llvm port on windows, to support at least Visual > Studio 7.1 and Visual Studio 8. I guess I will make only Visual > Studio 7.1 version, since it can be easily converted to version 8. Good. Please note, that they're something about 1.5 years old. There already were some attempts to do visual studio port,
2015 Jan 28
0
Indexing Mail faster
...1986 2020 2022 2025 2064 2171 2175 2176 2177 2190 2224 2273 2274 2287 2299 2300 2313 2329 2338 2433 2434 2437 2440 2499 2574 2590 2595 2617 2618 2624 2625 2626 2627 2650 2652 2657 2701 2735 2785 2791 2792 2858 2872 2873 2875 2878 2929 3196 3242 3279 3325 3326 3327 3328 3345 3406 3408 3455 3456 3655 3679 3722 3723 3731 3792 3798 3812 3841 4085 4137 4192 4379 4708 . OK Search completed (21.478 secs). On Wed, Jan 28, 2015 at 10:11 AM, Kevin Laurie <superinterstellar at gmail.com> wrote: > Dear Thomas, > > I have removed the fts plugin. > See below:- > > # dovecot -n >...
2012 Oct 25
3
Restricting DC Roles?
I have a small AD forest of two Windows 2008 R2 domain controllers. I would like to add a Samba 4 DC to this forest. After running into some problems with group policies, I realized that Samba 4 does not currently implement file replication. I would like to have the Samba 4 domain controller replicate user/computer schema with the Windows machines, but I would like for DNS and group policy
2002 May 28
5
QoS graphical interface ?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Is there any grapical interface for the QoS (Quality of Service) Traffic Control in Linux ? Greetings. - --- Carles Xavier Munyoz Baldó carles@descom.es Descom Consulting Telf: +34 965861024 Fax: +34 965861024 http://www.descom.es/ - --- -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8
2008 Jul 27
3
imap processes eating IO
...r/1203638438.P10774Q0M313047.scarecrow:2,RS", {st_mode=S_IFREG|0600, st_size=8889, ...}) = 0 lstat64("/home/vmail/u13.net/ryan/Maildir/cur/1203639137.P10877Q0M554068.scarecrow:2,S", {st_mode=S_IFREG|0600, st_size=9549, ...}) = 0 lstat64("/home/vmail/u13.net/ryan/Maildir/cur/1203679395.P16427Q0M89616.scarecrow:2,Sc", {st_mode=S_IFREG|0600, st_size=1364, ...}) = 0 lstat64("/home/vmail/u13.net/ryan/Maildir/cur/1203689732.P20116Q0M93680.scarecrow:2,Sbc", {st_mode=S_IFREG|0600, st_size=2440, ...}) = 0 lstat64("/home/vmail/u13.net/ryan/Maildir/cur/1203690022.P...