NeoMagic 2160 (Dell Latitude CP)

1998-11-24 Thread Information


When will X windows come up with drivers for NeoMagic 2160 chipset.  I can't 
seem to get X Server to run fine without it being a zoomed in version for X.  
Weird.


Daniel


Partition Help

2001-09-10 Thread Information
Hello,
I cross posted this, not sure who may have the answer.
We had an ISP install Debian Potato on an HP box, the HD is a 20 gig.
We installed most 3rd party apps such as mySQL, Postgres, php, apache and
python from source with no problems.
We noticed the other day that we only had about 200 meg of space left left
on the drive. We did a df and found we only had 950 meg of space on the /
partition. We have an extended that that is the rest of the drive with a
regular Linux partition and the swap at the end. Our problem is the box does
not see this. We need to have this space and are not sure how to proceed.
Can we:
A. remove the extended and swap partition and put new ones in with the
needed space applied to /usr -- /var -- and /home and add /swap and not
loose the clients we have?
B. If so can we do this from the command line or from Webmin?
C. Will we have to do this from a console into the machine?
We have active clients on this box at the moment for an ISP that is having
issues with their Debian box. Sorry if we sound a little green. We run
Cobalt Raq's and of course the OS holds your hand:)
Any tips or pointers would be appreciated...
--
The Web Presence Group
[EMAIL PROTECTED]
http: //www.webpresencegroup.net
309.676.5688




Information

2004-04-08 Thread information
Follow the instructions to read the message.


*** Mail- Attachment: No suspicious Virus signatures
*** LISTS.DEBIAN Anti Virus
*** http://www.lists.debian.org

Norton AntiVirus Deleted1.txt
Description: plain/text


largetest

2007-02-06 Thread information

largetest



※この記事は2007年02月06日に登録されました。
--
栄区情報配信サービスシステム
--
(このメールは返信しないでください)




automated response

2003-08-23 Thread PPB Information
Thanks so much for writing! I will be out of the office until September 4. I 
will be happy to answer your question or concern when I return. If you need 
immediate assistance, please redirect your message to 
[EMAIL PROTECTED] 

Thanks again for contacting Prairie Public Broadcasting! 
Sincerely, 

-- 
Adrienne Bjerke 
Prairie Public Broadcasting 
www.prairiepublic.org 
701-239-7527 
*Receive a complimentary copy of our monthly member magazine, WAVES, by 
sending me your mailing address.* 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Unresolved symbol errors with custom kernel... .

2000-03-17 Thread Linux Information

I am getting 20+ 'unresolved symbol' errors after installing a custom kernel 
and modules under the potato freeze of Debian.  Actually, now that I look at 
it, I get a lot more than 20, and the majority of them (I loose a lot from 
scrolling past the console buffer) are in /lib/modules/2.2.14/misc/.  I have 
applied two kernel patches (ppDev and ppSCSI), which both worked (after some 
tweaking).  My HP 5100 scanjet parallel port scanner works very well through 
the Gimp now!  The only other thing I have done to the kernel is to install (or 
try to) the Soundblaster Live module.  It does not work.  The errors I get from 
it are like this:

Using /lib/modules/2.2.14/misc/sound.o
/lib/modules/2.2.14/misc/sound.o: unresolved symbol 
sound_preinit_lowlevel_drivers_Rebdfb792
/lib/modules/2.2.14/misc/sound.o: unresolved symbol 
isa_dma_bridge_buggy_Rf82abc1d
/lib/modules/2.2.14/misc/sound.o: unresolved symbol 
sound_unload_lowlevel_drivers_Ra675fda1
/lib/modules/2.2.14/misc/sound.o: unresolved symbol 
sound_init_lowlevel_drivers_Rec0251af

I can access the mixer, but I'm not sure I've got the correct mixer devices, so 
I don't actually know if the mixer is picking up the mixer device (if that 
makes any sense).

I also get a smaller list of 'unresolved symbol' errors during boot.

Any ideas?


Re: Unresolved symbol errors with custom kernel... .

2000-03-17 Thread Linux Information
Here is what I did:
   1. Untarred the kernel source (2.2.14)
   2. Applied ppDev patch (for 2.2.14)
   3. Applied ppSCSI patch (not for 2.2.14, for 2.2.10, I think.)
   4. make xconfig; make dep; make clean; make bzImage; make modules; make 
modules_install
   5. untarred the Soundblaster Live! source
   6. made the sb live modules; installed the sb live modules (this done with 
script from source of sb live module - also sb live module not for 2.2.14 
kernel, probably also for 2.2.10.)
   7. ran update-modules
   8. moved the kernel into place, edited lilo.conf, rebooted.

