Sendmail

2009-02-04 Thread Adil Drissi
Hi,

I have successfully installed Mysql and PHP but I am unable to send email via 
php. Sendmail is already installed apparently. I want to know if there is a way 
to test email by sendmail command lines. Another thing is that how to configure 
sendmail because i'm just a regular customer of an internet provider. I know 
the provider's mail server parameters. Can sendmail be used with these 
parameters?

Thank you



  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Extract .rar files

2009-01-17 Thread Adil Drissi
Hi all,

Do you know about any tool that I can use for extracting .rar files?

Thank you


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


move to fedora 8 from fedora 9

2008-12-22 Thread Adil Drissi
Hi,

Do you know a way to migrate to fedora 9 from fedora 8. I tried this:
# yum install preupgrade
# preupgrade

but this gave me fedora 10 by default in the in,stallation gui. So please if 
you know how to upgrade from fedora 8 to 9 please let me know.

Thank you


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Fedora 8 to Fedora 9 migration

2008-12-16 Thread Adil Drissi
Hi,

I used the command you gave me but i have only one choice: Fedora10. 

But I need fedora 9!

--- On Tue, 12/16/08, Michael Cronenworth m...@cchtml.com wrote:

 From: Michael Cronenworth m...@cchtml.com
 Subject: Re: Fedora 8 to Fedora 9 migration
 To: adil.dri...@yahoo.com, Community assistance, encouragement, and advice 
 for using Fedora. fedora-list@redhat.com
 Date: Tuesday, December 16, 2008, 6:11 AM
 Adil Drissi wrote:
 
  How can I upgrade my fedora 8 to fedora 9?

 
 # yum install preupgrade
 # preupgrade
 
 Follow the on screen instructions.


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Fedora 8 to Fedora 9 migration

2008-12-15 Thread Adil Drissi
Hi,

How can I upgrade my fedora 8 to fedora 9?

Thank you


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


MSN messenger compatible software

2008-11-11 Thread Adil Drissi
Hi,

I want to be able to chat with my msn contacts and use webcam.
I found a software that can do that KMess. But it does not come with fedora. 
So i'm wondering if there is any other software that can do the same job and 
comes with fedora 8?
Otherwise, how to install a .package file in fedora?

Thank you


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


pdf converter

2008-10-28 Thread Adil Drissi
Hi,

Is there any tool to convert openoffice documents to pdf?

Thanks


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Character encoding

2008-09-06 Thread Adil Drissi
Hi, 

Thank you for your answer. I want to use this in my personal computer. 
Can you give me the name of the variable please? Say I will set that variable 
to UTF-8 in /etc/profile, do you think that vim will always save my files in 
utf-8 format?

Another thing, a lot of editors allow to choose the text encoding format, and 
that what i want to be set by default to utf-8. I know that in my html code i 
have to set manually.

Thank you

--- On Sat, 9/6/08, Björn Persson [EMAIL PROTECTED] wrote:

 From: Björn Persson [EMAIL PROTECTED]
 Subject: Re: Character encoding
 To: [EMAIL PROTECTED], Community assistance, encouragement, and advice for 
 using Fedora. fedora-list@redhat.com
 Date: Saturday, September 6, 2008, 11:56 PM
 Adil Drissi wrote:
  I want to know what is the encoding type of a file. So
 i run this command:
  file --mime index.php. The output is :
 index.php: text/html
 
  But this does not give any character encoding type.
 
  I would like to convert this file to UTF-8 but the
 command convmv cannot be
  run without specifying the type of the file with -f
 option i think.
 
 There is no general way to find out the character encoding
 of a random piece 
 of data. Some encodings are fairly easy to recognize but
 the numerous 
 eight-bit encodings can be difficult to tell apart. The
 character encoding 
 must always be specified somewhere if it isn't
 implicitly known.
 
 In some file systems it's possible to specify the
 character encoding of a file 
 as an attribute, but I've never seen it used. HTML can
 contain a meta tag 
 that specifies the encoding, like this:
 
 meta http-equiv=Content-Type
 content=text/html; charset=utf-8
 
 If the HTML file is served by an HTTP server, then the
 server can specify the 
 encoding in the Content-Type header, and there are rules
 that define what the 
 encoding is if the server doesn't specify it.
 
 You could open the file in a browser that lets you choose
 the encoding, and 
 try an encoding that you think it may be. Then proofread
 the text. If all the 
 characters are right, then you guessed right, or close
 enough to work for 
 that particular file. If not, try the next encoding.
 
  o is there a way to convert this file to UTF-8
 
 Once you know the current encoding, transcoding won't
 be a big problem. If the 
 encoding is specified in the file, such as in a meta tag,
 then you'll have to 
 change that too.
 
  or better how to set the default character encoding to
 utf-8?
 
 Default in what context? The locale settings in the
 environment include a 
 character encoding. Many programs assume that text files
 and filenames are 
 encoded in that encoding, but some programs think
 they're smarter and assume 
 something else. (The approach with environment variables
 will of course fail 
 if different users use different locales and access the
 same files.)
 
 Björn Persson


  


