Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

debian-user-digest Digest V2007 #1850

From: <debian-user-digest-request(at)lists.debian.org>
Date: Tue Jun 26 2007 - 11:02:37 EDT


Content-Type: text/plain

debian-user-digest Digest Volume 2007 : Issue 1850

Today's Topics:

  Re: Advise and direction required: N  [ "Nick Adie"  ]
  Re: Waking up server during boot pre  [ Malte Forkel  ]
  looking for a backup package          [ Miles Fidelman  ]
  Re: Using Debian Package Manager      [ Marc Shapiro  ]

Date: Tue, 26 Jun 2007 11:04:15 +0100
From: "Nick Adie" <nick.adie@gmail.com>
To: "Kevin Mark" <kevin.mark@verizon.net>,

        debian-user@lists.debian.org
Subject: Re: Advise and direction required: Network File Server Access Message-ID: <fda7659b0706260304s1086fe22o1831c06c87a36f88@mail.gmail.com> Content-Type: multipart/alternative;

        boundary="----=_Part_2919_4994051.1182852255599"

------=_Part_2919_4994051.1182852255599

Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Do you need help?X

Kevin

Thanks, just got a little muddled and needed the fog clearing,

Regards
Nick

On 6/26/07, Kevin Mark <kevin.mark@verizon.net> wrote:
>
> On Tue, Jun 26, 2007 at 10:45:18AM +0100, Nick Adie wrote:
> > Hi
> >
> > I have a Network File Server (Netgear NSLU2) which I would like to
> access from
> > my Debian Webserver, in order to store backups created via
> 'backup-manager'.
> >
> > I have read-up on samba and sbmclient and am totally confused as to
> which one
> > to install.
> >
> > Regards
> > Nick
> Like any good server-client combo, you install the server portion on the
> server and the client portion on the client. So, the nslug gets 'samba'
> and the webserver gets smbclient or an entry in fstab.
> This[0] seems to explain it.
>
> [0]
> http://www.cyberciti.biz/faq/configure-a-system-to-automount-a-samba-share-with-etcfstab/
> --
> | .''`. == Debian GNU/Linux == | my web site: |
> | : :' : The Universal |mysite.verizon.net/kevin.mark/|
> | `. `' Operating System | go to counter.li.org and |
> | `- http://www.debian.org/ | be counted! #238656 |
> | my keyserver: subkeys.pgp.net | my NPO: cfsg.org |
> |join the new debian-community.org to help Debian! |
> |_______ Unless I ask to be CCd, assume I am subscribed _______|
>
>

------=_Part_2919_4994051.1182852255599

Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Kevin
 
Thanks, just got a little muddled and needed the fog clearing,
Do you need more help?X
 
Regards
Nick

 
On 6/26/07, Kevin Mark <kevin.mark@verizon.net> wrote:
On Tue, Jun 26, 2007 at 10:45:18AM +0100, Nick Adie wrote:
> Hi
>
> I have a Network File Server (Netgear NSLU2) which I would like to access from
> my Debian Webserver, in order to store backups created via 'backup-manager'.
>
> I have read-up on samba and sbmclient and am totally confused as to which one
> to install.
>
> Regards
> Nick
Like any good server-client combo, you install the server portion on the
server and the client portion on the client. So, the nslug gets 'samba'
and the webserver gets smbclient or an entry in fstab.
<br>This[0] seems to explain it.<br><br>[0] <a href="http://www.cyberciti.biz/faq/configure-a-system-to-automount-a-samba-share-with-etcfstab/">http://www.cyberciti.biz/faq/configure-a-system-to-automount-a-samba-share-with-etcfstab/

--
|  .''`.  == Debian GNU/Linux == |       my web site:           |
| : :' :      The  Universal     |mysite.verizon.net/kevin.mark/|
| `. `'      Operating System    | go to http://counter.li.org"> counter.li.org and     |
|   `-     http://www.debian.org/ |    be counted! #238656       |
|  my keyserver: subkeys.pgp.net |     my NPO: http://cfsg.org">cfsg.org         |
|join the new
Can we help you?X
http://debian-community.org">debian-community.org to help Debian!              |
|_______  Unless I ask to be CCd, assume I am subscribed _______| <br><br></blockquote></div><br>

------=_Part_2919_4994051.1182852255599--

Date: Tue, 26 Jun 2007 12:57:51 +0200
From: Malte Forkel <malte.forkel@berlin.de> To: debian-user@lists.debian.org
Subject: Re: Waking up server during boot prevents NFS mounts after upgrade  to etch

