Re: 12.2: fork() causing getline() to repeat stdin endlessly

2023-10-24 Thread Jon Leonard
fers first wasn't viable. I'd read the documentation carefully, or maybe design to avoid having to read that documnetation. What's probably going on is that under different circumstances the cache of the input is used differently. Maybe the MacOS libc is less prone to read-ahead. Without digging through the code or nominally-opaque FILE* structures, it's hard to say. But I'm pretty sure it's "intermittently the FILE was in a state that didn't cause problems", not "exit() intermittently flushes". Jon Leonard

Re: 12.2: fork() causing getline() to repeat stdin endlessly

2023-10-23 Thread Jon Leonard
ting copied to both processes in the fork() call. If you want to mix fork() and stdio, be sure to flush buffers before the call to fork. Depending on the task, it may be easier to use the underlying read() and write() calls. Jon Leonard

Re: chromium: "Your browser is managed"

2022-08-30 Thread Jon Leonard
or serve you ads or some such. There's various web pages describing how to remove it; you'll probably need to remove the directory that chromium is storing data in. (Back up bookmarks and such first.) You'll also want to try to figure out how it got installed, and what else might be compromised. Jon Leonard

Re: Verifying checksum and signature

2020-10-08 Thread leonard morin
having it installed on the same Windows system with GPA Privacy Assistant? I don't know. Thanks again, Leonard On Mon, Oct 5, 2020 at 2:20 PM Ryan Nowakowski wrote: > On Thu, Oct 01, 2020 at 06:21:54PM -0400, leonard morin wrote: > > Hi, > > > > I want to reinstall Debian b

Verifying checksum and signature

2020-10-01 Thread leonard morin
at https://www.debian.org/CD/verify I get the message in GPA "No keys were found" for all the IDs and fingerprints on the page. Should I be obtaining the public key elsewhere? Or should I do something else differently? If you need more details please let me know. Thanks for your help, Leonard

Re: trouble installing gnome

2020-06-07 Thread leonard morin
able damage. Be well! On Sat, Jun 6, 2020 at 7:45 PM Leonard Morin wrote: > Thanks to all you for your help! I followed your advice partially and was > able to install Gnome. I don’t understand how it worked and I plan to try > to figure that out tomorrow. Bedankt! > > Sent from m

Re: trouble installing gnome

2020-06-06 Thread Leonard Morin
Thanks to all you for your help! I followed your advice partially and was able to install Gnome. I don’t understand how it worked and I plan to try to figure that out tomorrow. Bedankt! Sent from my iPhone > On Jun 6, 2020, at 6:51 PM, Tom Dial wrote: > >  > >> On 6/6

trouble installing gnome

2020-06-06 Thread leonard morin
Hello, I hope all are well. I recently dual-installed debian from a live image on a usb along with Windows on a new computer. My friend gave me some guidance, but he is very busy so I don't want to bother him now. When I first installed, my wifi didn't work on Debian, so I couldn't download Gnome

Re: MIDI-to-USB on Debian?

2018-02-13 Thread Jon Leonard
h no issues for me. I don't remember what it cost new, and it looks a little different from the "Anniversary edition" that's for sale now. But such things do exist. Jon Leonard

unsuscribe

2015-10-13 Thread Leonard Le-Rey

Re: Moving from 56k modem

2015-06-17 Thread Jeremy Leonard
There is also a carrier called Ting that sells a wifi hotspot. The billing is based on what you use and I've heard good things about them. The wifi hotspot device can be found at https://ting.com/shop/Netgear-Zing bald_bohemian On 06/17/2015 12:58 PM, Dan Ritter wrote: > On Wed, Jun 17, 2015 at 1

Re: Installing Linux on a Mac Mini without OSX

2014-12-04 Thread Jon Leonard
ting to work reliably. It should be possible to boot the Debian installer in rescue mode, get a shell, and do the install from there. Jon Leonard > I'm also looking into PureDarwin as a possible solution. > > > -- > To UNSUBSCRIBE, email to debian-user-requ...@list

Re: printer Kyocera FSC-5100DN

2012-03-31 Thread Leonard Le-Rey
2012/3/31 Camaleón : > On Fri, 30 Mar 2012 20:00:23 +0200, Leonard Le-Rey wrote: > >> 2012/3/30 Brian : > > (...) > >>> The PDF file is unlikely to be the problem. >>> >> It is obviously not a driver problem, as the driver from Kyocera is the >> m

Re: printer Kyocera FSC-5100DN

