[Cooker] mkcd

2002-01-17 Thread Mage Grimau

I must be missing something here.
Prior to Christmas Cooker, I used mkcd2 to make CD sets from my mirror of
cooker. Commandline was "mkcd2 -a /path/to/cooker/i586".
Everything worked fine. Weird error messages about "file not found", but CDs
made from images worked.
Now I don't have mkcd2, so I try it with mkcd.
Same weird errors PLUS:
  Error: disc 1 too small
  Error: disc 3 too small
  Error: disc 4 too small

CD1 is bootable - to a prompt for selecting alt kernel. Then asks for
Installation CD, which is not any of the 4 created.

So - how is the right way to use mkcd automagically?



=
Mage Grimau, Strange Unwashed & Somewhat Slightly Dazed
Sage of MoonKeep, Wizard of The Tower, Bane of the Willfully
Ignorant, Master Mage, and General Nuisance.
AKA: The Bionic Elf

__
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/




Re: [Cooker] SB, ALSA ,OSS-Free and Mandrake

2000-09-14 Thread Mage Grimau

William H Bouterse wrote:
> 
> I would like to hear from anyone who had a completely
> trouble-free install of 7.1 or cooker/7.2 with sb based audio cards,
> or any audio cards for that matter! What kind of hardware setup
> did you have? What kind of audio-card? Did sound work from the "get-go"?
> Please email me privately if this would be the right way
> to go about this .?!
> 

Creative PCI512 (SBLive without the Live!)
PIII 500 (some cheap noname mobo)
20G Seagate IDE HD
Mitsumi IDE CDROM (UDMA33)
Creative IDE CDRW (82somethingsomething) (PIO4)
Adaptec SCSI (PCI)
2G SCSI HD (antique - don't remember the brand)
Intel 10/100 Ethernet (PCI)
Trident Blade3D (PCI)
Tatung C7B Monitor

7.1 installs easily except for needing to fiddle with XF86Config
before going into X - doesn't like my monitor with the Blade3D.

-- 
Mage Grimau

So now you should spend the morning lying to your father quite amazed
about the Strange Unwashed and Happily Slightly Dazed

[EMAIL PROTECTED] / [EMAIL PROTECTED]




Re: [Cooker] 7.2 and KDE

2000-09-09 Thread Mage Grimau

frank wrote:
> 
> On Fri, 08 Sep 2000, Dr Michael Powell, Ph.D. wrote:
> 
> > YES! and They should be embarressed to release (even beta)  such a
> > screwed up Distribution
> 
> perhaps it's too difficult for folks who hafta put a lotta letters (real or
> not) behind their names to balance the insufficiency of their comments, but
> construction workers like myself find little difficulty installing,
> configuring, and using mandrake...if you need help, contact me by private
> email, and i'll do what i can to get you functioning...
> 
The discussion wasn't about installation - I had no trouble getting it
installed.
The discussion was about how the new KDE is harder to configure and
change than
the old one - specifically, I can't figure out how to get rid of the
stupid
task stuff in the panel. I have my windows just hide when I minimize
them, but
under KDE2 they always show up in the panel and I don't like that.
Also, I miss the themes. I'm hoping that as KDE2 grows up the themes
will be
returned.

-- 
Mage Grimau

So now you should spend the morning lying to your father quite amazed
about the Strange Unwashed and Happily Slightly Dazed

[EMAIL PROTECTED] / [EMAIL PROTECTED]




[Cooker] 7.2 and KDE

2000-09-09 Thread Mage Grimau

Is there a way to use 7.2 and KDE without using KDE2? I found KDE2 to
be quite ugly and inflexible. It looked too much like Windows with that
useless taskbar embedded in the panel. If I wanted Windows I would buy
Windows. Put the flexibility back.
BTW - what happened to the themes? I *liked* being able to change the 
whole look with a single selection.

-- 
Mage Grimau

So now you should spend the morning lying to your father quite amazed
about the Strange Unwashed and Happily Slightly Dazed

[EMAIL PROTECTED] / [EMAIL PROTECTED]




Re: [Cooker] Size of install debate...

2000-08-31 Thread Mage Grimau

> Tim McKenzie wrote:
> 
> Call me crazy, but with the way hard drives are growing in size and
> decreasing in size, I really don't see the point in arguing over a few
> megabytes. True, for a download size will have a big consideration for
> users with modems. However, if this discussion is about a CD release I
> really don't see the concern. For those people wanting to install for
> just a server, I firmly believe you should have the know-how to do
> that without needing a special button to click on. This isn't meant to
> be a flame of anyone, it's just my oppinion after working with linux
> for a while now.

I don't know anything about setting up linux and I need a small server.
I don't have time to read tons of documents, this server is for home use
so I can't write off the time.
I like the idea of having just one button to install a minimal server.

-- 
Mage Grimau
..
So you can spend the morning lying to your father quite amazed
about the Strange Unwashed and Happily Slightly Dazed.
..
[EMAIL PROTECTED]  /  [EMAIL PROTECTED]  /  ICQ:71694384




Re: [Cooker] Accessing the ods partitionin RW mode

2000-06-30 Thread Mage Grimau

DOS/FAT partitions do not have the necessary fields for real security
features. linux fakes it at mount time. You can't chmod or chown them.