Message-ID: 
Content-Type:  text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding:  7bit
Can't find what you're looking for?X

Bob Proulx schrieb:
> This is probably related:
>
> http://lists.alioth.debian.org/pipermail/pkg-sysvinit-commits/2006-November/000923.html
>

I agree. Unfortenately, ASYNCMOUNTNFS=no does not give me quite "the old init.d/mountnfs.sh behaviour" as advertised in the changelog.

>>> Using sync versus async is completely different and unrelated. That
>>> has to do with the protocol used after the clients have mounted.
>> I guess you are talking about something other than the value of
>> ASYNCMOUNTNFS, which is what I meant? Sorry, I probably used the wrong
>> terms.
>
> I thought you were talking about the sync/async option. See this
> reference for more information.
>
> http://nfs.sourceforge.net/nfs-howto/ar01s05.html#sync_versus_async
>

Now I got it. So sync/async is a server export option while ASYNCMOUNTNFS is a client init option.

>> I'm not quite sure whether to file a big report. In the end its my
>> initscript that causes the problem. On the other hand, without waking up
>> server there wouldn't be any mounts at all :-)
>
> I think this would be covered by the 'initscripts' package. You may
> want to look to see if this is already reported in the BTS.
>
> http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=initscripts;dist=unstable
>

I guess, I'll file a bug report for initscripts. They seem to have a couple of problems on their hands already at the moment.

BTW: Nice hints on your website, Bob. I now have a .hushlogin :-) And thanks again for your help.

Malte

Date: Tue, 26 Jun 2007 06:08:27 -0500
From: Hugo Vanwoerkom <hvw59601@care2.com> To: debian-user@lists.debian.org
Subject: Re: how hot is my xeon?

Message-ID: 
Content-Type:  text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding:  7bit

michael wrote:
> On Fri, 2007-06-22 at 11:28 -0500, Hugo Vanwoerkom wrote:
>> michael wrote:
>>> On Fri, 2007-06-22 at 16:36 +0200, Pol Hallen wrote:
>>>>> I've tried unsuccessfully to monitor my dual Xeon box but lm-sensors
>>>>> doesn't seem to detect anything.
>>>> Do u have the i2c kernel modules?
>>>>
>>>> Pol
>>>>
>>>>
>>> michael@ratty:~/Fortran$ sudo lsmod|grep -i i2c
>>> i2c_dev 8548 0
>>> i2c_i801 7468 0
>>> i2c_core 19680 3 i2c_dev,nvidia,i2c_i801
>>>
>>>
>>>
>> Do you have lm-sensors installed?
>> What does the 'sensors' command show?
>>
>
> Installed lm-sensors, and then:
> michael@ratty:~$ sensors
> No sensors found!
> Make sure you loaded all the kernel drivers you need.
> Try sensors-detect to find out which these are.
>
>
> Script started on Mon 25 Jun 2007 14:55:30 BST
> ]0;michael@ratty: /home/michael
> michael@ratty:~$ sudo sensors-detect

Don't know where to look next?X

<snip>

> Script done on Mon 25 Jun 2007 14:56:13 BST
>
>
>

Did you add i2c-i801 to /etc/modules?

Hugo

Date: Tue, 26 Jun 2007 06:17:00 -0500
From: Hugo Vanwoerkom <hvw59601@care2.com> To: debian-user@lists.debian.org
Subject: Re: Virtual Machines/Emulators

Message-ID: 
Content-Type:  text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding:  7bit

Mike McCarty wrote:
> I recently developed a desire to run some emulators under Linux,
> and consequently have run some of them. Here are my opinions of them,
> based on install, ease of use, and speed of emulation.
>
> The emulators I tried are DOSEMU + Freedos, BOCHS + MSDOS 6.22, and
> QEMU + MSDOS 6.22. I found that each had advantages and disadvantages.
> I also ran MSDOS 6.0 natively.
>
> Two machines were used. One is an AMD 586 with 16MB of RAM and a
> 160 MHz processor. Another is a Presario with a 2.7 GHz Celeron.
> The AMD was used only for running MSDOS 6.0 natively. The Celeron
> was used to run the emulators with Linux, and also to do some
> native MSDOS 6.0.
>
> install share speed CPU hardware soft events
> DOSEMU easy easy fast low Intel only not all no
> BOCHS hard hard v.slow high Intel only all yes
> QEMU hard hard slow high multiple all no
>
> install: ease of installation
> share: ease of sharing files between emulation and Linux
> speed: speed of emulation
> CPU: how much CPU does the emulation burn
> hardware: emulates other than Intel hardware
> soft: runs all software
> events: supports emulating hardware events
>
> QEMU runs something like 5x to 10x as fast as BOCHS. DOSEMU runs
> 40x to 50x as fast as QEMU.
>
> BOCHS allows one to emulate various hard drives down to the
> level of CHS.
>