2012-03-30 Thread Leonard Le-Rey
2012/3/30 Brian : > On Fri 30 Mar 2012 at 16:29:40 +0200, Leonard Le-Rey wrote: > >> Debian testing (wheezy) has recognized the network printer Kyocera >> FSC-5100DN correctly, I have first taken the driver offered by Debian >> and then the one offered by Kyocera. If

Re: printer Kyocera FSC-5100DN

2012-03-30 Thread Leonard Le-Rey
thing proper... Thanks! 2012/3/30 Camaleón : > On Fri, 30 Mar 2012 16:29:40 +0200, Leonard Le-Rey wrote: > >> Debian testing (wheezy) has recognized the network printer Kyocera >> FSC-5100DN correctly, I have first taken the driver offered by Debian >> and then the one off

printer Kyocera FSC-5100DN

2012-03-30 Thread Leonard Le-Rey
Hey guys, Debian testing (wheezy) has recognized the network printer Kyocera FSC-5100DN correctly, I have first taken the driver offered by Debian and then the one offered by Kyocera. If I print I standard text document created for eg. by Libre Office, it works fine. If I want to print a PDF produ

Monitor remains in Standby after Suspend

2012-03-28 Thread Leonard Le-Rey
Hello guys, I have the following problem: I use Debian/Wheezy (Testing) and have a NVIDIA Geforce Graphic Card, an Eizo EV2335W monitor. If I use the option "Suspend" in GNOME 3, everything works and the computer shuts down. If I start the computer again, the screen does not activate itself, I me

Re: atomically concurrent writes question

2010-06-22 Thread Jon Leonard
ine does fit in the same call to write(), though. I'm not sure what's meant by "long lines": If they're too big to process all at the same time, the guarantees for a single call to write() no longer apply. But the shell is almost certainly doing the right thing. (In C

Re: sharing an ipp printer with a mac client

2009-09-10 Thread Jon Leonard
t following those instructions, typing cupsctl BrowseProtocols='"cups dnssd"' into a Terminal window. That told the Mac to also look for printers using the protocol that our cups install was using. Might be related. Jon Leonard -- To UNSUBSCRIBE, email to debian

Re: problems with eps from grace

2007-11-16 Thread Jon Leonard
g like this: %!PS-Adobe-3.0 ESPF-3.0 %%BoundingBox: 0 0 72 72 Based on the observed behavior it sounds like it's something else, which is presumably due to a bug in grace. The actual rules for what the headers can look like are complicated, so it's probably best to just paste them verbatim. Jon Leonard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Regarding tar and split

2007-10-13 Thread Jon Leonard
mething like that for most of my files. Jon Leonard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Search for string in files

2007-08-26 Thread Jon Leonard
iles. The find above takes advantage of grep's default of listing filenames in matches if there's more than one on the command lines. I'm more likely to use a variant like: find . -type f | xargs grep -li pattern That'll search all ordinary files, case insensitive, and only give the names of the matching files. The man pages for find and grep can be very helpful for fine-tuning this kind of search. Jon Leonard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Kubuntu Sources.list To Get latest Mozilla-mplayer Version

2006-09-06 Thread Leonard Chatagnier
crew up my Kubuntu distro. Your kind help will be most appreciated as I'm still trying to get mozilla browser to play imbeds. I did take a look at the sid package under contrib and the apt sources.list how to which is where I got the additional mirrors. Thanks for your help, Leonard Chatagnier P

Re: System Quits Responding-Swap Issue Or What?

2006-07-27 Thread Leonard Chatagnier
--- Florian Kulzer <[EMAIL PROTECTED]> wrote: > On Wed, Jul 26, 2006 at 10:13:03 -0700, Leonard > Chatagnier wrote: > > > > Kent West <[EMAIL PROTECTED]> wrote: > > > > > Leonard Chatagnier wrote: > > > > > Runing unstable on a D

Re: System Quits Responding-Swap Issue Or What?

2006-07-26 Thread Leonard Chatagnier
--- Kent West <[EMAIL PROTECTED]> wrote: > Leonard Chatagnier wrote: > > Runing unstable on a Dell dimensions XPS T450 with > 128 > > Mb Ram and 384 Mb Swap Partition on a 13 Gb HD. I > run > > KDE with usually 4 or 5 session Konsole windows > open > &

System Quits Responding-Swap Issue Or What?

2006-07-24 Thread Leonard Chatagnier
d use some serious help in pinning it down and getting it fixed. Please copy my email address as I'm not subscribed. Any help most appreciated. Thanks, Leonard Chatagnier [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

File Association Help-Application/octet Stream

2006-06-23 Thread Leonard Chatagnier
When I open KDE GUI or Control Center I get a message that says "Could not find mime type application/octet stream". I can easily add the mime type file association in kde control center(and have done so) but don't know what to add for the "General" and "Embedded" category tabs. The message al

