XMMS problem

2007-04-05 Thread Ivan Zenzerović

Hello,

when I try to play music with xmms, i get the error: Please chech that: Your
soundcard is configured. You have the correct output plugin selected. No
other program is blocking the soundcard.

My soundcard is working well, and in the console i see the xmms error: **
WARNING **: oss_open(): Failed to open audio device (/dev/dsp): Device busy
Then i stopped noatun and quit him, tryed again, but nothing.
Help please...

Ivan
--

---
Correr, competir, eu levo isso no sangue, é parte da minha vida. - Ayrton
Senna
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: New to FreeBSD

2007-04-04 Thread Ivan Zenzerović

Hi,

I just put instead of sk0 nve0 (wich is my ethernet card). But, on boot i
see that it searches for ALTQ and I saw that it can be turned on only by
configuring the kernel. Is there maybe any other way?

Ivan
On 4/2/07, Roland Smith [EMAIL PROTECTED] wrote:


On Mon, Apr 02, 2007 at 03:11:01PM +0200, Ivan Zenzerović wrote:
 I have a problem with my firewall. When booting freebsd i get the
message
 that pf is enabling, but there are syntax errors in the /etc/pf.conf
file
 and that no IP adresses were found for sk0 network. What should i change
 here?
 I took the conf file from
 http://www.xs4all.nl/~rsmith/freebsd/index.html#sec

Take a look at the macros that define the external and internal
networks. They are called ext_if and int_if. If you don't have an
internal network, remove all lines that have localnet or int_if in
them.

Make sure that the ext_if macro matches your network interface. Look
at the output of the ifconfig command, and disregard lo0, pflog0 and
plip0. You're looking for the network device that has a status: active
line in the ifconfig output.

Do not change the order of the lines in the file! pf expects them to be
in a certain order. See 'man pf.conf'.

If that still doesn't work, let me know and I'll send you a cleaned-up
copy off the list.

Roland
--
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)





--

---
Correr, competir, eu levo isso no sangue, é parte da minha vida. - Ayrton
Senna
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: New to FreeBSD

2007-04-04 Thread Ivan Zenzerović

On 4/5/07, Drew Tomlinson [EMAIL PROTECTED] wrote:


On 4/4/2007 3:51 PM Ivan Zenzerović wrote:
 Hi,

 I just put instead of sk0 nve0 (wich is my ethernet card). But, on boot
i
 see that it searches for ALTQ and I saw that it can be turned on only by
 configuring the kernel. Is there maybe any other way?

 Ivan

FYI - Top posting is frowned upon here.

To answer your question, no.  AFAIK, the only way to enable ALTQ is to
compile it into your kernel.  The FreeBSD Handbook will have instructions.

HTH,

Drew

--
Be a Great Magician!
Visit The Alchemist's Warehouse

http://www.alchemistswarehouse.com




Hi, well, i hope the firewall (pf) still works. I must say that freebsd is
just great, a minute ago i messed up something in rc.conf and i just put the
inst cd in rebooted and fixed the error from the shell! That's something
what you can't do on win, just great, makes someone proud of himself:)

Ivan


On 4/2/07, Roland Smith [EMAIL PROTECTED] wrote:

 On Mon, Apr 02, 2007 at 03:11:01PM +0200, Ivan Zenzerović wrote:
  I have a problem with my firewall. When booting freebsd i get the
 message
  that pf is enabling, but there are syntax errors in the /etc/pf.conf
 file
  and that no IP adresses were found for sk0 network. What should i
 change
  here?
  I took the conf file from
  http://www.xs4all.nl/~rsmith/freebsd/index.html#sec

 Take a look at the macros that define the external and internal
 networks. They are called ext_if and int_if. If you don't have an
 internal network, remove all lines that have localnet or int_if in
 them.

 Make sure that the ext_if macro matches your network interface. Look
 at the output of the ifconfig command, and disregard lo0, pflog0 and
 plip0. You're looking for the network device that has a status:
active
 line in the ifconfig output.

 Do not change the order of the lines in the file! pf expects them to be
 in a certain order. See 'man pf.conf'.

 If that still doesn't work, let me know and I'll send you a cleaned-up
 copy off the list.

 Roland





--

---
Correr, competir, eu levo isso no sangue, é parte da minha vida. - Ayrton
Senna
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: New to FreeBSD

