Displaying 20 results from an estimated 3000 matches similar to: "missing email"
2009 Mar 03
1
bce: unable to fix media
Hi,
tuning my network fixing nic's speed and duplex (both on server and
switch) i got this error with bce driver:
# ifconfig bce0
bce0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=1bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4>
ether 00:15:c5:fe:11:01
inet 192.168.1.13 netmask 0xffffff00 broadcast
1998 Aug 30
1
Password Hashes
In einer eMail vom 30.08.98 05:55:16 (MEZ) - Mitteleurop. Sommerzeit schreibt
samba@samba.anu.edu.au:
<< # export SMBPASSWD='mypasswd'
# gethash
74AC99CA40DED4204A3B108F3FA6CB6D:F671043BA08E88500D2EB5279AC65E53 >>
This is nice. Every other user on the system can see that hash with ps. I
would not call that extended security.
Detlef
2008 Dec 03
1
intersection of two matrices(updated)
Hi,
I have two matrices as follow:
matrix A =
a=matrix(c(c("abc","abc","bcd","bcd","bce","bce"),c("a1","d2","d1","d2","a1","a2")),6,2)
and matrix B which contains pair of values :
b=matrix(c(c("a1","a1"),c("a2","d2")),2,2)
In short,
2008 Dec 02
8
RELENG_7_1: bce driver change generating too much interrupts ?
Since last upgrade, I see much more CPU time "eated" by interrupts (at
least 10% cpu in top)
(see http://dgeo.perso.ec-marseille.fr/cpu-week.png)
The server behave correctly (Or seems to?), and high interrupt number
seems to come from bce cards (source: systat -vmstat)
I just upgraded from
"RELENG_7 Mon Sep 8 12:33:06 CEST 2008"
to
"RELENG_7_1 Sat Nov 29 16:20:35 CET
2009 Feb 05
3
impossible packet length ...
Hi,
on 2 different servers, running 7.1-stable + zfs, I get this
error rather frequently:
Feb 5 17:01:03 warhol-00 kernel: impossible packet length (543383918) from
nfs server sunfire:/dist
Feb 5 17:01:03 warhol-00 kernel: impossible packet length (1936028704) from
nfs server sunfire:/dist
Feb 5 17:01:03 warhol-00 kernel: impossible packet length (1869363744) from
nfs server sunfire:/dist
2008 Dec 15
1
bce reporting fantom input errors?
Hi,
After changing cables,switches,ports, I came to the conclusion
that bce is reporting input errors that are not there, or creating them.
I checked this with 3 different boxes, all Dell-2950/Broadcom NetXtreme II
BCM5708 1000Base-T (B2), and one of them, while running Solaris, reported
0 errors after a week, and freebsd after a few minutes its count was > 100.
The errors appear under
2013 Jul 17
1
bce and "Warning: bootcode thinks driver is absent."
Recently under amd64 and 9.1-STABLE I am seeing issues with the bce
driver. Message is "Warning: bootcode thinks driver is absent". After
this message, the box appears to be wedged. After rebooting, it got the
same message during fsck. So we installed 9.2 pre-release using a snapshot
iso from 7/13/13. Shortly after boot we got the same message. We are now in
the process of
2010 May 26
3
error "variable names are limited to 256 bytes" when sourcing code
I've written a function that takes some input data output from a
simulation model and creates some graphs. It's not very complicated
code, and it works perfectly fine if I just run the code as is.
But I have converted it into a function so we call it externally, and
when I try to source the code to test the function, I get the error
message "variable names are limited to 256
2013 Mar 26
2
GAM model with interactions between continuous variables and factors
Hi all,
I am not sure how to handle interactions with categorical predictors in the
GAM models. For example what is the different between these bellow two
models. Tests are indicating that they are different but their predictions
are essentially the same.
Thanks a bunch,
> gam.1 <- gam(mortality.under.2~ maternal_age_c+ I(maternal_age_c^2)+
+ s(birth_year,by=wealth) +
+
2001 Nov 02
7
Entropy and DSA keys
I remember a discussion to the effect that using DSA keys in sshd
increases the requirement for random bits available on the system... and
that this requirement (was it a 128 bit random number per connection?)
presents security problems on systems that don't have a decent source of
entropy? Am I misinterpreting those discussions?
We are having a problem deploying sshd (no prngd) where sshd
2006 Jun 19
5
multivariate splits
Dear R users!
Does someone know about any algorithms / packages in R, that perform
classification / regression / decision trees using multivariate
splits?
I have done some research, but I found nothing. Packages "tree" and
"rpart" seem only to be able to do CART with univariate splits.
Thank you for your help!
B?lint
--
Cz?cz B?lint
PhD hallgat?
BCE KTK Talajtan ?s
2018 May 05
1
Discovering patterns in textual strings
"Does that help?"
No. I am not your private consultant. You need to reply to the list, which
I have cc'ed here, not just me.
I am still somewhat confused by your specifications, but others may not be.
Part of my confusion stems from your failure to provide a reproducible
example (see e.g. the posting guide linked below). For example, I cannot
tell from your text whether the Abc
2018 May 04
4
Discovering patterns in textual strings
R Help Forum
Is there a R library (or a way) that I can extract unique character strings,
or repeating patterns in textual strings. Say for example I have the
following records:
Abc_1234_kjhksh_276
Abc
Abc_1234_lakdofyo_324
Bce_876_skdhk_*&^%*&
Bce
Bce_454
And I would like to see the following results
Abc
Abc_1234
Bce
Jeff Reichman
[[alternative HTML version
2001 Dec 21
6
Killing the builtin entropy code
Over the holidays, I intend to finally rid portable OpenSSH of the
builtin entropy collection code. Here's what I intend to do:
When init_rng is called, we'll check OpenSSL's RAND_status(). If this
indicates that their PRNG is already seeded, we'll do nothing. This
effectively detects platforms which have /dev/urandom (or similar)
configured into OpenSSL.
If OpenSSL isn't
2011 Jul 08
2
Using Windows 7 Task Scheduler with R source scripts
Hello all,
I'm trying to get a specific source file to run at a certain time each day with WindowsScheduler
http://windows.microsoft.com/en-US/windows7/schedule-a-task
I've tried a number of methods, none of which work:
My best guess was:
1. Associate the script.R file with R in FileTypes.
2. Call the script.R file in the scheduler
This definitely opens R, but the source file
2011 Jun 15
5
Config file semantics.
Personally, I find that indenting config files by 3 spaces has a lot of
advantages to indenting them by 4 spaces although conventional wisdom
might suggest otherwise. Who's with me on this?
2009 Jun 22
3
rsync is fantastic except for one usual feature we want from it .. please help ?
Hi,
Rsync is a fantastic program, and it does everything we need in terms of
file transfer and syncing source and destination file directories.
We do have a situation now where we need rsync to transfer the files
once only from the source directory. Please let me briefly explain
using a simple generic exmple:
1. At t0, we transfer f0 location A to location B
2. At t1, 10 new
2013 Mar 06
1
Strange reboot since 9.1
Hello,
Since FreeBSD 9.1 I have strange problems with the distribution. Some
servers are rebooting without any kernel panic, instanly. First i
thought it's a problem with my KVM system, but one of my FreeBSD under a
Dell R210 have the same problem.
The servers concerned are now:
- Monitoring server
- LDAP test server
- Some other servers, randomly (not in production).
First i thought it's
2001 Oct 26
3
strange dir in snapshot
What is autom4te.cache/ and why is it in the snapshot?
2001 Nov 28
2
scp
Hello -
I am trying to use scp (openssh_3.0), but every time I run it, I get the following error:
stty: Not a typewriter
When I run it with -v , it shows that authentication (pub key) succeeds, but it fails to read the file. If anybody has a clue as to what's going on here, any help will be appreciated. Thanks.
Tariq
tariq.lahyani at aa.com