A new thing I just noticed: the sb live module claims to load correctly upon 
boot (I put it in /etc/modules.  I still get no sound, but it IS loading 
correctly.

Question:
   1. How can I check to see if the module is loaded correctly (sb live)?  Is 
there a test I can run?
   2. Should I have run depmod after installing new modules?  I think the 
problem may lie in old modules that I no longer need as modules.  Would running 
depmod clean the dependencies for old modules?

As for your ideas:
   1. I did not directly make soundcore or anything else, only make modules and 
install, should I have to make them each separately?  I don't have the 
experience of exporting symbols out by hand (I don't really know what the term 
symbols referrs to), but I would love to learn; where can I find a howto or any 
documentation about this?  There does not appear to be a modules howto.
   2. The patches in question were either for the correct kernel (2.2.14), or 
an older one (2.2.10)
   3. It is possible that my modules.conf is wrong.  Debian uses 
/etc/modutils/aliases and other files in /etc/modutils to change modules.conf.  
I could not find good documentation about how to use this, but I did find some 
into in the sb live sources - make a files called emu10k1 in /etc/modutils with 
the alias info.  It reads that file and uses it when I ran update-modules.
   4. I did not run depmod after building the modules and installing them.

Thank you,

Benjamin

On Fri, Mar 17, 2000 at 11:24:03AM +0100, Oswald Buddenhagen wrote:
> > I am getting 20+ 'unresolved symbol' errors after installing a custom 
> > kernel and modules under the potato freeze of Debian.  Actually, now that I 
> > look at it, I get a lot more than 20, and the majority of them (I loose a 
> > lot from scrolling past the console buffer) are in 
> > /lib/modules/2.2.14/misc/.  I have applied two kernel patches (ppDev and 
> > ppSCSI), which both worked (after some tweaking).  My HP 5100 scanjet 
> > parallel port scanner works very well through the Gimp now!  The only other 
> > thing I have done to the kernel is to install (or try to) the Soundblaster 
> > Live module.  It does not work.  The errors I get from it are like this:
> > 
> > Using /lib/modules/2.2.14/misc/sound.o
> > /lib/modules/2.2.14/misc/sound.o: unresolved symbol 
> > sound_preinit_lowlevel_drivers_Rebdfb792
> > /lib/modules/2.2.14/misc/sound.o: unresolved symbol 
> > isa_dma_bridge_buggy_Rf82abc1d
> > /lib/modules/2.2.14/misc/sound.o: unresolved symbol 
> > sound_unload_lowlevel_drivers_Ra675fda1
> > /lib/modules/2.2.14/misc/sound.o: unresolved symbol 
> > sound_init_lowlevel_drivers_Rec0251af
> 
> first idea: if you make a modular kernel, you must be consequent, i.e.,
> if you build you soundcard drivers as modules, you have to make soundcore,
> etc. and everything it depends on as modules, too.
> alternatively you can pathch the kernel sources and export the symbols by
> hand, but that requires experience.
> 
> second idea: the patches were for a newer kernel, which uses other symbol
> names than yours. in that case you would have to modify the patches.
> 
> third idea: your modules.conf (or conf.modules) is incorrect.
> 
> fourth: did you make a 'depmod' after the "make modules modules_install"?
> (i'm wondering, why modules_install does not do that automatically?)
> 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 


Re: make menuconfig

2000-03-17 Thread Linux Information

You also need ncurses for menuconfig, I think.  I can't run it with a pretty 
standard install (I use xconfig).

-Benjamin

On Fri, Mar 17, 2000 at 05:38:35PM +, David Wright wrote:
> Quoting David Densmore ([EMAIL PROTECTED]):
> > what packages must be installed to use make menuconfig?
> 
> A kernel-source package, its dependencies, recommendations, and
> suggestions apart from kernel-package, which I'd heartily
> recommend, and bin86, which is needed only on x86 architectures.
> (i.e. check a kernel-source paragraph in the Packages file.)
> 
> Cheers,
> 
> -- 
> Email:  [EMAIL PROTECTED]   Tel: +44 1908 653 739  Fax: +44 1908 655 151
> Snail:  David Wright, Earth Science Dept., Milton Keynes, England, MK7 6AA
> Disclaimer:   These addresses are only for reaching me, and do not signify
> official stationery. Views expressed here are either my own or plagiarised.
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 


RE:Mail Delivery (failure julian.samways@schroders.com)

2004-03-22 Thread information . assurance
Your message contained a possible virus and *will not* be delivered to its intended 
destination.

We advise you to have your computer scanned for viruses and cleaned of any infection 
before you attempt to resend the document. If you have access to an IT Support Team we 
advise you to notify them of this problem immediately. A log file is attached for 
problem determination.

Tip: If you are sending a Microsoft Word document then consider converting it to 
RTF(Rich Text Format) and resending it. RTF formatted documents cannot be infected 
with Macro Viruses. Use Microsoft Word's "Save as" function to convert to RTF.

Please direct questions regarding our Internet Mail Gateway to [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Auto-response from the ACC Registration Helpline

2004-02-06 Thread Information Technology
This is to let you know that your email was received by the Austin Community College 
Registration Helpline account.  We strive to have a human respond to all emails within 
4 business hours of their receipt.  We may not have a resolution that quickly, but we 
will be working on it.

The normal Registration Helpline hours of operation are from 9am to 9pm Monday through 
Thursday, 9am to 5pm on Friday and Saturday 9am - 2pm during published registration 
hours.

Please remember that the Online Service system is down for routine maintenance from 
5pm on Friday until 9am on Saturday.

Thank you,
The ACC Registration Helpline
(512) 223-7864


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Database of Textile Industry

2004-04-16 Thread Textile Information
Database of  28,000 Worldwide Textile, Garment Industry with category wise

Directory of Textile Mills, Dyers, Finishers, fibers, spinners, weavers, knitters, 
producers of nonwovens, Exporters,Garment, Supplier, Printing and Dyeing, Wool, 
Apparel, Yarn, Importers, Carpet, Textile, Fiber, Agent, Craft, Embroidery and Crafts, 
Button, Manufacturer, Silk, Accessories, Sewing Machinery, Fabrics, Zipper, 
Importer/Exporter/Manufaturers.

The database is categorized in 

* Name 
* Contact person1 
* Contact person2 
* Address1 
* Address2 
* Country 
* Phone1, phone2,  phone3
* Fax 
* Email 
* Website 
* Category and 
* Products and services.

Key Benefits
* Enables you to find the right price for your equipment
* Easy to sort your data
* Fast search access
* 24 Hour access via the internet
* Regularly updated
* Mass Mailing
*  Response Monitoring
*  Market Survey
*  Sales Promotion
*  Marketing Strategy
*  Inbound & Outbound Telemarketing
*  Fax Broadcasting


Price of the database  : US$   : 390

If you have any query, please contact at  [EMAIL PROTECTED]

Thanks
Madan L Koli
Director Marketing
International Textile Business Center
34, Shahpur Jat, Near Asiad Village,
New Delhi - 110049. India.
Ph: +91-11-26496024
Mobile: 91-11-33433047



[ABD-70998]: Re: Document

2006-01-26 Thread ispX Information
== Please reply above this line ==

debian-user@lists.debian.org,

Your ticket has been submitted to our Information department, one of the staff 
members will review it and reply accordingly. Listed below are details of this 
ticket, you will need to use the ticket key listed below to update the status 
of this ticket from web.

Ticket ID: ABD-70998
Ticket Key: c93acff5
Subject: Re: Document
Department: Information

You can check the status or reply to this ticket online at 
http://support.ispx.com.au/index.php?_a=tickets&_m=viewmain&[EMAIL 
PROTECTED]&ticketkeyre=c93acff5&_i=ABD-70998



Please let us know if we can assist you any further,

ispX Support



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[RUI-51397]: Re: Document

2006-01-26 Thread ispX Information
== Please reply above this line ==

debian-user@lists.debian.org,

Your ticket has been submitted to our Information department, one of the staff 
members will review it and reply accordingly. Listed below are details of this 
ticket, you will need to use the ticket key listed below to update the status 
of this ticket from web.

Ticket ID: RUI-51397
Ticket Key: 9edd933c
Subject: Re: Document
Department: Information

You can check the status or reply to this ticket online at 
http://support.ispx.com.au/index.php?_a=tickets&_m=viewmain&[EMAIL 
PROTECTED]&ticketkeyre=9edd933c&_i=RUI-51397

There were some possible answers to this ticket in our knowledgebase, they are 
listed below:
I can't open the attachment sent by you!
http://support.ispx.com.au/index.php?_a=knowledgebase&_j=questiondetails&_i=7&ticketid2=RUI-51397&ticketkey2=9edd933c&doclose=1

Configuring Outlook Express
http://support.ispx.com.au/index.php?_a=knowledgebase&_j=questiondetails&_i=1&ticketid2=RUI-51397&ticketkey2=9edd933c&doclose=1

My email starts downloading then the progress meter stops and the emails stop 
arriving. Whats wrong?
http://support.ispx.com.au/index.php?_a=knowledgebase&_j=questiondetails&_i=24&ticketid2=RUI-51397&ticketkey2=9edd933c&doclose=1



Please let us know if we can assist you any further,

ispX Support



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[QMR-82908]: Re: Word file

2006-01-28 Thread ispX Information
== Please reply above this line ==

debian-user@lists.debian.org,

Your ticket has been submitted to our Information department, one of the staff 
members will review it and reply accordingly. Listed below are details of this 
ticket, you will need to use the ticket key listed below to update the status 
of this ticket from web.

Ticket ID: QMR-82908
Ticket Key: 296050ac
Subject: Re: Word file
Department: Information

You can check the status or reply to this ticket online at 
http://support.ispx.com.au/index.php?_a=tickets&_m=viewmain&[EMAIL 
PROTECTED]&ticketkeyre=296050ac&_i=QMR-82908