Did you run kqemu with qemu?

Confused? Frustrated?X

Hugo

Date: Tue, 26 Jun 2007 13:45:56 +0200
From: Johannes Wiedersich <johannes@physik.blm.tu-muenchen.de> To: debian-user@lists.debian.org
Subject: Re: RTF - proprietary or open?

Message-ID: <4680FC74.8040405@physik.blm.tu-muenchen.de>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Mike McCarty wrote:
> Andrew J. Barr wrote:
>> Mike McCarty <Mike.McCarty@sbcglobal.net> wrote:
>>
>>>>> SQL is also theirs...
>>>>
>>>>
>>>> Whatever gave you that idea? IBM created SQL before Microsoft
>>>> existed! It has been an ISO standard since 1987.
>>>> <http://en.wikipedia.org/wiki/SQL>
>>>
>>> You need to learn some history. MicroSoft predates 1987 by quite
>>> a bit.
>>
>>
>> Um, if memory serves me, IBM created SQL in the '60s.
>
> But that wasn't his point. I don't know when SQL was created,
> and wasn't making that claim. However, his claim seemed to
> be that MicroSoft doesn't predate 1987, which is absurd.

No. He said that IBM created SQL before MS existed and that it became an ISO standard in 1987 (after the foundation of MS and after SQL was created, obviously).

Johannes
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGgPxzC1NzPRl9qEURAhVdAJ4ik1hqliPukg5e10IVTucEoBAjAgCfRyxC PCROvFnzmfqIiNz7TJTxLWI=
=y2DC
-----END PGP SIGNATURE-----

Call Pantek today for Open Source Technical Support at 1-877-546-8934 - 24/7/365X

Date: Tue, 26 Jun 2007 14:24:18 +0200
From: Johannes Wiedersich <johannes@physik.blm.tu-muenchen.de> To: debian-user@lists.debian.org
Subject: Re: Purge leaves some files

Message-ID: <46810572.4050405@physik.blm.tu-muenchen.de>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Torok Balint wrote:
> Helo!
>
> Thank you everyone for the help I received.
>
> I have tried to install/purge the same applications with aptitude on
> another computer and all went well. I conclude that the problem came
> into existance becouse apt-get did not purge the package dependencies
> along with the original package. Apt-get tried to purge only the
> "original" package, but left its dependencies intact. Now the problem
> is there, how can I correct it? How can I delete the leftover files?
> I should determine somehow what where the demendencies, and purge
> them too with apt-get? Would this delete the leftover files to?

Yes. As someone mentioned earlier, take an arbitrary file 'left over' in that directory and find the package for that file:

dpkg -S filename

then purge that package by aptitude purge

repeat until the directory disappears.

HTH, Johannes
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

Do you need help?X

iD8DBQFGgQVyC1NzPRl9qEURAj8pAJ0VVpXUkyHN7HG0mm+GRrIKGZUDewCdHKso x8m6/O6zS5kv42G5GYoGcJI=
=yt7W
-----END PGP SIGNATURE-----

Date: Tue, 26 Jun 2007 14:31:52 +0200
From: Johannes Wiedersich <johannes@physik.blm.tu-muenchen.de> To: debian-user@lists.debian.org
Subject: Re: OT: Say NO to the Microsoft Office format as an ISO standard

Message-ID: <46810738.6010300@physik.blm.tu-muenchen.de>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Manon Metten wrote:

> Please sign the petition here: http://www.noooxml.org/petition.
> (Cookies have to be enabled for this site.)

JavaScript has to be enabled for wikidot.com as well.

Johannes

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

Do you need more help?X

iD8DBQFGgQc3C1NzPRl9qEURAin9AJ99AYBOiVfjdHjUKL7frTzwsDCG4gCeO8Oq acQu9bvaxbfGywzcMQVPhZo=
=csPs
-----END PGP SIGNATURE-----

Date: Tue, 26 Jun 2007 14:35:00 +0200
From: Matus UHLAR - fantomas <uhlar@fantomas.sk> To: debian-user@lists.debian.org
Subject: Re: Solution for avoid to capture password between Browser - Squid

