search for: fulvio

Displaying 20 results from an estimated 23 matches for "fulvio".

2007 Apr 18
7
[Bridge] Passing vlan tagged packets through linux bridge
...when I have added the eth0 and eth1 to br0 the bridge doesn't forward tagged packets larger than 1472 bytes. I remember that with older kernels (<2.6.15) large tagged packets was forwarded. What is the problem? Any chance to have a patch? Thanks in advance for your answers. Best Regards Fulvio Ricciardi -------------------------------------------------------------------- Fulvio Ricciardi web: http://www.zeroshell.net/eng/ skype: zeroshellnet Phone: +3908321835630
2008 Jul 06
1
Patch for GRUB Legacy to chainload SYSLINUX from logical partitions
Inspired from a similar patch posted on grub-devel for Grub2 I immersed myself into the code of Grub Legacy and came up with this absurdedly simple patch to allow syslinux or other bootloaders residing in logical partition to be chainloaded from GRUB Legacy (0.9x). Hoping it to be of help, regards Fulvio Scapin -------------- next part -------------- A non-text attachment was scrubbed... Name: grub-chainloading-logical-partitions.patch Type: text/x-patch Size: 1032 bytes Desc: not available URL: <http://www.zytor.com/pipermail/syslinux/attachments/20080706/11028352/attachment.bin>
2007 Apr 18
2
[Bridge] large packet size doesn't work
...ed two ethernet interfaces (with MTU 1500) in bridge mode. CONFIG_BRIDGE_NETFILTER is enabled. The problem is that ping -s 1500 192.168.0.2 doesn't work from 192.168.0.1 if the systems are separated by the bridge. Normal ping with smaller packet size works ok. What is wrong? Best Regards Fulvio Ricciardi
2008 Jun 20
3
Syslinux boot from a partition on sub stick with GPT label
...irst four paritions work as expected sounds suspiciously related to a situation involving the use of a dos label to me. Could anyone explain to me where the problem lies: with syslinux and gpt, with grub2 and gpt or somewhere else? Thanks in advance and forgive me should I have wandered off-topic. Fulvio Scapin
2007 Apr 18
0
[Bridge] Passing vlan tagged packets through linux bridge(2.6.19)
----- Original Message Follows ----- From: kasra kangavari <kasra_kng@yahoo.com> To: fulvio.ricciardi@zeroshell.net Subject: Re: [Bridge] Passing vlan tagged packets through linux bridge(2.6.19) Date: Sat, 2 Dec 2006 00:16:12 -0800 (PST) > Dear Fulvio > > I wanna know if your linux box ethernets are 1000 or 100 > ? > and are you sure about kernels < 2.6.15 that la...
2004 Feb 15
1
linear regression of data with standard deviation
Hello everyone, I know that to calculate the linear regression between x and y I have to use the function "lm". But how to do if x and y have a standard deviation like in the following example? How to compute the chi square test in this case? Thank you, Fulvio. example: x +- dx 5 2 13 4 17 4 23 6 y +- dy 6.3 0.6 9.2 0.9 14 1 21 4 --------------------------------- [[alternative HTML version deleted]]
1998 Oct 29
1
Anyone resolved "failed to lock SMB passwd file"? (PR#10819)
Fulvio.Corno@polito.it wrote: > > I found the (possible) source of the error, in smbpass.c line 620+ .... > > If no entry is found, the procedure returns without releasing the lock. > I modified the last statement as: > > if (!found_entry) /* line 707 */ &gt...
1998 Oct 28
4
Anyone resolved "failed to lock SMB passwd file"?
...problem (on May this year), but no solution. Did I miss something or the problem is still unsolved? I am willing to further debug it, if pointed in the right direction. Environment: samba samba-1.9.18p10, running from inetd, on SunOS 4.1.4 update encrypted = yes, encrypt passwords = no Thank you Fulvio
2004 Feb 21
3
saving variables created by functions in the workspace
Hello , just a simple question from a beginner: I write the function: plotsinx <- function() { x<-seq(0,2*pi,0.01) sinx<-sin(x) plot(sinx) } I recall it: plotsinx() and the plot works properly. but then in the workspace if I want to look at the values of sinx the following error is displayed: Error: Object "sinx" not found. How to save the variables created by the function on
1999 Jul 30
1
3D scatter plot
Hi, I'd like to know if is it possible to make a 3D scatter plot (x y z) using R. In the on-line help and in the help mailing list I found only ways in which plot surfaces. Thanks for the help fulvio -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 sta...
2004 Mar 03
3
plot(x,y) with errors
Dear all, I have 2 variables, x<-c(1,2,3,4,5,6,7,8,9,10) y<-c(1.3,2.5,4.6,5.3,5.9,6.7,7.4,8.5,9.4,10.4) each point of the y variable has an error: erry<-(0.2,0.3,0.2,0.1,0.4,0.2,0.3,0.4,0.3,0.2) how to plot(x,y) with the errors segments? Thank you, Copex --------------------------------- [[alternative HTML version deleted]]
2004 Mar 08
2
getting the std errors in the lm function
Hello, I have a simple question for you: making: mylm<-lm(y~x) summary(mylm) I get the following results: ****************************************************** Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) 16.54087 0.19952 82.91 <2e-16 *** x[1:19] -2.32337 0.04251 -54.66 <2e-16 *** ******************************************************
2004 Feb 23
2
deleting elements from an array/object
Hello, I created a simple histogram with: myHist<-hist(myData) the object myHist now has two arrays (among the others): myHist$mids myHist$counts Since myHist$counts contains some "0", and I want to calculate the linear fit among myHist$mids and log(myHist$counts), I want remove the elements of both arrays where these "0" occurs. which are the possible solutions to
2009 Dec 10
2
Force file read even with checksum error
...rupted... Is there a way to force zfs to give me the whole file so I can compare it to my backup? Is there a way to get zfs to give more specifics on the checksum issue (i.e. which block, where in file, etc.)? Thanks, Stefano Stefano Pini Senior Technical Specialist at SUN Microsystems Spa Viale Fulvio Testi 327 20162 Milano Italy Contact | stefano.pini at sun.com - www.sun.com/italy -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20091210/ccc58dc8/attachment.html>
2008 Jul 29
8
questions about ZFS Send/Receive
..."receiving mode": in poor words is it possible to read and export in nfs, files from a ZFS file system while it is receiving update from another ZFS send ? Clearly until the new updates are received and applied the old copy would be used TIA Stefano Sun Microsystems Spa Viale Fulvio testi 327 20162 Milano ITALY me *STEFANO PINI* Senior Technical Specialist at Sun Microsystems Italy <http://www.sun.com/italy> contact | stefano.pini at sun.com <mailto:stefano.pini at sun.com> | +39 02 64152150 -------------- next part -------------- An embedded and charset-unspec...
2007 Nov 29
0
dtrace doesn''t trace some functions
...ec00) _start+0x108(0, 0, 0, 0, 0, 0) May be that I miss some concept that explain this behaviour. Could you advice? -- /\ Andrea Cucciarre'' \\ \ Systems Engineer \ \\ / / \/ / / Sun Microsystems Italia SpA / / \//\ Viale Fulvio Testi, 327 \//\ / / 20162 Milano / / /\ / / \\ \ phone: 800 605228 \ \\ e-mail: andrea.cucciarre at Sun.COM \/
2007 Apr 18
0
[Bridge] packet size
...two ethernet interfaces (with MTU 1500) in bridge mode. CONFIG_BRIDGE_NETFILTER is enabled. The problem is that ping -s 1500 192.168.0.2 doesn't work from 192.168.0.1 if the systems are separated by the bridge. Normal ping with smaller packet size works ok. What is wrong? Best Regards Fulvio Ricciardi
2004 Sep 28
1
call R scripts from python
Hello, I have just learnt some python, and would like to call R scripts from python, without using batch mode. I learnt how to do it from perl, in fact reading in the mail archive I found the following good example: *************************************** #!/usr/local/bin/perl open (FILE, ">test.txt"); print FILE "a,b,c,d,e\n1,2,3,4,5"; close FILE; ####### Start R
1999 Oct 18
2
CRAN downtimes
Hi, we had a broken heating system (in the floor above us) resulting in a water burst .... my office looks like if a bomb has exploded ... Currently our server is up and running again (it was down over the weekend) ... but we will move out of the devastated rooms and hence the CARN master might be down one or more times during the rest of the week. We'll try to keep the down times as short
1999 Oct 18
2
CRAN downtimes
Hi, we had a broken heating system (in the floor above us) resulting in a water burst .... my office looks like if a bomb has exploded ... Currently our server is up and running again (it was down over the weekend) ... but we will move out of the devastated rooms and hence the CARN master might be down one or more times during the rest of the week. We'll try to keep the down times as short