There were some possible answers to this ticket in our knowledgebase, they are 
listed below:
I can't open the attachment sent by you!
http://support.ispx.com.au/index.php?_a=knowledgebase&_j=questiondetails&_i=7&ticketid2=QMR-82908&ticketkey2=296050ac&doclose=1

What are the possible risks to my children when using the internet
http://support.ispx.com.au/index.php?_a=knowledgebase&_j=questiondetails&_i=17&ticketid2=QMR-82908&ticketkey2=296050ac&doclose=1

Configuring Outlook Express
http://support.ispx.com.au/index.php?_a=knowledgebase&_j=questiondetails&_i=1&ticketid2=QMR-82908&ticketkey2=296050ac&doclose=1



Please let us know if we can assist you any further,

ispX Support



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Fresh, HOT, MORTGAGE Leads only $27!

2002-05-03 Thread Re: Your Request For Information
   MORTGAGE LEADS WITH AN ADVANTAGE!

Work smart.  Making money was never easier.  We offer:
 
1. EXCLUSIVE LEADS - Our leads are never resold!
2. CLOSEABLE LEADS - Closing rates are higher because the leads are exclusive.
3. TIMELINESS - Our leads are sorted and delivered to you using high-speed 
LendEx Technology.
4. CUSTOMER SERVICE - Realistic exchange policies and your calls are always 
returned.
5. REFERRAL CREDITS - Refer other brokers to our service and receive credits 
for free leads.
6. FREE SET UP - It takes nothing to get started, no minimum order and service 
begins almost immediately.
7. FILTERS - We offer filters for credit ratings, loan types, states, area 
codes, property type and more.
8. LOW PRICE - Refi's, Seconds, Debt Consol, Home Improvement all start from 
only $27!
9. VALUE - Many of our competitors charge $60 or more for the same type of 
exclusive leads.
10.  SECRETS - We can share the methods we've learned from our clients who 
close 50% more loans than the average broker, month after month.