-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Help with php-mysql installation

2008-08-29 Thread Adil Drissi
Hi,

I installed php-mysql with apache in my fedora 8.

Now i have a problem with running scripts connecting to the database from the 
browser. The same script i run it from terminal without any problem, but from 
browser it blocks in the line that connects to the DB without any error message 
also i'm including a die statement.

Thanks


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Cancel mv after execution

2008-08-23 Thread Adil Drissi
Hi,

Is it possible to cancel one command after execution?
my command was :
mv includes ../includes

i was in /var/www so if a directory includes already existed in /var it was 
replaced. 

Thank you


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: Cancel mv after execution

2008-08-23 Thread Adil Drissi
no i have just n empty includes (my includes was empty).
ctrl+c interrupts a process but in this case it is already complete.


--- On Sun, 8/24/08, Russell Miller [EMAIL PROTECTED] wrote:

 From: Russell Miller [EMAIL PROTECTED]
 Subject: Re: Cancel mv after execution
 To: [EMAIL PROTECTED], For users of Fedora fedora-list@redhat.com
 Date: Sunday, August 24, 2008, 4:07 AM
 Adil Drissi wrote:
  Hi,
 
  Is it possible to cancel one command after execution?
  my command was :
  mv includes ../includes
 
  i was in /var/www so if a directory includes already
 existed in /var it was replaced. 
 
  Thank you
 

 It wasn't replaced, it was put inside of it.
 
 You now have a ../includes/includes directory.
 
 Also, to cancel it, you press control and C -
 however, in the case of 
 commands such as mv and cp, you'll find the operation
 half done and will 
 usually have to clean up after it.
 
 --Russell

 
 


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: Cancel mv after execution

2008-08-23 Thread Adil Drissi
Ok maybe i didn't explain well.

I want to have the same file system that i had before executing my command.

If you have fedora8 can you check please if you have some directory of the name 
includes in /var?

Thanks


--- On Sun, 8/24/08, Craig White [EMAIL PROTECTED] wrote:

 From: Craig White [EMAIL PROTECTED]
 Subject: Re: Cancel mv after execution
 To: For users of Fedora fedora-list@redhat.com
 Date: Sunday, August 24, 2008, 11:13 AM
 On Sat, 2008-08-23 at 21:07 -0700, Russell Miller wrote:
  Adil Drissi wrote:
   Hi,
  
   Is it possible to cancel one command after
 execution?
   my command was :
   mv includes ../includes
  
   i was in /var/www so if a directory includes
 already existed in /var it was replaced. 
  
   Thank you
  
 
  It wasn't replaced, it was put inside of it.
  
  You now have a ../includes/includes directory.
  
  Also, to cancel it, you press control and
 C - however, in the case of 
  commands such as mv and cp, you'll find the
 operation half done and will 
  usually have to clean up after it.
 
 yeah - it's generally easier to let it complete and
 then 'mv' it back
 than to stop it part way.
 
 Craig
 
 -- 
 fedora-list mailing list
 fedora-list@redhat.com
 To unsubscribe:
 https://www.redhat.com/mailman/listinfo/fedora-list


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: Cancel mv after execution