2007-04-02 Thread Ivan Zenzerović

I have a problem with my firewall. When booting freebsd i get the message
that pf is enabling, but there are syntax errors in the /etc/pf.conf file
and that no IP adresses were found for sk0 network. What should i change
here?
I took the conf file from
http://www.xs4all.nl/~rsmith/freebsd/index.html#sec

Ivan
On 3/30/07, Roland Smith [EMAIL PROTECTED] wrote:


On Fri, Mar 30, 2007 at 07:21:32PM +0200, Ivan Zenzerović wrote:
 Try xvidtune.

 Thanks, I'll try. I knew of that program, but with time I forgot it's
name.

 I must say that freebsd works very well as a workstation, there are no
 viruses (am I right?),

As good as right. There have been proof-of-concept viruses for UNIX, but
AFAIK no one has ever been found in the wild. And most of them rely on
the operator doing something stupid (like running an un-trusted binary
as root).

That doesn't mean FreeBSD is invulnerable though. If you're running a
workstation there are several things you should do IMHO.

1) Enable one of the firewalls that are available on FreeBSD (I like
   pf). This firewall should be set up to block incoming connections.
2) Do not enable any services that you don't need.
3) Disable all logins that don't come from the local machine.

See http://www.xs4all.nl/~rsmith/freebsd/index.html#sec
You might find the rest of this page usefull as well.

 But, let me ask something. When I was configuring the mounting of usb
memory
 sticks, I had to create the /etc/devfs.rules file and write something in
it.
 (
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/usb-disks.html)
 and I did it. Everything works fine, but is it ok to create files like
this
 if they are not already created by the system. I just followed the
hanbook,
 but the only difference was that I had to create that file.

It is fine to create those files. It is just not used by default.

Roland
--
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)





--

---
Correr, competir, eu levo isso no sangue, é parte da minha vida. - Ayrton
Senna
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Printer issue

2007-04-01 Thread Ivan Zenzerović

On 4/1/07, Warren Block [EMAIL PROTECTED] wrote:


On Sun, 1 Apr 2007, Ivan Zenzerovię wrote:

 zenzo|line|HP6L|lp|Hewlett z Packard Laser Jet6L:\
 :sh:sd=/var/spool/zenzo:\
 :lp=/dev/lpt0:\
 :if=/usr/local/libexec/if-simple:\
 #   :if=/usr/local/libexec/hpif:

 still the same, I put the device ljet5, because there is no ljet6. I
just
 don't get it, why is doing that!

Please edit your posts to remove unneeded text, and post your reply
after the section you're replying to.  This makes it easier to read and
respond.

First, you can't use comments inside a printcap entry.  Those
backslashes at the end of the line are line continuation characters; the
whole thing is really just one long line.

Second, the default printer is usually called lp.  Unless you have
that, you'll have to tell lpr the printer name with -P each time you use
it.  Given that, here's an edit of your printcap:

lp:\
:lp=/dev/lpt0:\
:sh:\
:sd=/var/spool/zenzo:\
:if=/usr/local/libexec/if-simple:

This requires that /usr/local/libexec/if-simple is in place and
executable, too.

Now you should be able to print with lpr.  However, your printer still
doesn't know that linefeed also means carriage return.  So we'll include
carriage returns with a test print:

lptest 66 79 | perl -ne 's/\n/\r\n/; print' | lpr

This should print one page.  If it works, you're almost there.

-Warren Block * Rapid City, South Dakota USA



Hi,

I configured it as you said. But, there is another problem, the printer
always prints the same trash, and I can't stop it. When I sent him a pdf
file it started printing trash and after a lot of restarts and stops and
reboots it always prints ther same without stop.

Ivan

--

---
Correr, competir, eu levo isso no sangue, é parte da minha vida. - Ayrton
Senna
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Printer issue

2007-03-31 Thread Ivan Zenzerović

Hi guys,

I have now another problem. I tryed to set up my printer (HP LaserJet 6L)
following the instructions in the handbook. Ok, the printer responds, but
when i try to print it only takes paper and prints eventually a line of some
strange signs. I set it up at first on interrupt-driven mode, then on
polled-mode, but it always takes pages and i cant stop it, I tryed stopping
it with lpc, but nothing. I tried with the troubleshooting section but
nothing, no solution for my problem.
Has anyone maybe the same printer set-up?

Thanks,
Ivan

--

