I have added the following entry to /etc/gettytab file
test.std.115200:\
:ep:sp#4800:tc:Pc
And also I have changed /etc/ttys file
cuau3 "/usr/libexec/getty test.std.115200" cons25 on secure
I expect /dev/cuau3 device to use even parity and 4800 as speed, but when I
check the device prop
I have added the following entry to /etc/gettytab file
test.std.115200:\
:ep:sp#4800:tc:Pc
And also I have changed /etc/ttys file
cuau3 "/usr/libexec/getty test.std.115200"cons25 on secure
I expect /dev/cuau3 device to use even parity and 4800 as speed, but when I
check the device prope
>> But I can not connect to my server with this configuration. But if I
>> change ttyu6 to cuau6, everything works fine! I don't understand the
>> difference, would you please explain the reason for me?
>>
>In short the tty devices are for outgoing connections, the cua
>devices are for incoming
Hi list
I'm trying to connect to my server via a serial port which is named ttyu6 under
FreeBSD. In order to do that, I've decided to change /etc/ttys file like this:
ttyu6 " std.115200" cons25 on secure
But I can not connect to my server with this configuration. But if I change
ttyu6 t
Hi list
I'm trying to connect to my server via a serial port which is named ttyu6 under
FreeBSD. In order to do that, I've decided to change /etc/ttys file like this:
#Serial terminlas
#The 'dialup' keyword identifies dialin lines to login, fingerd etc.
ttyu6 "/usr/libexec/getty std.115200" co
Hi list
I'm trying to connect to my server via a serial port which is named ttyu6 under
FreeBSD. In order to do that, I've decided to change /etc/ttys file like this:
# Serial terminals
# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
ttyu6 "/usr/libexec/getty std.115200"
Hi list
I'm trying to connect to my server via a serial port which is named ttyu6 under
FreeBSD. In order to do that, I've decided to change /etc/ttys file like this:
# Serial terminals
# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
ttyu6 "/usr/libexec/getty std.115200"
Hi all
Have you guys ever tried this combination? Using snort in inline mode and IPFW
as daq.
I have added the following lines to the default /usr/local/etc/snort/snort.conf
file :
config daq: ipfw
config daq_mode: inline
config policy_mode: inline
And I use the following script to run snort:
Hi
I'm trying to make my own release ...
# cd /usr/src
# make buildkernel KERNCONF=MYKERN
# make -j4 buildworld
# cd release/
# make release NODOC=YES NOPORTS=YES NOSRC=YES
and that's the error while making release:
find //usr/obj/usr/src/release/dist/doc -empty -delete
find: -delete: //usr/obj
Hi fellas
Is it possible to assign IP address to ng interfaces without destination
address ?
Is it possible to assign the destination address later ?
Thanks in advance ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/
o: freebsd-questions@freebsd.org
Sent: Wednesday, January 9, 2013 1:55 PM
Subject: Re: installing a new device driver
On Wed, 2013-01-09 at 02:09 -0800, Jack Mc Lauren wrote:
> How can I install a new device driver on my OS ?
I'm new to FreeBSD myself :).
Manually as root run
kldlo
Hi all
Sorry I ask so much cause I'm a new user to freeBSD :)
Hear's the deal. How can I install a new device driver on my OS ? Please
explain in details because of the reason I mentioned earlier :)
Thanks in advance ...
___
freebsd-questions@freebsd.o
Hi guys
I have a freeBSD 8.2 amd64 on my system and I'm using gnome environment. But
after a few seconds my USB keyboard and PS/2 mouse hang up !!!
What should I do ?
Thanks in advance ...
___
freebsd-questions@freebsd.org mailing list
http://lists.f
Hi
How can I restart my freeBSD after specific seconds ?
Thanks in advance ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@fre
Hi guys
Take a look to the code below :
#include
#include
#include
#include
using namespace std;
int main()
{
dictionary *dict = new dictionary;
dirent *dir = new dirent;
char *c;
dict = iniparser_load("/tmp/test.ini");
c = iniparser_getstring(dict,"s","w");
cin.get(
Hi all
Please take a look at the script below wich I've wrote :
1- cat /foo/bar.txt | while read $LINE12- do3- cat /foo/bar/foo/bar.txt |
while read $LINE24- do 5- if [ "$LINE1" = "$LINE2" ]; then6-
sw="1"7- echo "Current value of sw is : " $sw8-
Hi fellas
How can I exclude specific directories from my find command ? I want to look
for all files in the whole system except for those in e.g /extra directory.
I use this command to find all files, but how can I exclude /extra directory ?
find / -type f
Thanks in advance ...
___
Hi guys
When I attempt to install chromium port I face this error :
===> chromium-6.0.472.63 is forbidden: several security vulnerabilities.***
Error code 1
What should I do with this ??
Thanks in advance
___
freebsd-questions@freebsd.org mailing list
h
Hi all
Thank you so much my friends,
Ben
Frank
Polytropon
Devin
you helped me so much :)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsub
>>Hi Jack,
HI
> How can I read a file which contains a number and assign that number to
> a variable via awk programming? By the way, I want to use this awk program
> in a shell script.
>>I'm actually not sure what you're asking, exactly -- you want the number
>>to go into an awk variable? Or
Hi guys
How can I read a file which contains a number and assign that number to a
variable via awk programming? By the way, I want to use this awk program in a
shell script.
Thanks in advance
___
freebsd-questions@freebsd.org mailing list
http://lists
Hi all
I want to monitor files access and change time. How can I listen to specific
file or directory to monitor ? I'm coding with c.
Thanks In advance ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freeb
From: Polytropon
To: free...@dreamchaser.org
Cc: FreeBSD Mailing List
Sent: Wednesday, November 14, 2012 12:27 PM
Subject: Re: ugh. dump / restore problem(s) "Cannot find file dump list"
On Wed, 14 Nov 2012 01:20:14 -0700, Gary Aitken wrote:
> mount /d
Hi all
I have some problems in the second phase of running a
device from a nanobsd image.
After copying the image on a flash memory, and after I set
the system to boot up from flash memory, I just see a black screen and a
blinking cursor ! looks like the boot device ( flash memory ) is not recogni
>I believe that easiest way is using tcpdump.
>Also you should specify what you mean by 'accessing packets': is it
>the need to view raw packet data, or what? :)
Yes, i need to view raw packets and check their protocol, e.g. whether they are
ICMP packets or something else ...
__
>I believe that easiest way is using tcpdump.
>Also you should specify what you mean by 'accessing packets': is it
>the need to view raw packet data, or what? :)
Yes, i need to view raw packets and check their protocol, e.g. whether they are
ICMP packets or something else ...
Hello FreeBSD users !
How can i access and check packets directly from NIC ?
Regards,
Jack
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-uns
From: Arthur Chance
To: Jack Mc Lauren
Cc: "freebsd-questions@freebsd.org"
Sent: Tuesday, October 23, 2012 2:54 PM
Subject: Re: nanobsd configuration
On 10/23/12 09:28, Jack Mc Lauren wrote:
> hi
>
> i have a problem with nanobsd. t
hi
i have a problem with nanobsd. there are somethings which don't have WITHOUT
knobs, how can i control these directories manually ? how can i add a costume
function to nanobsd.sh to do this ??
thanks ...
___
freebsd-questions@freebsd.org mailing li
> -Original Message-
> tar: Damaged tar archive
> tar: Retrying...
> tar: gzip decompression failed
> tar: Error exit delayed from previous errors.
> # gzip --test sr12292011.tar.gz
> gzip: data stream error
> gzip: sr12292011.tar.gz: uncompress failed # gunzip < sr12292011.tar.gz
> >
Hi,
It would depend, I think, on how the file is corrupted. Is it the
compressed data that is corrupted or the uncompressed tar stream? You might
want to try the pax(1) utility to see if it is able to push through the
errors (if its in the tar stream).
I was able to recover da
>Hello.
>
>This is a follow-up of a previous thread, which can be found here:
>
>> http://lists.freebsd.org/pipermail/freebsd-questions/2011-July/232257.
>> html
>
>
>
>I finally have two working WD Green drives: they have run severel times
>for more than a few days continuosly and I've run their f
On Friday 14 October 2011 00:46:43 Chip Camden wrote:
> > > Alternatively, an tribute on the FreeBSD website would be fitting,
> > > wouldn't it?
> > >
> > > Roland
> >
> > I think this would be a fitting tribute...
>
> Hear, hear!
A good friend of mine posted to me, I think, one of the
On Wednesday 21 September 2011 14:06:08 Mauricio López wrote:
> I'm thinking about making an script using awk and pftop output to watch
> for states that have more than 1Mb of traffic (regular DNS queries
> aren't that big) and put those hosts in a table for blocking. My
> question is if it is the
On Monday 18 July 2011 19:45:27 James Colannino wrote:
>
> newfs /dev/da0
>
> It was successful. I then tried to mount the new filesystem (mount
> /dev/da0 /mnt), and got the same error: invalid argument. Does FBSD
> have a problem mounting USB floppy disks? It's not a big deal, as my
> other
Hi all,
I am experiencing the same problem below. Do you have a solution for this?
I am running on FreeBSD 8.1.
-
Hi list,
I'm experiencing some problems with and LDAP box which used to run
2.4.21 an
Hi guys,
We are planning to buy new servers. I would like to ask if this RAID
controllers already supported by FreeBSD.
Does anyone here already use it in their production servers?
Thanks guys,
Alydiomc
___
freebsd-questions@freebsd.org ma
Hi guys,
We are planning to buy new servers. I would like to ask if this RAID
controllers already supported by FreeBSD.
Does anyone here already use it in their production servers?
Thanks guys,
Alydiomc
___
freebsd-questions@freebsd.org mailing li
>> ... I believe rm (-f) still requires *SOME* free space on a device
>> to delete something. That being said, do you have more then 50G
>> free elsewhere on the system? Say /home (/usr/home)? If you do, mv
>> the file from /var/log to /usr/home. This would effectively delete
>> it from /var/log an
> If I try to run it manually on one of the files that fails, I get this:
>
> slug# echo "/usr/local/freesbie-fs/libexec/ld-elf.so.1" | cpio -dump -l -v
> /usr/local/freesbie-clone
>
> /usr/local/freesbie-clone/usr/local/freesbie-fs/libexec/ld-elf.so.1
>
> cpio: Can't create '/usr/local/freesbie
On Monday 08 November 2010 06:10:20 yoganjaneyulu kasetti wrote:
> hi,
>
> I have a problem for deleting files using scriptplease some one can
> guide me for the same.
>
> I have some files with the extension of ".chk" extension along with the
> extension of ".log" and ".gjf" extension in
> > By the way . . . while I think a BelssedBSD fork is a ridiculous idea,
> > the name "BlessedBSD" is *brilliant*. Pronouncing it aloud makes the
> > high-quality pun buried in the name more obvious, for those who didn't
> > quite catch it on the first read-through.
>
> i agree. lovely name. t
On Saturday 10 April 2010 13:41:33 Grzegorz Daniluk wrote:
> Hi everybody,
> I have a question regarding rs-232 under FreeBSD.
> I need to write an application for FreeBSD to operate an industrial
> controller via rs-232. The trick is that it should have very good long
> term stability (reliably op
Hello group,
I am currently running FreeBSD 9-Current AMD64. I have a
Hifn crypto accelerator installed in the machine. I have noticed that when I
connect to the machine using SSH, it does not use the crypto hardware. There
was a patch that someone made that forced SSL to use t
On Thursday 01 April 2010 15:27:41 Oliver Fromme wrote:
> Mario Lobo wrote:
> > [...]
> > It's compiling right now.
> >
> > I'll post my findings and impressions on results and performance right
> > after the next reboot.
>
> So, how is it going? Any benchmarks yet? I'm curious
> if the ne
Hi Andre,
I use CFLAGS=-O2.
Best regards,
Alyd
--- On Tue, 9/8/09, Andre Albsmeier wrote:
From: Andre Albsmeier
Subject: Re: Freebsd Built-in vacation program does not auto reply
To: "lyd mc"
Cc: "Andre Albsmeier"
Date: Tuesday, September 8, 2009, 4:54 PM
On Tue,
From: Andre Albsmeier
Subject: Re: Freebsd Built-in vacation program does not auto reply
To: "lyd mc"
Cc: freebsd-questions@freebsd.org
Date: Saturday, September 5, 2009, 2:43 AM
On Thu, 16-Apr-2009 at 18:00:26 +, lyd mc wrote:
> Hi guys,
>
> Why Freebsd built-in va
Hi guys,
I just installed spamassassin and dcc form ports. It seems to be working, no
errors from spamassassin --lint. Later I found out there are no any DCC header
in a mail.
local.cf
bayes_file_mode 0770
dns_available yes
razor_config /var/spool/spamd/.razor/razor-agent.conf
add_header all D
To: alydi...@yahoo.com
Cc: freebsd-questions@freebsd.org
Date: Tuesday, April 21, 2009, 7:40 PM
At 08:16 PM 4/19/2009, lyd mc wrote:
Hi derek,
Correction on step 4, it should be:
\alydio.mc, "|/usr/bin/vacation alydio.mc"
thanks,
alyd
--- On Mon, 4/20/09, lyd mc wrote:
Hi derek,
Correction on step 4, it should be:
\alydio.mc, "|/usr/bin/vacation alydio.mc"
thanks,
alyd
--- On Mon, 4/20/09, lyd mc wrote:
From: lyd mc
Subject: Re: Freebsd Built-in vacation program does not auto reply
To: "Derek Ragona"
Cc: freebsd-questions@free
ot; , freebsd-questions@freebsd.org
Date: Friday, April 17, 2009, 9:51 PM
At 07:27 AM 4/17/2009, lyd mc wrote:
Thanks Odhiambo for your
time.
Actually i have a working vacation program from freebsd ports
(/usr/ports/mail/vacation).
I only wondering why the freebsd base vacation behave diff
, 8:21 PM
On Friday 17 April 2009 13:47:45 lyd mc wrote:
> hi,
>
> I don't know how to run it in debug mode
>
> I already try this one.
>
> #/usr/bin/vacation -d alydio.mc
>
> but nothing happened... no logs in /var/log/message and /var/log/maillog
> p
-questions@freebsd.org
Date: Friday, April 17, 2009, 8:10 PM
On Fri, Apr 17, 2009 at 2:47 PM, lyd mc wrote:
hi,
I don't know how to run it in debug mode
I already try this one.
#/usr/bin/vacation -d alydio.mc
but nothing happened... no logs in /var/log/message and /var/log/maillog
ngton
Subject: Re: Freebsd Built-in vacation program does not auto reply
To: alydi...@yahoo.com
Cc: "Steve Bertrand" , freebsd-questions@freebsd.org
Date: Friday, April 17, 2009, 7:41 PM
On Fri, Apr 17, 2009 at 2:35 PM, lyd mc wrote:
Hi,
I already did vacation -i as per the manual s
-questions@freebsd.org
Date: Friday, April 17, 2009, 4:05 PM
On Fri, Apr 17, 2009 at 10:33 AM, Steve Bertrand wrote:
Odhiambo Washington wrote:
> On Fri, Apr 17, 2009 at 6:00 AM, lyd mc wrote:
>
>> Hi guys,
>>
>> Why Freebsd built-in vacation program (/usr/bin
Hi guys,
Why Freebsd built-in vacation program (/usr/bin/vacation) does not auto reply?
I am using fresh installed Freebsd7.0 and 7.1. here is my configs.
Under the home directory of the user (alydio.mc)
.forward
\alydio.mc, "|/usr/bin/vacation alydio.mc"
.vacation.msg
Subject: On vacat
Hi guys,
I just installed limewire5.0 from ports (including diablo-jdk) but when I run
it, it won't connect to gnutella network. I don't have a firewall, I am
connected directly from internet...
I already try this settings from BSD forum:
>>it by modifying the file /etc/libmap.conf as follow
Hi guys,
How do i check valid sender before sending mail?
example:
FROM: [EMAIL PROTECTED]
if this 'anonymous' user is not on localhost the mail should be rejected even
if the user has valid login (user and password).
my sendmail uses login/plain before relaying. however they can still se
Hi guys need help..
My mailserver become an open relay.
Unknown user can now send mail.
snippet from mailq
m88C8iWq042874 689 Mon Sep 8 20:08 <[EMAIL PROTECTED]>
(Deferred: Name server: mx1.mail.tw.yahoo.com.: host name loo)
<[EMAI
On Wednesday 13 August 2008 09:25:19 Mike Clarke wrote:
> On Wednesday 13 August 2008, m cassar wrote:
> > just wanted to mention that firefox3 does not handle addons/plugins
> > correctly yet according to ports/UPDATING, so this is still probably
> > right for now and i will probably end up instal
On Tuesday 12 August 2008 13:07:21 Greg Larkin wrote:
> mc wrote:
> | hi,
> |
> | can anyone briefly explain what is the general procedure here?
> |
> | i am trying to update a few packages which inevitably provoke a firefox2
> | install, which i don't want (have ff3).
hi,
can anyone briefly explain what is the general procedure here?
i am trying to update a few packages which inevitably provoke a firefox2
install, which i don't want (have ff3).
checked google and porter's handbook, then tried marking ff2 as IGNORE --
which i didn't really understand how but
Hi guys,
I think I should stick to currently available feature offered by mimedefang
or altermime for the disclaimer thing.
Thank you darko, odhiambo and jeffrey for your time.
Best regards,
alydiomc
___
freebsd-questions@freebsd.org mail
hunderbird/mozilla mail client? i believe
thunderbird has a fancy signature add-on that does something like that.
On Mon, Jul 28, 2008 at 10:07 PM, lyd mc <[EMAIL PROTECTED]> wrote:
hi guys,
Is there any program that insert or remove disclaimer?
For example, if a reply message containi
hi guys,
Is there any program that insert or remove disclaimer?
For example, if a reply message containing my disclaimer i want it to be
removed at the end of the mail body and put somewhere before the "QUOTE" line.
From:[EMAIL PROTECTED]
To:[EMAIL PROTECTED]
Hi guys,
I still have this kind of error:
Jul 25 11:08:25 MAIL spamd[78027]: spamd: connection from localhost [127.0.0.1]
at port 63402
Jul 25 11:08:25 MAIL spamd[78027]: spamd: processing message <[EMAIL
PROTECTED]> for root:58
Jul 25 11:08:31 MAIL spamd[78027]: auto-whitelist: open of auto-wh
ase, the spamd user got created automagically.
--- On Fri, 7/25/08, Chuck Swiger <[EMAIL PROTECTED]> wrote:
From: Chuck Swiger <[EMAIL PROTECTED]>
Subject: Re: Spamassasin running as root!
To: [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Date: Friday, July 25, 2008, 10:37 AM
Thanks guy!
Regards,
alydmc
From: [EMAIL PROTECTED]
man (8) pw
pw useradd qscand -s /sbin/nologin
From: [EMAIL PROTECTED]
What do you have in /etc/rc.conf, I have
spamd_enable="YES"
spamd_flags="-u spamd -H /var/spool/spamd"
In my case, the spamd user got created automagically.
_
Hi guys,
My maillog complain like this:
Jul 25 09:40:06 MAIL spamd[67623]: spamd: still running as root: user not
specified with -u, not found, or set to root, falling back to nobody
Jul 25 09:40:13 MAIL spamd[67623]: auto-whitelist: open of auto-whitelist file
failed: locker: safe_lock: canno
Hi James,
I remove spamc on .procmailrc and I can see lots of improvements!
Thanx,
alyd
--- On Wed, 7/23/08, James Tanis <[EMAIL PROTECTED]> wrote:
From: James Tanis <[EMAIL PROTECTED]>
Subject: Re: Spamassassin very slow
To: [EMAIL PROTECTED]
Date: Wednesday, July 23, 2008, 11:07
reebsd-questions@freebsd.org
Date: Wednesday, July 23, 2008, 11:53 AM
James Tanis wrote:
> "lyd mc" <[EMAIL PROTECTED]> wrote:
>> What causes spamassassin to slow?
>>
>> Here is my config:
>>
>> snippet from sendmail.mc
>> .. ..
>>
>&
PROTECTED]>
Subject: Re: Spamassassin very slow
To: [EMAIL PROTECTED], freebsd-questions@freebsd.org
Date: Wednesday, July 23, 2008, 11:08 AM
"lyd mc" <[EMAIL PROTECTED]> wrote:
>
> What causes spamassassin to slow?
>
> Here is my config:
>
> snippet from sendmail.mc
Thanks edwin. I better watch those dns rbl feature..
Regards,
alyd
--- On Wed, 7/23/08, Edwin Groothuis <[EMAIL PROTECTED]> wrote:
From: Edwin Groothuis <[EMAIL PROTECTED]>
Subject: Spamassassin very slow
To: freebsd-questions@FreeBSD.org
Cc: "lyd mc" <[EMAIL PROTECTE
Hi guys,
Last day my mail server became very slow. I haven't found any mysterious
errors/warnings in /var/log/message and maillog. When I disable spammilter in
sendmail it became fast.
What causes spamassassin to slow?
Here is my config:
snippet from sendmail.mc
FEATURE(`local_procma
Hi guys,
Some of my mail users receive repeating mail. I am using sendmail and my user
uses MS Outlook to send/receive.
Is there any way to solve this problem?
Thank you.
Best regards,
alyd
___
freebsd-questions@freebsd.org mailing list
TECTED], [EMAIL PROTECTED], freebsd-questions@freebsd.org
Date: Thursday, July 10, 2008, 10:19 PM
Quoting lyd mc <[EMAIL PROTECTED]>:
> However, my company wants to have 20meg mbox space per user. If the
> User exceeds, he/she should not recieved any mail.
>
> So, I use system quota
Hi Derek,
It is good to hear from you.
You are right about sendmail has only global option to limit mail size.
However, my company wants to have 20meg mbox space per user. If the User
exceeds, he/she should not recieved any mail.
So, I use system quota to prevent sendmail from writing to mbox
Greetings,
I setup my mail server on freebsd7.0R and it is working great!
However, I have a problem on quota. It suppose to block any incoming message to
specific user which is under quota. But sendmail can still send to the user
under quota if the mail size is ~ less than 10k. Quota only works
__
From: David Schulz <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: Mc Shch <[EMAIL PROTECTED]>
CC: freebsd-questions@freebsd.org
Subject: Re: How to install and configure CVSUP?
Da
Hi there,
Can anyone tell me the detial of how to install and configure CVSup?
-Exploit_it
_
使用世界上最大的电子邮件 系统― [1]MSN Hotmail
References
1. http://g.msn.com/8HMACNCN/2755??PS=47575
__
From: [EMAIL PROTECTED]
To: "Mc Shch" <[EMAIL PROTECTED]>
CC: freebsd-questions@freebsd.org
Subject: Re: How to use shell commands to work for my requests?
Date: Fri, 7 Apr 2006 15:17:
Hi all,
I wanna know how to use shell commands to search some files which
contain a specail strings i want...
For example:
i want to search some files which contain "getopt" string...
any ideas?
-Exploit_it
_
Greeting,
I need help,i am on the FreeBSD5.3 release.when i open a *.pdf which
is chinesefile with Acrobat Reader,there is a error,said that:
you must clear this error by installing a chinese pagekage...
any idea?
how to install the pagekage...
thx,
-
Exploit_it
Hi,sir:
I am using FreeBSD5.3 operating system.
And I have a prob about fcitx installation
I run the command below to install fcitx:
#cd /usr/ports/chinese/fcitx
#make install clean
I am sure that fcitx is installed corectly,
and I also configure the root/.xinitrc as below:
export LANG=zh_CN.eu
HI,sir:
My adsl prob in FreeBSD5.3 is ok,now
I add two lines to the resolv.conf as below:
search domain
nameserver 202.96.128.68
so,thanks for your reply,i will contact wiht you when i have probs..
thanks again!
_
免费下载 MSN Expl
Hi sir:
I need your help.
I am using FreeBSD5.3 operating system,and I have configure
etc/ppp/ppp.conf rightly.
when I use ppp by typing this:
#ppp -ddial papchap
to connect to the internet with a ADSL modem.
I recive this infomation:
Working in ddial mode
Using interfa
i have no sound, and i think its du to my sound card, which is on board my mobo. im
not sure what type card it is, and not sure how to fix this problem. this is the mobo
tho
http://www.ecsusa.com/products/k7som.html
any help would be great, but if you can STEP-BY-STEP would be GREAT. im a
bsd/
Every time I burn a cd with the following line:
"burncd -f /dev/acd0c -e file.to.burn fixate"
it creates a perfect CD, but upon ejecting (the "-e" switch), the CD
drive dies. The tray stays in the out position, even when pushing the
external eject/load button, and the only way I can regain acces
I downloaded OO 1.0.1 for Linux from OpenOffice.org and ran the setup as
a normal (non-root) user, which installed it off my home directory.
Everything appeared to work fine, but when I try to start any of the
components (soffice, etc), it dumps core. Yes I have the linuxlator
working. Is there a
89 matches
Mail list logo