2008-08-23 Thread Adil Drissi
Sorry

here is what i made:

mv includes ../


--- On Sun, 8/24/08, Adil Drissi [EMAIL PROTECTED] wrote:

 From: Adil Drissi [EMAIL PROTECTED]
 Subject: Cancel mv after execution
 To: fedora-list@redhat.com
 Date: Sunday, August 24, 2008, 3:57 AM
 Hi,
 
 Is it possible to cancel one command after execution?
 my command was :
 mv includes ../includes
 
 i was in /var/www so if a directory includes already
 existed in /var it was replaced. 
 
 Thank you
 
 
   
 
 -- 
 fedora-list mailing list
 fedora-list@redhat.com
 To unsubscribe:
 https://www.redhat.com/mailman/listinfo/fedora-list


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Is Apache included with Fedora

2008-08-12 Thread Adil Drissi
Hi,

I want to use Apache-Mysql-Php in my fedora 8.
I did yum install apache the result was no package apache available but 
httpd is already installed.

So i want to know if apache is installed in my machine under the name httpd or 
i have to download it myself. If it is already installed please tell me how to 
start it.

Thanks


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Need help with partitioning

2008-08-08 Thread Adil Drissi
Hi,

I've a laptop of 50GB. I am using the half for fedora 8 and i want to use the 
rest for
windows. I made a lot of modifications to the partition in previous 
installations by win or fedora and now i want you to help me figure it the 
right way.
When i run gparted i see the following:

/dev/sda/ (46.56 GB)
---
/dev/sda3 26.22GB

unallocated 20.15GB
--
/dev/sda1 ext3 boot boot 203.92 MB 31.39 MB 172.53 MB boot
/dev/sda3 unknown26.22 GB ... ... lvm
/dev/sda2 extended20.15 GB ... ... lba
unallocated unallocated20.15 GB ... ...
unallocated unallocated7.84 GB ... ...

Thanks


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: Need help with partitioning

2008-08-08 Thread Adil Drissi

Hi thank you for your answer,

I didn't understand many things. 

1. When you speak about fedora live cd do you mean the cd that i used for 
installing fedora? in That case there are some options when i boot from it, 
which one should i use?

2. when using fdisk should i use n for creating the partitions you sugested or 
i must unpartition everything. In that case how?

May be these are obvious questions for people who already use these tchniques 
but for me it is really the first time. Maybe i should read some tutorial 
dealing with that. Do you know about one  explaining just the basic things that 
i need or you can have the time to answer this kind of questions?

Thanks a lot
--- On Fri, 8/8/08, Peter Boy [EMAIL PROTECTED] wrote:

 From: Peter Boy [EMAIL PROTECTED]
 Subject: Re: Need help with partitioning
 To: [EMAIL PROTECTED], For users of Fedora fedora-list@redhat.com
 Date: Friday, August 8, 2008, 5:55 PM
 Am Freitag, den 08.08.2008, 10:07 -0700 schrieb Adil Drissi:
  I've a laptop of 50GB. I am using the half for
 fedora 8 and i want to
   use the rest for windows. I made a lot of
 modifications to the
   partition in previous installations by win or fedora
 and now i want
   you to help me figure it the right way.
 
 An often discussed topic.
 
 Given you will do it right and don't need
 to preserve the current
 partitions I would boot from a Fedora live CD or rescue
 system and use
 fdisk to partition the disk by fdisk /dev/sda
 
 prim partion 1:  24 gb hpfs
 prim partion 2:  50 gb ext3 (for boot, you may safely
 ignore 
  the warning)
 prim partion 3:  500 mb swap
 prim partion 4:  rest of the disk for LVM
 
 In LVM:
 8 - 10 gb lvSYS  for the root file system
 10 gb lvHOME for /home
 
 you may have about 2 gb unallocated which you can use later
 by lvm
 manager according to your needs.
 
 For root: 8 gb is enough for normal use (office desktop)
 and if you
 don't install all software packages. 10 gb
 is pretty much comfortable
 in this case, but you may need it for /home.


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: Need help with partitioning