---
Correr, competir, eu levo isso no sangue, é parte da minha vida. - Ayrton
Senna
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Printer issue

2007-03-31 Thread Ivan Zenzerović

Thanks, I'll try to configure it now.

/etc/printcap/


#   @(#)printcap5.3 (Berkeley) 6/30/90
# $FreeBSD: src/etc/printcap,v 1.14 2004/06/06 11:46:27 schweikh Exp $

#
# This enables a simple local raw printer, hooked up to the first
# parallel port.  No kind of filtering is done, so everything you pass
# to the lpr command will be printed unmodified.
#
# Remember, for further print queues you're going to add, you have
# to choose different spool directories (the sd capability below),
# otherwise you will greatly confuse lpd.
#
# For some advanced printing, have a look at the apsfilter package.
# It plugs into the lpd system, allowing you to print a variety of
# different file types by converting everything to PostScript(tm)
# format.  For more information about apsfilter visit
#
#http://www.apsfilter.org/
#
# If you don't have a PostScript(tm) printer, don't panic, but do
# also install the latest ghostscript package for best printer support.
#
# Do also refer to the printing section of the handbook.
#
#
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/printing.html
#
# A local copy can be found under
#
#   /usr/share/doc/handbook/handbook.{html,latin1}.
#
# Banner pages are now suppressed by default.  Remove the :sh: capability
# to turn them back on.
#
#lp|local line printer:\
#   :sh:\
#   :lp=/dev/lpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs:
#
# Sample remote printer.  The physical printer is on machine lphost.
# You can perform any kind of local filtering directly.  If you need
# local filters (e.g. LF - CR-LF conversion for HP printers), create
# a filter script that sends the proper escape sequence to the printer
# and then concatenates stdin to stdout.
#
#remote|sample remote printer:\
#   :sh:\
#   :rm=lphost:sd=/var/spool/output/lphost:lf=/var/log/lpd-errs:\
#   :if=/usr/local/libexec/if-script:
#
# Simple Russian printer with hardware CP866 character set, output filter
# used for KOI8-R - CP866 conversion
#
#lp|Russian local line printer:\
#   :sh:of=/usr/libexec/lpr/ru/koi2alt:\
#   :lp=/dev/lpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs:
zenzo|line|HP6L|lp|Hewlett z Packard Laser Jet6L:\
   :sh:sd=/var/spool/zenzo:\
   :lp=/dev/lpt0:\
   :if=/usr/local/libexec/if-simple:\
#   :if=/usr/local/libexec/hpif:

On 4/1/07, Warren Block [EMAIL PROTECTED] wrote:


On Sun, 1 Apr 2007, Ivan Zenzeroviæ wrote:

 I have now another problem. I tryed to set up my printer (HP LaserJet
6L)
 following the instructions in the handbook. Ok, the printer responds,
but
 when i try to print it only takes paper and prints eventually a line of
some
 strange signs.

What are you trying to print?  The LJ6L only handles ASCII text and PCL
control codes.  Additionally, it needs to either have text formatted
with additional carriage returns or to treat linefeeds as carriage
returns.

Many people use apsfilter from the ports to handle print conversion.  I
prefer setting up my own simpler, smaller filter, like Simulating
PostScript on Non PostScript Printers in the Handbook Advanced Printer
Setup section.

 I set it up at first on interrupt-driven mode, then on
 polled-mode, but it always takes pages and i cant stop it, I tryed
stopping
 it with lpc, but nothing. I tried with the troubleshooting section but
 nothing, no solution for my problem.
 Has anyone maybe the same printer set-up?

It should work fine.  Please post your /etc/printcap.

-Warren Block * Rapid City, South Dakota USA





--

---
Correr, competir, eu levo isso no sangue, é parte da minha vida. - Ayrton
Senna
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Printer issue

2007-03-31 Thread Ivan Zenzerović

Hi,

still the same, I put the device ljet5, because there is no ljet6. I just
don't get it, why is doing that!

Ivan

On 4/1/07, Ivan Zenzerović [EMAIL PROTECTED] wrote:


Thanks, I'll try to configure it now.

/etc/printcap/


#   @(#)printcap5.3 (Berkeley) 6/30/90
# $FreeBSD: src/etc/printcap,v 1.14 2004/06/06 11:46:27 schweikh Exp $

