Displaying 20 results from an estimated 1200 matches similar to: "Help - Moutning XP Drives on Linux box using."
2002 Oct 15
3
ActivateKeyboardLayout
Hi all,
I get this when using my game for every key I hit, though the keys work fine.
err:keyboard:ActivateKeyboardLayout Only default system keyboard layout supported. Call ignored.
Typing is a major pain. There is a huge delay from keypress to the letter appearing on screen,
though the correct characters are typed.
Keyboard is a Microsoft natural pro, language is english.
What do I need to
2009 Jan 24
7
Dovecot-1.1.9 fails to work with Thunderbird
When Thunderbird starts up 1.1.8 log entries reflect:
Jan 24 06:44:56 net1 dovecot: imap-login: Login: user=<yemiah at coolsurf.com>, method=PLAIN,
rip=71.155.185.14, lip=69.94.137.124, TLS
Jan 24 06:44:56 net1 dovecot: imap-login: Login: user=<david-xfer at coolsurf.com>, method=PLAIN,
rip=71.155.185.14, lip=69.94.137.124, TLS
Jan 24 06:44:56 net1 dovecot: imap-login: Login:
2002 May 27
1
Complex samba setup, requesting advise
I have a rather unusual setup within which I'd like to run samba.
At this point I have:
a) 3 networks (all private IP's)
b) net1, net2 are interconnected by a router.
net1 has a host that also acts as a WINS server and is local master,
domain master, preferred master for it's group. (linux slack7.0, samba
2.0.5)
router between net1, net2 has an IP in each network and samba
2005 Mar 01
11
Simple question about zones (haven''t found in FAQ)
Hello everybody:
Here is my "network layout":
ISP1 ISP2
| |
| |
+-----eth0---------eth1------+
| |
| FC 3 box |
| |
+-----eth2---------eth3------+
|
2004 Sep 02
5
DNAT and ping
I have the following
interfaces
loc eth0
net0 eth1
net1 eth2
(net0 and net1 are the two ISP networks)
policy
loc net0 ACCEPT
loc net1 ACCEPT
net0 all DROP info
proxyarp
209.189.103.204 eth0 eth1 no no
params
Pellucidar=192.168.124.232
rules
DNAT net0 loc:$Pellucidar tcp 22,80,1950,50005 - 209.189.103.204
ACCEPT all all icmp
1998 Jan 22
1
1.9.18p1 and problems w/ multiple interfaces
Hi,
CONFIGURATION:
the important part of my setup looks like that (smb.conf):
[global]
interfaces = net1 net2 net3 net4 net0
; this is a router which acts as cross-subnet domain master + wins
; server
local master = yes
preferred master = yes
domain master = yes
wins support = yes
dns proxy = no
os level = 99
net1 - net4 are Win95, WinNT, Linux
net0 are two samba-1.9.18p1 fileservers
2006 Feb 19
3
Cisco 7905 can't register
My Cisco 7905 can't register with Asterisk (1.0.7-BRIstuffed-0.2.0-RC7k
on Debian stable). It could, however, register with another
installation of Asterisk and the settings on the phone (apart from the
SIP proxy address) haven't changed since then.
On the new Asterisk box my sip.conf contains this:
[jeremy]
type=friend
regexten=801
allow=g729
host=dynamic
secret=PASSWORD
nat=yes
2006 Jul 08
1
Combining a list of similar dataframes into a single dataframe
I would be very grateful to anyone who could point to the error of my
ways in the following.
I have a dataframe called net1, as such:
> str(net1)
`data.frame': 114192 obs. of 9 variables:
$ server : Factor w/ 122 levels "AB93-99","AMP93-1",..: 1 1 1
1 1 1 1 1 1 1 ...
$ ts :'POSIXct', format: chr "2006-06-30 12:31:44"
2008 Oct 04
4
Add independent interface from domU to internal bridge?
Hi,
I have what I believe is an elementary problem, but I haven''t yet
figured out the solution.
Within my domU host, I have a bridge named "net1". There is no routing
performed between the real LAN and this bridge, intentionally. I have a
virtual machine that connects to the bridge. It seems to work fine, (in
fact I have several and I can bring them all up and they can
2014 Jul 24
2
Re: vhost-net requested but could not be initialized
On Thu, Jul 24, 2014 at 03:48:06PM +0500, Asadullah Hussain wrote:
> Let me clarify my question, I am using unmodified stock qemu (1.4.0) and
> only the location of vhost file descriptor is different from default (I
> don't remove the default /dev/vhost-net directory)
>
> The VHOST file descriptor is present in "/dev/vhost-0" directory instead of
> the default
2009 Aug 16
5
Plot(x,y)
Hi ,
I am using the plot function for some data , and the plot is coming back
pure black , with scales on the side .
Regards
Malcolm
[[alternative HTML version deleted]]
2009 Jan 15
8
Pattern matching in case statement
Hi all,
I need my servers to decide which network they are in (i.e. dmz), and
the only clue is the servers IP-address. I was trying to accomplish it
like this, but it doesn''t work:
case $ipaddress {
"10.1.1.*": {
$network = "net1"
}
"10.2.2.*.*": {
$network = "net2"
}
"10.3.3.*": {
2002 Nov 28
4
cut and paste problem
Dear all,
I am new to wine and try to use it to replace vmware for
word/powerpoint applications. The first problem that I encounter is
that I am unable to cut and paste under all the applications
(notepad/word/powerpoint).
It seems that the issue is related to the clipboard behavior because
when I cut (under notepad) I get an error message stating: "Empty clipboard".
Which is kind of
2014 Jul 24
1
Re: vhost-net requested but could not be initialized
Currently in the VM XML, I am passing the following command line argument
as a passthrough argument:
-netdev type=tap,id=net1,script=no,downscript=no,ifname=port3,vhost=on
-device
virtio-net-pci,netdev=net1,mac=00:00:00:00:00:01,csum=off,gso=off,guest_tso4=off,guest_tso6=off,guest_ecn=off
Is there another way to represent this in the XML file? maybe that may
solve the problem.
On 24 July 2014
2016 Feb 19
4
should `data` respect default.stringsAsFactors()?
Hi Peter,
Sorry if I was not clear. Perhaps an example will make my point:
> data(iris)
> class(iris$Species)
[1] "factor"
> write.table(iris,'data/myiris.tab')
> data(myiris)
> class(myiris$Species)
[1] "factor"
> rm(myiris)
> options(stringsAsFactors = FALSE)
> data(myiris)
> class(myiris$Species)
[1] "factor"
>
2016 Nov 29
4
RFC: Constructing StringRefs at compile time
On 29 November 2016 at 17:38, Zachary Turner <zturner at google.com> wrote:
> I see, but I looked over your proposed implementation from earlier in the
> thread, and if I'm not mistaken I see this:
That's a different suggestion.
> That said, what did you think about my other proposal of the complicated UDL
> with macro?
>
> #define LIT(x) x_string_ref_literal
>
2005 Oct 11
5
The effects of queueing on delay
I have a router with 3 network interfaces like in the following ASCII
diagram below. All interfaces are 100mbit. There is tcp traffic being
sent from net1 to net3 and from net2 to net3 and the tcp connections
consume as much bandwidth as possible. There is a pfifo queue on the
egress interface eth0 of the core router with a limit of 10 packets.
net1 --> (eth1) router (eth0) -> net3
2013 Jan 15
14
[PATCH] VTD/Intremap: Disable Intremap on Chipset 5500/5520/X58 due to errata
http://www.intel.com/content/www/us/en/chipsets/5520-and-5500-chipset-ioh-specification-update.html
Stepping B-3 has two errata (#47 and #53) related to Interrupt
remapping, to which the workaround is for the BIOS to completely disable
interrupt remapping. These errata are fixed in stepping C-2.
Unfortunately this chipset is very common and many BIOSes are not
disabling remapping. We can
2014 Jul 24
2
Re: vhost-net requested but could not be initialized
The qemu that I am using isn't modified at all. It's the VHOST drivers
that are mounted elsewhere i.e., not on default /dev/vhost-net.
Here is the command that I use to launch my qemu VM:
qemu-system-x86_64 -cpu host -boot order=c -hda /root/Disks/ubuntu1.qcow2
-m 1024M -smp 2 --enable-kvm -name 'client 1' -nographic -vnc :2 -net none
-no-reboot -mem-path /dev/hugepages
2016 Dec 12
0
RFC: Constructing StringRefs at compile time
Well, apparently clang has clang::StringLiteral in clang/AST/Expr.h
So, our options are either: Allow this name clash (obviously the namespaces
don't clash, only the names) and deal with it when it's an issue (which
will be limited to clang, and even then not very often), or choose a
different name.
Thoughts?
On Mon, Dec 12, 2016 at 11:53 AM Zachary Turner <zturner at google.com>