Re: VirtualBox or VMware?

2009-11-28 Thread Steve Lamb
Steve Reilly wrote: > why cant you just use openoffice? it will read wordperfect files, and > save as whatever you want to. He did mention the formatting would be lost. -- Steve C. Lamb | But who decides what they dream? PGP Key: 8B6E99C5 | And dream I do...

[Future Icon Records] You've been added to our mailing list.

2009-11-28 Thread Future Icon Records
Hi I represent KONVICT MUSIC recording artist COLBY O'DONIS (Just Dance Ft Colby O'Donis. Beautiful Ft Colby O'Donis) and we want to share with you His first OriginalChristmas song I made a radio edit of so happy here it is if you like itRadio Edit Of - So Happyhttps://rcpt.yousendit.com/78260

Re: copying files from home directory on one machine to directory on another machine

2009-11-28 Thread Alexander Kaphuk
Rob Owens wrote: On Sat, Nov 28, 2009 at 09:42:23PM +0200, Alexander Kaphuk wrote: G'day, I'd appreciate somebody pointing me where to look for info on how to copy files from a home directory on one machine to a directory on another machine via network. I've got about 100GB of data I n

Re: copying files from home directory on one machine to directory on another machine

2009-11-28 Thread Alexander Kaphuk
Andrew M.A. Cater wrote: On Sat, Nov 28, 2009 at 09:42:23PM +0200, Alexander Kaphuk wrote: G'day, I'd appreciate somebody pointing me where to look for info on how to copy files from a home directory on one machine to a directory on another machine via network. I've got about 100GB of

Re: copying files from home directory on one machine to directory on another machine

2009-11-28 Thread Alexander Kaphuk
Dave Witbrodt wrote: Alexander Kaphuk wrote: G'day, I'd appreciate somebody pointing me where to look for info on how to copy files from a home directory on one machine to a directory on another machine via network. I've got about 100GB of data I need to copy from my desktop running ubuntu

Re: What's best way to use Debian w/o my laptop? Flash + union?

2009-11-28 Thread unforgettableid
unforgettableid gmail.com> writes: ... > I usually get around my city of Toronto, Canada by bicycle. I fall off my > bike > once a year or so. Therefore I don't carry breakable electronics like my > laptop unless I know I will need them. But I sometimes need to use my Debian > OS, my files, an

Re: VirtualBox or VMware?

