Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Trouble burning DVD+R (DVD plus R)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
kvance
n00b
n00b


Joined: 03 Apr 2003
Posts: 10

PostPosted: Sat Oct 01, 2005 12:37 am    Post subject: Trouble burning DVD+R (DVD plus R) Reply with quote

I recently got a new Pioneer 110D, which has been working fine burning data to DVD minus R discs. I just bought a big stack of Verbatim DVD plus R's, and I can't make them work. K3B burns the disc without complaint, but the result is unmountable:

Code:
% mount /mnt/dvr
mount: wrong fs type, bad option, bad superblock on /dev/dvr,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

/var/log/messages is full of lines like this:

Code:
Sep 30 20:07:51 atlas attempt to access beyond end of device
Sep 30 20:07:51 atlas hdc: rw=0, want=68, limit=4
Sep 30 20:07:51 atlas attempt to access beyond end of device
Sep 30 20:07:51 atlas hdc: rw=0, want=4789632, limit=4
Sep 30 20:07:51 atlas attempt to access beyond end of device
Sep 30 20:07:51 atlas hdc: rw=0, want=4788608, limit=4
...
Sep 30 20:07:51 atlas UDF-fs: No partition found (1)
Sep 30 20:07:51 atlas attempt to access beyond end of device
Sep 30 20:07:51 atlas hdc: rw=0, want=68, limit=4
Sep 30 20:07:51 atlas isofs_fill_super: bread failed, dev=hdc, iso_blknum=16, block=16

I've been burning DVD minus R's since cdrecord got support for the Pioneer A03 (my ooooold burner), but this is my first time with DVD+R. Anybody know what's gone wrong?
Back to top
View user's profile Send private message
Xaid
Guru
Guru


Joined: 30 Oct 2004
Posts: 474
Location: Edmonton / Alberta

PostPosted: Sat Oct 01, 2005 12:57 am    Post subject: Reply with quote

Hi kvance,

I have a Pioneer DVR 109 and I heard the same problems when burning DVD+R , some say its buggy firmware from Pioneer.
I use growisofs (part of the dvd+rw-tools package) to burn DVDs, and there is a patch to fix this issue, you can search the forum for more information. And check this link for a possible fix:

https://bugs.gentoo.org/show_bug.cgi?id=95357

Good luck.
Back to top
View user's profile Send private message
kvance
n00b
n00b


Joined: 03 Apr 2003
Posts: 10

PostPosted: Sat Oct 01, 2005 1:42 am    Post subject: Reply with quote

Thanks for the link, Xaid. Sadly, it did not burn a useful DVD. It was actually mountable this time, but was truncated at 77%. Interesting error messages:

