Displaying 6 results from an estimated 6 matches for "65793".
Did you mean:
6573
2007 Mar 15
2
flock problems with index files and passwd-file
While experimenting a bit, I found that for some reason, locking indexes
with flock is problematic, but only if user is taken from passwd-file.
The host system is openbsd 3.9, dovecot's configuration is added at the
bottom.
Authentication is from two places - first from mentioned passwd-file,
then from passwd file using bsdauth (in this case, there're no problems
with flock). So, if
2012 Oct 26
1
using match-type function to return correctly ordered data from a dataframe
..."zip", "latitude")], by.x =
"as.character(myzips)", by.y="zip", all.x=TRUE)
# return data
return(results$latitude)
}
### Code ###
# specify a set of zip codes
myzips = c("74432", "72537", "06026", "01085", "65793")
# create a DF
myzips.df = data.frame(zip=myzips, latitude=NA, longitude=NA)
# look at data to determine what should be returned and in what order
library(zipcode)
data(zipcode)
zipcode[zipcode$zip %in% myzips,]
# test function #1 (function definition below)
myzips.df$latitude = getLatitud...
2007 Mar 28
2
chroot and raw logging
...as below, with two cases (dovecot.rawlog
dir is of course created earlier, with appropriate uid/gid).
1)
dovecot.userdb:
test::10000:10000::/home/vmail/test.tld/test/./::userdb_mail=maildir:~/Maildir:
ktrace will show:
18206 rawlog CALL sigprocmask(0x3,0)
18206 rawlog RET sigprocmask -65793/0xfffefeff
18206 rawlog CALL lstat(0x81fbe028,0xcfbcc980)
18206 rawlog NAMI "/dovecot.rawlog"
18206 rawlog RET lstat -1 errno 2 No such file or directory
18206 rawlog CALL sigprocmask(0x1,0xffffffff)
2)
dovecot.userdb:
test::10000:10000::/home/vmail/test.tld/./test:...
2006 Apr 19
6
undefined method `create_table'' for #<LoginController:0x5e60
I am geeting the foolowing error.
undefined method `create_table'' for #<LoginController:0x5e60110>
I wrote the crete action in application controller.
I am coping ther total worng please help me!
class ApplicationController < ActionController::Base
model :cart
model :line_item
before_filter :authorize
def create
# create_table() yields a TableDefinition instance
2007 Mar 22
1
tilde in mbox:, when used in non-system user db
...fffff)
1853 imap RET sigprocmask 0
1853 imap CALL mprotect(0x3c0ec000,0x1000,0x3)
1853 imap RET mprotect 0
1853 imap CALL mprotect(0x3c0ec000,0x1000,0x1)
1853 imap RET mprotect 0
1853 imap CALL sigprocmask(0x3,0)
1853 imap RET sigprocmask -65793/0xfffefeff
1853 imap CALL mkdir(0x8a79b108,0x1f8)
1853 imap NAMI "~"
1853 imap RET mkdir 0
1853 imap CALL mkdir(0x8a79b100,0x1f8)
1853 imap NAMI "~/Mail"
1853 imap RET mkdir 0
and
1853 imap CALL stat(0x8a79b180,0xcfbeb5...
2003 Mar 22
0
ext3 oops with 2.4.20
...e=1447023, block=1701978144
Mar 22 10:48:35 trigger kernel: EXT3-fs error (device ide0(3,3)): ext3_free_blocks: Freeing blocks not in datazone - block = 1179403647, count = 1
Mar 22 10:48:35 trigger kernel: EXT3-fs error (device ide0(3,3)): ext3_free_blocks: Freeing blocks in system zones - Block = 65793, count = 1
Mar 22 10:48:35 trigger kernel: EXT3-fs error (device ide0(3,3)): ext3_free_blocks: bit already cleared for block 196610
Mar 22 10:48:35 trigger kernel: EXT3-fs error (device ide0(3,3)): ext3_free_blocks: Freeing blocks not in datazone - block = 134519424, count = 1
Mar 22 10:48:35 trigg...