~alpine/devel

4 3

[alpine-devel] Bug reports

Michael Mason <ms13sp@gmail.com>
Details
Message ID
<9255A68F-AA4A-451B-8B03-030E8798AA5B@gmail.com>
Sender timestamp
1228230442
DKIM signature
missing
Download raw message
1. I have several boxes running alpine linux. They have been up for  
several months. After a while of use the /dev/null device gets it  
permission changed. Some programs will not start/work properly after  
this happens. I have not been able to find the cause just yet.
I have had this happen on 2 boxes now. They are running different  
version of alpine. I haven't had the time to try 1.7.27.

alpine-1.7.22 080912
alpine-1.7.26 081107

The permissions seem like they need to be 666 but they get change to  
644.


2. I went to report the bug through the means found on the website
http://wiki.alpinelinux.org/w/index.php?title=FAQ#I_have_found_a_bug.2C_where_can_I_report_it.3F

Seems these pages are having bugs of there own...

http://bugs.alpinelinux.org/

The boxes that are installed aren't connected to the Internet, so I  
can't really use the sendbug feature in alpine.

If you need anymore details or have suggestions let me know.

Thanks


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Details
Message ID
<1228234100.11286.93.camel@nc>
In-Reply-To
<9255A68F-AA4A-451B-8B03-030E8798AA5B@gmail.com> (view parent)
Sender timestamp
1228234100
DKIM signature
missing
Download raw message
On Tue, 2008-12-02 at 15:07 +0000, Michael Mason wrote:
> 1. I have several boxes running alpine linux. They have been up for  
> several months. After a while of use the /dev/null device gets it  
> permission changed. Some programs will not start/work properly after  
> this happens. I have not been able to find the cause just yet.
> I have had this happen on 2 boxes now. They are running different  
> version of alpine. I haven't had the time to try 1.7.27.
> 
> alpine-1.7.22 080912
> alpine-1.7.26 081107
> 
> The permissions seem like they need to be 666 but they get change to  
> 644.

thanks for reporting this.

after a reboot the permissions are correct?
can you show the output of ls -l /dev/null?

> 
> 2. I went to report the bug through the means found on the website
> http://wiki.alpinelinux.org/w/index.php?title=FAQ#I_have_found_a_bug.2C_where_can_I_report_it.3F
> 
> Seems these pages are having bugs of there own...
> 
> http://bugs.alpinelinux.org/
> 
> The boxes that are installed aren't connected to the Internet, so I  
> can't really use the sendbug feature in alpine.

right... i have been thinking of doing something about the bug reporting
system but been busy with other things :-/

we can use alpine-devel. sorry.

thanks!

> If you need anymore details or have suggestions let me know.
> 
> Thanks

-nc



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Michael Mason <ms13sp@gmail.com>
Details
Message ID
<B92529F4-8EF5-47D5-8EB3-256C625B5A54@gmail.com>
In-Reply-To
<1228234100.11286.93.camel@nc> (view parent)
Sender timestamp
1228311780
DKIM signature
missing
Download raw message
On Dec 2, 2008, at 4:08 PM, Natanael Copa wrote:

> On Tue, 2008-12-02 at 15:07 +0000, Michael Mason wrote:
>> 1. I have several boxes running alpine linux. They have been up for
>> several months. After a while of use the /dev/null device gets it
>> permission changed. Some programs will not start/work properly after
>> this happens. I have not been able to find the cause just yet.
>> I have had this happen on 2 boxes now. They are running different
>> version of alpine. I haven't had the time to try 1.7.27.
>>
>> alpine-1.7.22 080912
>> alpine-1.7.26 081107
>>
>> The permissions seem like they need to be 666 but they get change to
>> 644.
>
> thanks for reporting this.
>
> after a reboot the permissions are correct?
> can you show the output of ls -l /dev/null?
>

I am sure a reboot would help it. I just changed the permissions by  
hand. Can't have the machine go down ;)
I will have to wait tell it happens again.
When the first one did it I thought it was because it was older. Now  
that the new one did it two I thought I should report it.

>>
>> 2. I went to report the bug through the means found on the website
>> http://wiki.alpinelinux.org/w/index.php?title=FAQ#I_have_found_a_bug.2C_where_can_I_report_it.3F
>>
>> Seems these pages are having bugs of there own...
>>
>> http://bugs.alpinelinux.org/
>>
>> The boxes that are installed aren't connected to the Internet, so I
>> can't really use the sendbug feature in alpine.
>
> right... i have been thinking of doing something about the bug  
> reporting
> system but been busy with other things :-/
>
> we can use alpine-devel. sorry.
>
> thanks!
>

Thanks for your hard work in with this linux version. I like it so  
much I am starting to use it everywhere. Everywhere I don't need a GUI  
that is.

>> If you need anymore details or have suggestions let me know.
>>
>> Thanks
>
> -nc
>



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Michael Mason <ms13sp@gmail.com>
Details
Message ID
<AA099399-F15B-4F0D-9028-E53D02DA0CDD@gmail.com>
In-Reply-To
<1228318517.14153.23.camel@nc> (view parent)
Sender timestamp
1228320536
DKIM signature
missing
Download raw message
On Dec 3, 2008, at 3:35 PM, Natanael Copa wrote:

> On Wed, 2008-12-03 at 13:43 +0000, Michael Mason wrote:
> ...
>>> after a reboot the permissions are correct?
>>> can you show the output of ls -l /dev/null?
>>>
>>
>> I am sure a reboot would help it. I just changed the permissions by
>> hand. Can't have the machine go down ;)
>> I will have to wait tell it happens again.
>> When the first one did it I thought it was because it was older. Now
>> that the new one did it two I thought I should report it.
>
> could you please verify that your /dev/null is a blockdevice and not a
> normal file?
>
> $ ls -l /dev/null
> crwxrwxrwx 1 root root 1, 3 2008-12-03 08:46 /dev/null
>

Misunderstood... Current output with permissions I have set after the  
problem was seen.
crw-rw-rw-    1 root     root       1,   3 Sep 30 14:43 /dev/null

> ...
>
>> Thanks for your hard work in with this linux version. I like it so
>> much I am starting to use it everywhere. Everywhere I don't need a  
>> GUI
>> that is.
>
> thanks! :)
>
> -nc
>



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<1228318517.14153.23.camel@nc>
In-Reply-To
<B92529F4-8EF5-47D5-8EB3-256C625B5A54@gmail.com> (view parent)
Sender timestamp
1228318517
DKIM signature
missing
Download raw message
On Wed, 2008-12-03 at 13:43 +0000, Michael Mason wrote:
...
> > after a reboot the permissions are correct?
> > can you show the output of ls -l /dev/null?
> >
> 
> I am sure a reboot would help it. I just changed the permissions by  
> hand. Can't have the machine go down ;)
> I will have to wait tell it happens again.
> When the first one did it I thought it was because it was older. Now  
> that the new one did it two I thought I should report it.

could you please verify that your /dev/null is a blockdevice and not a
normal file?

$ ls -l /dev/null 
crwxrwxrwx 1 root root 1, 3 2008-12-03 08:46 /dev/null

...

> Thanks for your hard work in with this linux version. I like it so  
> much I am starting to use it everywhere. Everywhere I don't need a GUI  
> that is.

thanks! :)

-nc



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)