#
# This enables a simple local raw printer, hooked up to the first
# parallel port.  No kind of filtering is done, so everything you pass
# to the lpr command will be printed unmodified.
#
# Remember, for further print queues you're going to add, you have
# to choose different spool directories (the sd capability below),
# otherwise you will greatly confuse lpd.
#
# For some advanced printing, have a look at the apsfilter package.
# It plugs into the lpd system, allowing you to print a variety of
# different file types by converting everything to PostScript(tm)
# format.  For more information about apsfilter visit
#
#http://www.apsfilter.org/
#
# If you don't have a PostScript(tm) printer, don't panic, but do
# also install the latest ghostscript package for best printer support.
#
# Do also refer to the printing section of the handbook.
#
#
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/printing.html
#
# A local copy can be found under
#
#   /usr/share/doc/handbook/handbook.{html,latin1}.
#
# Banner pages are now suppressed by default.  Remove the :sh: capability
# to turn them back on.
#
#lp|local line printer:\
#   :sh:\
#   :lp=/dev/lpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs:
#
# Sample remote printer.  The physical printer is on machine lphost.
# You can perform any kind of local filtering directly.  If you need
# local filters (e.g. LF - CR-LF conversion for HP printers), create
# a filter script that sends the proper escape sequence to the printer
# and then concatenates stdin to stdout.
#
#remote|sample remote printer:\
#   :sh:\
#   :rm=lphost:sd=/var/spool/output/lphost:lf=/var/log/lpd-errs:\
#   :if=/usr/local/libexec/if-script:
#
# Simple Russian printer with hardware CP866 character set, output filter
# used for KOI8-R - CP866 conversion
#
#lp|Russian local line printer:\
#   :sh:of=/usr/libexec/lpr/ru/koi2alt:\
#   :lp=/dev/lpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs:
zenzo|line|HP6L|lp|Hewlett z Packard Laser Jet6L:\
:sh:sd=/var/spool/zenzo:\
:lp=/dev/lpt0:\
:if=/usr/local/libexec/if-simple:\
#   :if=/usr/local/libexec/hpif:

On 4/1/07, Warren Block [EMAIL PROTECTED] wrote:

 On Sun, 1 Apr 2007, Ivan Zenzeroviæ wrote:

  I have now another problem. I tryed to set up my printer (HP LaserJet
 6L)
  following the instructions in the handbook. Ok, the printer responds,
 but
  when i try to print it only takes paper and prints eventually a line
 of some
  strange signs.

 What are you trying to print?  The LJ6L only handles ASCII text and PCL
 control codes.  Additionally, it needs to either have text formatted
 with additional carriage returns or to treat linefeeds as carriage
 returns.

 Many people use apsfilter from the ports to handle print conversion.  I
 prefer setting up my own simpler, smaller filter, like Simulating
 PostScript on Non PostScript Printers in the Handbook Advanced Printer

 Setup section.

  I set it up at first on interrupt-driven mode, then on
  polled-mode, but it always takes pages and i cant stop it, I tryed
 stopping
  it with lpc, but nothing. I tried with the troubleshooting section but

  nothing, no solution for my problem.
  Has anyone maybe the same printer set-up?

 It should work fine.  Please post your /etc/printcap.

 -Warren Block * Rapid City, South Dakota USA




--

---
Correr, competir, eu levo isso no sangue, é parte da minha vida. -
Ayrton Senna





--

---
Correr, competir, eu levo isso no sangue, é parte da minha vida. - Ayrton
Senna
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Mounting NTFS drive/partition

2007-03-30 Thread Ivan Zenzerović

Hi,

I'm trying to mount an ntfs drive with mount_ntfs. Now, the system sees the
second hard disk, but shows only one partition, ad1s1 wich is NTFS, but on
that disk there are 3 ntfs partitions and the system doesn't see them. On
windows they work fine.

Another thing, after a day or two I tried to boot on windows and the
responded that a file is missing and that they can't start. After that I
rebooted and the started normaly! Weird. What could it be?

Thanks,
Ivan

--

---
Correr, competir, eu levo isso no sangue, é parte da minha vida. - Ayrton
Senna
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mounting NTFS drive/partition

2007-03-30 Thread Ivan Zenzerović

Ok, I think I understand, but tell me, is there any way I can read those
partitions from freebsd? If this helps, on that disk are no windows, there
are 3 ntfs partitions.

Ivan