2008-08-08 Thread Adil Drissi
I have already fedora8 installed. Can't i just run fdisk from the terminal?


--- On Sat, 8/9/08, Tim [EMAIL PROTECTED] wrote:

 From: Tim [EMAIL PROTECTED]
 Subject: Re: Need help with partitioning
 To: [EMAIL PROTECTED], For users of Fedora fedora-list@redhat.com
 Date: Saturday, August 9, 2008, 1:01 AM
 On Fri, 2008-08-08 at 17:11 -0700, Adil Drissi wrote:
  1. When you speak about fedora live cd do you mean the
 cd that i used
  for installing fedora? in That case there are some
 options when i boot
  from it, which one should i use?
 
 We don't know what disc you used to install from... 
 Here's what you
 could have:
 
 There's a live disc which you can boot up
 from and run the OS from
 without installing anything to any drive.  You can *also*
 start an
 installation from it.
 
 There are other discs which can only be used to start an
 installation,
 with different discs for different architectures (Intel x86
 CPU, PPC,
 64-bit).
 
 There's a rescue disc, which can be used to repair a
 broken system (it's
 a bootable disc, with a minimal working environment), and
 can be used to
 start installs which will install files from another source
 (such as
 from a network server, or another hard drive).
 
 You might want to start out by reading the notes available
 from this
 page:  http://docs.fedoraproject.org/release-notes/f9/ 
 There's a
 section about installation.
 
 -- 
 [EMAIL PROTECTED] ~]$ uname -r
 2.6.25.11-97.fc9.i686
 
 Don't send private replies to my address, the mailbox
 is ignored.  I
 read messages from the public lists.


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: Installing printer driver

2008-08-04 Thread Adil Drissi
Hi,

Sory i made an error while typing last time. The model is 2510, i found it in 
the site you gave me. But i don't know how to use tht infomation for installing 
it:
http://openprinting.org/show_printer.cgi?recnum=Samsung-ML-2510

Thanks


--- On Mon, 8/4/08, Anne Wilson [EMAIL PROTECTED] wrote:

 From: Anne Wilson [EMAIL PROTECTED]
 Subject: Re: Installing printer driver
 To: [EMAIL PROTECTED], For users of Fedora fedora-list@redhat.com
 Date: Monday, August 4, 2008, 8:09 AM
 On Sunday 03 August 2008 23:52:39 Adil Drissi wrote:
  Hi,
 
  My fedora 8 detected automatically the printer when
 turned it on. The
  problem is that it hasn't the right model so it
 made by default another
  model (i have sumsung ML-5010 and it assumed that it
 was compatible with
  5050). I keep all the default options but after that i
 am unable to print.
  So do you have any suggestions?
 
  Thanks
 
 It doesn't look good.  I can't find any mention
 anywhere of this working with 
 linux.  Your best bet is to try the model below, not the
 model above it.  
 http://openprinting.org/show_printer.cgi?recnum=Samsung-ML-5000a
 tells you 
 what to expect and what driver it will use, if it works at
 all.
 
 Anne


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


printing problem

2008-08-04 Thread Adil Drissi
Hi,

In the administration section of cups i have the following information in 
french that i will translate to english:
Description : Samsung ML-2510 Series
Lieu :
Marque et modèle : Samsung ML-2550 Foomatic/Postscript (recommended)
État de l'imprimante : ne fait rien, accepte les tâches, publique.
URI du matériel : usb://Samsung/ML-2510%20Series

Brand and model : Samsung ML-2550 Foomatic/Postscript (recommended)
Printer's Status : do nothing, accepts tasks, public.
URI of hardware : usb://Samsung/ML-2510%20Series

There is a button where one can print  test page. After printing it nothing 
happens.

Thank you



  


-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: printing problem

2008-08-04 Thread Adil Drissi
] [Job 5] Renderer process 
finished',
   'D [04/Aug/2008:15:00:09 -0400] [Job 5]',
   'D [04/Aug/2008:15:00:09 -0400] [Job 5] Closing foomatic-rip.',
   'D [04/Aug/2008:15:00:09 -0400] PID 3335 