Code:
2350415872/3036919808 (77.4%) @6.6x, remaining 1:26
2350415872/3036919808 (77.4%) @0.0x, remaining 1:27
:-? the LUN appears to be stuck writing LBA=118310h, retry in 47ms
2350415872/3036919808 (77.4%) @0.0x, remaining 1:28
2350415872/3036919808 (77.4%) @0.0x, remaining 1:29
:-? the LUN appears to be stuck writing LBA=118310h, retry in 47ms
2350415872/3036919808 (77.4%) @0.0x, remaining 1:30
:-? the LUN appears to be stuck writing LBA=118310h, retry in 47ms
2350415872/3036919808 (77.4%) @0.0x, remaining 1:31
2353004544/3036919808 (77.5%) @0.5x, remaining 1:32
:-? the LUN appears to be stuck writing LBA=118800h, retry in 0ms
:-[ WRITE@LBA=80118800h failed with SK=2h/ASC=04h/ACQ=08h]: Resource temporarily unavailable
:-( write failed: Resource temporarily unavailable
/dev/hdc: flushing cache
/dev/hdc: closing track
/dev/hdc: closing disc
:-[ CLOSE SESSION (but try to continue) failed with SK=2h/ASC=04h/ACQ=07h]: Resource temporarily unavailable
:-[ CLOSE SESSION (but try to continue) failed with SK=2h/ASC=04h/ACQ=07h]: Resource temporarily unavailable
:-[ CLOSE SESSION (but try to continue) failed with SK=2h/ASC=04h/ACQ=07h]: Resource temporarily unavailable
:-[ CLOSE SESSION (but try to continue) failed with SK=2h/ASC=04h/ACQ=07h]: Resource temporarily unavailable
...

The CLOSE SESSION (but try to continue) message was part of the patch, so that was definitely triggered... maybe it might not be applicable for a DVR-110?
Back to top
View user's profile Send private message
Xaid
Guru
Guru


Joined: 30 Oct 2004
Posts: 474
Location: Edmonton / Alberta

PostPosted: Sat Oct 01, 2005 2:16 am    Post subject: Reply with quote

I'm not really sure if its incompatibility with growisofs and your burner. Whats the version of the kernel that you are currently running? someone mentioned a problem that can cause this in kernel versions < 2.6.11.6, also, are you running the latest firmware for your burner? did you check Pioneer's website to see if the media that you has is supported with no problems?

I looked on the forum and some people suggested turning on "packet writing" in the kernel but I don't think it'll do anything in your case.
Try posting a follow up on that bug, maybe someone there has a better idea.

Someone else reported a similar problem here:
link
Back to top
View user's profile Send private message
trey85stang
n00b
n00b


Joined: 29 Sep 2005
Posts: 38
Location: Ft. Worth, TX

PostPosted: Sat Oct 01, 2005 7:50 am    Post subject: Reply with quote

if you use growisofs try adding the -dvd-compat flag. It could help you out!
_________________
I am not as cool as you!
Back to top
View user's profile Send private message
unarana
Tux's lil' helper
Tux's lil' helper


Joined: 05 Mar 2004
Posts: 120
Location: Erice (TP) Italy

PostPosted: Wed Oct 05, 2005 7:57 pm    Post subject: Reply with quote

I've the same problem, i've tried some different kernels (2.6.12-gentoo-r10 and 2.6.13-ck6) and firmwares (1.17 and 1.22), emerged dvd+rw-tools with USE=-dvd-compat (but there 's any dvd-compat flag in dvd+rw-tools) and used growisofs with -dvd-compat command

No problem using NeroLinux

:?:


Ciao :mrgreen:
_________________
In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that.
Linus Torvalds


Last edited by unarana on Wed Oct 05, 2005 9:09 pm; edited 1 time in total
Back to top
View user's profile Send private message
kvance
n00b
n00b


Joined: 03 Apr 2003
Posts: 10

PostPosted: Wed Oct 05, 2005 8:27 pm    Post subject: Reply with quote

unarana wrote:
No problem using NeroLinux


Oh, hey! I didn't know they made Nero for linux.

...And I can confirm Nero works for me too. I hope someone figures this out before my demo expires :mrgreen:
Back to top
View user's profile Send private message
mike456
n00b
n00b


Joined: 17 Sep 2003
Posts: 17

PostPosted: Sat Oct 08, 2005 4:29 am    Post subject: Reply with quote

I got this problem too.

Drive: PIONEER DVD-RW DVR-109
Firmware: 1.50
UDMA 2
kernel 2.6.12 gentoo-sources; yada yada...

Trouble burning DVD+R media (TDK). I've tried all sorts of speeds (2X,4X) seems to produce coasters consistently. Complains occasionally during buring about LBA errors -- sometimes.

Symptoms of finished DVD+Rs are that they cannot be mounted. Mount gives standard "bad superblock..." error, dmesg sayz:

Code:

attempt to access beyond end of device
hdc: rw=0, want=68, limit=4
isofs_fill_super: bread failed, dev=hdc, iso_blknum=16, block=16
hdc: drive_cmd: status=0x01 { Error }
hdc: drive_cmd: error=0x04 { AbortedCommand }
Back to top
View user's profile Send private message
unarana
Tux's lil' helper
Tux's lil' helper


Joined: 05 Mar 2004
Posts: 120
Location: Erice (TP) Italy

PostPosted: Sat Oct 08, 2005 6:58 am    Post subject: Reply with quote

mike456 wrote:

PIONEER DVD-RW DVR-109


See what Xaid wrote some posts above, anyway this is the link https://bugs.gentoo.org/show_bug.cgi?id=95357

@ kvance
I think is better to change the topic name in "Trouble burning DVD+R (DVD plus R) with Pioneer burners"

Ciao :mrgreen:
_________________
In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that.
Linus Torvalds
Back to top
View user's profile Send private message
surfmasta
n00b
n00b


Joined: 23 Jul 2005
Posts: 36

PostPosted: Sun Oct 09, 2005 12:46 pm    Post subject: Reply with quote

And i got this problem too.
But i've got a BenQ DW1620.
I'm always burning with k3b, but i dont burned for a long time, so i dont recognized that maybe some updates breakes something. Before my gentoo i had a debian unstable/experimental and this is the last time i remember i had burn some dvds. ok, my problem is, i can burn dvd+rw, but no dvd+r. k3b stucks on 100%, so i have to cancel it. here is the debug output:

Code:

System
-----------------------
K3b Version: 0.12

KDE Version: 3.4.2
QT Version:  3.3.4
Kernel:      2.6.13-gentoo-r3
Devices
-----------------------
PHILIPS CDRW5224 P1.4 (/dev/hdd, ) at /mnt/cdrom [CD-R; CD-RW; CD-ROM] [CD-ROM; CD-R; CD-RW] [SAO; TAO; RAW; SAO/R96P; SAO/R96R; RAW/R16; RAW/R96P; RAW/R96R]

BENQ DVD DD DW1620 B7W9 (/dev/hdc, ) at /mnt/dvd [CD-R; CD-RW; CD-ROM; DVD-ROM; DVD-R; DVD-RW; DVD+R; DVD+RW; DVD+R DL] [DVD-ROM; DVD-R Sequential; DVD-RW Sequential; DVD+RW; DVD+R; DVD+R Double Layer; CD-ROM; CD-R; CD-RW] [SAO; TAO; RAW; SAO/R96R; RAW/R16; RAW/R96R; Restricted Overwrite]
Used versions
-----------------------
growisofs: 5.21

growisofs
-----------------------
Executing 'builtin_dd if=/home/surfmasta/dvd/backup.01okt2005.iso of=/dev/hdc obs=32k seek=0'
/dev/hdc: "Current Write Speed" is 4.1x1385KBps.
    163840/4215400448 ( 0.0%) @0.0x, remaining 3001:34
  11501568/4215400448 ( 0.3%) @2.4x, remaining 60:55
  29949952/4215400448 ( 0.7%) @3.9x, remaining 30:16
  46170112/4215400448 ( 1.1%) @3.4x, remaining 25:35
  64651264/4215400448 ( 1.5%) @3.9x, remaining 21:24
  83034112/4215400448 ( 2.0%) @3.9x, remaining 19:04
  99254272/4215400448 ( 2.4%) @3.4x, remaining 18:39
 117637120/4215400448 ( 2.8%) @3.9x, remaining 17:25
 136019968/4215400448 ( 3.2%) @3.9x, remaining 16:29
 154501120/4215400448 ( 3.7%) @3.9x, remaining 16:12
 172883968/4215400448 ( 4.1%) @3.9x, remaining 15:35
 184975360/4215400448 ( 4.4%) @2.6x, remaining 15:36
 203358208/4215400448 ( 4.8%) @3.9x, remaining 15:27
 221741056/4215400448 ( 5.3%) @3.9x, remaining 15:00
 240222208/4215400448 ( 5.7%) @3.9x, remaining 14:37
 258605056/4215400448 ( 6.1%) @3.9x, remaining 14:32
 277053440/4215400448 ( 6.6%) @3.9x, remaining 14:12
 295469056/4215400448 ( 7.0%) @3.9x, remaining 13:55
 313851904/4215400448 ( 7.4%) @3.9x, remaining 13:52
 329973760/4215400448 ( 7.8%) @3.4x, remaining 13:44
 348389376/4215400448 ( 8.3%) @3.9x, remaining 13:30
 366837760/4215400448 ( 8.7%) @3.9x, remaining 13:27
 385220608/4215400448 ( 9.1%) @3.9x, remaining 13:15
 403603456/4215400448 ( 9.6%) @3.9x, remaining 13:03
 422084608/4215400448 (10.0%) @3.9x, remaining 13:01
 440467456/4215400448 (10.4%) @3.9x, remaining 12:51
 458850304/4215400448 (10.9%) @3.9x, remaining 12:41
 477331456/4215400448 (11.3%) @3.9x, remaining 12:39
 495714304/4215400448 (11.8%) @3.9x, remaining 12:30
 511639552/4215400448 (12.1%) @3.4x, remaining 12:32
 524615680/4215400448 (12.4%) @2.7x, remaining 12:32
 542998528/4215400448 (12.9%) @3.9x, remaining 12:23
 561381376/4215400448 (13.3%) @3.9x, remaining 12:22
 579862528/4215400448 (13.8%) @3.9x, remaining 12:13
 598245376/4215400448 (14.2%) @3.9x, remaining 12:05
   .
   .
   .
4131225600/4215400448 (98.0%) @3.9x, remaining 0:16
4149673984/4215400448 (98.4%) @3.9x, remaining 0:12
4168122368/4215400448 (98.9%) @3.9x, remaining 0:09
4186570752/4215400448 (99.3%) @3.9x, remaining 0:05
4205051904/4215400448 (99.8%) @3.9x, remaining 0:01
4215373824/4215400448 (100.0%) @2.2x, remaining 0:00
4215373824/4215400448 (100.0%) @0.0x, remaining 0:00
4215373824/4215400448 (100.0%) @0.0x, remaining 0:00
4215373824/4215400448 (100.0%) @0.0x, remaining 0:00
4215373824/4215400448 (100.0%) @0.0x, remaining 0:00
4215373824/4215400448 (100.0%) @0.0x, remaining 0:00
4215373824/4215400448 (100.0%) @0.0x, remaining 0:00
4215373824/4215400448 (100.0%) @0.0x, remaining 0:00
4215373824/4215400448 (100.0%) @0.0x, remaining 0:00
4215373824/4215400448 (100.0%) @0.0x, remaining 0:00
4215373824/4215400448 (100.0%) @0.0x, remaining 0:00
4215373824/4215400448 (100.0%) @0.0x, remaining 0:00
4215373824/4215400448 (100.0%) @0.0x, remaining 0:00
4215373824/4215400448 (100.0%) @0.0x, remaining 0:00
4215373824/4215400448 (100.0%) @0.0x, remaining 0:00
4215373824/4215400448 (100.0%) @0.0x, remaining 0:00
  .
  .
  .
4215373824/4215400448 (100.0%) @0.0x, remaining 0:00
4215373824/4215400448 (100.0%) @0.0x, remaining 0:00
4215373824/4215400448 (100.0%) @0.0x, remaining 0:00
4215373824/4215400448 (100.0%) @0.0x, remaining 0:00
/dev/hdc: flushing cache

growisofs command:
-----------------------
/usr/bin/growisofs -Z /dev/hdc=/home/surfmasta/dvd/backup.1okt2005.iso -use-the-force-luke=notray -use-the-force-luke=tty -dvd-compat -speed=4


This is my last try. Before this, i had this problem with my vanilla-kernel 2.6.12.2 and without actual gentoo ~86 update. Now i updated a part of my system and i'm using the gentoo-sources 2.6.13-r3 and the problem still exists.
Now i restarted my machine and executed the last line from the k3b-debug to finish my dvd-burn:
Code:

matrix linux # /usr/bin/growisofs -Z /dev/hdc=/home/surfmasta/dvd/backup.1okt2005.iso -use-the-force-luke=notray -use-the-force-luke=tty -dvd-compat -speed=4
Executing 'builtin_dd if=/home/surfmasta/dvd/backup.1okt2005.iso of=/dev/hdc obs=32k seek=0'
/dev/hdc: "Current Write Speed" is 4.1x1385KBps.
:-? resuming track#1 from LBA#2058304
 235962368/4215400448 ( 5.6%) @22.1x, remaining 1:41
 369754112/4215400448 ( 8.8%) @28.2x, remaining 1:33
 494403584/4215400448 (11.7%) @26.3x, remaining 1:37
 616431616/4215400448 (14.6%) @25.8x, remaining 1:33
 691863552/4215400448 (16.4%) @15.9x, remaining 1:36
 791150592/4215400448 (18.8%) @21.0x, remaining 1:39
 911343616/4215400448 (21.6%) @25.4x, remaining 1:34
1031274496/4215400448 (24.5%) @25.3x, remaining 1:29
1150812160/4215400448 (27.3%) @25.2x, remaining 1:27
1270611968/4215400448 (30.1%) @25.3x, remaining 1:23
1390936064/4215400448 (33.0%) @25.4x, remaining 1:21
1507328000/4215400448 (35.8%) @24.6x, remaining 1:17
1610874880/4215400448 (38.2%) @21.9x, remaining 1:14
1718222848/4215400448 (40.8%) @22.7x, remaining 1:12
1834876928/4215400448 (43.5%) @24.6x, remaining 1:08
1950220288/4215400448 (46.3%) @24.3x, remaining 1:05
2060845056/4215400448 (48.9%) @23.4x, remaining 1:02
2144370688/4215400448 (50.9%) @17.6x, remaining 1:00
2239496192/4215400448 (53.1%) @20.1x, remaining 0:58
2359132160/4215400448 (56.0%) @25.3x, remaining 0:55
2476867584/4215400448 (58.8%) @24.9x, remaining 0:51
2595487744/4215400448 (61.6%) @25.0x, remaining 0:47
2756083712/4215400448 (65.4%) @33.9x, remaining 0:42
2929983488/4215400448 (69.5%) @36.7x, remaining 0:36
3100377088/4215400448 (73.5%) @36.0x, remaining 0:30
3268673536/4215400448 (77.5%) @35.5x, remaining 0:26
3440771072/4215400448 (81.6%) @36.3x, remaining 0:20
3612868608/4215400448 (85.7%) @36.3x, remaining 0:16
3786670080/4215400448 (89.8%) @36.7x, remaining 0:11
3958505472/4215400448 (93.9%) @36.3x, remaining 0:06
4131422208/4215400448 (98.0%) @36.5x, remaining 0:02
builtin_dd: 2058304*2KB out @ average 27.5x1385KBps
matrix linux #


Tried to mount the media, but
Code:

surfmasta@matrix ~ $ mount /mnt/dvd/
mount: wrong fs type, bad option, bad superblock on /dev/hdc,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

surfmasta@matrix ~ $


Now i trashed around 5 dvd-r and dont know what to do...
Updated the newest firmware -> still not finished the burnprocess
Tried to use the newest (masked) cdrecord-alpha version -> still not finished the burnprocess
Tried to recompile dvd+rw-tools (growisofs) everytime -> still not finished the burnprocess
Tried to compile a close.cpp from the growisofs-project (cos it should solve this problem with the unfinished dvdr) -> can close the dvdr-session and mount it, but some files (1%) are corrupted. i can control it cos i see some I/O errors when i try to recover my backup to hdd.

But i recognized that with my gentoo-kernel 2.6.13-r3 i maybe have some useful logs:
Code:

attempt to access beyond end of device
hdc: rw=0, want=68, limit=4
isofs_fill_super: bread failed, dev=hdc, iso_blknum=16, block=16
attempt to access beyond end of device
hdc: rw=0, want=68, limit=4
isofs_fill_super: bread failed, dev=hdc, iso_blknum=16, block=16
cdrom: open failed.
attempt to access beyond end of device
hdc: rw=0, want=68, limit=4
isofs_fill_super: bread failed, dev=hdc, iso_blknum=16, block=16


I dont know what to do, i will try to finish my dvd in knoppix, but it would be nice if it will work in my gentoo-box.
Back to top
View user's profile Send private message
crime_minister
n00b
n00b


Joined: 06 Nov 2004
Posts: 8
Location: Toronto, Canada

PostPosted: Tue Oct 18, 2005 3:07 pm    Post subject: Trouble w/ DVD+R not confined to Pioneer burners Reply with quote

surfmasta wrote:
And i got this problem too.
But i've got a BenQ DW1620.


You're not alone. I'm having a similar problem, but with an HP dvd630. I've had no problems burning DVD-R discs in the past using dvd+rw-tools (growisofs), but when I attempted to burn a DVD+R disc for the first time I got an error message like:

Code:

  <snip>
   6127616/4380731392 ( 0.1%) @0.0x, remaining 523:32
   6127616/4380731392 ( 0.1%) @0.0x, remaining 559:14[/i]
   6127616/4380731392 ( 0.1%) @0.0x, remaining 594:55
   6127616/4380731392 ( 0.1%) @0.0x, remaining 642:31
   6127616/4380731392 ( 0.1%) @0.0x, remaining 678:13
   6127616/4380731392 ( 0.1%) @0.0x, remaining 713:54
   6127616/4380731392 ( 0.1%) @0.0x, remaining 785:18
:-( unable to WRITE@LBA=bb0h: Input/output error
builtin_dd: 2992*2KB out @ average 0.1x1385KBps
:-( write failed: Input/output error


Any suggestions appreciated. For what it's worth, here's the hdparm -I output for my burner:

Code:

/dev/cdrw:

ATAPI CD-ROM, with removable media
        Model Number:       HP  DVD Writer 630
        Serial Number:      CNKA18759C
        Firmware Revision:  AH02
Standards:
        Likely used CD-ROM ATAPI-1
Configuration:
        DRQ response: 50us.
        Packet size: 12 bytes
Capabilities:
        LBA, IORDY(cannot be disabled)
        DMA: mdma0 mdma1 mdma2 udma0 udma1 *udma2
             Cycle time: min=120ns recommended=120ns
        PIO: pio0 pio1 pio2 pio3 pio4
             Cycle time: no flow control=120ns  IORDY flow control=120ns
HW reset results:
        CBLID- above Vih
        Device num = 1

_________________
GPG Key ID: 0x09D718E8 (Please encrypt!)
Back to top
View user's profile Send private message
nix_nix
n00b
n00b


Joined: 09 Sep 2005
Posts: 5
Location: Calgary, AB

PostPosted: Wed Oct 19, 2005 9:22 am    Post subject: Reply with quote

I too have this problem with my DVR-109 firmware 1.58 and vanilla kernel 2.6.13.2 . That is,

9.39% done, estimate finish Wed Oct 19 03:13:38 2005
9.64% done, estimate finish Wed Oct 19 03:13:30 2005
9.90% done, estimate finish Wed Oct 19 03:13:22 2005
:-? the LUN appears to be stuck writing LBA=30310h, retry in 70ms
:-? the LUN appears to be stuck writing LBA=30800h, retry in 0ms
:-[ WRITE@LBA=80030800h failed with SK=2h/ASC=04h/ACQ=08h]: Resource temporarily unavailable
builtin_dd: 198656*2KB out @ average 3.8x1385KBps
:-( write failed: Resource temporarily unavailable

... and then it closes the session, despite being only 9.90% done.

The best I've been able to accomplish with this drive was the following sequence of steps:

1. Insert blank DVD
2. growisofs ... completes successfully
3. Eject completely readable and useful DVD.
4. hdparm -d1 /dev/hdd # (turn DMA back on for my DVD drive)

5. Insert blank DVD
6. growisofs ... completes successfully
7. Eject completely readable and useful DVD.
8. hdparm -d1 /dev/hdd # (turn DMA back on for my DVD drive)

9. Insert blank DVD
A. growisofs ... completes successfully
B. Eject completely readable and useful DVD.
C. hdparm -d1 /dev/hdd # (turn DMA back on for my DVD drive)

D. Insert blank DVD
E. growisofs ... fails as described above -> brand new coaster
F. hdparm -d1 /dev/hdd # (turn DMA back on for my DVD drive)

10. Insert blank DVD
11. growisofs ... fails as described above -> brand new coaster
12. hdparm -d1 /dev/hdd # (turn DMA back on for my DVD drive)

So, I guess my DVD player works 60% of the time, as long as you don't try to burn more than 5 DVDs at a time :o)

Perhaps what we need is a patch similar to the one fixing the "close session" bug. In essence, growisofs should be a little more patient in the face of "Resource temporarily unavailable" errors.
Back to top
View user's profile Send private message
unarana
Tux's lil' helper
Tux's lil' helper


Joined: 05 Mar 2004
Posts: 120
Location: Erice (TP) Italy

PostPosted: Sun Oct 23, 2005 8:27 am    Post subject: Reply with quote

https://forums.gentoo.org/viewtopic.php?p=2811343#2811343

it means UP :lol:

Ciao :mrgreen:
_________________
In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that.
Linus Torvalds
Back to top
View user's profile Send private message
nix_nix
n00b
n00b


Joined: 09 Sep 2005
Posts: 5
Location: Calgary, AB

PostPosted: Mon Oct 24, 2005 9:51 pm    Post subject: Reply with quote

Quote:
it means UP :lol:

Huh ?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum