Displaying 20 results from an estimated 25519 matches for "longer".
2012 Dec 04
2
"no longer mounted" warnings
Dovecot seems to be warning about every volume it's ever seen in the
past. Is this normal? Can I make it stop?
--8<---------------cut here---------------start------------->8---
12/4/12 12:33:38.148 PM dovecot[2658]: master: Warning: /Volumes/fs is no longer mounted. See http://wiki2.dovecot.org/Mountpoints
12/4/12 12:33:38.148 PM dovecot[2658]: master: Warning: /Volumes/dave is no longer mounted. See http://wiki2.dovecot.org/Mountpoints
12/4/12 12:33:38.149 PM dovecot[2658]: master: Warning: /Volumes/Groups is no longer mounted. See http://wiki2.dovec...
2002 Jan 03
2
Unable to compile wine CVS version
...ng graphics/ttydrv
cvs server: Updating graphics/win16drv
cvs server: Updating graphics/x11drv
P graphics/x11drv/oembitmap.c
cvs server: Updating if1632
cvs server: Updating include
P include/file.h
cvs server: Updating include/bitmaps
cvs server: warning: include/bitmaps/obm_btncorners is not (any longer) pertinent
cvs server: warning: include/bitmaps/obm_btsize is not (any longer) pertinent
cvs server: warning: include/bitmaps/obm_check is not (any longer) pertinent
cvs server: warning: include/bitmaps/obm_checkboxes is not (any longer) pertinent
cvs server: warning: include/bitmaps/obm_combo is n...
2003 Jul 31
1
help with tapply and weighted.mean
Hello!
I have data frame with 'weights' in one of the columns. I need to
compute weighted mean on another column other factor variable and
i am trying to:
res<-tapply(data$k,list(data$model),weighted.mean,w=data$w,na.rm=T)
and i get:
Warning messages:
1: longer object length
is not a multiple of shorter object length in: x * w
2: longer object length
is not a multiple of shorter object length in: x * w
3: longer object length
is not a multiple of shorter object length in: x * w
4: longer object length
is not a multiple of shorter object length in: x *...
2013 Oct 31
0
Processed (with 2 errors): notfound 706747 in 3.2p1.4-28.1, tagging 706747, fixed 676134 in 3.8.5-2, found 725433 in 2.0.19-2 ...
...ll [i386]: update-alternatives: error: alternative path /usr/bin/X11/olvwm-x-window-manager doesn't exist.
There is no source info for the package 'olvwm' at version '3.2p1.4-28.1' with architecture ''
Unable to make a source version for version '3.2p1.4-28.1'
No longer marked as found in versions xview/3.2p1.4-28.1.
> tags 706747 - wheezy-ignore
Bug #706747 {Done: Andreas Beckmann <anbe at debian.org>} [olvwm] olvwm: fails to install [i386]: update-alternatives: error: alternative path /usr/bin/X11/olvwm-x-window-manager doesn't exist.
Removed tag(s)...
2011 Jan 27
3
how to divide each element of a matrix by a specific value per column
...data, ind) data/ind
> apply(y, 2, my_function, x)
[,1] [,2] [,3] [,4] [,5]
[1,] 1 7.0 13.0 19.0 25.0
[2,] 1 4.0 7.0 10.0 13.0
[3,] 1 3.0 5.0 7.0 9.0
[4,] 1 2.5 4.0 5.5 7.0
[5,] 1 2.2 3.4 4.6 5.8
[6,] 6 12.0 18.0 24.0 30.0
Warning messages:
1: In data/ind :
longer object length is not a multiple of shorter object length
2: In data/ind :
longer object length is not a multiple of shorter object length
3: In data/ind :
longer object length is not a multiple of shorter object length
4: In data/ind :
longer object length is not a multiple of shorter object...
2007 Jan 27
2
"no longer stale" when disconnected with 2.0.5 newhidups
Hello,
I'm using driver newhidups with APC Back-UPS CS 500. Most things works fine
except the following:
After I disconnect the UPS the upsd write "Data for UPS [apc] is stale -
check driver" in /var/log/messages. In the same second it tells "UPS [apc]
data is no longer stale". This repeats all the time the ups is
disconnected:
Jan 25 14:45:03 degpn026w226 kernel: usb 4-1: USB disconnect, address 3
Jan 25 14:45:06 degpn026w226 upsd[4275]: Data for UPS [apc] is stale -
check driver
Jan 25 14:45:08 degpn026w226 upsd[4275]: UPS [apc] data is no longer stale
Jan...
2009 May 05
5
upsd flapping in the breeze
Hi,
I have had a long standing problem with NUT talking to 110V MGE UPSs on
FreeBSD, I was recently investigating again and noticed that upsd seems
overly noisy, eg..
May 5 03:50:36 egbert upsd[96662]: UPS [ups1] data is no longer stale
May 5 03:50:36 egbert upsd[96662]: Data for UPS [ups1] is stale - check driver
May 5 03:50:36 egbert upsd[96662]: UPS [ups1] data is no longer stale
May 5 03:50:36 egbert upsd[96662]: Data for UPS [ups1] is stale - check driver
May 5 03:50:39 egbert upsd[96662]: UPS [ups1] data is no long...
2004 May 01
1
windows password longer than 8 chars will not work
Hello,,
Is there anything I can do to our Samba servers to make Windows
passwords longer than 8 characters work? Thanks.
Our Samba servers use SERVER security, and authenticate against the
same
Windows 2K logon server (PDC) that serves all our Windows 2K & XP
desktops. Any of us with a Windows network password less than or equal
to 8 characters long can mount the Samba shares se...
2007 Mar 29
2
[LLVMdev] Assembly Change: implementation keyword no longer recognized
All,
Just a note to let yo know that CVS Head has been changed so that the
AsmParser no longer recognizes the "implementation" keyword and
AsmWriter no longer generates it. The grammar has changed to require the
"define" keyword for function definitions which obviates the need for
the implementation keyword. This has been the case for a couple months
now, but we never rem...
2010 May 03
2
[LLVMdev] API change: add, sub, and mul no longer do floating-point
Quick heads up: On LLVM trunk, the add, sub, and mul instructions no
longer accept floating-point operands. The fadd, fsub, and fmul instructions
should be used instead.
This change actually happened back in LLVM 2.6; since then, LLVM has just
been silently converting add into fadd and so on, and the change today is
that it no longer does this silent conversion.
Dan
1999 Aug 21
0
Help! Problem with Samba 2.0.5a + WinNT4.0 SP5 (process 7281 no longer exists)
...orm file on the samba
drive, form reports an error opening the file.
[1999/08/21 09:23:11, 1] smbd/service.c:(521) master (10.140.30.15)
connect to service oracle as user master (uid=204, gid=100) (pid 7281)
[1999/08/21 09:23:11, 0] locking/locking_shm.c:(213) get_share_modes:
process 7073 no longer exists
[1999/08/21 09:23:12, 0] locking/locking_shm.c:(241) get_share_modes: file
with dev 1ac inode 253 empty
[1999/08/21 09:23:12, 0] locking/locking_shm.c:(213) get_share_modes:
process 7073 no longer exists
[1999/08/21 09:23:12, 0] locking/locking_shm.c:(241) get_share_modes: file
with de...
2004 Apr 24
0
Windows password longer than 8 char
...uthenticate against the same
MS-Windows logon server (PDC) that serves all our Windows 2K desktops. Any
of us with a Windows network password less than or equal to 8 characters
long can mount the Samba shares seamlessly, just like any Windows file
server. However, if you set your Windows password longer than 8 characters,
Samba authentication always fails. In general, we know that both Windows
and Samba can use longer passwords- the problem occurs when the Windows
desktop client tries to initiate a connection to the Samba server.
Passwords longer than 8 just don't get transferred correctly f...
2012 Jul 10
2
dovecot 2.1.8 still tries to touch any mountpoint
why does dovecot touch any ever used fuse-mountpoint
and scream at the next start that is no longer mounted?
"If this is intentional, remove it with doveadm mount"
why if i never called "doveadm" on any setup at all?
Jul 10 09:10:56 rh dovecot: master: Dovecot v2.1.8 starting up (core dumps disabled)
Jul 10 09:10:56 rh dovecot: master: Warning: /sys/fs/cgroup/cpu is no longe...
2018 May 06
3
[Bug 1256] New: Default ruleset files with tables are no longer installed after 0.8.3 version
https://bugzilla.netfilter.org/show_bug.cgi?id=1256
Bug ID: 1256
Summary: Default ruleset files with tables are no longer
installed after 0.8.3 version
Product: nftables
Version: unspecified
Hardware: x86_64
OS: Gentoo
Status: NEW
Severity: major
Priority: P5
Component: nft
Assignee: pablo at netfilte...
2010 Nov 03
3
longer object length is not a multiple of shorter object length
Hi folks,
I'm following An Introduction to R
http://cran.r-project.org/doc/manuals/R-intro.html#R-and-statistics
to learn R.
Coming to;
2.2 Vector arithmetic
> v <- 2*x + y + 1
Warning message:
In 2 * x + y :
longer object length is not a multiple of shorter object length
What does it mean? How to rectify it? Please help. TIA
B.R.
Stephen L
2002 Jan 15
1
Oplock problems under high load
...UNC path - in last
case, samba died at all...
Can someone help?
Logs and configuration files included below:
For samba it looks like oplock logic error:
- Cut: smb.log -
[2002/01/15 13:03:24, 0] locking/locking.c:delete_fn(253)
locking : delete_fn. LOGIC ERROR ! Entry for pid 47266 and it no
longer exists !
[2002/01/15 13:03:24, 0] locking/locking.c:delete_fn(253)
locking : delete_fn. LOGIC ERROR ! Entry for pid 47266 and it no
longer exists !
[2002/01/15 13:03:24, 0] locking/locking.c:delete_fn(253)
locking : delete_fn. LOGIC ERROR ! Entry for pid 47266 and it no
longer exists !
[2002/...
2013 Oct 11
2
Samba 4.0.10 - 4.1.0 - master can no longer join existing Win2003 domain?
Hello,
? ?I can NO LONGER join the existing win 2003 domain (functional level win 2003, I also have installed Group Policy Client Side Extensions for Windows Server 2003).
I am running on Ubuntu Server 13.04. I have tried Samba 4.0.10, 4.1.0 and also, in desperation, samba-master.
I managed to join the domain with samba 4...
2012 Dec 11
4
Gluster machines slowing down over time
I have 2 gluster servers in replicated mode on EC2 with ~4G RAM
CPU and RAM look fine but over time the system becomes sluggish,
particularly networking.
I notice when sshing into the machine takes ages and running remote
commands with capistrano takes longer and longer.
Any kernel settings people typically use?
Thanks,
Tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20121211/5f285398/attachment.html>
2012 May 13
1
dovecot-2.1.6: why are loglines longer and longer
do we really need "session=<ugAua+i/ewBUcit1>" additional
to proxy log-lines? until this change it was possible on
a 24" screen with "tail -f /var/log/maillog" to watch
without linebreaks, now each proxy line breaks
PLEASE reconsider such changes!
May 13 12:27:38 mail dovecot: imap-login: proxy(*******@thelounge.net): started proxying to 127.0.0.1:143:
2007 Mar 29
0
[LLVMdev] Assembly Change: implementation keyword no longer recognized
...your .ll
files as this keyword will disappear in < 1 week. Note that the
AsmWriter will not generate this keyword any more.
Reid.
On Thu, 2007-03-29 at 11:21 -0700, Reid Spencer wrote:
> All,
>
> Just a note to let yo know that CVS Head has been changed so that the
> AsmParser no longer recognizes the "implementation" keyword and
> AsmWriter no longer generates it. The grammar has changed to require the
> "define" keyword for function definitions which obviates the need for
> the implementation keyword. This has been the case for a couple months
> n...