(/usr/lib/cups/filter/foomatic-rip) exited with no errors.',
   'D [04/Aug/2008:15:00:09 -0400] [Job 5] Wrote 8192 bytes of 
print data...',
   'D [04/Aug/2008:15:00:09 -0400] [Job 5] Read 4291 bytes of print 
data...',
   'D [04/Aug/2008:15:00:09 -0400] [Job 5] Wrote 4291 bytes of 
print data...',
   'D [04/Aug/2008:15:00:09 -0400] PID 3336 
(/usr/lib/cups/backend/usb) exited with no errors.',
   'D [04/Aug/2008:15:00:09 -0400] [Job 5] File 0 is complete.',
   'I [04/Aug/2008:15:00:09 -0400] [Job 5] Completed successfully.',
   'D [04/Aug/2008:15:00:09 -0400] Discarding unused 
printer-state-changed event...',
   'I [04/Aug/2008:15:00:09 -0400] Saving subscriptions.conf...',
   'D [04/Aug/2008:15:00:10 -0400] cupsdAcceptClient: skipping 
getpeercon()',
   'D [04/Aug/2008:15:00:10 -0400] cupsdAcceptClient: 8 from 
localhost (Domain)',
   'D [04/Aug/2008:15:00:10 -0400] [Job 5] Unloading...',
   'D [04/Aug/2008:15:00:10 -0400] cupsdReadClient: 8 POST / 
HTTP/1.1',
   'D [04/Aug/2008:15:00:10 -0400] cupsdAuthorize: No 
authentication data provided.',
   'D [04/Aug/2008:15:00:10 -0400] Get-Notifications /',
   'D [04/Aug/2008:15:00:10 -0400] cupsdIsAuthorized: 
requesting-user-name=root',
   'D [04/Aug/2008:15:00:10 -0400] cupsdProcessIPPRequest: 8 
status_code=0 (successful-ok)',
   'D [04/Aug/2008:15:00:10 -0400] cupsdCloseClient: 8',
   'D [04/Aug/2008:15:00:10 -0400] cupsdAcceptClient: skipping 
getpeercon()',
   'D [04/Aug/2008:15:00:10 -0400] cupsdAcceptClient: 8 from 
localhost (Domain)',
   'D [04/Aug/2008:15:00:10 -0400] cupsdReadClient: 8 POST / 
HTTP/1.1',
   'D [04/Aug/2008:15:00:10 -0400] cupsdAuthorize: No 
authentication data provided.',
   'D [04/Aug/2008:15:00:10 -0400] Get-Jobs ipp://localhost/jobs/',
   'D [04/Aug/2008:15:00:10 -0400] cupsdProcessIPPRequest: 8 
status_code=0 (successful-ok)',
   'D [04/Aug/2008:15:00:10 -0400] cupsdReadClient: 8 POST / 
HTTP/1.1',
   'D [04/Aug/2008:15:00:10 -0400] cupsdAuthorize: No 
authentication data provided.',
   'D [04/Aug/2008:15:00:10 -0400] CUPS-Get-Printers',
   'D [04/Aug/2008:15:00:10 -0400] cupsdProcessIPPRequest: 8 
status_code=0 (successful-ok)',
   'D [04/Aug/2008:15:00:10 -0400] cupsdCloseClient: 8',
   'D [04/Aug/2008:15:00:39 -0400] cupsdAcceptClient: skipping 
getpeercon()',
   'D [04/Aug/2008:15:00:39 -0400] cupsdAcceptClient: 8 from 
localhost (Domain)',
   'D [04/Aug/2008:15:00:39 -0400] cupsdReadClient: 8 POST / 
HTTP/1.1',
   'D [04/Aug/2008:15:00:39 -0400] cupsdAuthorize: No 
authentication data provided.',
   'D [04/Aug/2008:15:00:39 -0400] Get-Job-Attributes 
ipp://localhost/jobs/5',
   'D [04/Aug/2008:15:00:39 -0400] [Job 5] Loading attributes...',
   'D [04/Aug/2008:15:00:39 -0400] cupsdProcessIPPRequest: 8 