Message-ID: <20070626123500.GA2128@fantomas.sk>
Content-Type: text/plain; charset=iso-8859-2
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On 25.06.07 10:35, Javier Enrique Ti=E1 Mar=EDn wrote:
> I'm looking alternative a VPN and IPSec for avoid to capture the passwo=
rd=20
> between Browser (IE, iceweasel) and Squid,

connecting to squid via ssl probably. squid-2.6 and 3.0beta support SSL f= rom
client's side. That will encrypt all your communication with squid.

> I read [1], it will be the idea, somebody post a example, howto, etc an=
d
> if use a LDAP backend much better.

--=20
Matus UHLAR - fantomas, uhlar(at)fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. Linux IS user friendly, it's just selective who its friends are...

Date: Tue, 26 Jun 2007 14:33:26 +0100
From: Steve Kemp <skx@debian.org>
To: Miles Fidelman <mfidelman@meetinghouse.net> Cc: debian-user <debian-user@lists.debian.org> Subject: Re: looking for a backup package Message-ID: <20070626133326.GA25774@steve.org.uk> Content-Type: multipart/signed; micalg=pgp-sha1;

Can we help you?X

        protocol="application/pgp-signature"; boundary="nFreZHaLTZJo0R7j" Content-Disposition: inline

--nFreZHaLTZJo0R7j

Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue Jun 26, 2007 at 09:27:25 -0400, Miles Fidelman wrote:

> I run a couple of Debian servers running in a computer center. I'd like =
to set=20
> something up to allow me to back up my home machines to those servers - y=
ou=20
> know, something like mozy or jungledisk but using my own server.
>=20
> Has anybody come across a remote backup package that's as easy to use as =
this=20
> new crop of hosted services?

  I guess it all depends upon what you're used to. But if you install  the rsnapshot program, and setup SSH key-based auth then it is very  simple to get working:

    http://www.debian-administration.org/articles/217

Steve

--
#  Kink-Friendly Dating
http://ctrl-alt-date.com/

--nFreZHaLTZJo0R7j
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGgRWmwM/Gs81MDZ0RAsNHAJ9V+fk2vNLDmfLXZEwViyQb6GdEnACeJp9h
mghfft3h4HXZo1nrUC97Pj4=
=xqel
-----END PGP SIGNATURE-----

--nFreZHaLTZJo0R7j--

Date: Tue, 26 Jun 2007 09:27:25 -0400 From: Miles Fidelman <mfidelman@meetinghouse.net> To: debian-user <debian-user@lists.debian.org> Subject: looking for a backup package Message-ID: <4681143D.7040602@meetinghouse.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Folks, I run a couple of Debian servers running in a computer center. I'd like to set something up to allow me to back up my home machines to those servers - you know, something like mozy or jungledisk but using my own server. Has anybody come across a remote backup package that's as easy to use as this new crop of hosted services? (Seems like things like Amanda are pretty difficult to set up, for example). Thanks much, Miles

Can't find what you're looking for?X

Date: Tue, 26 Jun 2007 14:58:23 +0100 From: "Karl E. Jorgensen" <karl@jorgensen.org.uk> To: debian-user <debian-user@lists.debian.org> Subject: Re: looking for a backup package Message-ID: <20070626135823.GB8073@einstein.jorgensen.org.uk> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/WwmFnJnmDyWGHa4" Content-Disposition: inline --/WwmFnJnmDyWGHa4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 26, 2007 at 09:27:25AM -0400, Miles Fidelman wrote:
> Hi Folks,
>=20
> I run a couple of Debian servers running in a computer center. I'd like=
=20
> to set something up to allow me to back up my home machines to those=20
> servers - you know, something like mozy or jungledisk but using my own=20
> server.
>=20
> Has anybody come across a remote backup package that's as easy to use as=
=20
> this new crop of hosted services? (Seems like things like Amanda are=20
> pretty difficult to set up, for example).
Although you think it's difficult to set up, I'd still recommend amanda.=20 Even if it is a difficult setup (config file, tape labelling, clients=20 software on clients) it's definitely workable. And after than you're=20 only stuck with changing tapes... --=20 Karl E. Jorgensen karl(at)jorgensen.org.uk http://www.jorgensen.org.uk/ karl(at)jorgensen.com http://karl.jorgensen.com =3D=3D=3D=3D Today's fortune: algorithm, n.: Trendy dance for hip programmers. --/WwmFnJnmDyWGHa4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGgRt/i+PVvwZpXJgRAm5VAKCh75b9OE1hjagIqw1YqduCx3mhvwCfdtZh GioIDiM57vAW/tHJvzNuL8g= =J956 -----END PGP SIGNATURE----- --/WwmFnJnmDyWGHa4--