On 3/30/07, Derek Ragona [EMAIL PROTECTED] wrote:


 You are able to mount the primary partition, not the extended
partitions.  This is a also a limitation mounting ms-dos fat drives.  The
extended partitions are done differently and are outside the partition
table.

-Derek

At 07:58 AM 3/30/2007, =?ISO-8859-2?Q?Ivan_Zenzerovi=E6?= wrote:

Hi,

I'm trying to mount an ntfs drive with mount_ntfs. Now, the system sees
the
second hard disk, but shows only one partition, ad1s1 wich is NTFS, but on
that disk there are 3 ntfs partitions and the system doesn't see them. On
windows they work fine.

Another thing, after a day or two I tried to boot on windows and the
responded that a file is missing and that they can't start. After that I
rebooted and the started normaly! Weird. What could it be?

Thanks,
Ivan

--

---
Correr, competir, eu levo isso no sangue, é parte da minha vida. -
Ayrton
Senna
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.



--
This message has been scanned for viruses and
dangerous content by *MailScanner* http://www.mailscanner.info/, and is
believed to be clean.
MailScanner thanks transtec Computers http://www.transtec.co.uk/ for
their support.





--

---
Correr, competir, eu levo isso no sangue, é parte da minha vida. - Ayrton
Senna
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: New to FreeBSD

2007-03-30 Thread Ivan Zenzerović

On 3/30/07, Roland Smith [EMAIL PROTECTED] wrote:


On Fri, Mar 30, 2007 at 12:02:11PM -0400, Jerry McAllister wrote:
 On Fri, Mar 30, 2007 at 08:09:51AM +0200, Ivan Zenzerovi? wrote:

  Hello, here I am again with another problem.
 
  Thanks for your answers, I managed to setup my system, and now almost
  everything works. Still, I must configure my printer (Hp LaserJet 6L),
but
  this is not the issue now. I have troubles with my monitor picture: if
I set
  up the monitor picture for windows with the buttons on my monitro,
then on
  FreeBSD my desktop goes always to right for a centimeter. Then again,
if I
  fix the position with my monitor buttons then on windows the picture
goes on
  the right (or left). What's the cause of this? Any solutions?

 Can't help with this.  I have a lot of trouble getting my monitor to
 be acceptable myself.

Try xvidtune.




Thanks, I'll try. I knew of that program, but with time I forgot it's name.


 FreeBSD is great, I use it all the times, but still, I miss some
programs
  from windows (AutoCAD, SolidWorks, Catia). When I buy myself a lapotp,
there
  won't be windows

Qcad (/usr/ports/cad/qcad) is a nice 2D CAD program.



Roland

--
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)



I must say that freebsd works very well as a workstation, there are no
viruses (am I right?), it's very stable, extendable and with good support
(thanks guys). On the other side, there are a lot of things one should
learn, but I already managed to lear a lot of things, and, also, the
handbook is genius, it's just great and one can understand everything.

But, let me ask something. When I was configuring the mounting of usb memory
sticks, I had to create the /etc/devfs.rules file and write something in it.
(http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/usb-disks.html)
and I did it. Everything works fine, but is it ok to create files like this
if they are not already created by the system. I just followed the hanbook,
but the only difference was that I had to create that file.

Ivan


--

---
Correr, competir, eu levo isso no sangue, é parte da minha vida. - Ayrton
Senna
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mounting NTFS drive/partition

2007-03-30 Thread Ivan Zenzerović

Could I maybe fix this with trying to make the partitions again or something
like this from windows with partition magic? I supose that on the same way
freebsd does with it's partitions?

Ivan

On 3/30/07, Derek Ragona [EMAIL PROTECTED] wrote:


 Not that I know of.  The extended partitions are implemented as
linked-lists, and not in a partition table as standard partitions are and
the mount_ntfs is not written for the extended partitions.

You can move things back and forth using the one partition that you can
access.

-Derek



At 11:54 AM 3/30/2007, =?ISO-8859-2?Q?Ivan_Zenzerovi=E6?= wrote:

Ok, I think I understand, but tell me, is there any way I can read those
partitions from freebsd? If this helps, on that disk are no windows, there
are 3 ntfs partitions.

Ivan

On 3/30/07, Derek Ragona [EMAIL PROTECTED] wrote:


 You are able to mount the primary partition, not the extended