status_code=0 (successful-ok)',
   'D [04/Aug/2008:15:00:39 -0400] cupsdCloseClient: 8',
   'D [04/Aug/2008:15:00:39 -0400] cupsdAcceptClient: skipping 
getpeercon()',
   'D [04/Aug/2008:15:00:39 -0400] cupsdAcceptClient: 8 from 
localhost (Domain)',
   'D [04/Aug/2008:15:00:39 -0400] cupsdReadClient: 8 POST / 
HTTP/1.1',
   'D [04/Aug/2008:15:00:39 -0400] cupsdAuthorize: No 
authentication data provided.',
   'D [04/Aug/2008:15:00:39 -0400] Cancel-Subscription /',
   'D [04/Aug/2008:15:00:39 -0400] cupsdIsAuthorized: 
requesting-user-name=root',
   'I [04/Aug/2008:15:00:39 -0400] Saving subscriptions.conf...',
   'D [04/Aug/2008:15:00:39 -0400] cupsdProcessIPPRequest: 8 
status_code=0 (successful-ok)',
   'D [04/Aug/2008:15:00:39 -0400] cupsdCloseClient: 8',
   'D [04/Aug/2008:15:00:39 -0400] cupsdAcceptClient: skipping 
getpeercon()',
   'D [04/Aug/2008:15:00:39 -0400] cupsdAcceptClient: 8 from 
localhost (Domain)',
   'D [04/Aug/2008:15:00:39 -0400] cupsdReadClient: 8 GET 
/admin/log/error_log HTTP/1.1',
   'D [04/Aug/2008:15:00:39 -0400] cupsdAuthorize: No 
authentication data provided.']}



--- On Mon, 8/4/08, Tim Waugh [EMAIL PROTECTED] wrote:

 From: Tim Waugh [EMAIL PROTECTED]
 Subject: Re: printing problem
 To: [EMAIL PROTECTED], For users of Fedora fedora-list@redhat.com
 Date: Monday, August 4, 2008, 10:34 PM
 On Mon, 2008-08-04 at 15:26 -0700, Adil Drissi wrote:
  There is a button where one can print  test page

Installing printer driver

2008-08-03 Thread Adil Drissi
Hi,

My fedora 8 detected automatically the printer when turned it on. The problem 
is that it hasn't the right model so it made by default another model (i have 
sumsung ML-5010 and it assumed that it was compatible with 5050). I keep all 
the default options but after that i am unable to print. So do you have any 
suggestions?

Thanks


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Fedora 8 and partitioning

2008-07-27 Thread Adil Drissi
Hi,

I have winXP installed in my lapop.

When installing it i choose to create a new partition (D:) that i was intending 
to use for fedora8.

After installing fedora 8, now i have both operating systems windows uses c: 
(20GB) i have D: accessible from windows that i can format to either FAT or 
NTFS, but fedora only uses the remaining space so now i cannot run any program, 
even mozilla does not work.

So my question is if there is a way to increase fedora's partition, knowing 
that i have access to c: but not to d: from fedora.
I'm using fedora8 because i'm intending to use a software that only runs in 
version 8.

Thank you for advance


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Fedora 8 and partitioning

2008-07-27 Thread Adil Drissi
Hi,

I have winXP installed in my lapop.

When installing it i choose to create a new partition (D:) that i was intending 
to use for fedora8.

After installing fedora 8, now i have both operating systems windows uses c: 
(20GB) i have D: accessible from windows that i can format to either FAT or 
NTFS, but fedora only uses the remaining space so now i cannot run any program, 
even mozilla does not work.

So my question is if there is a way to increase fedora's partition, knowing 
that i have access to c: but not to d: from fedora.
I'm using fedora8 because i'm intending to use a software that only runs in 
version 8.

Thank you for advance



  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: Fedora 8 and partitioning

2008-07-27 Thread Adil Drissi
Hi, i reinstalled fedora before reading your message. I did it in my way i 
removed the two windows partitions in the installation process. Now i have in 
the file system some 24GB. I have another problem now. I trying to install gcc 
because i didn't choose to do so during the installation process. I am using 
the menu applications -- add remove software. After that i have an alert box 
saying that an other program is blocking access to information about software. 
Do you have an idea about how i can resolve that?