Date: Tue, 26 Jun 2007 09:38:14 -0400 From: Miles Fidelman <mfidelman@meetinghouse.net> To: debian-user <debian-user@lists.debian.org> Subject: Re: looking for a backup package Message-ID: <468116C6.6020601@meetinghouse.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Miles Fidelman wrote:
> I run a couple of Debian servers running in a computer center. I'd
> like to set something up to allow me to back up my home machines to
> those servers - you know, something like mozy or jungledisk but using
> my own server.
>
> Has anybody come across a remote backup package that's as easy to use
> as this new crop of hosted services? (Seems like things like Amanda
> are pretty difficult to set up, for example).
I guess I should add that the machines I want to back up are a mixed collection of Linux, Windows, and Mac - so I'm looking for a solution that can backup/restore Mac files in all their gory details. Miles

Date: Tue, 26 Jun 2007 06:46:06 -0700 From: Daniel Burrows <dburrows@debian.org> To: Torok Balint <toba12@freemail.hu> Cc: debian-user@lists.debian.org Subject: Re: Purge leaves some files Message-id: <20070626134606.GA5586@emurlahn.burrows.local> Content-type: text/plain; charset=us-ascii Content-disposition: inline On Tue, Jun 26, 2007 at 10:46:58AM +0200, Torok Balint <toba12@freemail.hu> was heard to say:
> Thank you everyone for the help I received.
>
> I have tried to install/purge the same applications with
> aptitude on another computer and all went well. I conclude
> that the problem came into existance becouse apt-get did not
> purge the package dependencies along with the original
> package. Apt-get tried to purge only the "original" package,
> but left its dependencies intact.
Actually, aptitude won't purge the dependencies unless you pass the command-line argument --purge-unused. So your problem is just some packages that didn't get removed, not configuration files left behind.
> Now the problem is there, how can I correct it? How can I
> delete the leftover files? I should determine somehow what
> where the demendencies, and purge them too with apt-get?
> Would this delete the leftover files to?
Easiest way to get rid of the leftover files is to run 'dpkg -S' on them and find out which package they belong to, then purge those packages. That doesn't guarantee you've got all the dependencies, though. Daniel

Date: Tue, 26 Jun 2007 15:48:50 +0200 From: "Martin Marcher" <martin.marcher@gmail.com> To: debian-user <debian-user@lists.debian.org> Subject: Re: looking for a backup package Message-ID: <db90db6e0706260648p80f09a0k23e635eb90203cee@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline never used it but bacula can do all three (with native clients afaik for every OS) personally i stick with amanda windows hosts are backed up thru a mounted CIFS share On 6/26/07, Miles Fidelman <mfidelman@meetinghouse.net> wrote:
> Miles Fidelman wrote:
> > I run a couple of Debian servers running in a computer center. I'd
> > like to set something up to allow me to back up my home machines to
> > those servers - you know, something like mozy or jungledisk but using
> > my own server.
> >
> > Has anybody come across a remote backup package that's as easy to use
> > as this new crop of hosted services? (Seems like things like Amanda
> > are pretty difficult to set up, for example).
> I guess I should add that the machines I want to back up are a mixed
> collection of Linux, Windows, and Mac - so I'm looking for a solution
> that can backup/restore Mac files in all their gory details.
>
> Miles
>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>
-- Martin Marcher martin.marcher@gmail.com http://www.mycorners.com https://www.xing.com/profile/Martin_Marcher http://www.linkedin.com/in/martinmarcher http://www.studivz.net/profile.php?ids=9f83ea8c5996b8ec http://www.amazon.de/gp/registry/wishlist/3KDAGCL2NKOIM/ref=reg_hu-wl_goto-registry/302-4432803-5146435?ie=UTF8&sort=date-added

Date: Tue, 26 Jun 2007 16:48:30 +0300 From: David Baron <d_baron@012.net.il> To: debian-user@lists.debian.org Subject: Re: OT: QEMU Package faster Message-id: <200706261648.30645.d_baron@012.net.il> Content-type: text/plain; charset=iso-8859-15 Content-transfer-encoding: 7BIT Content-disposition: inline On Tuesday 26 June 2007, debian-user-digest-request@lists.debian.org wrote:
> 2. If you install kqemu, QEMU will run faster. Make sure to "modprobe kqemu
> major=0" first. QEMU will use kqemu automatically if it is installed. Run
> QEMU from a terminal window and you will get a message if it is unable to
> find kqemu.
I need major=250. The /dev/kqemu node has this. Time to get this consistant, straight in Debian kqemu package.