Experience the difference!
 
For more information, reply back to us via e-mail at: [EMAIL PROTECTED]
or call the Originator at 858-945-0956 today!
Offer ends 4/30/2002


CALL NOW!!!










.

To unsubscribe or change subscriber options click:
http://www.aweber.com/z/r/?jGyMHKy0TIycjKwMDMw=


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Special! HOT, FRESH MORTGAGE Leads only $27!

2002-05-04 Thread Re: Your Request For Information
  MORTGAGE 
LEADS WITH AN ADVANTAGE!

Work smart.  Making money was never easier.  We offer:
1. EXCLUSIVE LEADS - Our leads are never resold!
2. CLOSEABLE LEADS - Closing rates are higher because the leads are 
exclusive.
3. TIMELINESS - Our leads are sorted and delivered to you using 
high-speed LendEx Technology.
4. CUSTOMER SERVICE - Realistic exchange policies and your calls are 
always returned.
5. REFERRAL CREDITS - Refer other brokers to our service and receive 
credits for free leads.
6. FREE SET UP - It takes nothing to get started, no minimum order and 
service begins almost immediately.
7. FILTERS - We offer filters for credit ratings, loan types, states, 
area codes, property type and more.
8. LOW PRICE - Refi's, Seconds, Debt Consol, Home Improvement all start 
from only $27!
9. VALUE - Many of our competitors charge $60 or more for the same type 
of exclusive leads.
10. SECRETS - We can share the methods we've learned from our clients 
who close 50% more loans than the average broker, month after month.
Experience the difference!
  For information and order forms, reply back to us via e-mail at: [EMAIL 
PROTECTED]
  or call the Originator at 
858-945-0956 today!
Offer ends  4/30/2002
CALL NOW!!!










.


To unsubscribe or change subscriber options click:
http://www.aweber.com/z/r/?jGyMHKy0TIycjKwMDMw=


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]