Why is my location on the world map determined incorrectly?
Linux
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What can I do?
• What to Read?
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• RYXI
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Зарегистрируйся!

RYXI > LinuxGo to page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | next »

  Recent blog posts: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Moderators:
Friday, 30 November 2007
cant run bash scripts.. Vihang 16:59:02
 i cant execute any bash script in the directory /var/www/html/cgi-b­in
if i copy the same bash script to the /tmp or anyother for that matter
i am able to exucute it what can be the prob.

___________________­_________________
root@one[/var/www/html/cgi-bin]# cat tmp
#!/bin/sh
echo "hey hey"
root@one[/var/www/html/cgi-bin]#
root@one[/var/www/html/cgi-bin]# ./tmp
root@one[/var/www/html/cgi-bin]#
root@one[/var/www/html/cgi-bin]# cp tmp /tmp/tmp
root@one[/var/www/html/cgi-bin]# /tmp/tmp
hey hey
root@one[/var/www/html/cgi-bin]#
___________________­_________________

what can be the prob??

thanks in advance

comment 18 answers | Add comment
Tuesday, 18 September 2007
Shell Script Question David Lightman 22:16:01
 I am trying to write my first real script, and I have a problem. I
simply want to record 1 second of audio to a file, and do so on an
automated basis. My script is:

rec sample.au &
sleep 1s
kill -INT $!

The problem is that the process "sox" still runs after my script
executes and the output file is corrupt. Any help on this would be
appreciated.
comment 12 answers | Add comment
Friday, 24 August 2007
help Guest 16:07:36
 my moniter not support graphical mode my linux run only in text mode .. any one here plz solve my problum
Add comment
Monday, 18 June 2007
kernel: mtrr: no more MTRRs available Johannes Beekhuizen 04:59:25
 Hello,

I'm running kernel version 2.6.13, xorg version 6.8.2.
Video card is asus/ati eax550, 256MB ram, with
ati driver fglrx version 8.23.7.
My /proc/mtrr:
reg00: base=0x00000000 ( 0MB), size=2048MB: write-back, count=1
reg01: base=0xc7fe0000 (3199MB), size= 64KB: write-combining, count=1
reg02: base=0xc7fc0000 (3199MB), size= 128KB: write-combining, count=1
reg03: base=0xc7f80000 (3199MB), size= 256KB: write-combining, count=1
reg04: base=0xc7f00000 (3199MB), size= 512KB: write-combining, count=1
reg05: base=0xc7e00000 (3198MB), size= 1MB: write-combining, count=1
reg06: base=0xc7c00000 (3196MB), size= 2MB: write-combining, count=1
reg07: base=0xc7800000 (3192MB), size= 4MB: write-combining, count=1

What can I do to make more MTRRs available?

Regards,

Hans.

jdh dot beekhuizen at duinheks dot xs4all dot nl

comment 2 answer | Add comment
Friday, 15 June 2007
What is ultra dma mode 2 Guest 18:52:29
 Dumb question I know but, I have a drive which clearly says it is ultra
dma mode 2 and a tool for setting dma modes that only says ultradma/16
or ultradma/33.

So is dma mode 2 ultradma/16 or ultradma/33 or neither?

I have googled till I'm blue in the face and cannot find one simple
statement as to whether dma mode 2 is equivalent to either of the
ultra/xx modes ro not.

Please help in simple English,
Thanks.

comment 4 answer | Add comment
Tuesday, 12 June 2007
Ubuntu Steven Hook 01:18:04
 Hey,
I heard about the Ubuntu distribution from a friend, just wondering, is it
any good, I've asked for a set of CDs, can't wait to get them, try it out.
Steven


comment 171 answer | Add comment
Sunday, 10 June 2007
wireless laser lan project Manolo98 20:20:19
 Hi to All
I have two laser avalaible, to experiment a laser home based network
with my neigbord-friend .
We have to linux boxes , I have dsl broadband conexion to internet, I
mi colleage dont , the target is to share this conexion. I do not wont
radio wireless if posible...I prefer laser house to laser house beam.
I found some links like:
http://www.qsl.net/­wb9ajz/laser/rudolfs­/

but I need some more useful ideas, kits avalaible or links to studie,


thanks a lot for Your help.

manuel

comment 3 answer | Add comment
Sunday, 20 May 2007
Re: input/output error copying file from DVD-RAM (solved) Neil Woods 04:36:44
 Neil Woods <cnw+usenet-0606@po­box.com> writes:
I'm trying to copy a large file from my LG GSA-4120B DVD-RAM drive, but> am getting this error message:>
$ cp /mnt/dvd/DVD_RTAV/V­R_MOVIE.VRO /space/dvd/> cp: reading `/mnt/dvd/DVD_RTAV/­VR_MOVIE.VRO': Input/output error>
and the cp is aborted (always at the same point).

[snip]
I've looked on Google but couldn't find any solutions. Are there any> known problems with copying large files from UDF mounted filesystems?

FWIW, I managed to copy the disk by using dd_rescue
<http://www.garloff­.de/kurt/linux/ddres­cue/> and the following:

# dd_rescue /dev/hdd /space/temp/image
# mount /space/temp/image /mnt/tmp -t udf -o loop
# cp /mnt/tmp/DVD_RTAV/V­R_MOVIE.VRO /space/dvd/

(/dev/hdd is my DVD-RAM drive).

I was then able to use avidemux to edit the video stream.

dd_rescue will copy block devices, ignoring errors, and is a useful
tool to have around, IMHO.

Hope this helps someone.
--
Neil.
If you mess with a thing long enough, it'll break.
-- Schmidt
comment 2 answer | Add comment
Saturday, 7 April 2007
Mounting NTFS partition Shiva 04:23:48
 Hi,

Can anyone tell me how to mount ntfs partition in red hat linux? when i
try to mount ntfs, i am getting a message unsupported file system. how
could i compile my Redhat linux kernel to support NTFS?

Thanks in advance
Shivakumar

comment 10 answers | Add comment
Saturday, 31 March 2007
Problem with Agere Systems AC'97 modem Pepegan 10:53:24
 Hi

I've just installed Mandrake Linux 10.1 on my laptop Acer Aspire 1355.
Madrake has recognized all the components except the modem (Agere
System AC'97 modem).

I'm trying to find the sources in order to compile and I've only
founded the Source RPM package AgereSoftModemBeta-­2.1.0-2.src.rpm in
http://www-3.ibm.co­m/pc/support/site.ws­s/document.do?lndoci­d=MIGR-52698


but when I tried to compile this sources with the kernel 2.6 I get
errors.

Please, anybody can help me?

Thanks!!!

Errors when IВґve tried to compile this sources.

[root@localhost AgereSoftModem]# make install
make all
make[1]: Entering directory `/usr/src/RPM/SOURC­ES/AgereSoftModem'
Building Modem Controller Module for Agere Soft modem
In file included from /usr/include/linux/­sched.h:14,
from /usr/include/linux/­module.h:9,
from agrmodem.c:29:
/usr/include/linux/­cpumask.h:80: error: syntax error before
"DECLARE_BITMAP"
/usr/include/linux/­cpumask.h:81: error: syntax error before
"_unused_cpumask_ar­g
_"
/usr/include/linux/­cpumask.h:84: error: syntax error before '*' token
/usr/include/linux/­cpumask.h: In function `__cpu_set':
/usr/include/linux/­cpumask.h:86: error: `cpu' undeclared (first use in
this func
tion)
/usr/include/linux/­cpumask.h:86: error: (Each undeclared identifier is
reported
only once
/usr/include/linux/­cpumask.h:86: error: for each function it appears
in.)
/usr/include/linux/­cpumask.h:86: error: `dstp' undeclared (first use in
this fun
ction)
/usr/include/linux/­cpumask.h: At top level:
/usr/include/linux/­cpumask.h:90: error: syntax error before '*' token
/usr/include/linux/­cpumask.h: In function `__cpu_clear':
/usr/include/linux/­cpumask.h:92: error: `cpu' undeclared (first use in
this func
tion)
/usr/include/linux/­cpumask.h:92: error: `dstp' undeclared (first use in
this fun
ction)
/usr/include/linux/­cpumask.h: At top level:
/usr/include/linux/­cpumask.h:96: error: syntax error before '*' token
/usr/include/linux/­cpumask.h: In function `__cpus_setall':
/usr/include/linux/­cpumask.h:98: error: `dstp' undeclared (first use in
this fun
ction)
/usr/include/linux/­cpumask.h:98: error: `nbits' undeclared (first use
in this fu
nction)
/usr/include/linux/­cpumask.h: At top level:
/usr/include/linux/­cpumask.h:102: error: syntax error before '*' token
/usr/include/linux/­cpumask.h: In function `__cpus_clear':
/usr/include/linux/­cpumask.h:104: error: `dstp' undeclared (first use
in this fu
nction)
/usr/include/linux/­cpumask.h:104: error: `nbits' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h: At top level:
/usr/include/linux/­cpumask.h:111: error: syntax error before
"cpumask_t"
/usr/include/linux/­cpumask.h: In function `__cpu_test_and_set­':
/usr/include/linux/­cpumask.h:113: error: `cpu' undeclared (first use in
this fun
ction)
/usr/include/linux/­cpumask.h:113: error: `addr' undeclared (first use
in this fu
nction)
/usr/include/linux/­cpumask.h: At top level:
/usr/include/linux/­cpumask.h:117: error: syntax error before '*' token
/usr/include/linux/­cpumask.h: In function `__cpus_and':
/usr/include/linux/­cpumask.h:120: error: `dstp' undeclared (first use
in this fu
nction)
/usr/include/linux/­cpumask.h:120: error: `src1p' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h:120: error: `src2p' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h:120: error: `nbits' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h: At top level:
/usr/include/linux/­cpumask.h:124: error: syntax error before '*' token
/usr/include/linux/­cpumask.h: In function `__cpus_or':
/usr/include/linux/­cpumask.h:127: error: `dstp' undeclared (first use
in this fu
nction)
/usr/include/linux/­cpumask.h:127: error: `src1p' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h:127: error: `src2p' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h:127: error: `nbits' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h: At top level:
/usr/include/linux/­cpumask.h:131: error: syntax error before '*' token
/usr/include/linux/­cpumask.h: In function `__cpus_xor':
/usr/include/linux/­cpumask.h:134: error: `dstp' undeclared (first use
in this fu
nction)
/usr/include/linux/­cpumask.h:134: error: `src1p' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h:134: error: `src2p' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h:134: error: `nbits' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h: At top level:
/usr/include/linux/­cpumask.h:139: error: syntax error before '*' token
/usr/include/linux/­cpumask.h: In function `__cpus_andnot':
/usr/include/linux/­cpumask.h:142: error: `dstp' undeclared (first use
in this fu
nction)
/usr/include/linux/­cpumask.h:142: error: `src1p' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h:142: error: `src2p' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h:142: error: `nbits' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h: At top level:
/usr/include/linux/­cpumask.h:146: error: syntax error before '*' token
/usr/include/linux/­cpumask.h: In function `__cpus_complement'­:
/usr/include/linux/­cpumask.h:149: error: `dstp' undeclared (first use
in this fu
nction)
/usr/include/linux/­cpumask.h:149: error: `srcp' undeclared (first use
in this fu
nction)
/usr/include/linux/­cpumask.h:149: error: `nbits' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h: At top level:
/usr/include/linux/­cpumask.h:153: error: syntax error before '*' token
/usr/include/linux/­cpumask.h: In function `__cpus_equal':
/usr/include/linux/­cpumask.h:156: error: `src1p' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h:156: error: `src2p' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h:156: error: `nbits' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h: At top level:
/usr/include/linux/­cpumask.h:160: error: syntax error before '*' token
/usr/include/linux/­cpumask.h: In function `__cpus_intersects'­:
/usr/include/linux/­cpumask.h:163: error: `src1p' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h:163: error: `src2p' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h:163: error: `nbits' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h: At top level:
/usr/include/linux/­cpumask.h:167: error: syntax error before '*' token
/usr/include/linux/­cpumask.h: In function `__cpus_subset':
/usr/include/linux/­cpumask.h:170: error: `src1p' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h:170: error: `src2p' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h:170: error: `nbits' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h: At top level:
/usr/include/linux/­cpumask.h:174: error: syntax error before '*' token
/usr/include/linux/­cpumask.h: In function `__cpus_empty':
/usr/include/linux/­cpumask.h:176: error: `srcp' undeclared (first use
in this fu
nction)
/usr/include/linux/­cpumask.h:176: error: `nbits' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h: At top level:
/usr/include/linux/­cpumask.h:180: error: syntax error before '*' token
/usr/include/linux/­cpumask.h: In function `__cpus_full':
/usr/include/linux/­cpumask.h:182: error: `srcp' undeclared (first use
in this fu
nction)
/usr/include/linux/­cpumask.h:182: error: `nbits' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h: At top level:
/usr/include/linux/­cpumask.h:186: error: syntax error before '*' token
/usr/include/linux/­cpumask.h: In function `__cpus_weight':
/usr/include/linux/­cpumask.h:188: error: `srcp' undeclared (first use
in this fu
nction)
/usr/include/linux/­cpumask.h:188: error: `nbits' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h: At top level:
/usr/include/linux/­cpumask.h:193: error: syntax error before '*' token
/usr/include/linux/­cpumask.h: In function `__cpus_shift_right­':
/usr/include/linux/­cpumask.h:196: error: `dstp' undeclared (first use
in this fu
nction)
/usr/include/linux/­cpumask.h:196: error: `srcp' undeclared (first use
in this fu
nction)
/usr/include/linux/­cpumask.h:196: error: `n' undeclared (first use in
this funct
ion)
/usr/include/linux/­cpumask.h:196: error: `nbits' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h: At top level:
/usr/include/linux/­cpumask.h:201: error: syntax error before '*' token
/usr/include/linux/­cpumask.h: In function `__cpus_shift_left'­:
/usr/include/linux/­cpumask.h:204: error: `dstp' undeclared (first use
in this fu
nction)
/usr/include/linux/­cpumask.h:204: error: `srcp' undeclared (first use
in this fu
nction)
/usr/include/linux/­cpumask.h:204: error: `n' undeclared (first use in
this funct
ion)
/usr/include/linux/­cpumask.h:204: error: `nbits' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h: At top level:
/usr/include/linux/­cpumask.h:208: error: syntax error before '*' token
/usr/include/linux/­cpumask.h: In function `__first_cpu':
/usr/include/linux/­cpumask.h:210: error: `srcp' undeclared (first use
in this fu
nction)
/usr/include/linux/­cpumask.h:210: error: `nbits' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h: At top level:
/usr/include/linux/­cpumask.h:214: error: syntax error before '*' token
/usr/include/linux/­cpumask.h: In function `__next_cpu':
/usr/include/linux/­cpumask.h:216: error: `srcp' undeclared (first use
in this fu
nction)
/usr/include/linux/­cpumask.h:216: error: `nbits' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h:216: error: `n' undeclared (first use in
this funct
ion)
In file included from /usr/include/linux/­sched.h:14,
from /usr/include/linux/­module.h:9,
from agrmodem.c:29:
/usr/include/linux/­cpumask.h:233:5: missing binary operator before
token "("
/usr/include/linux/­cpumask.h: At top level:
/usr/include/linux/­cpumask.h:265: error: syntax error before '*' token
/usr/include/linux/­cpumask.h: In function `__cpumask_scnprint­f':
/usr/include/linux/­cpumask.h:267: error: `buf' undeclared (first use in
this fun
ction)
/usr/include/linux/­cpumask.h:267: error: `len' undeclared (first use in
this fun
ction)
/usr/include/linux/­cpumask.h:267: error: `srcp' undeclared (first use
in this fu
nction)
/usr/include/linux/­cpumask.h:267: error: `nbits' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h: At top level:
/usr/include/linux/­cpumask.h:273: error: syntax error before
"cpumask_t"
/usr/include/linux/­cpumask.h: In function `__cpumask_parse':
/usr/include/linux/­cpumask.h:275: error: `buf' undeclared (first use in
this fun
ction)
/usr/include/linux/­cpumask.h:275: error: `len' undeclared (first use in
this fun
ction)
/usr/include/linux/­cpumask.h:275: error: `dstp' undeclared (first use
in this fu
nction)
/usr/include/linux/­cpumask.h:275: error: `nbits' undeclared (first use
in this f
unction)
/usr/include/linux/­cpumask.h:278:5: missing binary operator before
token "("
/usr/include/linux/­cpumask.h: At top level:
/usr/include/linux/­cpumask.h:343: error: syntax error before
"cpu_possible_map"
/usr/include/linux/­cpumask.h:344: error: syntax error before
"cpu_online_map"
/usr/include/linux/­cpumask.h:345: error: syntax error before
"cpu_present_map"
/usr/include/linux/­cpumask.h:347:5: missing binary operator before
token "("
In file included from /usr/include/asm/sm­p.h:18,
from /usr/include/linux/­smp.h:13,
from /usr/include/linux/­sched.h:22,
from /usr/include/linux/­module.h:9,
from agrmodem.c:29:
/usr/include/asm/mp­spec.h:6:25: mach_mpspec.h: No such file or
directory
In file included from /usr/include/asm/sm­p.h:18,
from /usr/include/linux/­smp.h:13,
from /usr/include/linux/­sched.h:22,
from /usr/include/linux/­module.h:9,
from agrmodem.c:29:
/usr/include/asm/mp­spec.h:8: error: `MAX_MP_BUSSES' undeclared here
(not in a fu
nction)
/usr/include/asm/mp­spec.h:22: error: `MAX_IRQ_SOURCES' undeclared here
(not in a
function)
/usr/include/asm/mp­spec.h:43: error: variable-size type declared
outside of any
function
In file included from /usr/include/asm/si­ginfo.h:4,
from /usr/include/linux/­signal.h:7,
from /usr/include/linux/­sched.h:24,
from /usr/include/linux/­module.h:9,
from agrmodem.c:29:
/usr/include/asm-ge­neric/siginfo.h:58: error: size of array `_pad' is
too large
In file included from /usr/include/linux/­mmzone.h:372,
from /usr/include/linux/­gfp.h:4,
from /usr/include/linux/­slab.h:15,
from /usr/include/linux/­percpu.h:4,
from /usr/include/linux/­sched.h:30,
from /usr/include/linux/­module.h:9,
from agrmodem.c:29:
/usr/include/linux/­topology.h: In function `__next_node_with_c­pus':
/usr/include/linux/­topology.h:50: error: syntax error before "__tmp__"
/usr/include/linux/­topology.h:50: error: `__tmp__' undeclared (first
use in this
function)
In file included from /usr/include/linux/­gfp.h:4,
from /usr/include/linux/­slab.h:15,
from /usr/include/linux/­percpu.h:4,
from /usr/include/linux/­sched.h:30,
from /usr/include/linux/­module.h:9,
from agrmodem.c:29:
/usr/include/linux/­mmzone.h: At top level:
/usr/include/linux/­mmzone.h:414: error: syntax error before '(' token
In file included from /usr/include/linux/­module.h:9,
from agrmodem.c:29:
/usr/include/linux/­sched.h:152: error: syntax error before
"nohz_cpu_mask"
In file included from /usr/include/linux/­module.h:9,
from agrmodem.c:29:
/usr/include/linux/­sched.h:217: error: syntax error before "cpumask_t"
/usr/include/linux/­sched.h:231: error: syntax error before '}' token
/usr/include/linux/­sched.h:408: error: syntax error before "cpumask_t"
/usr/include/linux/­sched.h:423: error: syntax error before ':' token
/usr/include/linux/­sched.h:459: error: syntax error before ':' token
/usr/include/linux/­sched.h:521: error: syntax error before '}' token
/usr/include/linux/­sched.h: In function `process_group':
/usr/include/linux/­sched.h:525: error: dereferencing pointer to
incomplete type
/usr/include/linux/­sched.h: At top level:
/usr/include/linux/­sched.h:673: error: syntax error before "cpumask_t"
In file included from /usr/include/linux/­module.h:9,
from agrmodem.c:29:
/usr/include/linux/­sched.h: In function `dequeue_signal_loc­k':
/usr/include/linux/­sched.h:770: error: dereferencing pointer to
incomplete type
/usr/include/linux/­sched.h:772: error: dereferencing pointer to
incomplete type
/usr/include/linux/­sched.h: In function `on_sig_stack':
/usr/include/linux/­sched.h:813: error: dereferencing pointer to
incomplete type
/usr/include/linux/­sched.h:813: error: dereferencing pointer to
incomplete type
/usr/include/linux/­sched.h: In function `sas_ss_flags':
/usr/include/linux/­sched.h:818: error: dereferencing pointer to
incomplete type
/usr/include/linux/­sched.h: In function `capable':
/usr/include/linux/­sched.h:829: error: dereferencing pointer to
incomplete type
/usr/include/linux/­sched.h:830: error: dereferencing pointer to
incomplete type
/usr/include/linux/­sched.h: In function `mmdrop':
/usr/include/linux/­sched.h:846: error: dereferencing pointer to
incomplete type
/usr/include/linux/­sched.h: At top level:
/usr/include/linux/­sched.h:863: error: 'exit_signal' redeclared as
different kin
d of symbol
/usr/include/linux/­sched.h:419: error: previous declaration of
'exit_signal' was
here
/usr/include/linux/­sched.h: In function `thread_group_empty­':
/usr/include/linux/­sched.h:924: error: dereferencing pointer to
incomplete type
/usr/include/linux/­sched.h: In function `task_lock':
/usr/include/linux/­sched.h:944: error: dereferencing pointer to
incomplete type
/usr/include/linux/­sched.h: In function `task_unlock':
/usr/include/linux/­sched.h:949: error: dereferencing pointer to
incomplete type
/usr/include/linux/­sched.h: In function `get_task_mm':
/usr/include/linux/­sched.h:963: error: dereferencing pointer to
incomplete type
/usr/include/linux/­sched.h: In function `set_tsk_thread_fla­g':
/usr/include/linux/­sched.h:977: error: dereferencing pointer to
incomplete type
/usr/include/linux/­sched.h: In function `clear_tsk_thread_f­lag':
/usr/include/linux/­sched.h:982: error: dereferencing pointer to
incomplete type
/usr/include/linux/­sched.h: In function `test_and_set_tsk_t­hread_flag':
/usr/include/linux/­sched.h:987: error: dereferencing pointer to
incomplete type
/usr/include/linux/­sched.h: In function
`test_and_clear_tsk­_thread_flag':
/usr/include/linux/­sched.h:992: error: dereferencing pointer to
incomplete type
/usr/include/linux/­sched.h: In function `test_tsk_thread_fl­ag':
/usr/include/linux/­sched.h:997: error: dereferencing pointer to
incomplete type
In file included from /usr/include/linux/­module.h:22,
from agrmodem.c:29:
/usr/include/asm/mo­dule.h:56:2: #error unknown processor family
In file included from /usr/include/linux/­irq.h:20,
from /usr/include/asm/ha­rdirq.h:6,
from /usr/include/linux/­interrupt.h:12,
from agrmodem.c:40:
/usr/include/asm/ir­q.h:16:25: irq_vectors.h: No such file or directory
In file included from /usr/include/asm/ha­rdirq.h:6,
from /usr/include/linux/­interrupt.h:12,
from agrmodem.c:40:
/usr/include/linux/­irq.h: At top level:
/usr/include/linux/­irq.h:48: error: syntax error before "cpumask_t"
/usr/include/linux/­irq.h:70: error: `NR_IRQS' undeclared here (not in a
function
)
In file included from /usr/include/linux/­irq.h:72,
from /usr/include/asm/ha­rdirq.h:6,
from /usr/include/linux/­interrupt.h:12,
from agrmodem.c:40:
/usr/include/asm/hw­_irq.h:28: error: `NR_IRQ_VECTORS' undeclared here
(not in a
function)
In file included from agrmodem.c:40:
/usr/include/linux/­interrupt.h:39: error: syntax error before
"cpumask_t"
/usr/include/linux/­interrupt.h:43: error: syntax error before '}' token
agrmodem.c:64:2: #error This driver compiles for Linux versions 2.4.0
and later
agrmodem.c: In function `x_check_region':
agrmodem.c:187: warning: `check_region' is deprecated (declared at
/usr/include/
linux/ioport.h:121)­
agrmodem.c: In function `x_pcibios_present'­:
agrmodem.c:262: warning: implicit declaration of function
`pcibios_present'
agrmodem.c: In function `x_pcibios_read_con­fig_byte':
agrmodem.c:265: warning: implicit declaration of function
`pcibios_read_confi­g_b
yte'
agrmodem.c: In function `x_pcibios_read_con­fig_word':
agrmodem.c:269: warning: implicit declaration of function
`pcibios_read_confi­g_w
ord'
agrmodem.c: In function `x_pcibios_read_con­fig_dword':
agrmodem.c:273: warning: implicit declaration of function
`pcibios_read_confi­g_d
word'
agrmodem.c: In function `x_pcibios_write_co­nfig_byte':
agrmodem.c:276: warning: implicit declaration of function
`pcibios_write_conf­ig_
byte'
agrmodem.c: In function `x_pcibios_write_co­nfig_word':
agrmodem.c:279: warning: implicit declaration of function
`pcibios_write_conf­ig_
word'
agrmodem.c: In function `x_pcibios_write_co­nfig_dword':
agrmodem.c:282: warning: implicit declaration of function
`pcibios_write_conf­ig_
dword'
agrmodem.c: In function `x_pcibios_find_cla­ss':
agrmodem.c:284: warning: implicit declaration of function
`pcibios_find_class­'
agrmodem.c: In function `x_pcibios_find_dev­ice':
agrmodem.c:288: warning: implicit declaration of function
`pcibios_find_devic­e'
agrmodem.c: In function `x_smp_num_cpus':
agrmodem.c:293: error: `smp_num_cpus' undeclared (first use in this
function)
agrmodem.c: In function `x_MOD_INC_USE_COUN­T':
agrmodem.c:295: warning: `MOD_INC_USE_COUNT'­ is deprecated (declared at
/usr/inc
lude/linux/module.h­:554)
agrmodem.c: In function `x_MOD_DEC_USE_COUN­T':
agrmodem.c:296: warning: `MOD_DEC_USE_COUNT'­ is deprecated (declared at
/usr/inc
lude/linux/module.h­:566)
agrmodem.c: In function `x_task_queue_init'­:
agrmodem.c:301: warning: implicit declaration of function `INIT_TQUEUE'
agrmodem.c: In function `x_queue_task':
agrmodem.c:306: warning: implicit declaration of function `queue_task'
agrmodem.c:306: error: `tq_immediate' undeclared (first use in this
function)
agrmodem.c:307: warning: implicit declaration of function `mark_bh'
agrmodem.c:307: error: `IMMEDIATE_BH' undeclared (first use in this
function)
agrmodem.c: In function `x_atomic_read':
agrmodem.c:311: warning: dereferencing type-punned pointer will break
strict-ali asing rules
agrmodem.c: In function `x_atomic_set':
agrmodem.c:312: warning: dereferencing type-punned pointer will break
strict-ali asing rules
agrmodem.c: In function `x_atomic_inc':
agrmodem.c:313: warning: dereferencing type-punned pointer will break
strict-ali asing rules
agrmodem.c: In function `x_atomic_dec':
agrmodem.c:314: warning: dereferencing type-punned pointer will break
strict-ali asing rules
agrmodem.c: In function `x_atomic_dec_and_t­est':
agrmodem.c:315: warning: dereferencing type-punned pointer will break
strict-ali asing rules
make[1]: *** [agrmodem.a] Error 1
make[1]: Leaving directory `/usr/src/RPM/SOURC­ES/AgereSoftModem'
make: *** [install] Error 2

Add comment
Saturday, 10 March 2007
GoogleEarth Alex Loes 14:47:51
 Hi

I'm trying to run GoogleEarth on Linux with wine.

As I saw on http://appdb.winehq­.org/appview.php?ver­sionId=3254, it may run.
But I always get an error message in the installer: The installer stops and
the error mmessage appears saying:
An error (-5011 :0x800401fd) has occured while running the setup.
Please make sure you have finished any previous setup and closed other
applications.

Wine says: rr:ole:ifproxy_rele­ase_public_refs IRemUnknown_RemRele­ase failed
with error 0xc0000194
fixme:ole:NdrConver­t (pStubMsg == ^0x43bef664, pFormat == ^0x447a41da):
stub.
err:rpc:I_RpcReceiv­e we got fault packet with status 6be
err:ole:ifproxy_rel­ease_public_refs IRemUnknown_RemRele­ase failed with error
0xc0000194
fixme:sync:SetNamed­PipeHandleState 0xfc 0x43685a40 (nil) (nil)

err: ntdll:RtlpWaitForCr­iticalSection section 0x42c91bb0 "compobj.c:
apartment" wait timed out in thread 002e, blocked by 003b, retrying (60
sec)

I placed "Windows" = "winxp" in my ~/.wine/conf.

My wine version is wine20050524
I run SuSE 9.3

Can anybody help me,please?

Thank you.

comment 28 answers | Add comment
Wednesday, 21 February 2007
Use Linux....Do without.... Here is another example. Richie Spano 08:23:54
 It seems to be a way of life with Linux users so they become conditioned
to it and doing without is just a way of life for the Linux user.

Here's another example:

http://www.ilio.com­/synthogy/ivory/inde­x.html

Scroll down and try to listen to any of the piano samples.
They won't work with Linux.

Not to mention that the entire program won't work with Linux anyway.

Hey, are there any high quality sampled instruments for Linux like
Garritan or others?

I haven't seen any....

Gee, if Linux can't even manage to properly load the webpage, I don't have
too much confidence.....

Please tell me about ardour, Rosegarden and audacity again.
I must have missed something the last time.
comment 64 answer | Add comment
Thursday, 11 January 2007
PPTPD Kandy 05:27:06
 Hi,
I really do not know how to configure a PPTPD, I tried with my mandrake
10.1, without success.
these are the message that I received

Dec 20 07:35:21 asterisk pppd[4696]: Plugin /usr/lib/pptpd/pptp­d-logwtmp.so
is for pppd version 2.4.3, this is 2.4.2b3
Dec 20 07:35:21 asterisk pptpd[4695]: GRE:
read(fd=4,buffer=80­4dc20,len=8196) from PTY failed: status = -1 error =
Input/output error, usually caused by unexpected termination of pppd, check
option syntax and pppd logs
Dec 20 07:35:21 asterisk pptpd[4695]: CTRL: PTY read or GRE write failed
(pty,gre)=(4,5)
Dec 20 07:35:21 asterisk pptpd[4695]: CTRL: Client 192.168.1.80 control
connection finished

Someone can help me.

Thx




-----------== Posted via Newsfeed.Com - Uncensored Usenet News ==----------
http://www.newsfeed­.com The #1 Newsgroup Service in the World!
-----= Over 100,000 Newsgroups - Unlimited Fast Downloads - 19 Servers =-----
comment 1 answer | Add comment
Wednesday, 3 January 2007
cdrecord John 19:38:49
 I want to be able to write more than one file to a CDROM but my CDROM
only has one file on it. I really don't know what else to do. I use the
command:
cdrecord -v -multi speed=4 dev=0,0,0 -data /image/userdir/*.is­o

and I get no errors, the messages say that two files are being written,
but only the first file is on my CDROM. Any help would be appeciated.
comment 16 answers | Add comment
fail to update my kernel. Gary li 14:45:57
 Hi,all
I want update my linux kernel from 2.4.20-8(Red Hat 9) to 2.6.15.4 in
VMware. But i get some errors when i begin to make install (before all
steps are successful) . errors show below:
[root@localhost linux]# make install
CHK include/linux/versi­on.h
CHK include/linux/compi­le.h
CHK usr/initramfs_list
Kernel: arch/i386/boot/bzIm­age is ready (#2)
sh /usr/src/linux-2.6.­15.4/arch/i386/boot/­install.sh 2.6.15.4
arch/i386/boot/bzIm­age System.map "/boot"
No module BusLogic found for kernel 2.6.15.4
mkinitrd failed
make[1]: *** [install] Error 1
make: *** [install] Error 2

Thanks for any advice.

comment 1 answer | Add comment
Monday, 6 November 2006
incremental backup of large binary files Peter Pilsl 11:11:10
 
A proprietary software stores its data in one big file, which needs to
be backuped on a daily base. While the changes within the files are only
a few megs, the whole file is bigger than a gig and compress-ratio is bad.

Is there a tool to make incremental backups of a binary file and provide
easy restore-methods?

thnx,
peter

--
http://www.goldfisc­h.at/know_list
comment 3 answer | Add comment
Monday, 30 October 2006
Internet connection Guest 02:42:32
 Hi all:
Just downloaded Knoppix 8.2, burned it on the CD and ran it and it
works lika a charm. My only problem is that I can't get on the net. It
will not load any web page. I configured the adsl/pppoe, and I think I
did everything right. During the configuration process, I entered my
user name and password of my isp and gave me no errors.
But when I load my browser, no net connection. This is driving me
krazy. Does anybody have any suggestions. Thanks

comment 19 answers | Add comment
Sunday, 29 October 2006
Sound not working Fred 15:26:03
 I'm running Fedora Core 4 on a Dell Diminsion 4600.
The sound used to work under Linux, but it no longer
does. The sound card, cables, etc., are OK, because
this is a dual-boot system, and the sound works OK
under Windoze. The sound card is integrated, and Linux
detects it:


aries:/tmp> lspci|grep -i aud
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER
(ICH5/ICH5R) AC'97 Audio Controller (rev 02)

It looks as though the necessary sound modules are loaded.
However, I did manually load the ALSA driver manually
using "modprobe snd-als4000":

aries:/tmp> lsmod|grep snd
snd_als4000 20129 0
snd_sb_common 24001 1 snd_als4000
gameport 21321 1 snd_als4000
snd_opl3_lib 14401 1 snd_als4000
snd_hwdep 9313 1 snd_opl3_lib
snd_mpu401_uart 12481 1 snd_als4000
snd_rawmidi 36321 1 snd_mpu401_uart
snd_intel8x0 37505 2
snd_ac97_codec 80829 1 snd_intel8x0
snd_seq_dummy 3781 0
snd_seq_oss 42945 0
snd_seq_midi_event 10177 1 snd_seq_oss
snd_seq 78033 5 snd_seq_dummy,snd_s­eq_oss,snd_seq_midi_­event
snd_seq_device 9165 5 snd_opl3_lib,snd_ra­wmidi,snd_seq_dummy,­snd_seq_oss,snd_seq
snd_pcm_oss 53105 0
snd_mixer_oss 18241 2 snd_pcm_oss
snd_pcm 112201 4 snd_als4000,snd_int­el8x0,snd_ac97_codec­,snd_pcm_oss
snd_timer 42437 3 snd_opl3_lib,snd_se­q,snd_pcm
snd 62021 17 snd_als4000,snd_sb_­common,snd_opl3_lib,­snd_hwdep,snd_mpu401­_uart,snd_rawmidi,sn­d_intel8x0,snd_ac97_­codec,snd_seq_oss,sn­d_seq,snd_seq_device­,snd_pcm_oss,snd_mix­er_oss,snd_pcm,snd_t­imer
soundcore 12449 2 snd
snd_page_alloc 10825 2 snd_intel8x0,snd_pc­m


When I try to run system-config-sound­card, it detects the
card, but I can't play a test sound:

aries:/tmp> /usr/bin/system-con­fig-soundcard
amixer: Unable to find simple control 'PCM-2',0
amixer: Unable to find simple control 'DRC Range',0
Playing WAVE '/usr/share/system-­config-soundcard/sou­nd-sample.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo


Any ideas where to go from here?

-Thanks

comment 8 answers | Add comment
Friday, 20 October 2006
comcast wireless Someone 01:54:02
 I'm about to move to new location (rather unexpected), and will be tying
in to a Comcast supplied broadband connection (cable). The landlord has a
wireless network in place, using a Netgear CG814WG, which is a combo
modem/wireless/ethe­rnet gateway (802.11b/g IIRC). Since it has rj-45
connections, it would be possible to run some cat5, though logistically it
would be a royal pain. I can't find much info on this device, it's branded
specifically for Comcast apparently, and of course Comcast seems to
suggest only Win and Mac are acceptable clients. For several years, I've
been on a ethernet LAN, gatewayed to a DSL connection, and wireless is a
bit daunting for me.

Unfortunately, I'm in a bit of a hurry, or I'd do the research myself, so
here's hoping some kind soul will take pity:

would a device like this work (Buffalo Technology AirStation 802.11b/g
Wireless Bridge Access Point)

http://www.microcen­ter.com/single_produ­ct_results.phtml?pro­duct_id=0180458

http://www.buffalot­ech.com/wireless/pro­ducts/airstation/WLA­G54.html

also note, Micro Center seems to be leaning in favor of supporting Linux
(according to a /. article posted today), so would definitely be my vendor
of choice, plus they have a very nice store here in Atlanta. If I
understand correctly, this would allow me to connect my existing boxes,
all with NICs, rather than having to buy multiple pci wireless cards.

if I have to go with pci wireless cards, any specific recommendations?
Micro Center is first choice, also have Fry's, CompUSA, BestBuy, various
OfficeBorgs, assorted mom-n-pops; mail order isn't an option.

using Sarge w/2.4.27 kernel on main box

advice, insults, flames will all be treated with due respect...


comment 1 answer | Add comment
Saturday, 23 September 2006
Hi All Guest 02:19:16
 CCNA, CCNP CDs available, with virtual lab and video classes and
simulators.


Even CCIE virtual lab, video classes simulators which will help in
becoming CCIE, is there with me. Those who are all intrested to have
it.

Please contact in jeesjoykadavi@gmail­.com

comment 2 answer | Add comment
Wednesday, 13 September 2006
Need help - Installing Fedora Core Zxcvbnm2bg 14:27:33
 Greetings! I am trying to install Fedora Core in an old computer. It
has Windows98 with 384 MB of RAM and 7.43 GB of hard disk. Windows98
and few files is occuping 1.20 GB of space, leaving 6.23 GB of free
space. File system is Fat 32.

I put the first CD-ROM disk in computer and started the computer.I got
the following message - ISOLINUX 3.08 2005-5-19 copyright 1994-2005 H
Peter Arvin. Isolinux disk error 20, Ax-4240, drive 9F.

What shall I do now? With thanks.

comment 1 answer | Add comment
Tuesday, 12 September 2006
Simple Question Michael 15:45:26
 Hi,
Hope this is the write place to ask!
I'm a fairy seasoned C++ programmer and decided to make the move to linux!!
i have installed Debian and am now trying to get GAIM installed.
I downloaded the RPM from sourceforge, then installed it using the kPackage
manager, now I can't for the life of me work out how to run it! any thoughts
i would be very grateful!!

Mike


comment 17 answers | Add comment
Saturday, 9 September 2006
mail server Guest 18:47:45
 Hi,

Our organization is looking for a good linux based mail server which
has built int anti-virus as well as anti-spam controls.
Any suggestions for this one ?

Thanks in advance.

comment 4 answer | Add comment
Tuesday, 29 August 2006
Going To University? Leave Linux Home! It's Not Supported! Josh 02:45:51
 I attend university and since I never really knew much about Linux
until my past summer holiday employment because I am not a science
student but a liberal arts student studying Pre-Law.
I read with interest the other college thread and I decided to see for
myself how Linux would fit in with my University and group of study.

I have to take a music course so I take the usual "Introduction To
Music 201" class.
This class includes a book "Understanding Music", which also includes a
3/7 CD set that is required for the course.

Here is part of the README-.-.-.-.-

Understanding Music, Fourth Edition CD-ROM
Jeremy Yudkin
0-13-150548-3

В© Copyright 2005 by Prentice-Hall, Inc.
Upper Saddle River, NJ 07458
All rights reserved. No part of the CD-ROM may be reproduced, in any
form or by any means,
without permission in writing from the publisher.


SYSTEM REQUIREMENTS
*******************­********************­**
Minimum System Requirements for PC:
* Pentium or comparable processor or higher
* Windows 95, 98, 2000, NT*, XP*
* 64 MB of free RAM
* 64 MB hard disk space
* SVGA monitor capable of supporting 800 x 600 resolution and 24-bit
color
* Quicktime 3.0 or higher
* CD-ROM drive (4x or faster)
* Sound capabilities (speakers or headphones, internal or external)
* Internet connection

Minimum System Requirements for Macintosh:
* Mac OS 7.6-9.2*
* 64 MB of free RAM
* 64 MB hard disk space
* SVGA monitor capable of supporting 800 x 600 resolution and 24-bit
color
* Quicktime 3.0 or higher
* CD-ROM drive (4x or faster)
* Sound capabilities (speakers or headphones, internal or external)
* Internet connection

Here is the file list:

G:\>dir
Volume in drive G is UnderstandingMus
Volume Serial Number is 487E-3A23

Directory of G:\

03/31/2004 06:35 AM 19,837,671 3CDset.exe
03/31/2004 06:34 AM 19,837,672 7CDset.exe
03/31/2004 06:32 AM 9,685 Readme.txt
3 File(s) 39,685,028 bytes
0 Dir(s) 0 bytes free


This CBT will NOT work with Linux or even with wine and Linux.
From what I have been told, my Law text and my Math text also include
CD that will not work with Linux.

So why should I even try to use Linux?
I asked the administrator about Linux support and was told it is not
supported and that others who have tried using it have had nothing but
troubles.

Linux and college?
Leave Linux home and concentrate on education.
So like my last thread attack me, shoot at me, do everything but admit
Linux is just not as widespread as you may think it is.
In fact, in speaking with my friends, their schools don't support Linux
either, except maybe running the school website which doesn't do a
pre-law student much good.
Josh

comment 80 answers | Add comment
Friday, 25 August 2006
Linux? Why? I already have Windows...... Quizno Backer 10:49:24
 Why should I switch to Linux?

I already have Windows.
I already have a machine that came loaded with all kinds of software
including, Office, Norton, Nero, Quicken, Photoshop, MusicMatch, Trillian
and a couple of games like Quake and Call Of Duty.

So why should I wipe all of this and switch to Linux?

Free software?

Thanks but no thanks.

I've seen free software and it sucks.

In fact it sucks big time and that includes OpenOffice which is so slow
and bloated I can easily see why it is free.
They would end up in a lawsuit if they ever tried to sell that POS.

Gimp ain't no Photoshop and
Juk/Amarok/xmms ain't no MMJB. Gnucash is a joke compared to Quicken.

So why switch?

I already have some great software, my machine works great and I have no
problems.

So where is the incentive to switch to Linux?

I sure can't see any and obviously I am not alone because I don't know a
single person that is using Linux.

comment 18 answers | Add comment

Add new topic:

How:  Register )
 
Логин:   Пароль:   
Комментировать могут: Премодерация:
Topic:
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или УК РФ.


RYXI > LinuxGo to page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | next »

see also:
Mayfair News Alert: Catan Scenario…
New Dice Tower Website!
Dallas Games "Favorite 5" for June 2006
пройди тесты:
see also:
Cisco CallManager Express 5.0 CDR
0
Multiboot - can only load one operating…

  Copyright © 2001—2008 RYXI
Idea: Miсhael Monashev
Помощь и задать вопросы можно в сообществе support.ryxi.com.
Сообщения об ошибках оставляем в сообществе bugs.ryxi.com.
Предложения и комментарии пишем в сообществе suggest.ryxi.com.
Информация для родителей.
Write us at:
If you would like to report an abuse of our service, such as a spam message, please .