partitions.  This is a also a limitation mounting ms-dos fat drives.  The
extended partitions are done differently and are outside the partition
table.

-Derek

At 07:58 AM 3/30/2007, =?ISO-8859-2?Q?Ivan_Zenzerovi=E6?= wrote:

Hi,

I'm trying to mount an ntfs drive with mount_ntfs. Now, the system sees
the
second hard disk, but shows only one partition, ad1s1 wich is NTFS, but on
that disk there are 3 ntfs partitions and the system doesn't see them. On
windows they work fine.

Another thing, after a day or two I tried to boot on windows and the
responded that a file is missing and that they can't start. After that I
rebooted and the started normaly! Weird. What could it be?

Thanks,
Ivan

--

---
Correr, competir, eu levo isso no sangue, é parte da minha vida. -
Ayrton
Senna
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.



--
This message has been scanned for viruses and
dangerous content by *MailScanner* http://www.mailscanner.info/, and is
believed to be clean.
MailScanner thanks transtec Computers http://www.transtec.co.uk/ for
their support.





--

---
Correr, competir, eu levo isso no sangue, é parte da minha vida. -
Ayrton
Senna
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.



--
This message has been scanned for viruses and
dangerous content by *MailScanner* http://www.mailscanner.info/, and is
believed to be clean.
MailScanner thanks transtec Computers http://www.transtec.co.uk/ for
their support.





--

---
Correr, competir, eu levo isso no sangue, é parte da minha vida. - Ayrton
Senna
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: New to FreeBSD

2007-03-29 Thread Ivan Zenzerović

Hello, here I am again with another problem.

Thanks for your answers, I managed to setup my system, and now almost
everything works. Still, I must configure my printer (Hp LaserJet 6L), but
this is not the issue now. I have troubles with my monitor picture: if I set
up the monitor picture for windows with the buttons on my monitro, then on
FreeBSD my desktop goes always to right for a centimeter. Then again, if I
fix the position with my monitor buttons then on windows the picture goes on
the right (or left). What's the cause of this? Any solutions?

FreeBSD is great, I use it all the times, but still, I miss some programs
from windows (AutoCAD, SolidWorks, Catia). When I buy myself a lapotp, there
won't be windows

Thanks,
Ivan

On 3/28/07, Giorgos Keramidas [EMAIL PROTECTED] wrote:


On 2007-03-28 19:43, Ivan Zenzerovi? [EMAIL PROTECTED] wrote:
 Thanks, i managed to fix this by running the post install
 configuration with sysinstall. But I have another problem. Every time
 i start the system my soundcard won't work. I must tipe kldload
 snd_driver and then logoff and again logon in kde to get my soundcard
 working. How can i fix this?

Add the line:

snd_driver_load=YES

in your /boot/loader.conf file.

This way the kernel will preload the sound driver modules when it boots,
and you won't have to load them manually.





--

---
Correr, competir, eu levo isso no sangue, é parte da minha vida. - Ayrton
Senna
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: New to FreeBSD

2007-03-28 Thread Ivan Zenzerović

hello again.

I made a mistake during post install config. I put a name that I don't want
for my computer, and when I logon as root it's written in the comand line.
How di I change it?

Ivan

On 3/28/07, Giorgos Keramidas [EMAIL PROTECTED] wrote:


On 2007-03-27 23:36, Ivan Zenzerovi? [EMAIL PROTECTED] wrote:
 Hi guys,
 i managed to install it, and, in fact I'm working on it right now.
 It's great, just tell me, I should compile my kernel at this point?
 And a question: I don't like this xorg, and I have installed KDE but
 how do I run KDE?

Right after your first FreeBSD installation, you are certainly *not*
expected to rush into rebuilding a kernel, for any reason.  In fact,
this could be a dangerous exercise.  It's far too easy to build a kernel
which lacks critical components, and render your system unbootable (at
least unbootable without manual intervention).

Since you are new to the FreeBSD system, my suggestion would be to
forget about rebuilding kernels, optimizing compiler flags, and tweaking
knobs here and there.  Now that you have a working FreeBSD installation
you should *read* about the system you have just installed.

There is a wealth of information about FreeBSD both in the CD-ROM set
which you used to install it, and online.  You should, at least, check
the following:

  * The README.TXT file at the toplevel directory of your
installation CD-ROM.

  * The web pages at http://www.FreeBSD.org/docs.html

  * The FreeBSD FAQ book, at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/