Thanks

--- On Sun, 7/27/08, Aaron Konstam [EMAIL PROTECTED] wrote:

 From: Aaron Konstam [EMAIL PROTECTED]
 Subject: Re: Fedora 8 and partitioning
 To: [EMAIL PROTECTED], For users of Fedora fedora-list@redhat.com
 Date: Sunday, July 27, 2008, 8:04 PM
 On Sun, 2008-07-27 at 10:08 -0700, Adil Drissi wrote:
  Hi,
  
  I have winXP installed in my laptop.
  
  When installing it i choose to create a new partition
 (D:) that i was intending to use for fedora8.
  
  After installing fedora 8, now i have both operating
 systems windows uses c: (20GB) i have D: accessible from
 windows that i can format to either FAT or NTFS, but fedora
 only uses the remaining space so now i cannot run any
 program, even mozilla does not work.
  
  So my question is if there is a way to increase
 fedora's partition, knowing that i have access to c: but
 not to d: from fedora.
  I'm using fedora8 because i'm intending to use
 a software that only runs in version 8.
  
  Thank you for advance
  To have fedora and WinXP on the same machine you do not
 create a partition D:.
 When you install F8 you can re-format that partition as a
 ext3
 p[partition as well as reallocate the space to handle the
 F8 system.
 partd and gpartd can be used in Fedora to re-size
 partitions also.


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: Fedora 8 and partitioning

2008-07-27 Thread Adil Drissi
Hi, 

I retarted my machine the problem seem fixed.

Thanks


--- On Sun, 7/27/08, Adil Drissi [EMAIL PROTECTED] wrote:

 From: Adil Drissi [EMAIL PROTECTED]
 Subject: Re: Fedora 8 and partitioning
 To: For users of Fedora fedora-list@redhat.com, Aaron Konstam [EMAIL 
 PROTECTED]
 Date: Sunday, July 27, 2008, 9:03 PM
 Hi, i reinstalled fedora before reading your message. I did
 it in my way i removed the two windows partitions in the
 installation process. Now i have in the file system some
 24GB. I have another problem now. I trying to install gcc
 because i didn't choose to do so during the installation
 process. I am using the menu applications -- add
 remove software. After that i have an alert box saying
 that an other program is blocking access to information
 about software. Do you have an idea about how i can resolve
 that?
 
 Thanks
 
 --- On Sun, 7/27/08, Aaron Konstam
 [EMAIL PROTECTED] wrote:
 
  From: Aaron Konstam [EMAIL PROTECTED]
  Subject: Re: Fedora 8 and partitioning
  To: [EMAIL PROTECTED], For users of
 Fedora fedora-list@redhat.com
  Date: Sunday, July 27, 2008, 8:04 PM
  On Sun, 2008-07-27 at 10:08 -0700, Adil Drissi wrote:
   Hi,
   
   I have winXP installed in my laptop.
   
   When installing it i choose to create a new
 partition
  (D:) that i was intending to use for fedora8.
   
   After installing fedora 8, now i have both
 operating
  systems windows uses c: (20GB) i have D: accessible
 from
  windows that i can format to either FAT or NTFS, but
 fedora
  only uses the remaining space so now i cannot run any
  program, even mozilla does not work.
   
   So my question is if there is a way to increase
  fedora's partition, knowing that i have access to
 c: but
  not to d: from fedora.
   I'm using fedora8 because i'm intending
 to use
  a software that only runs in version 8.
   
   Thank you for advance
   To have fedora and WinXP on the same machine you do
 not
  create a partition D:.
  When you install F8 you can re-format that partition
 as a
  ext3
  p[partition as well as reallocate the space to handle
 the
  F8 system.
  partd and gpartd can be used in Fedora to re-size
  partitions also.
 
 
   
 
 -- 
 fedora-list mailing list
 fedora-list@redhat.com
 To unsubscribe:
 https://www.redhat.com/mailman/listinfo/fedora-list


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list