Date: Tue, 26 Jun 2007 07:03:04 -0700 From: Marc Shapiro <mshapiro_42@yahoo.com> To: debian-user@lists.debian.org Subject: Re: Using Debian Package Manager Message-ID: <46811C98.40505@yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit BartlebyScrivener wrote:
> On Jun 25, 11:00 am, russ...@aol.com wrote:
>
>> I wanted to install a motherboard monitor.? I found one in the list, xmbmon, and chose to install it.? It said installation complete.? However, I have no idea how to find it and run it.? It's not showing up in the applications list anywhere.
>>
>
> type
>
> whereis xmbmon
>
> at the commandline
>
> rd
>
Or, just type xmbmon & to start it up. 'xmbmon -h' displays a help screen with options, and 'man xmbmon' displays the man page. -- Marc Shapiro mshapiro_42@yahoo.com

Date: Tue, 26 Jun 2007 07:09:43 -0700 From: Marc Shapiro <mshapiro_42@yahoo.com> To: debian-user@lists.debian.org Subject: Re: Sound card not working Message-ID: <46811E27.7040804@yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Andrew Sackville-West wrote:
> On Mon, Jun 25, 2007 at 11:01:30AM -0500, Mike McCarty wrote:
>
>> Mike McCarty wrote:
>>
>> [that the sound card isn't working]
>>
>> Ok, after much fooling around, I find that ESD is running, and
>> has the DSP open. So, I killed it,
>>
>
> it should be taken out and shot, IMHO.
>
> we see so many problems related to esd not playing nicely with others.
Yes, that is what I did with artsd from KDE. I made sure that I purged ALL of KDE and GNOME. Then, when I switched from Sarge to Etch I did a clean install (first time in 8 or 9 years) I made sure not to install any DTE so as to make sure that there was no cruft lying around. -- Marc Shapiro mshapiro_42@yahoo.com

Date: Tue, 26 Jun 2007 10:44:08 -0400 From: Tom Grove <debian@voidmain.net> To: Mike McCarty <Mike.McCarty@sbcglobal.net> Cc: Debian user list <debian-user@lists.debian.org> Subject: Re: Virtual Machines/Emulators Message-ID: <46812638.8070004@voidmain.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mike McCarty wrote:
> I recently developed a desire to run some emulators under Linux,
> and consequently have run some of them. Here are my opinions of them,
> based on install, ease of use, and speed of emulation.
>
> The emulators I tried are DOSEMU + Freedos, BOCHS + MSDOS 6.22, and
> QEMU + MSDOS 6.22. I found that each had advantages and disadvantages.
> I also ran MSDOS 6.0 natively.
>
> Two machines were used. One is an AMD 586 with 16MB of RAM and a
> 160 MHz processor. Another is a Presario with a 2.7 GHz Celeron.
> The AMD was used only for running MSDOS 6.0 natively. The Celeron
> was used to run the emulators with Linux, and also to do some
> native MSDOS 6.0.
>
> install share speed CPU hardware soft events
> DOSEMU easy easy fast low Intel only not all no
> BOCHS hard hard v.slow high Intel only all yes
> QEMU hard hard slow high multiple all no
>
> install: ease of installation
> share: ease of sharing files between emulation and Linux
> speed: speed of emulation
> CPU: how much CPU does the emulation burn
> hardware: emulates other than Intel hardware
> soft: runs all software
> events: supports emulating hardware events
>
> QEMU runs something like 5x to 10x as fast as BOCHS. DOSEMU runs
> 40x to 50x as fast as QEMU.
>
> BOCHS allows one to emulate various hard drives down to the
> level of CHS.
>
> Mike
I would like to see how VirtualBox stands up against the others. It seems to be the fastest emulator when it comes to Windows. Although this is only one person's opinion and there is no "scientific" evidence it just feels faster. -Tom End of debian-user-digest Digest V2007 Issue #1850 ************************************************** Received on Tue Jun 26 11:02:58 2007

Don't know where to look next?X

This archive was generated by hypermail 2.1.8 : Tue Jun 26 2007 - 11:10:02 EDT


Contact Us  Legal Notices  Order Services Online 
Pantek Home  Privacy Policy  IT news  Site Map  Pantek Library