The FAQ contains a lagre list of frequently asked questions
about FreeBSD.  You will find answers there about a very
diverse range of topics, including such obscure things as
``I managed to trash by boot loader, what should I do now?''.

  * The FreeBSD Handbook, at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/

The FreeBSD Handbook is the largest book written by the
FreeBSD documentation team.  It is both a guide for the
beginning user, and a common reference for administrators
setting up services with FreeBSD.

Your answer about KDE vs. X11 is already answered in the
Handbook.

Note that a copy of the Handbook and all the articles, books and
other reference material related to the FreeBSD release you have
just installed, are also conveniently available in the CD-ROM you
used to install FreeBSD.  You can install them locally too, by
logging in as root and running ``sysinstall'':

# sysintall

Follow the menus to add the ``doc'' distribution, and then you
will have a copy of all the documentation articles and books at:

/usr/share/doc

Welcome to FreeBSD, and if you have other questions regarding its
every day use and operation, feel free to email this list again :-)

- Giorgos





--

---
Correr, competir, eu levo isso no sangue, é parte da minha vida. - Ayrton
Senna
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: New to FreeBSD

2007-03-28 Thread Ivan Zenzerović

Thanks, i managed to fix this by running the post install configuration with
sysinstall. But I have another problem. Every time i start the system my
soundcard won't work. I must tipe kldload snd_driver and then logoff and
again logon in kde to get my soundcard working. How can i fix this?

Ivan

On 3/28/07, Jerry McAllister [EMAIL PROTECTED] wrote:


On Wed, Mar 28, 2007 at 04:08:30PM +0200, Ivan Zenzerovi? wrote:

 hello again.

 I made a mistake during post install config. I put a name that I don't
want
 for my computer, and when I logon as root it's written in the comand
line.
 How di I change it?

Presuming by that that you mean your hostname, then that is
set in /etc/rc.conf --  look for the hostname command and
edit it. It is best if it has the fully qualified hostname
including domain, not just the first (left-most) element of it.

If you are using this machine on the net, then that hostname has
to be registered with who-ever is providing DNS for you.  So,
whatever you set it to needs to be what is registered and matches
the IP address you have for the machine.   In addition, the domain
name needs to be correct in   /etc/resolv.conf

jerry


 Ivan

 On 3/28/07, Giorgos Keramidas [EMAIL PROTECTED] wrote:
 
 On 2007-03-27 23:36, Ivan Zenzerovi? [EMAIL PROTECTED] wrote:
  Hi guys,
  i managed to install it, and, in fact I'm working on it right now.
  It's great, just tell me, I should compile my kernel at this point?
  And a question: I don't like this xorg, and I have installed KDE but
  how do I run KDE?
 
 Right after your first FreeBSD installation, you are certainly *not*
 expected to rush into rebuilding a kernel, for any reason.  In fact,
 this could be a dangerous exercise.  It's far too easy to build a
kernel
 which lacks critical components, and render your system unbootable (at
 least unbootable without manual intervention).
 
 Since you are new to the FreeBSD system, my suggestion would be to
 forget about rebuilding kernels, optimizing compiler flags, and
tweaking
 knobs here and there.  Now that you have a working FreeBSD installation
 you should *read* about the system you have just installed.
 
 There is a wealth of information about FreeBSD both in the CD-ROM set
 which you used to install it, and online.  You should, at least, check
 the following:
 
   * The README.TXT file at the toplevel directory of your
 installation CD-ROM.
 
   * The web pages at http://www.FreeBSD.org/docs.html
 
   * The FreeBSD FAQ book, at
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/
 
 The FAQ contains a lagre list of frequently asked questions
 about FreeBSD.  You will find answers there about a very
 diverse range of topics, including such obscure things as
 ``I managed to trash by boot loader, what should I do now?''.
 
   * The FreeBSD Handbook, at
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/
 
 The FreeBSD Handbook is the largest book written by the
 FreeBSD documentation team.  It is both a guide for the
 beginning user, and a common reference for administrators
 setting up services with FreeBSD.
 
 Your answer about KDE vs. X11 is already answered in the
 Handbook.
 
 Note that a copy of the Handbook and all the articles, books and
 other reference material related to the FreeBSD release you have
 just installed, are also conveniently available in the CD-ROM you
 used to install FreeBSD.  You can install them locally too, by
 logging in as root and running ``sysinstall'':
 
 # sysintall
 
 Follow the menus to add the ``doc'' distribution, and then you
 will have a copy of all the documentation articles and books at:
 
 /usr/share/doc
 
 Welcome to FreeBSD, and if you have other questions regarding its
 every day use and operation, feel free to email this list again :-)
 
 - Giorgos
 
 


 --

 ---
 Correr, competir, eu levo isso no sangue, é parte da minha vida. -