--- Thomas SMETS <[EMAIL PROTECTED]> wrote:
> 
> Here below is my /etc/fstab
> 
> /dev/hda5   /   ext2defaults1 1
> /dev/hda6   swapswapdefaults0 0
> /dev/fd0/mnt/floppy auto   
> sync,user,noauto,nosuid,nodev,unhide 0 0
> /dev/cdrom  /mnt/cdrom  auto   
> user,noauto,nosuid,exec,nodev,ro 0 0
> none/proc   procdefaults0 0
> none/dev/ptsdevpts  mode=0622   0 0
> /dev/hdc1   /home   ext2defaults0 0
> /dev/hda1   /mnt/dosvfatdefaults0 0
> 
> 
> When logged as a comon' user I never 
> can write on the DOS partitions (it's a real pity).
> Doing a "su" & then requesting as root to "chown" of /dev/hda1
> I've the following error :
> 
> [root@Calvin dos]# chown -v tsmets.users *
> failed to change owner of My Documents to tsmets.users
> chown: My Documents: Operation not permitted
> failed to change owner of My Download Files to tsmets.users
> chown: My Download Files: Operation not permitted
> 
> 
> 
> When I see the description of the CHOWN command 
> Usage: chown [OPTION]... OWNER[.[GROUP]] FILE...  
> It's what I do ... or I'm wrong ?
> 
> 
> Thomas,
> 
> p.s. : 
> users is a group with ID 100
> tsmets is a user with ID 501
> 
> 
> 
> -- 
> 
> Thomas SMETS   Phone : +32 (0)2 742. 05. 94.
> Av. de la Brabançonne 133 / 3  e-mail : tsmets @altern.org
> 1030 Bruxelles
> 
> ==== Quote of the day =
> "What do you give a man who has everything?" the pretty teenager
> asked her mother.
> "Encouragement, dear," she replied.
>  === End of Quote =
> 


=
Mage Grimau, Strange Unwashed & Somewhat Slightly Dazed
VoiceMail/Fax: 1-651-328-1145

__
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/




Re: [Cooker] Gnome 1.2

2000-06-23 Thread Mage Grimau

Two problems with it
1) Desktop items require double-click and I can't find a way to change it.
  Due to arthritis, I can't do double-click very well.
2) When I tried to use kmud I kept getting a popup message about "This
application has not responded to the save yourself message." Then I could
either kill kmud or continue. Even after I chose to continue, it kept
repeating the message every 30 seconds or so. Should be able to turn it of
for specific apps.

Between the two problems, I was forced back to KDE, which is nice enough, but
I would like a chance to use Gnome.

--- dam's <[EMAIL PROTECTED]> wrote:
> check out the new gnome package, and test it.
> What do you think (suggestions...)?
> -- 
> dam's
> 


=
Mage Grimau, Strange Unwashed & Somewhat Slightly Dazed
VoiceMail/Fax: 1-651-328-1145

__
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/




Re: [Cooker] please please test U66 with last kernel.

2000-06-21 Thread Mage Grimau

Everything. If he told you to look for something specific, you might not test
it all. By just asking you to test it, he's left open possibilities he hasn't
thought of.


--- Tom Schutter <[EMAIL PROTECTED]> wrote:
> Hello Chmouel,
> 
> What are you expecting?  Do you think that it will work better, or
> crash, or give error messages or what?  What are we looking for?
> 
> Chmouel Boudjnah wrote:
> > 
> > Hi,
> > 
> > Please for those of you lucky guys who rolling with U66 disks can
> > please try the last kernel rpm of cooker and report me as working or
> > not.
> > 
> > Thanks you very much.
> > 
> > --
> > MandrakeSoft Inchttp://www.mandrakesoft.com
> > San-Francisco, CA USA --Chmouel
> 
> -- 
> Tom Schutter (mailto:[EMAIL PROTECTED])
> Platte River Associates, Inc. (http://www.platte.com)
> 


=
Mage Grimau, Strange Unwashed & Somewhat Slightly Dazed
VoiceMail/Fax: 1-651-328-1145

__
Do You Yahoo!?
Send instant messages with Yahoo! Messenger.
http://im.yahoo.com/




Re: [Cooker] ANNOUNCE: nebsllc.com is DOWN!

2000-05-02 Thread Mage Grimau

You don't need Windows to get a decent DSL rate. Contact Covad.

--- Christopher Molnar <[EMAIL PROTECTED]> wrote:
> It is with great regret that we announce that effective immediatly
> nebsllc.com is down for FTP, CVSUP, HTTP, RSYNC and other services. We
> have re-routed our mailling list services to our vertial host so all mail
> services will be unaffected. My email address remains [EMAIL PROTECTED]
> 
> For the past 27 months we have been able to maintain our low cost internet
> feed by using AT&T's @HOME service. At 1pm EDT this afternoon someone took
> it upon themselves to report us to [EMAIL PROTECTED] I was copied on the
> message so I did actually see it. It appears that there was not any malice
> towards my system, but rather towards the @home people who had shut down
> another server. Strangely enough they sent me an email warning message
> after they cut my connect.
> 
> After some severe scrambling, blocking ports, etc. I was able to re-gain
> my outgoing connections I have a vertial server that I use for backup
> purposes only that I can re-route some of my activity towards. 
> 
> My current server (@home) contains over 32 Gig of files supporting various
> open source projects. Last month we transfered close to 112 Gig of files
> via FTP and close to 124 Gig of data via HTTP. I do not have any stats
> on this from Rsync or CVSUP.
> 
> To maintain a server such as this on a commercial connection will cost me
> a minimum of $850 per month and this is not going to happen. Strangly
> enough if I where to run Windows I could get DSL service much cheaper at
> $199/month. Unfortunaly I hate winblows and won't run it. And I can not
> afford $850 per month. So the server goes.
> 
> I will still compile my kde2 builds, someone just needs to give me a place
> to put it. The mailing lists will remain active. Unfortunatly all those
> getting cvsup feeds from me and rsync feeds from me need to find a new
> home.
> 
> Please let me know if you have any questions.
> 
> Chris
> 
> 

=
Mage Grimau, Strange Unwashed & Somewhat Slightly Dazed
VoiceMail/Fax: 1-651-328-1145

__
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/