Re: Re: Re: Repost-No Response-Fwd: Another APT Issue-Where Are The Linux-Images

2006-06-18 Thread Leonard Chatagnier
s would jump on my other repost on mplayer not working posted just above this one. It's my last non-working feature before I do another dist-upgrade but I'm going to wait awhile until some of the critical bugs have been worked out of the kde and x-org packages. Thanks again for all the i

Re: Re: Repost-No Response-Fwd: Another APT Issue-Where Are The Linux-Images-SOLVED

2006-06-17 Thread Leonard Chatagnier
On Sat, Jun 17, 2006 at 02:49:50PM -0700, Leonard Chatagnier wrote: --- Wackojacko <[EMAIL PROTECTED]> wrote: > Leonard Chatagnier wrote: snip Looks like you still want a mechanism for keeping specific versions of specific packages in cache. What I do is copy the .debs

Re: Re: Repost-No Response-Fwd: Another APT Issue-Where Are The Linux-Images

2006-06-17 Thread Leonard Chatagnier
I'm just beginning to know that I don't know anything about it. So go ahead fire away and enlighten me. I usually learn something everytime I post or read the list. Leonard Chatagnier -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Repost-No Response-Fwd: Another APT Issue-Where Are The Linux-Images-SOLVED

2006-06-17 Thread Leonard Chatagnier
--- Wackojacko <[EMAIL PROTECTED]> wrote: > Leonard Chatagnier wrote: > > This should be an easy one but still no replys. > Please > > someone help me out on this. > > > > --- Leonard Chatagnier <[EMAIL PROTECTED]> > wrote: > > > &g

Repost-No Response-Fwd: Another APT Issue-Where Are The Linux-Images

2006-06-17 Thread Leonard Chatagnier
This should be an easy one but still no replys. Please someone help me out on this. --- Leonard Chatagnier <[EMAIL PROTECTED]> wrote: > Date: Wed, 14 Jun 2006 13:10:05 -0700 (PDT) > From: Leonard Chatagnier <[EMAIL PROTECTED]> > Subject: Another APT Issue-Where Are Th

Repost-No Reply-Fwd: MPlayer Wont Work Under Sid-2.6.16-1-686

2006-06-17 Thread Leonard Chatagnier
wont play. --- Leonard Chatagnier <[EMAIL PROTECTED]> wrote: > Date: Tue, 13 Jun 2006 22:57:59 -0700 (PDT) > From: Leonard Chatagnier <[EMAIL PROTECTED]> > Subject: MPlayer Wont Work Under Sid-2.6.16-1-686 > To: debian-user , > debian-kde > > Yahoo video playe

Re: I don't know if this is the right list for this issue, but...

2006-06-16 Thread Leonard Chatagnier
in the / partition. I'm not real clear on what you are trying to do; sounds like you are trying to boot from your home directory. this may be possible but I've never seen it or heard about it. Sometimes the deb people wont respond to a question that's not clear on just what's w

Another APT Issue-Where Are The Linux-Images

2006-06-14 Thread Leonard Chatagnier
didn't think that would remove all the linux-images and leave just the 2.6.8 and 2.6.16 in the cache. Would appreciate anyone telling me how to get all the kernel/linux-images back int my cache files so I can pick the one I want instaled. Plz copy my email-not subscribed. Leonard Chatagnier [

MPlayer Wont Work Under Sid-2.6.16-1-686

2006-06-13 Thread Leonard Chatagnier
efore under sarge and testing with woody and 2.6.8 kernels. I just can't run it down. Java is enabled under mozilla preferences. Would someone please help me fix this issue as i'm about out of known options. Plz copy my email address as I'm not subscribed. Thanks for any help Le

Re: APT Issues & Still Updating ETCH After Changing Sources.List To Unstable

2006-06-13 Thread Leonard Chatagnier
a more friendly interface with a last chance to quit before it removes everything. My comment below: --- Florian Kulzer <[EMAIL PROTECTED]> wrote: > On Sat, Jun 10, 2006 at 07:01:47 -0700, Leonard > Chatagnier wrote: > > Getting GPG errror-NO_PUBKEY 07DC563D1F41B907 for > the

Re: Re: Reading /VAR/LOG Files????

2006-06-10 Thread Leonard Chatagnier
h spouted out MB's of package names and related paths for just about every package I have installed. Since I can't get any output for apt-cache search or wajig show or list how do you know its a required package? So I'll know? I could use some enlightenment! Thanks for our comme

APT Issues & Still Updating ETCH After Changing Sources.List To Unstable

