Displaying 20 results from an estimated 100 matches similar to: "SWAT (eroneously) reports smbd/nmbd not working"
2011 May 18
3
Weird xl mem-set behavior
Hello,
I''m struggling to handle the amount of memory that dom0 gets on some system.
It''s a system with 8GB of RAM, running 2.6.38-6 with pv_ops and Xen 4.1
If I want to set the amount of memory for dom0, I get very bogus
results. See here: http://pastebin.com/gRgY9ERN If I use the M
notation (xl mem-set 0 4096M) the outcome is similarily unpredictable,
and sometimes I get the
2010 May 18
2
Framebuffer support in dom0
Greetings!
I have installed xen-4.0 with kernel 2.6.32 on a gentoo box.
Everything works perfectly, except one tiny detail.
I do not have X installed on the machine, so I configured the (old,
non-xen) kernel to use a framebuffer, so that I don''t have to cope
with the ugly 80x25 resolution, especially on a 19" display.
Unfortunately, with the xen kernel, dom0 now uses the 80x25 mode
2009 Apr 20
1
Announcing our 2009 Google Summer of Code students
Congratulations to our 2009 Google Summer of Code Students:
Claudiu Mihail
Liu Aleaxander
Claudiu will work on CLI/parser migration to C, and Liu will work on
ext4 support and filesystem migration to C. In combination, this should
help get Syslinux into a much more portable state.
We're looking forward to your work!
-hpa
2010 Jun 26
2
Wine cannot create directories
This has been an issue for me for over 1 year. I have tried several boards
but I do not get responses anywhere. Please take a look at this post.
Towards the end i pastebined a wine.log with detailed debug output.
Any help would be greatly appreciated.
http://forum.winehq.org/viewtopic.php?t=6143
Bobby
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2015 Apr 28
4
roaming profile doubles in size at client logout
Hello all,
I have a FreeBSD 10.1-RELEASE amd64 VM, with 4GB RAM and ZFS, running on an
ESX host.
I installed and configured samba 4 with the following configuration:
[global]
workgroup = TST-DOM
realm = TST-DOM.TLD.COM
netbios name = SAMBA4
server role = active directory domain controller
idmap_ldb:use rfc2307 = yes
logon path = \\%L\Profiles\%U
[netlogon]
path =
2024 Aug 23
1
[PATCH v2 11/86] drm/atmel-hdlcd: Run DRM default client setup
On Wed, Aug 21, 2024 at 02:59:08PM +0200, Thomas Zimmermann wrote:
> Call drm_client_setup_with_fourcc() to run the kernel's default client
> setup for DRM. Set fbdev_probe in struct drm_driver, so that the client
> setup can start the common fbdev client.
>
> v2:
> - use drm_client_setup_with_fourcc()
>
> Signed-off-by: Thomas Zimmermann <tzimmermann at
2005 Mar 10
2
What happend with this mLIST?
I didn''t received any email since 18 Feb ? What is happening ?
?!?!?
---------------------------------
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2004 Jan 31
1
Per Ip bandwidth
Hi there,
I have two questions:
1)
In the following setup:
tc qdisc add dev eth1 root handle 1: htb
tc class add dev eth1 parent 1: classid 1:1 htb rate 100Mbit
tc class add dev eth1 parent 1:1 classid 1:10 htb rate 128Kbit
tc class add dev eth1 parent 1:10 classid 1:11 htb rate 32Kbit ceil
128Kbit
tc class add dev eth1 parent 1:10 classid 1:12 htb rate 32Kbit ceil
128Kbit
I have observed
2002 Jun 13
1
Wine patches
Dear developer friends,
Is there a chance to have daily patches
to wine from CVS. Is too hard to wait a
month for a big patch. Also, at my job
I don't have access to open connections
to anything than proxy, so CVS is not
a solution.
kind regards,
Claudiu Costin
******************************************************************************
The information contained in this communication
2004 Aug 18
6
Report of collision-generation with MD5
Just got a pointer to this via ACM "TechNews Alert" for today:
http://www.acm.org/technews/articles/2004-6/0818w.html#item2
Seems that "... French computer scientist Antoine Joux reported on
Aug. 12 his discovery of a flaw in the MD5 algorithm, which is often
used with digital signatures...."
There's more in the article cited above.
Peace,
david
--
David H. Wolfskill
2004 Nov 24
8
tc and iptables trouble
Hi all
I have a trouble configuring the qdiscs, when I indicate the "perturb 10" option to tc, i gives me this error:
tc qdisc add dev eth0 parent 5:1323 handle 1323 sfq perturb 10
RTNETLINK answers: Invalid argument
if I don''t put the "perturb 10" option, it works.
another question is about iptables, when I indicate the " --set-mark" option:
iptables -t
2002 May 22
3
Want to help Wine project?
This message is for those who wants to help Wine
project but do not know where to start.
We need contributors of a wide range of skills.
The minimal requirements are:
access to a computer with Linux (or other Unix-like
system) where you can use Wine.
We have a lot of tasks which are relatively easy to
do.
The fact that these tasks are easy does not mean they
are not important.
Examples of the
2004 Nov 01
1
Big problem :(((((
Hello!
I have an internet connection of 64kbps garanteed in a channel of 256kbps. On this connection the metropolitan speed is 10Mbps and in the provider''s network the speed is 100Mbps.
I have a few clients behind my linux box and i want to set up some limitations because some of them are using it irrational.
I am marking the packets with 0 for internet; 1 for metropolitan 2 for
2004 Nov 24
3
Jail fails
Hi,
We are trying to create a jail with FreeBSD 5.3 but it's fails with this
error:
cc -O -pipe -I/usr/obj/usr/src/i386/legacy/usr/include -c
/usr/src/games/fortune/strfile/strfile.c
make: don't know how to make /j/usr/lib/libc.a. Stop
*** Error code 2
We are excuting those command in /usr/src:
export D=/j
make world DESTDIR=$D
Are there any problem with FreeBSD 5.3? We have ever
2009 May 24
3
Time to set a coding style for Syslinux?
Given the number of people that are starting to be involved in Syslinux
development, I wanted to start a discussion about a common coding style,
for C code in particular.
Currently, a lot of the code in Syslinux is written in different styles,
partly because my own style has changed over the years.
There are pretty much two alternatives that I think are realistic:
a) Linux kernel coding style:
2015 Apr 29
3
roaming profile doubles in size at client logout
>
>> I've connected a Windows 7 client and logged in with a roaming profile
>> user, copied some 4GB of data in the profile and logged out. Surely enough,
>> the data was synchronized but when I login and logout again, the profile
>> gets copied on the samba server in full versus just the modified data.
>
>> For instance, if the profile on the server has 4GB
2011 Apr 10
14
Issues migrating to xen 4.1
Hi,
We just migrated xen on gentoo on amd64 from 4.0 to 4.1 and
encountered a few issues that were not documented. Here is how we
solved them and what issues are remaining:
1. Our config files were referring to the LVM devices like
/dev/vg/domU-root with disk = [ ''phy:vg/domU-root,sda1,w'' ]. This does
not work anymore, we have to include ''/dev/'': disk = [
2011 Apr 10
14
Issues migrating to xen 4.1
Hi,
We just migrated xen on gentoo on amd64 from 4.0 to 4.1 and
encountered a few issues that were not documented. Here is how we
solved them and what issues are remaining:
1. Our config files were referring to the LVM devices like
/dev/vg/domU-root with disk = [ ''phy:vg/domU-root,sda1,w'' ]. This does
not work anymore, we have to include ''/dev/'': disk = [
2002 Apr 30
0
Making Outlook 97 to work
Dear friends,
I've installed Outlook from MS Office 97 Professional
and I've made various hacks both in Wine windows environment
(a.k.a. /usr/share/wine-c) and real Win2K environment
(in /mnt/windows) and all seems to fail and MS Exchange Service
module. This modules is served by following DLL's:
emsabp32.dll
emsmdb32.dll
emsui32.dll
At first running Outlook prompt me to
2002 Jun 18
0
Running Outlook
Dear friends,
I managed to run Outlook to the point where
it just want to resolve the Exchange server name
into IP. To hack it, I used native Windows DLL's.
Along the mapi*.dll one, I setup as native
"rpcrt" = "native"
"rpcrt4" = "native"
My first clue when Outlook freezed was to put mpr.dll,
as native, but I pointed, that, even Outlook cannot