Ayrton
 Senna
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
[EMAIL PROTECTED]






--

---
Correr, competir, eu levo isso no sangue, é parte da minha vida. - Ayrton
Senna
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: New to FreeBSD

2007-03-27 Thread Ivan Zenzerović

Hi guys,

i managed to install it, and, in fact I'm working on it right now. It's
great, just tell me, I should compile my kernel at this point? And a
question: I don't like this xorg, and I have installed KDE but how do I run
KDE?

Thanks,
Ivan

On 3/27/07, Jerry McAllister [EMAIL PROTECTED] wrote:


On Mon, Mar 26, 2007 at 11:09:52PM +0200, Ivan Zenzerovi? wrote:

 Hi to all.

 My name is Ivan and I'm new to FreeBSD and Unix, I worked a little in
 Linux, but it was a long time ago. I downloaded the 5.5 release and I
 plan installing it. I downloaded also all availible docs. I wondered
 if it is ok to start with this.


It is OK, but I would encourage you to download the latest RELEASE
to start with and that currently is FreeBSD 6.2.   It is better than 5.5.

But, you can get 5.5 to work if that is what you wish.

  And, also, I have an integrated GPU,
 it works well on FreeBSD?

Do you mean one that is built in to the motherboard?
There is a list of supported hardware in each RELEASE section
on the FreeBSD web site.   That is the place to look first.
Some NICs and other controllers that are int4egrated on the
motherboard do not work well, but I don't know which ones.
You might have to get more specific with the chip identification and such.

jerry

 Thanks,
 Ivan
 --

 ---
 Correr, competir, eu levo isso no sangue, é parte da minha vida. -
Ayrton
 Senna
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
[EMAIL PROTECTED]






--

---
Correr, competir, eu levo isso no sangue, é parte da minha vida. - Ayrton
Senna
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


New to FreeBSD

2007-03-26 Thread Ivan Zenzerović

Hi to all.

My name is Ivan and I'm new to FreeBSD and Unix, I worked a little in
Linux, but it was a long time ago. I downloaded the 5.5 release and I
plan installing it. I downloaded also all availible docs. I wondered
if it is ok to start with this. And, also, I have an integrated GPU,
it works well on FreeBSD?
Thanks,
Ivan
--

---
Correr, competir, eu levo isso no sangue, é parte da minha vida. - Ayrton
Senna
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: New to FreeBSD

2007-03-26 Thread Ivan Zenzerović

Hi,

when I tried with Knoppix, the X system worked well, but with debian I had
some problems. I'll try installing it on this week so I'll know everything.
Thanks for your answer.

Ivan

On 3/27/07, Roland Smith [EMAIL PROTECTED] wrote:


On Mon, Mar 26, 2007 at 11:09:52PM +0200, Ivan Zenzerović wrote:
 Hi to all.

 My name is Ivan and I'm new to FreeBSD and Unix, I worked a little in
 Linux, but it was a long time ago. I downloaded the 5.5 release and I
 plan installing it.

Better get 6.2. That is the latest production release. 5.5 is a legacy
release.

 I downloaded also all availible docs.

The docs are on the release CD and will be installed if you tell the
install program to do so.

It is a good idea to print out those parts of the FreeBSD Handbook that
deal with installation and have them handy.

 I wondered if it is ok to start with this.

What you could do is use an emulator (like VMware or the free Qemu) to
do a test install on a virtual machine. Furthermore there is the
Freesbie project which is a FreeBSD Live-CD that you can boot from to
get a feel for the system and how it deals with your hardware.

 And, also, I have an
 integrated GPU, it works well on FreeBSD?

Depends. It's not really dependant on FreeBSD, but more on the X
server. You should look at the docs on the X website: www.x.org

HTH,

Roland
--
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)





--

---
Correr, competir, eu levo isso no sangue, é parte da minha vida. - Ayrton
Senna
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]