2006-06-10 Thread Leonard Chatagnier
/http.us.debian.org/debian unstable main contrib non-free #deb-src http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-fr$ #deb ftp://ftp.nerim.net/debian-marillat/ etch main deb ftp://ftp.nerim.net/debian-marillat/ sid main DELLXPST450:/home/lchata/jre1.5.0_06# Leonard Ch

Re: Re: Reading /VAR/LOG Files????

2006-06-10 Thread Leonard Chatagnier
Þann 2006-06-09, 05:27:46 (-0700) skrifaði Leonard Chatagnier: How does one read in human readable terms a log file that is a binary file such a faillog? There are other binary log files that I would like to check but don't know how. I'm sure debian wouldn't put the file there if

Reading /VAR/LOG Files????

2006-06-09 Thread Leonard Chatagnier
just like to know how. An answer would be most appreciated. Thanks, Leonard Chatagnier [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Strange List Behavior

2006-06-04 Thread Leonard Chatagnier
Thanks a bunch. I see my posts now. You must have kicked and tapped the right places. --- Pascal Hakim <[EMAIL PROTECTED]> wrote: > On Sun, Jun 04, 2006 at 06:02:43AM -0700, Leonard > Chatagnier wrote: > > I have posted to both Deb-users & -kde lists and > > re

Strange List Behavior

2006-06-04 Thread Leonard Chatagnier
ht I might be blacklisted again due to having SBCYahoo DSL as my ISP until I got the replys. Very strange. Leonard Chatagnier [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Mozilla Mplayer freezes On All Internet videos

2006-06-03 Thread Leonard Chatagnier
--- Ron Johnson <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Leonard Chatagnier wrote: > > > > --- Ron Johnson <[EMAIL PROTECTED]> wrote: > > > > Leonard Chatagnier wrote: > >>>> Running unstab

Re: Mozilla Mplayer freezes On All Internet videos

2006-06-03 Thread Leonard Chatagnier
--- Ron Johnson <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Leonard Chatagnier wrote: > > Running unstable with 2.6.8-3-686 and 2.6.16-1-686 > > kernels installed along with mozilla mplayer, > > realplayer 10, noatum, xmm

Mozilla Mplayer freezes On All Internet videos

2006-06-03 Thread Leonard Chatagnier
ao=arts,esd,oss cachesize=512 cache-percent=25 dload-dir=/home/lchata showtime=1 enable-wmp=1 enable-qt=1 enable-rm=1 enable-gmp=1 enable-mpeg=1 enable-mp3=1 enable-midi=0 enable-pls=1 enable-ogg=1 enable-smil=1 enable-helix=1 nomediacache=1 nopauseonhide=0 rtsp-use-tcp=0 rtsp-use-http=0 [EMAIL PROTECT

Re: REPOST: DSL/Networking Help

2006-05-28 Thread Leonard Chatagnier
o buy the hardware: http://www.linux-wlan.org/docs/wlan_adapters.html.gz Good luck chance On Sun, 2006-03-12 at 07:42 -0800, Leonard Chatagnier wrote: Reposting for no response. If I'm doing something wrong, please tell ma and I'll correct it. I really do need help on this issue a

Re: REPOST: DSL/Networking Help

2006-05-28 Thread Leonard Chatagnier
Good morning. Just got my SBC DSL package with a 2Wire 1701 HG Gateway, wireless router/DSL modem. I need 2 wireless adaptors to complete the network hookup. Googled til I about to shoot myself as I don't know/understand all the rhetoric. I just need to know the brand, model, chipset of a linux

Re: fsck Fails On Reboot After Partially Completed Testing Upgrade

2006-05-28 Thread Leonard Chatagnier
On Sun, 08 Jan 2006, Debian User Leonard Chatagnier wrote: On Fri, 06 Jan 2006, Henrique de Moraes Holschuh wrote: >If you cannot, well, we are fixing the bug but it will take some time. The >workaround that MAY work for you is to add TZ=ABC+XX:00 at the top of >/etc/init.d/hwcloc

KDE Panel Gears

2006-03-18 Thread Leonard Chatagnier
anged from blue to orange after rming ~/.kde and ~/.kderc Leonard Chatagnier [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: REPOST: DSL/Networking Help

2006-03-12 Thread Leonard Chatagnier
com/linux-hn/wmp11-linux.htm#_Toc98941662 > > Also, this page has listings of both pcmcia and pci > wireless card, and > even links to Amazon to buy the hardware: > > http://www.linux-wlan.org/docs/wlan_adapters.html.gz > > > Good luck > > chance > > &

REPOST: DSL/Networking Help

2006-03-12 Thread Leonard Chatagnier
Any help most appreciated. Please copy my email as I'm not subscribed. Thanks Leonard Chatagnier [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

DSL/Networking Help

2006-03-05 Thread Leonard Chatagnier
eciated. Please copy my email as I'm not subscribed. Thanks Leonard Chatagnier [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Deb Dependencies & DPKG Errors

2006-02-21 Thread Leonard Chatagnier
tializing package states... Done Reading task descriptions... Done ChatagnierL-Home:/usr# Leonard Chatagnier [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Fwd: Reposting-2.6.15-1-686 Kernel Wont Upgrade

2006-02-18 Thread Leonard Chatagnier
Reposting since I got no reply as seems to be the case for me lately. This is a problem I can't resolve and hope for some help. I see a lot of these upgrading issues on the list, but no solution for me. Thanks for any reconsideration. Not subscribed-plz copy my email. Leonard Chata

2.6.15-1-686 Kernel Wont Upgrade

2006-02-16 Thread Leonard Chatagnier
processing: /var/cache/apt/archives/libslang2_2.0.5-3_i386.deb localepurge: checking system for new locale ... localepurge: processing locale files ... localepurge: processing man pages ... E: Sub-process /usr/bin/dpkg returned an error code (1) ChatagnierL-Home:/home/lchata# Leonard Chatagnier [EMAIL P

Re: Re: Apt Gone Mad?-Or Is It Me?-Expert Help Needed

2006-02-03 Thread Debian User Leonard Chatagnier
On Thursday 02 February 2006 10:05, Debian User Leonard Chatagnier wrote: [...] Ok, I think I understand; the gcc-4.0 compiler is responsible for the difference. Must have missed the warning documentation on this. I recently had to revise the Linuxant Makefile for their tar.gz driver package

Fwd: AgentFeedback

2006-02-03 Thread Leonard Chatagnier
--- Leonard Chatagnier <[EMAIL PROTECTED]> wrote: > Date: Thu, 2 Feb 2006 20:28:50 -0800 (PST) > From: Leonard Chatagnier <[EMAIL PROTECTED]> > Subject: AgentFeedback > To: [EMAIL PROTECTED] > CC: [EMAIL PROTECTED] > > This regards tech support request co

Fwd: Spamassassin 4.0 bBocking Postings To List

2006-02-03 Thread Leonard Chatagnier
Still trying to post this. --- Leonard Chatagnier <[EMAIL PROTECTED]> wrote: > Date: Thu, 2 Feb 2006 21:08:17 -0800 (PST) > From: Leonard Chatagnier <[EMAIL PROTECTED]> > Subject: Spamassassin 4.0 bBocking Postings To List > To: debian-user > > Spamassassin 4.0 d

Re: Apt Gone Mad?-Or Is It Me?-Expert Help Needed

2006-02-03 Thread Leonard Chatagnier
Spamassassin had me blacklisted. Still trying to post/ --- Star King of the Grape Trees <[EMAIL PROTECTED]> wrote: > Leonard Chatagnier wrote: > > >--- Star King of the Grape Trees > ><[EMAIL PROTECTED]> wrote: > > > > > > > >>Debian U

Re: Apt Gone Mad?-Or Is It Me?-Expert Help Needed

2006-02-02 Thread Debian User Leonard Chatagnier
--- Star King of the Grape Trees <[EMAIL PROTECTED]> wrote: Leonard Chatagnier wrote: >--- Star King of the Grape Trees ><[EMAIL PROTECTED]> wrote: > > > >>Debian User Leonard Chatagnier wrote: >> >> >> >>>I'm running 2

Re: Apt Gone Mad?-Or Is It Me?-Expert Help Needed

2006-02-01 Thread Debian User Leonard Chatagnier
--- Star King of the Grape Trees <[EMAIL PROTECTED]> wrote: Leonard Chatagnier wrote: >--- Star King of the Grape Trees ><[EMAIL PROTECTED]> wrote: > > > >>Debian User Leonard Chatagnier wrote: >> >> >> >>>I'm running 2

Apt Gone Mad?-Or Is It Me?-Expert Help Needed

2006-01-30 Thread Debian User Leonard Chatagnier
ink of `./usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-grk1.ent' before installing new version: Operation not permitted dpkg-deb: subprocess paste killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/kdelibs-data_4%3a3.3.2-6.4_all.deb Chatagn

LI2.6.151686 Wont Boot After Modem Driver Inatall Attempts

2006-01-20 Thread Leonard Chatagnier
on. Is the winmodem driver installation an issue with the fs manager(udev not installed). The boot log is copied below with the last line being where the boot process stalled. Any help much appreciated. Leonard Chatagnier ChatagnierL-Home:/var/log# cat boot.0|more Fri Jan 20 12:25:48 2006: bootlo

Re: Re: Fwd: DEVFS Or UDEV On 2.6.15-1-686 Kernel

2006-01-20 Thread Debian User Leonard Chatagnier
Leonard Chatagnier <[EMAIL PROTECTED]> writes: Please someone: Do I have to use udev with 2.6.15 kernels? If not, how to get devfsd to work? Lilo had the mount devfs command for linux image in the config file. devfs is no longer supported in the later 2.6 series. I'm not sure

Fwd: DEVFS Or UDEV On 2.6.15-1-686 Kernel

2006-01-15 Thread Leonard Chatagnier
Forwarded from smpt account as web mail sending was never posted. --- Leonard Chatagnier <[EMAIL PROTECTED]> wrote: > Date: Sun, 15 Jan 2006 07:46:22 -0800 (PST) > From: Leonard Chatagnier <[EMAIL PROTECTED]> > Subject: DEVFS Or UDEV On 2.6.15-1-686 Kernel > To: debian-u

hcfpcimodem_1.08full_i386.deb Fails With SegFault Using 2.6.15-1-686 And gcc-3.3.5

2006-01-14 Thread Debian User Leonard Chatagnier
cfpcihw: version magic '2.6.15-1-686 686 gcc-3.3' should be '2.6.15-1-686 686 gcc-4.0' ERROR: hcfpci driver not active dpkg: error processing hcfpcimodem (--install): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: hcfpcimodem

LI-2.6.15-1-686 Recommends Libc6-i686 Unmet Dependency

2006-01-11 Thread Leonard Chatagnier
ds1-22 since it appears it's not in apt-cache and update doesn't pick it up. Haven't tried to reboot new kernel yet. Any suggestions welcomed to fix this issue. Plz copy my email-not subscribed. Leonard Chatagnier [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Re: fsck Fails On Reboot After Partially Completed Testing Upgrade-Solved for now

2006-01-08 Thread Leonard Chatagnier
es in /etc/default/rcS. Nothing else was done. Rebooted several times without any e2fsck errors. The only thing noticed was boot messages showed a time 6 hours later than local time, but I can live with that until the fixes are implemented. Thanks everyone, Leonard Chatagnier --- Henrique de M

Re: Re: fsck Fails On Reboot After Partially Completed Testing Upgrade

2006-01-08 Thread Debian User Leonard Chatagnier
e zone are correct and the outlined procedure is correct, I'll implement it and report back the results. Thanks for helping out a Linux dummy. Leonard Chatagnier -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

fsck Fails On Reboot After Partially Completed Testing Upgrade

2006-01-05 Thread Leonard Chatagnier
I get these boot messages on a cold start or reboot after doing an # aptitude upgrade -t testing that is still not completely finished. Checking root file system fsck 1.39-WIP(current date) /dev/hda1: Superblock last write time in future /dev/hda1: UNEXPECTED INCONSISTENCY;run fsck MANUALLY withou

Re: SBC DIALUP

2005-09-15 Thread Debian User Leonard Chatagnier
Roberto C. Sanchez wrote: On Thu, Sep 15, 2005 at 07:32:33AM -0500, Debian User Leonard Chatagnier wrote: I've just signed up for SBC Dialup and was able to get on line without any more problems than modifying the user ID and password entries in Pap- and Chap-secrets. However, I

SBC DIALUP

2005-09-15 Thread Debian User Leonard Chatagnier
dialup and knows the solution to my problem. Any help appreciated. Please copy my email address as I'm not subscribed. Thanks for your help, Leonard Chatagnier -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Fresh Free Porn Updated Hot Daily

2005-09-02 Thread Leonard Blackman
Hey baby :) ANY fetish is welcome Are you into domination? role-playing? Are you looking for that special daddy's little girl? Or perhaps a woman with a little "extra"? We make sure to have every type of girl, 24/7, just for you! Call Now! UK: 0908 391 8975 18+ only, bill payers permission re

Re: Sarge Sound Issues

2005-09-02 Thread Debian User Leonard Chatagnier
ust like what i had to do on sarge testing to get sound going. Leonard Chatagnier -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Problem Playing Movie Trailers & Clips

2005-08-30 Thread Debian User Leonard Chatagnier
Nick Coleman wrote: On Tue, 30 Aug 2005 14:16, Debian User Leonard Chatagnier wrote: Well, seems I have a little problem I don't know how to handle. I had installed Sid versions of kmplayer, mozilla-mplayer, mplayer-386 and the dependencies. Didn't like the way it worked,

Re: Problem Playing Movie Trailers & Clips

2005-08-29 Thread Debian User Leonard Chatagnier
Nick Coleman wrote: On Mon, 29 Aug 2005 16:48, Debian User Leonard Chatagnier wrote: Had these installed but just noticed that the mplayerplug-in*.so files are now missing. Still have the mplayerplug-in*.xpt files. Reinstalled mozilla-mplayer and got mplayerplug-in.so back in /usr/lib

Re: Problem Playing Movie Trailers & Clips

2005-08-29 Thread Debian User Leonard Chatagnier
Nick wrote: Debian User Leonard Chatagnier wrote: Using Sarge stable with RealPlayer 10 Gold. Can play audio/video files with realplayer on all sites but can't play movie trailers or clips(wmv format) on any site. mplayer and xine will play wmv files. mplayer has a plug-i

Re: Problem Playing Movie Trailers & Clips

2005-08-28 Thread Debian User Leonard Chatagnier
Kent West wrote: Debian User Leonard Chatagnier wrote: Using Sarge stable with RealPlayer 10 Gold. Can play audio/video files with realplayer on all sites but can't play movie trailers or clips(wmv format) on any site. Have tried my.yahoo.com, cnn.com and movie.com and all I get i

Problem Playing Movie Trailers & Clips

2005-08-28 Thread Debian User Leonard Chatagnier
out all suggestions and installation tips with no success. I think I have all the necessary plugins and codecs. Could use any tip or trick to resolve this player problem. Not subscribed to list; please copy my email address on any replys. Thanks for any reply, Leonard Chatagnier -- To U

Guarddog Wont Allow Access To Browzer And Email

2005-08-05 Thread Debian User Leonard Chatagnier
uggestions on how to fix the firewall. Will supply any needed info when requested. Please copy my email address as I'm not subscribed. Thanks for your consideration, Leonard Chatagnier Additional Info: Using Debian stock kernel v.2.6.8-2-686, no lan, connecting to internet with 56K modem,

Missing /dev/devfs Stops Hcfpcimodem Driver From Installing Correctly

2005-07-21 Thread Debian User Leonard Chatagnier
hatagnierL-Home:/dev# Thanks, Leonard Chatagnier -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Missing /dev/devfs Stops Hcfpcimodem Driver From Installing Correctly

2005-07-18 Thread Debian User Leonard Chatagnier
ld. Please wait... done. devfsd: No devfs on /dev, not starting. ERROR: hcfpci driver not active dpkg: error processing hcfpcimodem (--install): subprocess post-installation script returned error exitstatus 1 Errors were encountered while processing: hcfpcimodem ChatagnierL-Home:/dev# Thanks, Leo

Re: SBC DSL Service

2005-07-12 Thread Debian User Leonard Chatagnier
Jacob S wrote: On Mon, 11 Jul 2005 16:04:45 -0500 Debian User Leonard Chatagnier <[EMAIL PROTECTED]> wrote: Thanks to everyone for your quick response to my question. I'll have to get back with SBC and see if I can talk with a tier 2 or 3 tech person and get going with DS

Re: Re: SBC DSL Service

2005-07-11 Thread Debian User Leonard Chatagnier
anks for all your insight. Leonard Chatagnier -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

SBC DSL Service

2005-07-11 Thread Debian User Leonard Chatagnier
ld be nice if there is someway that I could use it. If there is anyone using this service via SBC, I would certainly appreciate hearing from you. Appreciate any replys. Leonard Chatagnier -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble?

Re: Dialer Problems-Only Pon Works

2005-06-29 Thread Debian User Leonard Chatagnier
Kent West wrote: Debian User Leonard Chatagnier wrote: Kent West wrote: Debian User Leonard Chatagnier wrote: I still get the warning about can't write PAP-secrets and Chap-secrets-Permission denied, when calling wvdial as user. What is the Debian preferre

Re: Dialer Problems-Only Pon Works

2005-06-29 Thread Debian User Leonard Chatagnier
Kent West wrote: Debian User Leonard Chatagnier wrote: I still get the warning about can't write PAP-secrets and Chap-secrets-Permission denied, when calling wvdial as user. What is the Debian preferred way to do this? Is your user a member of the dip and dialout g

Re: Dialer Problems-Only Pon Works

2005-06-29 Thread Debian User Leonard Chatagnier
Gayle Lee Fairless wrote: I'm having some of the same issues that Leonard has. The wvdial doesn't appear to work on 2.6 kernels. I've scripted the tests as high as kernel 2.6.12. It seems that the connection is immediately lost with only 0.0 or 0.1 minutes connection time

Re: Dialer Problems-Only Pon Works

2005-06-29 Thread Debian User Leonard Chatagnier
1 root dialout 209 Jun 29 09:12 /etc/wvdial.conf [EMAIL PROTECTED]:/etc/ppp/peers$ Kent, thanks for your great help. Leonard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Dialer Problems-Only Pon Works

2005-06-28 Thread Debian User Leonard Chatagnier
Kent West wrote: Debian User Leonard Chatagnier wrote: n Mon, Jun 27, 2005 at 12:47:39PM -0500, Debian User Leonard Chatagnier wrote: Many changes were made in the configuration files to no avail. The current configuration files and errer messages are below: (Note: I have pon

Re: Re: Dialer Problems-Only Pon Works

2005-06-28 Thread Debian User Leonard Chatagnier
n Mon, Jun 27, 2005 at 12:47:39PM -0500, Debian User Leonard Chatagnier wrote: Many changes were made in the configuration files to no avail. The current configuration files and errer messages are below: (Note: I have pon working on sarge now but can't remember how I got it now.) Thank

Dialer Problems-Only Pon Works

2005-06-27 Thread Debian User Leonard Chatagnier
Fixed KPPP myself, little proud, looked at kppp-options and noticed #noauth, uncommenting it fixed KPPP. But wvdial still broke. Debian User Leonard Chatagnier wrote: (FROM ORIGINAL POST) Discovered wvdial and pon not working after finally getting the 2.4.27-2-386 KI to boot. Ran wvdialconf and pppco

Re: Wvdial, Pon Broke On Sarge-Stable, Only Pon works On Woody-Done Everthing I Know-Need Help

2005-06-26 Thread Debian User Leonard Chatagnier
Marty wrote: Debian User Leonard Chatagnier wrote: Hi Marty, Took out init3=ATDT, logged out KDE and back in and still getting same wvdial error message, ie., no dialer defaults. This doesn't seem to appear in Bug #276020, so it looks like a different problem. So, shut dow

[Fwd: Re: Wvdial, Pon Broke On Sarge-Stable, Only Pon works On Woody-Done Everthing I Know-Need Help]

2005-06-26 Thread Debian User Leonard Chatagnier
--- Begin Message --- Marty wrote: Debian User Leonard Chatagnier wrote: Discovered wvdial and pon not working after finally getting the 2.4.27-2-386 KI to boot. Ran wvdialconf and pppconfig which didn't change anything. Chmod a+rwx on all wvdial and wvdial.conf files. Some Debian

Wvdial, Pon Broke On Sarge-Stable, Only Pon works On Woody-Done Everthing I Know-Need Help

2005-06-25 Thread Debian User Leonard Chatagnier
now, please ask for any other info needed. And thanks for any help; I'm at a dead end. PLEASE copy my email address; not subscribed and easier to format replys. Leonard Chatagnier [EMAIL PROTECTED]:~$ wvdial --> WvDial: Internet dialer version 1.54.0 *--> Warning: section [Dialer De

Re: Kernel Panic After Sarge Dist-upgrade To Kernel Image 2.4.27-2-386

2005-06-25 Thread Debian User Leonard Chatagnier
Kent West wrote: Debian User Leonard Chatagnier wrote: The 2.4.27-2-386 kernel was forced on me by the dist-upgrade. I planned on going to the 2.6.6-2-686 kernel and will eventually, probably soon. Kent finally fixed lilo for me so that sarge boots now if you haven't already read it

Re: Kernel Panic After Sarge Dist-upgrade To Kernel Image 2.4.27-2-386

2005-06-25 Thread Debian User Leonard Chatagnier
Marty wrote: Debian User Leonard Chatagnier wrote: You can, if you will, tell me just how you remove a kernel(outline the process). Like any other package: "apt-get remove " or use aptitude, dselect, etc. I don't use the packaged kernels so I don't know but if it

Re: Kernel Panic After Sarge Dist-upgrade To Kernel Image 2.4.27-2-386

2005-06-25 Thread Debian User Leonard Chatagnier
Marty wrote: Debian User Leonard Chatagnier wrote: See below for links. Not sure what you mean by what happens when you boot using LinuxOLD. It boots normally as it did since first installed. I do see that Output module failed to load as was the case on my old sarge. If your refering to

Re: Kernel Panic After Sarge Dist-upgrade To Kernel Image 2.4.27-2-386

2005-06-25 Thread Debian User Leonard Chatagnier
Kent West wrote: Debian User Leonard Chatagnier wrote: Sorry again. After I emailed my response, I realized I for got to run lilo. So ran it and got this error: ChatagnierL-Home:/home/lchata# lilo Fatal: Image name, label, or alias is too long: 'Linux-2.4.27-2-386' ChatagnierL-

  1   2   3   >