2009-11-28 Thread Steve Reilly
Tzafrir Cohen wrote: On Fri, Nov 27, 2009 at 04:51:32PM -0500, Ken Heard wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I should have explained in my original post what I wanted to do. In the short run I want to run a Windows version of WordPerfect and so have access to WordPerfect 5.1 (

Re: Where's my xenbr0 and vif0.0

2009-11-28 Thread whollygoat
On Sun, 22 Nov 2009 10:22 +0100, "Javier Barroso" wrote: > Hi, > > On Sun, Nov 22, 2009 at 1:19 AM, wrote: > > Everything I've read so far on xen networking > > leads me to believe that I should have a bridge > > named xenbr0 and a virtual interface vif0.0 > > for dom0.  The bridge appears to b

Re: VirtualBox or VMware?

2009-11-28 Thread Tzafrir Cohen
On Fri, Nov 27, 2009 at 04:51:32PM -0500, Ken Heard wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I should have explained in my original post what I wanted to do. In the > short run I want to run a Windows version of WordPerfect and so have > access to WordPerfect 5.1 (a DOS app) f

Re: Flash plugin problem - cant click - amd64 unstable

2009-11-28 Thread Kumar Appaiah
On Sat, Nov 28, 2009 at 11:21:44PM -, Cameron Hutchison wrote: > Is anyone else having problems with the flash plugin > (flashplugin-nonfree) on unstable on a 64-bit platform? I have faced several problems; non-free software is often not so reliable. > On some sites, the flash videos load but

Re: Grep on dictionary words

2009-11-28 Thread John Hasler
Dotan writes: > Is there a way to grep the output of strings in order to only show > lines that contain words found in the aspell dictionary? Try this: #!/bin/bash strings "$1" | while read line do if [ ` echo "$line" | sed -e 's/[^a-zA-Z ]//g' | wc -m` -lt 6 ] then continue fi echo "$line" | s

Re: VirtualBox or VMware?

2009-11-28 Thread Greg Madden
On Saturday 28 November 2009 01:32:16 Nick Douma wrote: > Greg Madden wrote: > > have you tried opening your WP files with Openoffice writer? My WP files > > were created with WP8, OO works with them. I know WP's file format has > > been the same for years, though I think there was change after 5

Re: Quick and dirty "debian live" on USB stick.

2009-11-28 Thread Rob Owens
On Sat, Nov 28, 2009 at 05:19:56PM -0500, Chris Jones wrote: > I'm playing with the idea of copying my laptop's debian lenny partition > to a USB stick that I can take with me when traveling. > > Since I can't be sure I'll have a machine with available space on the > HDD or be allowed to partition

Re: live cd/usb projects?

2009-11-28 Thread Rob Owens
On Sat, Nov 28, 2009 at 06:57:41PM +, T o n g wrote: > On Fri, 27 Nov 2009 21:34:56 -0500, Rob Owens wrote: > > >> . . . My ideal is of > >> course Debian and apt-get/deb. The Debian/xfce live cd is ok @ 400mb > >> but > >> I'd like to shrink it or keep it same size with my preferred > apps.

Re: problem loading opti9xx ALSA module

2009-11-28 Thread Anye Li
Correction: I do have sound, having commented out the modprobe lines. But it's badly garbled as before. On 11/28/09, Anye Li wrote: > I'm having trouble with my Diamond Wavetable sound card > (Opti Audio 16). I think it's an ISA PnP card. It's giving > me problems at boot time (abort, stack tra

Re: copying files from home directory on one machine to directory on another machine

2009-11-28 Thread Rob Owens
On Sat, Nov 28, 2009 at 09:42:23PM +0200, Alexander Kaphuk wrote: > G'day, > > I'd appreciate somebody pointing me where to look for info on how to > copy files from a home directory on one machine to a directory on > another machine via network. > > I've got about 100GB of data I need to copy

Re: Grep on dictionary words

2009-11-28 Thread Andrew Sackville-West
On Sun, Nov 29, 2009 at 01:22:15AM +0200, Dotan Cohen wrote: > > will get the ones that start with capital alphas. if you want initial > > caps *only* then: > > > > grep "^[A-Z][a-z]*$" > > > > would match those. > > > > Thanks. I meant that caps could only be at the beginning of a word, > not in

problem loading opti9xx ALSA module

2009-11-28 Thread Anye Li
I'm having trouble with my Diamond Wavetable sound card (Opti Audio 16). I think it's an ISA PnP card. It's giving me problems at boot time (abort, stack trace) and of course I don't have working sound. I tried commenting out the install lines with snd-opti* in them in /etc/modprobe.d/alsa-base.

Re: Debian can not boot from RAID-1

2009-11-28 Thread Justin The Cynical
Yuriy Kuznetsov wrote: Hi Justin, This is the problem: system does not boot at all; it goes as far as DRAC check and stopped; it does not even try to load the kernel. It looks like the system can not see RAIDs at all. May be I need to install some Dell modules for my RAID controller to be re

Re: Grep on dictionary words

2009-11-28 Thread Dotan Cohen
> will get the ones that start with capital alphas. if you want initial > caps *only* then: > > grep "^[A-Z][a-z]*$" > > would match those. > Thanks. I meant that caps could only be at the beginning of a word, not in the middle. Expanding your example, I figured that would be: grep "^[A-Z]?[a-z]*$

Flash plugin problem - cant click - amd64 unstable

2009-11-28 Thread Cameron Hutchison
Is anyone else having problems with the flash plugin (flashplugin-nonfree) on unstable on a 64-bit platform? On some sites, the flash videos load but the plugin seems to ignore my mouse clicks so I can't start the video playing. This does not happen on all sites - snotr.com works ok, but the video

Re: Grep on dictionary words

2009-11-28 Thread Andrew Sackville-West
On Sun, Nov 29, 2009 at 12:00:33AM +0200, Dotan Cohen wrote: > > ISTM that because the output of strings is not discrete list of > > potential words, but is instead a long list of concatenated > > characters, this problem is really rather daunting. The output should > > probably be first broken up

RE: preseed with two hard disks

2009-11-28 Thread Richard Pijnenburg
I had the same idea. My only problem is that I also want to be able to do Software raid and stuff. The CentOS Kickstart can do all that, I hope that for the debian installer these options will be available soon. Cheers. Richard Pijnenburg -Oorspronkelijk bericht- Van: Josep M. [mailto:

RE: preseed with two hard disks

2009-11-28 Thread Josep M.
Hello Richard. Thanks for the answer, I will add the second hard disk to /etc/fstab in my script that is executed after install, where I install extra packages after install. Josep El sáb, 28-11-2009 a las 23:13 +0100, Richard Pijnenburg escribió: > Hi Josep, > > According to the documentation

RE: preseed with two hard disks

2009-11-28 Thread Richard Pijnenburg
Hi Josep, According to the documentation ( can't remember where exactly ) it's stated that the preseed system can't handle 2 disks. I'm trying to find a decent work around for it but no luck yet. All we can do is hope the Debian developers will fix this some day. Richard Pijnenburg -Oorspro

Re: Grep on dictionary words

2009-11-28 Thread Florian Kriener
On Saturday 28 November 2009 16:13:55 Dotan Cohen wrote: > I have a long binary file (about 12 MB) that I need to extract the > text from via "strings". Naturally, there are a lot of junk lines > such as these: > pDuf > #k0H}g) > GoV5 > rLeY1 > TMlq,* > > Is there a way to grep the output of stri

Quick and dirty "debian live" on USB stick.

2009-11-28 Thread Chris Jones
I'm playing with the idea of copying my laptop's debian lenny partition to a USB stick that I can take with me when traveling. Since I can't be sure I'll have a machine with available space on the HDD or be allowed to partition the drive, what I thought was that I could have a bootable system on t

Re: Grep on dictionary words

2009-11-28 Thread Dotan Cohen
> ISTM that because the output of strings is not discrete list of > potential words, but is instead a long list of concatenated > characters, this problem is really rather daunting. The output should > probably be first broken up into something resembling words by perhaps > breaking on non-alphabet

preseed with two hard disks

2009-11-28 Thread Josep M.
Hello. I use lenny, I do tests in Virtualbox virtual machines, I have one HD of 40GB in these virtual machine, now I added a second hard disk in the virtual machine, but I can't found how to do for create a partition on this second hard disk. Thanks Josep This is the related info, I changed

Re: Grep on dictionary words

2009-11-28 Thread Andrew Sackville-West
On Sat, Nov 28, 2009 at 11:32:59AM -0600, Boyd Stephen Smith Jr. wrote: > In <880dece00911280713n6193b8das6970e8a071fc2...@mail.gmail.com>, Dotan Cohen > wrote: > >Is there a way to grep the output of strings in order to only show > >lines that contain words found in the aspell dictionary? Thanks

Debian and sd card-reader

2009-11-28 Thread Roberto
Have a problem with desktop built-in card-reader and debian 5.03. If I plugin the sd the system does not see it. ( tried with 'tail -f /var/log/messagges' and nothing happens ( neither with 'fdisk -l' I see a new device attached )). But if I boot debian with the sd inside the card reader, I can

Re: how to renew a security certificate?

2009-11-28 Thread Nick Douma
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Florian Weimer wrote: > * Boyd Stephen Smith, Jr.: > >> Who set up the dovecot installtion? Dovecot doesn't use a certificate by >> default, so the person that generated the cert and got it signed would be >> the >> best source of information on t

Re: how to renew a security certificate?

2009-11-28 Thread Florian Weimer
* Boyd Stephen Smith, Jr.: > Who set up the dovecot installtion? Dovecot doesn't use a certificate by > default, so the person that generated the cert and got it signed would be the > best source of information on the cert. dovecot-common's postinst in etch automatically generates a certificat

Re: copying files from home directory on one machine to directory on another machine

2009-11-28 Thread Andrew M.A. Cater
On Sat, Nov 28, 2009 at 09:42:23PM +0200, Alexander Kaphuk wrote: > G'day, > > I'd appreciate somebody pointing me where to look for info on how to > copy files from a home directory on one machine to a directory on > another machine via network. > > I've got about 100GB of data I need to copy

Re: copying files from home directory on one machine to directory on another machine

2009-11-28 Thread Alexander Kaphuk
Eduardo M KALINOWSKI wrote: Alexander Kaphuk wrote: G'day, I'd appreciate somebody pointing me where to look for info on how to copy files from a home directory on one machine to a directory on another machine via network. I've got about 100GB of data I need to copy from my desktop runni

Re: copying files from home directory on one machine to directory on another machine

2009-11-28 Thread Dave Witbrodt
Alexander Kaphuk wrote: G'day, I'd appreciate somebody pointing me where to look for info on how to copy files from a home directory on one machine to a directory on another machine via network. I've got about 100GB of data I need to copy from my desktop running ubuntu 9.04 on to a laptop r

Re: copying files from home directory on one machine to directory on another machine

2009-11-28 Thread Eduardo M KALINOWSKI
Alexander Kaphuk wrote: > G'day, > > I'd appreciate somebody pointing me where to look for info on how to > copy files from a home directory on one machine to a directory on > another machine via network. > > I've got about 100GB of data I need to copy from my desktop running > ubuntu 9.04 on to

re: copying files from home directory on one machine to directory on another machine

2009-11-28 Thread Alexander Kaphuk
G'day, I'd appreciate somebody pointing me where to look for info on how to copy files from a home directory on one machine to a directory on another machine via network. I've got about 100GB of data I need to copy from my desktop running ubuntu 9.04 on to a laptop running Debian Squeeze whi

Aptitude Configuration

2009-11-28 Thread Boyd Stephen Smith Jr.
I use a mixed system, partially documented at . 2 VPSes are virtually all Lenny, one desktop is Lenny plus enough Squeeze to have KDE 4 from Squeeze. On all of them, it would be quite nice if aptitude would give me just a /little _bit_/ more information about w

Re: live cd/usb projects?

2009-11-28 Thread T o n g
On Fri, 27 Nov 2009 21:34:56 -0500, Rob Owens wrote: >> . . . My ideal is of >> course Debian and apt-get/deb. The Debian/xfce live cd is ok @ 400mb >> but >> I'd like to shrink it or keep it same size with my preferred apps. . . . >> > I currently use Debian Live. I create my own images for U

OT: ncftpput upload, not to append

2009-11-28 Thread T o n g
Hi, Somehow my ncftpput upload session always ends up as appending to existing files instead of overwriting them. I searched its man pages, and it seems that there is only one related option, the -A, which turns *on* append mode, not off, which I never use. Any way for ncftpput to be in over

Spamassassin X_Report_Header

2009-11-28 Thread Daniel D Jones
I'm trying to add the Spamassassin X_Report_Header. Per the website at http://spamassassin.apache.org/full/3.2.x/doc/Mail_SpamAssassin_Conf.html report_safe ( 0 | 1 | 2 ) (default: 1) ... f this option is set to 0, incoming spam is only modified by adding some X- Spam- headers and no changes wi

Re: Creating a USB key to install debian

2009-11-28 Thread Tixy
On Sat, 2009-11-28 at 18:20 +0100, Mathieu Malaterre wrote: > I am still struggling to create a USB key to install debian. I am following: > http://d-i.alioth.debian.org/manual/en.i386/ch04s03.html#ftn.id318505 > > Steps: > - Pull in the USB key : SanDisk Corp. SDCZ2 Cruzer Mini Flash Drive (th

Re: Creating a USB key to install debian

2009-11-28 Thread Eduardo M KALINOWSKI
Mathieu Malaterre wrote: > Hi there, > > I am still struggling to create a USB key to install debian. I am following: > http://d-i.alioth.debian.org/manual/en.i386/ch04s03.html#ftn.id318505 > > Steps: > - Pull in the USB key : SanDisk Corp. SDCZ2 Cruzer Mini Flash Drive (thin) > - Make sure it is

Re: FreeNet and Java

2009-11-28 Thread AG
Nick Douma wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I don't see the "pink rectangle" with any lines of text as one would expect from Method 1 on this page. I guess that I can conclude that Iceape is not picking up the Java either, even though I do have the "enable Java" option

Re: VirtualBox or VMware?

2009-11-28 Thread Stefan Monnier
> STFW briefly just now, I don't see VirtualBox OSE Windows binaries. > I recall having the same result the last time I looked. Luckily we have a good solution for that: use Debian. Stefan "Can you please move that Windows-talk crap elsewhere?" -- To UNSUBSCRIBE, email to debian-user-

Re: Grep on dictionary words

2009-11-28 Thread Boyd Stephen Smith Jr.
In <880dece00911280713n6193b8das6970e8a071fc2...@mail.gmail.com>, Dotan Cohen wrote: >Is there a way to grep the output of strings in order to only show >lines that contain words found in the aspell dictionary? Thanks in >advance. I once wrote a small program against the aspell API to do somethin

Creating a USB key to install debian

2009-11-28 Thread Mathieu Malaterre
Hi there, I am still struggling to create a USB key to install debian. I am following: http://d-i.alioth.debian.org/manual/en.i386/ch04s03.html#ftn.id318505 Steps: - Pull in the USB key : SanDisk Corp. SDCZ2 Cruzer Mini Flash Drive (thin) - Make sure it is not mounted (check status of 'df') - C

Re: VirtualBox or VMware?

2009-11-28 Thread Paul Cartwright
On Sat November 28 2009, Mark Allums wrote: > 3.0.6 is the third update.  (Goes by even numbers.)  The sixth update is > 3.0.12. > > I didn't say it was perfect.  I said I use it. I use VirtualBox ( now 3.0.12 ) on my Lenny desktop, for testing other distros.. very rarely do I ever have a problem

Re: Debian can not boot from RAID-1

2009-11-28 Thread Justin Piszcz
On Sat, 28 Nov 2009, Yuriy Kuznetsov wrote: Hi Justin, This is the problem: system does not boot at all; it goes as far as DRAC check and stopped; it does not even try to load the kernel. It looks like the system can not see RAIDs at all. May be I need to install some Dell modules for my RAI

Grep on dictionary words

2009-11-28 Thread Dotan Cohen
I have a long binary file (about 12 MB) that I need to extract the text from via "strings". Naturally, there are a lot of junk lines such as these: pDuf #k0H}g) GoV5 rLeY1 TMlq,* Is there a way to grep the output of strings in order to only show lines that contain words found in the aspell diction

Re: VirtualBox or VMware?

2009-11-28 Thread Mark Allums
Steve Lamb wrote: I think it's pretty rude to quote where I point out the numerous problems with Microsoft's tripe and then nudge people towards it. Nah, everyone knows it's just two people's opinions. It's kind of rude to characterize things as "tripe". (Even if they are.) MS does not su

Re: VirtualBox or VMware?

2009-11-28 Thread Steve Lamb
Mark Allums wrote: > Virtual PC is dead in the water. With Windows 7, MS has gone the > hypervisor route. Virtual Server 2008 and later is a new(er) product. Not everyone is on W7. For example my work machine, where I require VMs the most, is on WinXP. I'm sure not upgrading it to W7 on m

Re: FreeNet and Java

2009-11-28 Thread Nick Douma
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >>> I don't see the "pink rectangle" with any lines of text as one would >>> expect from Method 1 on this page. I guess that I can conclude that >>> Iceape is not picking up the Java either, even though I do have the >>> "enable Java" option ticked i

Re: Squeeze Release ?

2009-11-28 Thread Frank Lin PIAT
On Fri, 2009-11-27 at 16:49 -0800, Kelly Clowers wrote: > On Fri, Nov 27, 2009 at 10:36, Ken Heard wrote: > > Brent Clark wrote: > > > >> Does anyone know if Squeeze is going be Frozen in December or know of > >> anything for that matter. > > > > No announcement of a freeze yet, but read the follo

Re: FreeNet and Java

2009-11-28 Thread AG
Camaleón wrote: On Sat, 28 Nov 2009 10:52:18 +, AG wrote: Camaleón wrote: 1/ What about the "about:plugins" in Iceape? Can you see the Sun's java JRE there? I can see: java.default_java_location_others;/usr/java java.default_java_location_solaris;/usr/j2se java.glo

Re: Squeeze Release ?

2009-11-28 Thread godo
Brent Clark wrote: Hiya So November is coming to an end, and we have seen the release of Ubuntu Karmic, Fedora 12, Mandriva etc, and today ... FreeBSD 8. Does anyone know if Squeeze is going be Frozen in December or know of anything for that matter. Kind Regards Brent Clark Is it really

Re: FreeNet and Java

2009-11-28 Thread Camaleón
On Sat, 28 Nov 2009 10:52:18 +, AG wrote: > Camaleón wrote: >> 1/ What about the "about:plugins" in Iceape? Can you see the Sun's java >> JRE there? >> >> > I can see: > > java.default_java_location_others;/usr/java > java.default_java_location_solaris;/usr/j2se > java.global_java_version_f

Re: Debian can not boot from RAID-1

2009-11-28 Thread Yuriy Kuznetsov
Hi Justin, This is the problem: system does not boot at all; it goes as far as DRAC check and stopped; it does not even try to load the kernel. It looks like the system can not see RAIDs at all. May be I need to install some Dell modules for my RAID controller to be recognized as one of he boot o

Re: VirtualBox or VMware?

2009-11-28 Thread Mark Allums
Steve Lamb wrote: Mark Allums wrote: Windows users should stick with MS Virtual Server. Everyone else should use VMWare or Xen or KVM or Virtualbox. Oh hell no. VirtualPC hasn't been seriously updated in years, Virtual PC is dead in the water. With Windows 7, MS has gone the hypervi

Re: Will rsync fix iso-file checksum failure? OT questions

2009-11-28 Thread Eduardo M KALINOWSKI
Paul E Condon wrote: > Slightly OT question: How can I use rsync to get a copy of a > netinstall iso image from a Debian repository? I use rsync locally > between hosts on my LAN, but ... What is an 'rsync repository' ? It > is not, so far as I can devine, simply 'rsync' the computer > program. No

Re: FreeNet and Java

2009-11-28 Thread AG
Camaleón wrote: On Fri, 27 Nov 2009 15:33:35 +, AG wrote: Camaleón wrote: Can you run FreeNet from Iceape? No - not from: Iceape Midori Epiphany Opera Iceweasel And you get the same message from all of them? :-? Yes The poi

Re: VirtualBox or VMware?

2009-11-28 Thread Osamu Aoki
Hi, On Fri, Nov 27, 2009 at 04:51:32PM -0500, Ken Heard wrote: > I should have explained in my original post what I wanted to do. In the > short run I want to run a Windows version of WordPerfect and so have > access to WordPerfect 5.1 (a DOS app) files that I have been creating > since the 80s,

Re: VirtualBox or VMware?

2009-11-28 Thread Steve Lamb
Mark Allums wrote: > Windows users should stick with MS Virtual Server. Everyone else should > use VMWare or Xen or KVM or Virtualbox. Oh hell no. VirtualPC hasn't been seriously updated in years, has been plagued with performance problems from its inception and on machines which support AMD

Re: VirtualBox or VMware?

2009-11-28 Thread Nick Douma
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greg Madden wrote: > > have you tried opening your WP files with Openoffice writer? My WP files > were > created with WP8, OO works with them. I know WP's file format has been the > same > for years, though I think there was change after 5.2 ? >

Re: VirtualBox or VMware?

2009-11-28 Thread Greg Madden
On Friday 27 November 2009 13:23:05 Ken Heard wrote: > Mark Allums wrote: > > VBox will still provide your full virtualized CPU; so if trying DOS, > > disable as much as you can, like hardware support for virtualization. Be > > sure you run in a 32-bit mode. DOS is not compatible with the most > >