similar to: Trailer message

Displaying 20 results from an estimated 800 matches similar to: "Trailer message"

2002 Nov 05
3
tsplot function
I understand that the tsplot function is no longer available in the latest verion. What should I do if I want to plot say the first five rows of a matrix?? -gyan -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the
2004 Dec 03
2
INITRAMFS: allow no trailer
According to "initramfs buffer format -- third draft" http://lwn.net/2002/0117/a/initramfs-buffer-format.php3 "the cpio "TRAILER!!!" entry (cpio end-of-archive) is optional, but is not ignored" The kernel handling does not follow this spec. If you add null padding after an uncompressed cpio without TRAILER!!! the kernel complains "no cpio magic". In a
2007 Dec 15
3
[Bug 13670] New: make mymovies.it trailer.swf work
http://bugs.freedesktop.org/show_bug.cgi?id=13670 Summary: make mymovies.it trailer.swf work Product: swfdec Version: unspecified Platform: Other URL: http://www.mymovies.it/video/trailer.swf OS/Version: All Status: NEW Severity: enhancement Priority: medium Component: library
2011 Nov 08
3
GAM
Hi R community! I am analyzing the data set "motorins" in the package "faraway" by using the generalized additive model. it shows the following error. Can some one suggest me the right way? library(faraway) data(motorins) motori <- motorins[motorins$Zone==1,] library(mgcv) >amgam <- gam(log(Payment) ~ offset(log(Insured))+ s(as.numeric(Kilometres)) + s(Bonus) + Make +
2002 Nov 01
3
How do I save a file as .R ?
I need to do this to use the source ( ) function. Thanks gyan -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
2007 Apr 09
7
Centos 5
Hello I'm new to this mailing list, so I'm sorry if this has been asked before. Is there any release dates for centos 5 final? like it in days, weeks or months? -- Thank You -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070408/bdf10a02/attachment-0004.html>
2013 Jun 01
1
Apple movie trailers on Centos6/Firefox
Hi all! Once again, Apple has messed with their trailers/website such that I can no longer play their trailers on Centos 6 (note that it still works fine on my two Fedora machines, F17 and F19, without any special settings. on Centos, I've long ago found that by setting the user agent to certain values I could make it work, but now that no longer helps. when I try to view a trailer all I get
2014 Jan 13
0
dsync error: gz trailer has wrong CRC value
A few days ago by dovecot installation started behaving weirdly. First it was doveadm fts optimize which would fail (a thread running about that) and now it's dsync, which means my backups are not working. This all started a few days ago, which I find a little weird, because I haven't messed around with the dovecot setup in months. I've been searching the internet, but didn't find
2007 Jul 01
3
Error when upgrading to samba 3.0.25b: NT_STATUS_OBJECT_PATH_NOT_FOUND
Hi, I just upgraded from: samba-3.0.23d-1 to: samba-3.0.25b-3 After starting samba, I could no longer connect to any share, I get this error: NT_STATUS_OBJECT_PATH_NOT_FOUND I builded both samba rpm using the packaging/RHEL/makerpms.sh script on Centos 4.5 Is there any big change in 3.0.25? I readed all releases notes and didn't found any cause for this error. Thanks Oliver Here is the
2007 Jun 02
5
Is there a "connect acl" ?
Hi, I have been reading the acl documentation and it seems that a "connect acl" is not available. I need to limit the users that can login in an IP number, is that posible with dovecot 1.0? (i.e. only these users can login from the Internet) Or a new plugin should be written? It is complicated to do that? Thanks Oliver -- Oliver Schulze L. | http://tinymailto.com/oliver Asuncion
2007 Mar 22
3
--with-vpopmail compile errors
Hi, I'm building dovecot.src.rpm with vpopmail support and I get this error: if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/lib -I../../src/lib-sql -I../../src/lib-settings -I../../src/lib-ntlm -DAUTH_MODULE_DIR=\""/usr/lib/dovecot/auth"\" -DPKG_LIBEXECDIR=\""/usr/libexec/dovecot"\" -I/home/vpopmail/include -std=gnu99 -O2 -g -march=i686 -Wall
2007 Feb 19
2
Replacing qmail + vpopmail with: sendmail + dovecot.
> Hi, > I wonder if it posible to replace qmail + vpopmail with sendmail + dovecot? > > The idea is like this: > - use sendmail + milter API to filter spam/virus and deliver the email to > the dovevot MDA (LDA) > - dovecot should save the email to the directory as specified in the > vpopmail DB > - maintain the vpopmail BD (users + passwd) > - use dovecot pop3/imap
2006 Nov 28
6
Disconnected network drive
I have a couple of Linux directories that are being exported via Samba running under SuSE 10.0. On the Windows side, each of them is assigned a (mapped) drive letter. In the "My Computer" list they initially show up as "Disconnected Network Drive". If I attempt to access a file within one of them, the access fails with an indication that the drive does not exist. (For
2007 Nov 09
1
segmentation fault when no decoder found
Hi, to reproduce play the main movie on this page http://www.mymovies.it/trailer/?id=46437 SWFDEC: ERROR: swfdec_resource_request.c(66): swfdec_player_request_resource_now: not allowing access to http://trailer.mymovies.it/filmclub/2007/07/113/trailer.flv SWFDEC: WARN : swfdec_movie_asprops.c(241): mc_width_set: trying to set width to a non-finite value, ignoring SWFDEC: ERROR:
2007 Apr 09
1
getting iptables log out of /var/log/messages
Hi, I have been trying to get the messages from iptables out of /var/log/messages with no luck. I tryied this settings: iptables -j LOG --log-level warn in /etc/syslog.conf kern.warn /var/log/critical kern.none;.... /var/log/messages # have no other call to kern o warn in syslog.conf service syslogd restart itpables -L -nv|grep LOG All seems ok, but the messages are still
2008 Aug 10
1
Writable Centos LiveCD on Embeded Linux?
Hi all, I was wondering if it possible to have a Centos LiveCD installation boot from a Compact Flash in a embeded x86 (Wrap/Alix) platform *and* be able to save the changes made to the File System back to the Flash memory. So, the next time the LiveCD boots it will have all the changes made. The problem I'm trying yo solve is: - fast boot time - fast recovery when the Linux is shutdown
2007 Apr 26
1
sendmail + dovecot + vpopmail + virtual users, problem with pop3 uidl
Hi, I just migrated a server running qmail+vpopmail+maildir to sendmail+dovecot+maildir+vpopmail The migrating is working great thanks to the help from the list and the wiki. I'm now running the infamous problem about duplicating emails, because of pop3 UIDL mismatch. My question is: anyone knows that the pop3_uidl_format string for a vpopmail server? I'm using vpopmail auth and
2007 Aug 25
3
Restoring a deleted/moved imap folder
Hi, one user of my imap server just deleted a whole folder, blame thunderbird I have the server disk and running Stellar Info for deleted files recovery. My cuestion is about how dovecot deleted an imap Maildir folder? The imap client is configured to move the deleted mails to the Trash folder, so I think dovecot would delete every Maildir email after successfully moved it. In the case a
2007 Jul 25
2
Thunderbird body search and multiple imap process
Hi, I'm having an issue with dovecot and Thunderbird and it is reproducible all the time. You do many body search from TB and you end up with multiple imap processess consuming all the CPU and with linux load 20+ Setup: - Centos 4.5 - Thunderbird 2.0.0.5 - Dovecot 1.0-7_53.rc29 and 1.0.1-1_58.el4 How to reproduce: - have an imap account in Thunderbird with 12000+ emails - user maildir in
2018 Dec 19
3
New LLVM git repository conversion prototype
On 12/18/2018 08:01 PM, Bruce Hoult wrote: > On Tue, Dec 18, 2018 at 4:13 PM Tom Stellard via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > > There haven't been many more responses in the last few days, so can we > try to come to some kind of consensus here? > > > Can we please just get the repo up? I've been